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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/tools/aapt2/link/
XmlCompatVersioner_test.cpp 32 constexpr auto TYPE_STRING = android::ResTable_map::TYPE_STRING;
68 util::make_unique<Attribute>(TYPE_STRING))
  /frameworks/base/core/jni/hwbinder/
EphemeralStorage.h 57 TYPE_STRING,
  /frameworks/base/tools/incident_report/
generic_message.h 41 TYPE_STRING,
  /external/tensorflow/tensorflow/core/util/
command_line_flags.h 98 TYPE_STRING,
  /frameworks/base/tools/aapt2/
ResourceValues_test.cpp 35 constexpr const uint32_t TYPE_STRING = android::ResTable_map::TYPE_STRING;
270 Attribute attr_one(TYPE_STRING | TYPE_REFERENCE);
271 Attribute attr_two(TYPE_STRING);
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
Setting.java 22 static final int TYPE_STRING = 2;
50 mSettingType = TYPE_STRING;
88 mSettingType = TYPE_STRING;
  /external/perfetto/include/perfetto/protozero/
proto_field_descriptor.h 37 TYPE_STRING = 9,
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.h 73 TYPE_STRING = 9,
87 : type_(TYPE_STRING),
111 GOOGLE_LOG_IF(DFATAL, type_ != TYPE_STRING) << "Not a string type.";
  /frameworks/base/core/java/android/provider/
MetadataReader.java 63 private static final int TYPE_STRING = 2;
71 TYPE_MAPPING.put(ExifInterface.TAG_ARTIST, TYPE_STRING);
74 TYPE_MAPPING.put(ExifInterface.TAG_COPYRIGHT, TYPE_STRING);
75 TYPE_MAPPING.put(ExifInterface.TAG_DATETIME, TYPE_STRING);
76 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_DESCRIPTION, TYPE_STRING);
81 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING);
82 TYPE_MAPPING.put(ExifInterface.TAG_MODEL, TYPE_STRING);
91 TYPE_MAPPING.put(ExifInterface.TAG_SOFTWARE, TYPE_STRING);
103 TYPE_MAPPING.put(ExifInterface.TAG_CFA_PATTERN, TYPE_STRING);
105 TYPE_MAPPING.put(ExifInterface.TAG_COMPONENTS_CONFIGURATION, TYPE_STRING);
    [all...]
  /device/google/contexthub/util/common/
JSONObject.h 36 TYPE_STRING,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 47 TYPE_STRING,
125 paramtype = TYPE_STRING;
137 paramtype = TYPE_STRING;
144 if (paramtype == TYPE_STRING && !allow_8bit_chars) {
168 case TYPE_STRING:
  /external/e2fsprogs/intl/
printf-args.h 63 TYPE_STRING,
  /external/ltp/utils/ffsb-6.0-rc2/
parser.h 31 #define TYPE_STRING 0x0004
55 {"callout", NULL, TYPE_STRING, STORE_SINGLE}, \
59 {"bindfs", NULL, TYPE_STRING, STORE_SINGLE}, \
89 {"location", NULL, TYPE_STRING, STORE_SINGLE}, \
102 {"clone", NULL, TYPE_STRING, STORE_SINGLE}, \
108 {"ignore", NULL, TYPE_STRING, STORE_LIST}, \
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 370 TYPE_STRING = 9
413 TYPE_STRING: CPPTYPE_STRING,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 59 public static final int TYPE_STRING = 9;
347 case TYPE_STRING:
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 116 TYPE_STRING, // A quoted sequence of escaped characters. Either single
128 // the input. e.g. tokens of TYPE_STRING will still
204 // Parses a TYPE_STRING token. This never fails, so long as the text actually
205 // comes from a TYPE_STRING token parsed by Tokenizer. If it doesn't, the
  /external/python/cpython2/Modules/_sqlite/
statement.c 48 TYPE_STRING,
128 paramtype = TYPE_STRING;
140 paramtype = TYPE_STRING;
147 if (paramtype == TYPE_STRING && !allow_8bit_chars) {
175 case TYPE_STRING:
  /frameworks/base/core/java/android/content/
RestrictionEntry.java 91 public static final int TYPE_STRING = 6;
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 100 static final int TYPE_STRING = 'L' | 's' << 8;
128 return TYPE_STRING;
325 } else if (type == TYPE_STRING) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single
119 // the input. e.g. tokens of TYPE_STRING will still
195 // Parses a TYPE_STRING token. This never fails, so long as the text actually
196 // comes from a TYPE_STRING token parsed by Tokenizer. If it doesn't, the
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single
119 // the input. e.g. tokens of TYPE_STRING will still
195 // Parses a TYPE_STRING token. This never fails, so long as the text actually
196 // comes from a TYPE_STRING token parsed by Tokenizer. If it doesn't, the
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single
119 // the input. e.g. tokens of TYPE_STRING will still
195 // Parses a TYPE_STRING token. This never fails, so long as the text actually
196 // comes from a TYPE_STRING token parsed by Tokenizer. If it doesn't, the
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 116 TYPE_STRING, // A quoted sequence of escaped characters. Either single
128 // the input. e.g. tokens of TYPE_STRING will still
204 // Parses a TYPE_STRING token. This never fails, so long as the text actually
205 // comes from a TYPE_STRING token parsed by Tokenizer. If it doesn't, the
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single
119 // the input. e.g. tokens of TYPE_STRING will still
195 // Parses a TYPE_STRING token. This never fails, so long as the text actually
196 // comes from a TYPE_STRING token parsed by Tokenizer. If it doesn't, the
  /external/protobuf/python/google/protobuf/
descriptor.py 430 TYPE_STRING = 9
473 TYPE_STRING: CPPTYPE_STRING,
    [all...]

Completed in 601 milliseconds

1 2 3 4 5 6 7 8 91011