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

1 2 3 45 6 7 8 91011>>

  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockContract.java 58 public static final Uri NO_RINGTONE_URI = Uri.EMPTY;
81 * Uri.EMPTY.toString() means no ringtone.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
grammar.h 19 #define EMPTY 0 /* Label number 0 is by definition the empty label */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
grammar.h 19 #define EMPTY 0 /* Label number 0 is by definition the empty label */
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
69 new Rop(RegOps.MOVE_PARAM, Type.INT, StdTypeList.EMPTY,
74 new Rop(RegOps.MOVE_PARAM, Type.LONG, StdTypeList.EMPTY,
79 new Rop(RegOps.MOVE_PARAM, Type.FLOAT, StdTypeList.EMPTY,
84 new Rop(RegOps.MOVE_PARAM, Type.DOUBLE, StdTypeList.EMPTY,
89 new Rop(RegOps.MOVE_PARAM, Type.OBJECT, StdTypeList.EMPTY,
94 new Rop(RegOps.CONST, Type.INT, StdTypeList.EMPTY, "const-int");
98 new Rop(RegOps.CONST, Type.LONG, StdTypeList.EMPTY, "const-long");
102 new Rop(RegOps.CONST, Type.FLOAT, StdTypeList.EMPTY, "const-float");
106 new Rop(RegOps.CONST, Type.DOUBLE, StdTypeList.EMPTY, "const-double")
    [all...]
PlainInsn.java 73 return StdTypeList.EMPTY;
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
69 new Rop(RegOps.MOVE_PARAM, Type.INT, StdTypeList.EMPTY,
74 new Rop(RegOps.MOVE_PARAM, Type.LONG, StdTypeList.EMPTY,
79 new Rop(RegOps.MOVE_PARAM, Type.FLOAT, StdTypeList.EMPTY,
84 new Rop(RegOps.MOVE_PARAM, Type.DOUBLE, StdTypeList.EMPTY,
89 new Rop(RegOps.MOVE_PARAM, Type.OBJECT, StdTypeList.EMPTY,
94 new Rop(RegOps.CONST, Type.INT, StdTypeList.EMPTY, "const-int");
98 new Rop(RegOps.CONST, Type.LONG, StdTypeList.EMPTY, "const-long");
102 new Rop(RegOps.CONST, Type.FLOAT, StdTypeList.EMPTY, "const-float");
106 new Rop(RegOps.CONST, Type.DOUBLE, StdTypeList.EMPTY, "const-double")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
69 new Rop(RegOps.MOVE_PARAM, Type.INT, StdTypeList.EMPTY,
74 new Rop(RegOps.MOVE_PARAM, Type.LONG, StdTypeList.EMPTY,
79 new Rop(RegOps.MOVE_PARAM, Type.FLOAT, StdTypeList.EMPTY,
84 new Rop(RegOps.MOVE_PARAM, Type.DOUBLE, StdTypeList.EMPTY,
89 new Rop(RegOps.MOVE_PARAM, Type.OBJECT, StdTypeList.EMPTY,
94 new Rop(RegOps.CONST, Type.INT, StdTypeList.EMPTY, "const-int");
98 new Rop(RegOps.CONST, Type.LONG, StdTypeList.EMPTY, "const-long");
102 new Rop(RegOps.CONST, Type.FLOAT, StdTypeList.EMPTY, "const-float");
106 new Rop(RegOps.CONST, Type.DOUBLE, StdTypeList.EMPTY, "const-double")
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 381 insn = new PlainInsn(rop, pos, dimsReg, RegisterSpecList.EMPTY);
412 RegisterSpecList.EMPTY,
420 RegisterSpecList.EMPTY, catches,
428 insn = new PlainInsn(rop, pos, classReg, RegisterSpecList.EMPTY);
451 insn = new PlainInsn(rop, pos, objectReg, RegisterSpecList.EMPTY);
489 .getReturnType()), pos, dest, RegisterSpecList.EMPTY);
501 pos, dest, RegisterSpecList.EMPTY);
568 RegisterSpecList.EMPTY);
590 insn = new PlainInsn(Rops.GOTO, pos, null, RegisterSpecList.EMPTY);
609 * to have non-empty successors and yet not have
    [all...]
LocalVariableList.java 31 public static final LocalVariableList EMPTY = new LocalVariableList(0);
43 if (list1 == EMPTY) {
BasicBlocker.java 132 targetLists[offset] = IntList.EMPTY;
191 targetLists[offset] = IntList.EMPTY;
302 blockCatches = ByteCatchList.EMPTY;
306 blockCatches = ByteCatchList.EMPTY;
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 175 assertSame("reading an empty stream must result in the EMPTY constant "
176 + "byte string", ByteString.EMPTY, byteString);
496 // Make sure newOutput() correctly builds empty byte strings
498 assertEquals(ByteString.EMPTY, byteString);
609 * Test the Rope implementation can deal with Empty nodes, even though we
618 RopeByteString.newInstanceForTest(literalString, ByteString.EMPTY),
619 RopeByteString.newInstanceForTest(ByteString.EMPTY, literalString));
620 ByteString quintet = RopeByteString.newInstanceForTest(temp, ByteString.EMPTY);
648 // Test that even if we force empty strings in as rope leaves in thi
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 26 public static final IntList EMPTY = new IntList(0);
38 EMPTY.setImmutable();
72 * Constructs an empty instance with a default initial capacity.
79 * Constructs an empty instance.
284 * @exception IndexOutOfBoundsException if stack is empty.
294 * @exception IndexOutOfBoundsException if stack is empty.
  /dalvik/dx/src/com/android/dx/util/
IntList.java 26 public static final IntList EMPTY = new IntList(0);
38 EMPTY.setImmutable();
72 * Constructs an empty instance with a default initial capacity.
79 * Constructs an empty instance.
284 * @throws IndexOutOfBoundsException if stack is empty
294 * @throws IndexOutOfBoundsException if stack is empty
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMap.java 416 * @return OpCodes.EMPTY, OpCodes.ELEMWILDCARD, or the local name.
429 index = OpCodes.EMPTY;
441 index = OpCodes.EMPTY;
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistry.java 94 /** Construct a new, empty instance. */
99 /** Get the unmodifiable singleton empty instance. */
101 return EMPTY;
210 private ExtensionRegistry(boolean empty) {
216 private static final ExtensionRegistry EMPTY = new ExtensionRegistry(true);
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntList.java 26 public static final IntList EMPTY = new IntList(0);
38 EMPTY.setImmutable();
72 * Constructs an empty instance with a default initial capacity.
79 * Constructs an empty instance.
284 * @throws IndexOutOfBoundsException if stack is empty
294 * @throws IndexOutOfBoundsException if stack is empty
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/guava/guava-tests/test/com/google/common/primitives/
SignedBytesTest.java 39 private static final byte[] EMPTY = {};
128 assertEquals("", SignedBytes.join(",", EMPTY));
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 81 * Empty ByteString.
83 public static final ByteString EMPTY = new ByteString(new byte[0]);
145 * If the list is empty, the returned object is the singleton empty
151 return EMPTY;
ExtensionRegistry.java 94 /** Construct a new, empty instance. */
99 /** Get the unmodifiable singleton empty instance. */
101 return EMPTY;
210 private ExtensionRegistry(boolean empty) {
216 private static final ExtensionRegistry EMPTY = new ExtensionRegistry(true);
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 31 private static Object[] EMPTY = new Object[0];
101 * Returns an empty array of the specified type. The intent is that
102 * it will return the same empty array every time to avoid reallocation,
107 return (T[]) EMPTY;
117 // Log.e("cache", "new empty " + kind.getName() + " at " + bucket);
179 * @param array The original array, or null to represent an empty array.
203 * @param array The original array, or null to represent an empty array.
208 * would be an empty array.
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 400 if (null == uri || Uri.EMPTY == uri) {
415 if (null == uri || Uri.EMPTY == uri) {
486 if ((null == uri || Uri.EMPTY == uri) && (null == mimeType || mimeType.equals(""))) {
575 if ((null == uri || Uri.EMPTY == uri) && (null == mimeType || mimeType.equals(""))) {
631 if (null == uri || Uri.EMPTY == uri) {
656 if (null == uri || Uri.EMPTY == uri) {
688 if (null == uri || Uri.EMPTY == uri) {
716 if (null == uri || Uri.EMPTY == uri) {
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteSelector.java 51 * An empty media route selector that will not match any routes.
53 public static final MediaRouteSelector EMPTY = new MediaRouteSelector(new Bundle(), null);
214 * Creates an empty media route selector builder.
295 return EMPTY;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java 29 /** {@code non-null;} empty instance */
30 public static final CatchTable EMPTY = new CatchTable(0);
  /dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java 28 /** {@code non-null;} empty instance */
29 public static final CatchTable EMPTY = new CatchTable(0);

Completed in 1137 milliseconds

1 2 3 45 6 7 8 91011>>