Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 247) sorted by relevance

12345678910

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_has_key.py83 before = [n.clone() for n in results["before"]]
91 if len(before) == 1:
92 before = before[0]
94 before = pytree.Node(syms.power, before)
95 before.prefix = u" "
100 new = pytree.Node(syms.comparison, (arg, n_op, before))
/device/google/cuttlefish/shared/sepolicy/vendor/
Dkernel.te1 # kernel domain is used for all processes started before Android init installs SELinux policy.
5 # TODO(b/65049764): Get rid of the hostapd instance started before Android init
11 # TODO(b/65049764): Get rid of GCE proxy and similar daemons started before Android init
16 # kdevtmpfs accesses devices before ueventd runs restorecon and relabels devices
Dgceservice.te24 # started before Android init and thus before SELinux rule are applied.
Dbootanim.te2 # processes whch is started before Android init.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dcombinerefs.py98 before = 0
103 before += 1
124 print "%d objects before, %d after" % (before, after)
/device/generic/common/mgsi/
Dmgsi_system_user.prop7 # TODO(b/120679683): disable RescueParty before all problem apps solved
10 # TODO(b/78105955): disable privapp_permissions checking before the bug solved
Dmgsi_system.prop10 # TODO(b/120679683): disable RescueParty before all problem apps solved
13 # TODO(b/78105955): disable privapp_permissions checking before the bug solved
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dast.c146 void (*before)(AST *), /* apply this to root of subtree before preordering it */ in zzpre_ast()
149 zzpre_ast(tree, func, before, after) in zzpre_ast()
152 (*before)(), /* apply this to root of subtree before preordering it */
158 if ( tree->down != NULL ) (*before)(tree);
160 zzpre_ast(tree->down, func, before, after);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dast.c146 void (*before)(AST *), /* apply this to root of subtree before preordering it */ in zzpre_ast()
149 zzpre_ast(tree, func, before, after) in zzpre_ast()
152 (*before)(), /* apply this to root of subtree before preordering it */
158 if ( tree->down != NULL ) (*before)(tree);
160 zzpre_ast(tree->down, func, before, after);
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dmap_hikey.txt514 0x4 (size before relaxing)
524 0x9 (size before relaxing)
535 0x4 (size before relaxing)
545 0x9 (size before relaxing)
570 0x4 (size before relaxing)
580 0xc (size before relaxing)
614 0x4 (size before relaxing)
624 0x9 (size before relaxing)
635 0x4 (size before relaxing)
645 0x9 (size before relaxing)
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/
Daddress_space.h208 int before = i - 1; in address_space_allocator_release_block() local
217 if (before >= 0 && blocks[before].available) { in address_space_allocator_release_block()
220 blocks[before].size += (blocks[i].size + blocks[after].size); in address_space_allocator_release_block()
228 blocks[before].size += blocks[i].size; in address_space_allocator_release_block()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.uni5 // ask for user confirmation before execution.
25 …ute TPM 2.0 request from OS or BIOS. The request may ask for user confirmation before execution.\n"
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DDxeTrEEPhysicalPresenceLib.uni5 // ask for user confirmation before execution.
25 …ute TPM 2.0 request from OS or BIOS. The request may ask for user confirmation before execution.\n"
/device/linaro/bootloader/edk2/ShellPkg/Application/ShellCTestApp/
DTestArgv.nsh36 # '#' should be processed before %% replacement, and inside '"'
43 # '%' should be processed before grouping parameters
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dcount.h7 #error must include "stringlib/fastsearch.h" before including this module
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dcount.h7 #error must include "stringlib/fastsearch.h" before including this module
/device/google/taimen/self-extractors/
DPART16 echo You must agree to this license before using this software.
/device/google/sunfish/self-extractors/
DPART16 echo You must agree to this license before using this software.
/device/google/coral/self-extractors/
DPART16 echo You must agree to this license before using this software.
/device/google/coral/self-extractors_flame/
DPART16 echo You must agree to this license before using this software.
/device/google/muskie/self-extractors/
DPART16 echo You must agree to this license before using this software.
/device/google/crosshatch/self-extractors_blueline/
DPART16 echo You must agree to this license before using this software.
/device/google/bonito/self-extractors/
DPART16 echo You must agree to this license before using this software.
/device/google/crosshatch/self-extractors/
DPART16 echo You must agree to this license before using this software.
/device/google/bonito/self-extractors_sargo/
DPART16 echo You must agree to this license before using this software.

12345678910