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

1 2 34 5 6 7 8 91011>>

  /frameworks/av/include/camera/
ICameraServiceListener.h 41 * NOT_PRESENT -> PRESENT
43 * ENUMERATING -> PRESENT
44 * PRESENT -> NOT_AVAILABLE
45 * 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());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignedData.java 72 // IF ((certificates is present) AND
73 // (any certificates with a type of other are present)) OR
74 // ((crls is present) AND
75 // (any crls with a type of other are present))
78 // IF (certificates is present) AND
79 // (any version 2 attribute certificates are present)
82 // IF ((certificates is present) AND
83 // (any version 1 attribute certificates are present)) OR
  /external/chromium/net/base/
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/chromium_org/components/policy/core/common/
policy_load_status.h 28 // No policy present.
32 // Data missing, such as policy file not present.
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_renderbuffer_format_BGRA8888.txt 23 a similar extension is also present as it allows creating a multisampled
41 If ANGLE_framebuffer_multisample is also present then BGRA8_EXT is a
  /external/chromium_org/net/base/
load_flags_list.h 41 // If present, upload progress messages should be provided to initiator.
44 // If present, collect load timing for the request.
47 // If present, ignores certificate mismatches with the domain name.
51 // If present, ignores certificate expiration dates
55 // If present, trusts all certificate authorities
59 // If present, causes certificate revocation checks to be skipped on secure
63 // If present, ignores wrong key usage of the certificate
100 // If present, intercept actual request/response headers from network stack
  /external/chromium_org/sandbox/win/src/
acl.h 26 // Adds and ACE represented by |sid| and |access| to the default dacl present
31 // present in the token.
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_find_cipher_any.c 19 Find a cipher flexibly. First by name then if not present by block and key size
23 @return >= 0 if found, -1 if not present
crypt_find_hash_any.c 19 Find a hash flexibly. First by name then if not present by digest size
22 @return >= 0 if found, -1 if not present
  /external/e2fsprogs/misc/
e2label.8.in 22 is not present,
28 is present, then
  /external/qemu/hw/
goldfish_battery.c 45 int present; member in struct:goldfish_battery_state
59 QFIELD_INT32(present),
106 return s->present;
160 s->present = 1; // battery is present
190 battery_state->present = value;
255 sprintf(buffer, "present: %s\r\n", (battery_state->present ? "true" : "false"));
  /frameworks/base/core/java/android/test/
UiThreadTest.java 26 * When the annotation is present, the test method is executed on the application's
28 * when this annotation is present.
  /hardware/libhardware_legacy/audio/
audio_policy.conf 5 # Global configuration section: lists input and output devices always present on the device
15 # audio hardware module section: contains descriptors for all audio hw modules present on the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 103 * Note that WANTED and PRESENT are not simple inverses! If a capability
107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
114 if (PRESENT(q) && !PRESENT(p)) \
116 if (PRESENT(p) && !PRESENT(q)) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 103 * Note that WANTED and PRESENT are not simple inverses! If a capability
107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
114 if (PRESENT(q) && !PRESENT(p)) \
116 if (PRESENT(p) && !PRESENT(q)) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 103 * Note that WANTED and PRESENT are not simple inverses! If a capability
107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
114 if (PRESENT(q) && !PRESENT(p)) \
116 if (PRESENT(p) && !PRESENT(q)) \
  /sdk/eclipse/scripts/
build_update_site.sh 5 # $1: Optional build number. If present, will be appended to the date qualifier.
7 # -i: Optional, if present, the Google internal update site will be built. Otherwise,
  /external/chromium_org/chrome/browser/mac/
dock.h 23 // present. |dmg_app_path| is the path to the install source. Its tile will be
24 // removed if present. If any changes are made to the Dock's configuration,
28 // relative to other items already present in the Dock:
31 // - If dmg_app_path is present in the Dock, it will be removed. If
32 // installed_path is not already present, the new tile referencing
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRemoveTester.java 46 assertTrue("remove(present) should return true",
48 assertEquals("remove(present) should decrease a collection's size by one.",
67 assertEquals("remove(present) should decrease a collection's size by one.",
77 fail("remove(present) should throw UnsupportedOperationException");
81 assertTrue("remove(present) should not remove the element",
MapRemoveTester.java 45 assertEquals("remove(present) should return the associated value",
47 assertEquals("remove(present) should decrease a map's size by one.",
67 assertEquals("remove(present) should decrease a map's size by one.",
77 fail("remove(present) should throw UnsupportedOperationException");
81 assertEquals("remove(present) should not remove the element",
  /libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java 64 * completed task, waiting if none are yet present.
73 * completed task, or {@code null} if none are present.
76 * {@code null} if none are present
83 * time if none are yet present.
91 * before one is present
  /external/chromium_org/ui/surface/
accelerated_surface_win.h 78 void Present(HDC dc);
88 // Destroy any D3D resources owned by the given present thread. Called on
89 // the given present thread.
127 // present to the window. When the window is resizing, presenting with
138 // UI thread can wait on this event to ensure a present is finished.
146 // The size of the window on the last present. This is used to trigger the
162 // Set to true if the first present after the tab is unhidden needs to be done
186 // Synchronously present a frame with no acknowledgement.
187 void Present(HDC dc);
207 // presented. Present will not be able to represent the last surface afte
    [all...]

Completed in 1040 milliseconds

1 2 34 5 6 7 8 91011>>