HomeSort by relevance Sort by last modified time
    Searched full:present (Results 76 - 100 of 15387) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skqp/tools/skqp/
remove_unneeded_assets 24 present = set(os.listdir('gmkb'))
25 to_delete = present & nope
27 to_delete |= (present - known)
30 sys.stdout.write('%s: %d of %d models removed\n' %(sys.argv[0], len(to_delete), len(present)))
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiDependency.h 2 Present the dependency expression values in PI.
21 /// If present, this must be the first and only opcode,
27 /// If present, this must be the first and only opcode,
42 /// If present, this must be the first opcode,
  /external/syslinux/gpxe/src/include/gpxe/efi/
ProcessorBind.h 3 * present in the search path in order to pick up ProcessorBind.h. We
  /external/wayland-protocols/freedesktop.org/tests/
scan.sh 4 echo "No scanner present, test skipped." 1>&2
  /frameworks/compile/slang/tests/F_reflection3264_multifile/
reflection3264_multifile_2.rs 10 // error: invokable is only present for 32-bit targets
stderr.txt.expect 2 error: in file 'reflection3264_multifile_2.rs' invokable function 'g' is only present for 32-bit targets
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
doc.go 6 // support for certain ciphers and authenticators is present.
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
doc.go 6 // support for certain ciphers and authenticators is present.
  /prebuilts/jdk/jdk8/darwin-x86/sample/
README 5 validation, and proper error handling, might not be present in the
  /prebuilts/jdk/jdk8/linux-x86/sample/
README 5 validation, and proper error handling, might not be present in the
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
compact.txt 2 # This obfuscation dictionary contains strings that are already present
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
export-hidden-ref.sd 1 # Make sure no hidden symbol is present in the dynamic symbol table, e.g.:
export-internal-ref.sd 1 # Make sure no internal symbol is present in the dynamic symbol table, e.g.:
export-local-ref.sd 1 # Make sure no local symbol is present in the dynamic symbol table, e.g.:
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PlatformSecureLibNull/
PlatformSecureLibNull.c 2 NULL PlatformSecureLib instance does NOT really detect whether a physical present
23 is operating by a physically present user.
27 Boot Services or after exiting EFI Boot Services. Only a physically present user
33 @retval TRUE The platform is operated by a physically present user.
34 @retval FALSE The platform is NOT operated by a physically present user.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimRecords.java 26 * Returns null if the IMPI hasn't been loaded or isn't present on the ISIM.
33 * Returns null if the IMS domain hasn't been loaded or isn't present on the ISIM.
40 * Returns null if the IMPU hasn't been loaded or isn't present on the ISIM.
47 * @return IMS Service Table or null if not present or not loaded
54 * not present or not loaded
  /external/pdfium/testing/resources/javascript/
document_methods.in 106 // "Unsupported" methods are present in the document object, but not
115 // Method is present.
131 // Method is present.
139 // Method is present.
151 // Method is present.
158 // Method is present.
168 // Method is present.
179 // Method is present.
192 // Method is present.
207 // Method is present
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/Ia32/
VirtualMemory.h 31 UINT32 Present:1; // 0 = Not present in memory, 1 = Present in memory
49 UINT32 Present:1; // 0 = Not present in memory, 1 = Present in memory
69 UINT32 Present:1; // 0 = Not present in memory, 1 = Present in memory
  /external/tcpdump/tests/
isis-extd-isreach-oobr.out 13 IS Neighbor: 0d0d.0d0d.0d0d.0d, Metric: 855309, sub-TLVs present (13)
16 IS Neighbor: 0d0d.0d0d.0d0d.0d, Metric: 855309, sub-TLVs present (13)
19 IS Neighbor: 0d0d.0d0d.0d0d.0d, Metric: 855309, sub-TLVs present (13)
22 IS Neighbor: 0d0d.0d0d.0d0d.0d, Metric: 855309, sub-TLVs present (13)
25 IS Neighbor: 0d0d.0d00.0000.40, Metric: 13391955, sub-TLVs present (3)
28 IS Neighbor: 0000.0000.0a16.00, Metric: 2097279, no sub-TLVs present
29 IS Neighbor: 0000.3604.1f01.16, Metric: 70400, no sub-TLVs present
30 IS Neighbor: 0012.3a01.4996.01, Metric: 8838496, no sub-TLVs present
31 IS Neighbor: 00c7.8787.8766.87, Metric: 0, sub-TLVs present (64)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h 79 are present. */
98 are present.
113 are present. */
127 are present.
163 are present. */
180 are present. */
190 are present.
196 The include file <semaphore.h> is present. The functions
208 are present. */
  /external/syslinux/memdisk/
dskprobe.c 88 int present; local
96 present = !(regs->eflags.l & 1) && !regs->eax.b[1];
98 present = present && !(probe_int13h_01h_fail(status));
99 dskprobe_printf(" P%d\n", present);
100 return present;
108 int present; local
116 present = !(regs->eflags.l & 1) && regs->eax.b[1];
118 present = present && !(probe_int13h_01h_fail(status))
128 int present; local
    [all...]
  /external/guava/guava/src/com/google/common/base/
Present.java 32 final class Present<T> extends Optional<T> {
35 Present(T reference) {
71 return new Present<V>(checkNotNull(function.apply(reference),
76 if (object instanceof Present) {
77 Present<?> other = (Present<?>) object;
  /external/autotest/client/site_tests/kernel_ConfigVerifyPPP/
kernel_ConfigVerifyPPP.py 10 """Checks that PPP modules are present.
14 # Sanity checks; should be present in builds as modules.
  /external/libxml2/test/schematron/
zvon1.sct 5 <report test="BBB">BBB element is present.</report>
12 <report test="BBB">BBB element is present.</report>
  /external/vboot_reference/scripts/image_signing/sample-test-configs/
ensure_no_nonrelease_files.config 7 # Files/directories that should never be present in a clean,
10 # Flag-file indicating "developer mode", crosh offers "shell" if present:

Completed in 939 milliseconds

1 2 34 5 6 7 8 91011>>