HomeSort by relevance Sort by last modified time
    Searched full:present (Results 51 - 75 of 5294) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_sctp.h 24 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */
25 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */
26 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 25 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */
26 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */
27 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */
  /cts/tools/dasm/src/java_cup/runtime/
token.java 5 * by the scanner and placed on the parse stack. At present, this
  /external/chromium/net/base/
gzip_header.h 50 FLAG_FHCRC = 0x02, // bit 1 set: header CRC present
51 FLAG_FEXTRA = 0x04, // bit 2 set: extra field present
52 FLAG_FNAME = 0x08, // bit 3 set: original file name present
53 FLAG_FCOMMENT = 0x10, // bit 4 set: file comment present
load_flags_list.h 36 // If present, upload progress messages should be provided to initiator.
39 // If present, collect load timing for the request.
42 // If present, ignores certificate mismatches with the domain name.
46 // If present, ignores certificate expiration dates
50 // If present, trusts all certificate authorities
54 // If present, ignores certificate revocation
58 // If present, ignores wrong key usage of the certificate
95 // If present, intercept actual request/response headers from network stack
  /external/clang/test/CodeGenCXX/
debug-info-static-fns.cpp 9 // Verify that a is present and mangled.
  /external/compiler-rt/lib/
lit.common.unit.cfg 17 # if none of these are present.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapPutTester.java 77 assertEquals("put(present, existingValue) should return present or throw",
89 fail("put(present, differentValue) should throw");
106 assertEquals("put(present, value) should return the associated value",
147 assertEquals("put(present, null) should return the associated value",
157 fail("put(present, null) should throw");
162 "Should not contain null after unsupported put(present, null)");
169 assertNull("put(present, null) should return the associated value (null)",
179 assertNull("put(present, value) should return the associated value (null)",
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultLocation.java 20 * present. */
  /external/junit/src/junit/runner/
StandardTestSuiteLoader.java 3 // android-changed - class not present in upstream JUnit 4.10
  /external/kernel-headers/original/asm-x86/
math_emu.h 10 following a device-not-present interrupt, part of it saved
  /external/llvm/utils/lint/
generic_lint.py 4 # to any programming language: at present, line length and trailing whitespace.
  /external/skia/include/views/
SkOSWindow_Android.h 31 void present() {} function in class:SkOSWindow
SkOSWindow_NaCl.h 31 void present() {} function in class:SkOSWindow
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
window-property.js 1 description("Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are present.");
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/
window-property-expected.txt 1 Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are present.
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
window-property.js 1 description('Tests that the window.DeviceOrientationEvent and window.ondeviceorientation properties are present.');
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/
window-property-expected.txt 1 Tests that the window.DeviceOrientationEvent and window.ondeviceorientation properties are present.
  /external/webkit/LayoutTests/fast/events/touch/resources/
send-touch-up.html 20 // This touchend will cause a crash if the bug is present.
  /frameworks/av/include/camera/
ICameraServiceListener.h 38 * NOT_PRESENT -> PRESENT
40 * ENUMERATING -> PRESENT
41 * PRESENT -> NOT_AVAILABLE
42 * NOT_AVAILABLE -> PRESENT
  /frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java 16 // * Returns the component used to present the TraceView
  /external/tcpdump/
print-gre.c 60 #define GRE_CP 0x8000 /* checksum present */
61 #define GRE_RP 0x4000 /* routing present */
62 #define GRE_KP 0x2000 /* key present */
63 #define GRE_SP 0x1000 /* sequence# present */
66 #define GRE_AP 0x0080 /* acknowledgment# present */
69 { GRE_CP, "checksum present"},
70 { GRE_RP, "routing present"},
71 { GRE_KP, "key present"},
72 { GRE_SP, "sequence# present"},
73 { GRE_sP, "source routing present"},
    [all...]
  /cts/tools/dex-tools/test/dex/reader/
DexTestsCommon.java 101 fail("Class: " + className +" not present in file: " + file.getName());
102 throw new IllegalArgumentException("Class: " + className +" not present in file: " + file.getName());
113 fail("Field: " + fieldName +" not present in class: " + clazz.getName());
114 throw new IllegalArgumentException("Field: " + fieldName +" not present in class: " + clazz.getName());
125 fail("Annotation: " + annotationType +" not present in Element.");
126 throw new IllegalArgumentException("Annotation: " + annotationType +" not present in Element.");
139 fail("Method: " + methodName +" not present in class: " + clazz.getName());
140 throw new IllegalArgumentException("Method: " + methodName +" not present in class: " + clazz.getName());
  /device/ti/panda/audio/
audio_policy.conf 1 # Global configuration section: lists input and output devices always present on the device
11 # audio hardware module section: contains descriptors for all audio hw modules present on the
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignedData.java 67 // IF ((certificates is present) AND
68 // (any certificates with a type of other are present)) OR
69 // ((crls is present) AND
70 // (any crls with a type of other are present))
73 // IF (certificates is present) AND
74 // (any version 2 attribute certificates are present)
77 // IF ((certificates is present) AND
78 // (any version 1 attribute certificates are present)) OR

Completed in 5567 milliseconds

1 23 4 5 6 7 8 91011>>