HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_INTEGER (Results 1 - 25 of 47) sorted by null

1 2

  /external/proguard/src/proguard/evaluation/value/
Value.java 34 public static final int TYPE_INTEGER = 1;
145 * @return <code>TYPE_INTEGER</code>,
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
Constants.java 43 public static final Type TYPE_INTEGER = TypeUtils.parseType("Integer");
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedProvider.java 220 private static final String TYPE_INTEGER = " INTEGER";
229 FeedContract.Entry.COLUMN_NAME_PUBLISHED + TYPE_INTEGER + ")";
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedProvider.java 220 private static final String TYPE_INTEGER = " INTEGER";
229 FeedContract.Entry.COLUMN_NAME_PUBLISHED + TYPE_INTEGER + ")";
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
FeedProvider.java 220 private static final String TYPE_INTEGER = " INTEGER";
229 FeedContract.Entry.COLUMN_NAME_PUBLISHED + TYPE_INTEGER + ")";
  /external/libchrome/base/
values.h 58 TYPE_INTEGER,
135 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
287 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
431 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
  /external/libweave/third_party/chromium/base/
values.h 57 TYPE_INTEGER,
133 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
278 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
419 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 99 TYPE_INTEGER, // A sequence of digits representing an integer. Normally
204 // Parses a TYPE_INTEGER token. Returns false if the result would be
206 // result. If the text is not from a Token of type TYPE_INTEGER originally
319 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /frameworks/base/core/java/android/content/
RestrictionEntry.java 84 public static final int TYPE_INTEGER = 5;
183 * Constructor for {@link #TYPE_INTEGER} type.
189 mType = TYPE_INTEGER;
288 * Returns the value of the entry as an integer when the type is {@link #TYPE_INTEGER}.
296 * Sets the integer value of the entry when the type is {@link #TYPE_INTEGER}.
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 98 TYPE_INTEGER, // A sequence of digits representing an integer. Normally
203 // Parses a TYPE_INTEGER token. Returns false if the result would be
205 // result. If the text is not from a Token of type TYPE_INTEGER originally
301 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 98 TYPE_INTEGER, // A sequence of digits representing an integer. Normally
203 // Parses a TYPE_INTEGER token. Returns false if the result would be
205 // result. If the text is not from a Token of type TYPE_INTEGER originally
301 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 98 TYPE_INTEGER, // A sequence of digits representing an integer. Normally
203 // Parses a TYPE_INTEGER token. Returns false if the result would be
205 // result. If the text is not from a Token of type TYPE_INTEGER originally
301 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 107 TYPE_INTEGER, // A sequence of digits representing an integer. Normally
212 // Parses a TYPE_INTEGER token. Returns false if the result would be
214 // result. If the text is not from a Token of type TYPE_INTEGER originally
328 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 98 TYPE_INTEGER, // A sequence of digits representing an integer. Normally
203 // Parses a TYPE_INTEGER token. Returns false if the result would be
205 // result. If the text is not from a Token of type TYPE_INTEGER originally
301 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 147 private static final String TYPE_INTEGER = "i";
361 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) {
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 

Completed in 761 milliseconds

1 2