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

1 2 3 4

  /external/proguard/src/proguard/evaluation/value/
Value.java 34 public static final int TYPE_INTEGER = 1;
145 * @return <code>TYPE_INTEGER</code>,
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 211 { "123", Tokenizer::TYPE_INTEGER },
212 { "0xab6", Tokenizer::TYPE_INTEGER },
213 { "0XAB6", Tokenizer::TYPE_INTEGER },
214 { "0X1234567", Tokenizer::TYPE_INTEGER },
215 { "0x89abcdef", Tokenizer::TYPE_INTEGER },
216 { "0x89ABCDEF", Tokenizer::TYPE_INTEGER },
217 { "01234567", Tokenizer::TYPE_INTEGER },
349 { Tokenizer::TYPE_INTEGER , "1" , 0, 4, 5 },
    [all...]
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/tools/aapt2/link/
ManifestFixer_test.cpp 41 android::ResTable_map::TYPE_INTEGER)
46 android::ResTable_map::TYPE_INTEGER)
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
Constants.java 43 public static final Type TYPE_INTEGER = TypeUtils.parseType("Integer");
  /external/libchrome/dbus/
values_util.cc 70 case base::Value::TYPE_INTEGER:
223 case base::Value::TYPE_INTEGER: {
290 case base::Value::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
  /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 + ")";
  /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}.
RestrictionsManager.java 634 case RestrictionEntry.TYPE_INTEGER:
683 * <tr><td>{@link RestrictionEntry#TYPE_INTEGER}</td><td>{@link Bundle#putInt}</td></tr>
709 case RestrictionEntry.TYPE_INTEGER:
  /external/libweave/third_party/chromium/base/
values.cc 177 : Value(TYPE_INTEGER), integer_value_(in_value) {
199 if (out_value && IsType(TYPE_INTEGER))
201 return (IsType(TYPE_INTEGER));
207 else if (out_value && IsType(TYPE_INTEGER))
209 return (IsType(TYPE_DOUBLE) || IsType(TYPE_INTEGER));
217 case TYPE_INTEGER:
238 case TYPE_INTEGER: {
  /external/libchrome/base/json/
json_writer.cc 73 case Value::TYPE_INTEGER: {
json_reader_unittest.cc 47 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
72 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
80 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
87 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
103 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
  /external/libchrome/base/trace_event/
trace_event_memory_overhead.cc 74 case Value::TYPE_INTEGER:
  /external/libweave/third_party/chromium/base/json/
json_writer.cc 73 case Value::TYPE_INTEGER: {
json_reader_unittest.cc 42 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
67 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
75 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
82 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
98 EXPECT_TRUE(root->IsType(Value::TYPE_INTEGER));
  /external/libchrome/base/
values.cc 181 : Value(TYPE_INTEGER), integer_value_(in_value) {
203 if (out_value && IsType(TYPE_INTEGER))
205 return (IsType(TYPE_INTEGER));
211 else if (out_value && IsType(TYPE_INTEGER))
213 return (IsType(TYPE_DOUBLE) || IsType(TYPE_INTEGER));
221 case TYPE_INTEGER:
242 case TYPE_INTEGER: {
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 656 if (LookingAtType(io::Tokenizer::TYPE_INTEGER)) {
687 LookingAtType(io::Tokenizer::TYPE_INTEGER)) {
732 // 12345 => TYPE_INTEGER
733 // -12345 => TYPE_SYMBOL + TYPE_INTEGER
738 // TYPE_INTEGER => TYPE_IDENTIFIER
742 // 12345 => TYPE_INTEGER
745 // TYPE_INTEGER => TYPE_IDENTIFIER
747 // -12345 => TYPE_SYMBOL + TYPE_INTEGER
751 // TYPE_INTEGER, TYPE_FLOAT and TYPE_IDENTIFIER.
753 if (!LookingAtType(io::Tokenizer::TYPE_INTEGER) &
    [all...]
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 285 if ((typeMask & android::ResTable_map::TYPE_INTEGER) != 0) {
404 if (attr->typeMask & android::ResTable_map::TYPE_INTEGER) {
432 android::ResTable_map::TYPE_INTEGER) {

Completed in 714 milliseconds

1 2 3 4