HomeSort by relevance Sort by last modified time
    Searched full:present (Results 651 - 675 of 8021) sorted by null

<<21222324252627282930>>

  /external/chromium_org/net/proxy/
proxy_config_unittest.cc 234 // Only SOCKS proxy present, others being blank.
246 // SOCKS proxy present along with other proxies too
258 // SOCKS proxy (with modifier) present along with some proxies
  /external/chromium_org/sandbox/win/src/
restricted_token.h 17 // Flags present in the Group SID list. These 2 flags are new in Windows Vista
82 // present in the exceptions parameter. If there is no exception needed,
114 // to remove except for those present in the exceptions parameter. If
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.cpp 118 exceptionState.throwDOMException(TypeError, "The options object may only set 'attributeOldValue' to true when 'attributes' is true or not present.");
122 exceptionState.throwDOMException(TypeError, "The options object may only set 'attributeFilter' when 'attributes' is true or not present.");
127 exceptionState.throwDOMException(TypeError, "The options object may only set 'characterDataOldValue' to true when 'characterData' is true or not present.");
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 84 // Register each character of a ligature in the map, if not present.
85 // Eg. If only a "fi" ligature is present, but not "f" and "i", the
149 // Register missing-glyph element, if present.
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
vdso_support.cc 35 // VDSOSupport -- a class representing kernel VDSO (if present).
79 // on stack, and so glibc works as if VDSO was not present.
109 GetCpuFn fn = &GetCPUViaSyscall; // default if VDSO not present.
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
vdso_support.cc 35 // VDSOSupport -- a class representing kernel VDSO (if present).
79 // on stack, and so glibc works as if VDSO was not present.
109 GetCpuFn fn = &GetCPUViaSyscall; // default if VDSO not present.
  /external/clang/include/clang/Basic/
DiagnosticDriverKinds.td 97 "conflicting deployment targets, both '%0' and '%1' are present in environment">;
114 "%0: '%1' input unused%select{ when '%3' is present|}2">,
120 "%0: previously preprocessed input%select{ unused when '%2' is present|}1">,
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 134 match ? "present" : "absent",
149 match ? "present" : "absent");
160 "present" : "absent");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetWritesTester.java 76 assertEquals("multiset.remove(present, 2) didn't return the old count",
78 assertFalse("multiset contains present after multiset.remove(present, 2)",
  /external/jpeg/
jdtrans.c 56 /* Call progress monitor hook if present */
107 /* Call progress monitor hook if present */
169 /* Call progress monitor hook if present */
  /external/llvm/include/llvm-c/
Disassembler.h 70 * symbol names are present in the relocation information. The VariantKind
75 uint64_t Present; /* 1 if this symbol is present */
  /external/llvm/lib/Support/Windows/
Process.inc 22 #error "libpsapi.a should be present"
76 // This function retrieves the page size using GetSystemInfo and is present
80 // GetNativeSystemInfo. However, this interface is not present prior
  /external/qemu/distrib/jpeg-6b/
jdtrans.c 56 /* Call progress monitor hook if present */
107 /* Call progress monitor hook if present */
169 /* Call progress monitor hook if present */
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_stfa.c 97 /* Cookie _MCH present ? if not, assume ST machine */
102 /* Cookie _SND present ? if not, assume ST machine */
107 /* Cookie STFA present ? */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 214 * Returns null if the IMPI hasn't been loaded or isn't present on the ISIM.
224 * Returns null if the IMS domain hasn't been loaded or isn't present on the ISIM.
234 * Returns null if the IMPU hasn't been loaded or isn't present on the ISIM.
  /libcore/luni/src/main/java/java/lang/
Package.java 77 * this package, if present.
115 * Indicates whether the specified annotation is present.
119 * @return {@code true} if the annotation is present; {@code false}
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
TBSCertificate.java 55 * -- If present, version MUST be v2 or v3
57 * -- If present, version MUST be v2 or v3
59 * -- If present, version MUST be v3
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 206 /* 7 line 21-1 data present in GOP (1=yes, 0=no) */
207 /* 6 line 21-2 data present in GOP (1=yes, 0=no) */
223 (CSS API is not present yet) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 206 /* 7 line 21-1 data present in GOP (1=yes, 0=no) */
207 /* 6 line 21-2 data present in GOP (1=yes, 0=no) */
223 (CSS API is not present yet) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 206 /* 7 line 21-1 data present in GOP (1=yes, 0=no) */
207 /* 6 line 21-2 data present in GOP (1=yes, 0=no) */
223 (CSS API is not present yet) */
  /cts/suite/audio_quality/lib/include/audio/
AudioHardware.h 67 * Convenience API to pass buffer ID. The buffer can be either present in testCase
  /cts/tests/tests/permission/src/android/permission/cts/
PackageManagerRequiringPermissionsTest.java 30 // Must be a known-present application package other than the one hosting this class
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_SUPER.S 41 bcs .L${opcode}_nsm @ method not present in superclass
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER.S 38 jae .L${opcode}_nsm # method not present in superclass
  /developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/
MainActivity.java 79 // Inflate the menu; this adds items to the action bar if it is present.

Completed in 1143 milliseconds

<<21222324252627282930>>