HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY (Results 51 - 75 of 412) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
AnnotationsList.java 26 /** {@code non-null;} immutable empty instance */
27 public static final AnnotationsList EMPTY = new AnnotationsList(0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
utmpx.h 87 #define EMPTY 0 /* No valid user accounting information. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utmpx.h 87 #define EMPTY 0 /* No valid user accounting information. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utmpx.h 87 #define EMPTY 0 /* No valid user accounting information. */
  /libcore/luni/src/main/java/java/util/concurrent/
Phaser.java 250 * parties and one unarrived parties (encoded as EMPTY below).
282 private static final int EMPTY = 1;
288 return (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK);
301 return (counts == EMPTY) ? 0 :
361 int unarrived = (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK);
372 n |= EMPTY;
383 s, s | EMPTY);
414 if (counts != EMPTY) { // not 1st registration
442 // assert (int)s == EMPTY;
457 * parties is zero, resetting to unregistered EMPTY state)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
PositionList.java 27 /** {@code non-null;} empty instance */
28 public static final PositionList EMPTY = new PositionList(0);
61 return EMPTY;
  /dalvik/dexgen/src/com/android/dexgen/rop/
LineNumberList.java 27 public static final LineNumberList EMPTY = new LineNumberList(0);
39 if (list1 == EMPTY) {
  /dalvik/dx/src/com/android/dx/cf/code/
LineNumberList.java 27 public static final LineNumberList EMPTY = new LineNumberList(0);
39 if (list1 == EMPTY) {
Ropper.java 134 /** true if {@code subroutines} is non-empty */
315 * empty here (to be filled in outside of the constructor).
911 RegisterSpecList.EMPTY));
    [all...]
ConcreteMethod.java 96 LineNumberList lineNumbers = LineNumberList.EMPTY;
108 LocalVariableList localVariables = LocalVariableList.EMPTY;
126 LocalVariableList typeList = LocalVariableList.EMPTY;
  /dalvik/dx/src/com/android/dx/dex/code/
PositionList.java 27 /** {@code non-null;} empty instance */
28 public static final PositionList EMPTY = new PositionList(0);
61 return EMPTY;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.idl 39 const unsigned short EMPTY = 0;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
PositionList.java 27 /** {@code non-null;} empty instance */
28 public static final PositionList EMPTY = new PositionList(0);
61 return EMPTY;
  /frameworks/base/core/java/android/util/
Base64InputStream.java 30 private static byte[] EMPTY = new byte[0];
134 * decode/encode it into the empty coder.output, and reset the
143 success = coder.process(EMPTY, 0, 0, true);
Base64OutputStream.java 34 private static byte[] EMPTY = new byte[0];
108 internalWrite(EMPTY, 0, 0, true);
  /frameworks/base/core/java/android/view/textservice/
SuggestionsInfo.java 28 private static final String[] EMPTY = ArrayUtils.emptyArray(String.class);
73 mSuggestions = EMPTY;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderList.java 18 private static final FolderList EMPTY = new FolderList(Collections.<Folder> emptyList());
71 return EMPTY;
  /libcore/luni/src/main/java/libcore/reflect/
GenericSignatureParser.java 134 this.interfaceTypes = ListOfTypes.EMPTY;
141 this.interfaceTypes = ListOfTypes.EMPTY;
163 this.parameterTypes = ListOfTypes.EMPTY;
169 this.exceptionTypes = ListOfTypes.EMPTY;
194 this.parameterTypes = ListOfTypes.EMPTY;
200 this.exceptionTypes = ListOfTypes.EMPTY;
  /system/core/sh/
redir.c 69 #define EMPTY -2 /* marks an unused slot in redirtab */
125 sv->renamed[i] = EMPTY;
136 if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) {
305 if (rp->renamed[i] != EMPTY) {
363 rp->renamed[i] = EMPTY;
372 * if the source file descriptor is closed, EMPTY if there are no unused
384 return EMPTY;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 72 if (sipInfo == null || sipInfo == ContactInfo.EMPTY) {
85 if (phoneInfo == null || phoneInfo == ContactInfo.EMPTY) {
97 // If we did not find a matching contact, generate an empty contact info for the number.
98 if (info == ContactInfo.EMPTY) {
145 * It returns null if an error occurs, {@link ContactInfo#EMPTY} if no matching contact is
174 info = ContactInfo.EMPTY;
191 * If no contact corresponds to the given SIP address, returns {@link ContactInfo#EMPTY}.
210 * If no contact corresponds to the given phone number, returns {@link ContactInfo#EMPTY}.
229 if (info != null && info != ContactInfo.EMPTY) {
  /cts/tools/dasm/src/java_cup/
terminal_set.java 16 /** Constructor for an empty set. */
39 /** Constant for the empty set. */
40 public static final terminal_set EMPTY = new terminal_set();
65 /** Determine if the set is empty. */
66 public boolean empty() method in class:terminal_set
68 return equals(EMPTY);
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 32 /** {@code non-null;} immutable empty instance */
33 public static final Annotations EMPTY = new Annotations();
36 EMPTY.setImmutable();
84 * Constructs an empty instance.
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 31 /** {@code non-null;} immutable empty instance */
32 public static final Annotations EMPTY = new Annotations();
35 EMPTY.setImmutable();
83 * Constructs an empty instance.
  /external/chromium_org/chrome/browser/net/
dns_probe_runner_unittest.cc 75 RunTest(MockDnsClientRule::EMPTY, DnsProbeRunner::INCORRECT);
88 RunTest(MockDnsClientRule::EMPTY, DnsProbeRunner::INCORRECT);
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
WriteData.java 36 private Bundle mProperties = Bundle.EMPTY;
106 if (mProperties == Bundle.EMPTY) {

Completed in 1225 milliseconds

1 23 4 5 6 7 8 91011>>