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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/provider/
MetadataReader.java 58 private static final int TYPE_STRING = 2;
65 TYPE_MAPPING.put(ExifInterface.TAG_ARTIST, TYPE_STRING);
68 TYPE_MAPPING.put(ExifInterface.TAG_COPYRIGHT, TYPE_STRING);
69 TYPE_MAPPING.put(ExifInterface.TAG_DATETIME, TYPE_STRING);
70 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_DESCRIPTION, TYPE_STRING);
75 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING);
76 TYPE_MAPPING.put(ExifInterface.TAG_MODEL, TYPE_STRING);
85 TYPE_MAPPING.put(ExifInterface.TAG_SOFTWARE, TYPE_STRING);
97 TYPE_MAPPING.put(ExifInterface.TAG_CFA_PATTERN, TYPE_STRING);
99 TYPE_MAPPING.put(ExifInterface.TAG_COMPONENTS_CONFIGURATION, TYPE_STRING);
    [all...]
  /external/selinux/gui/
mappingsPage.py 54 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
usersPage.py 60 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.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/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/protobuf/src/google/protobuf/util/internal/
datapiece.cc 116 if (type_ == TYPE_STRING) return StringToNumber<int32>(safe_strto32);
128 if (type_ == TYPE_STRING) return StringToNumber<uint32>(safe_strtou32);
140 if (type_ == TYPE_STRING) return StringToNumber<int64>(safe_strto64);
152 if (type_ == TYPE_STRING) return StringToNumber<uint64>(safe_strtou64);
167 if (type_ == TYPE_STRING) {
180 if (type_ == TYPE_STRING) {
195 case TYPE_STRING:
205 case TYPE_STRING:
234 case TYPE_STRING:
250 if (type_ == TYPE_STRING) {
    [all...]
datapiece.h 73 TYPE_STRING = 9,
87 : type_(TYPE_STRING),
111 GOOGLE_LOG_IF(DFATAL, type_ != TYPE_STRING) << "Not a string type.";
object_writer.cc 72 case DataPiece::TYPE_STRING: {
  /frameworks/base/tools/aapt2/link/
XmlCompatVersioner_test.cpp 31 constexpr auto TYPE_STRING = android::ResTable_map::TYPE_STRING;
67 util::make_unique<Attribute>(false, TYPE_STRING))
  /frameworks/base/tools/incident_report/
generic_message.h 41 TYPE_STRING,
generic_message.cpp 60 node.type = TYPE_STRING;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_map_field.cc 240 if (key_field->type() == FieldDescriptor::TYPE_STRING) {
245 if (value_field->type() == FieldDescriptor::TYPE_STRING) {
288 if (key_field->type() == FieldDescriptor::TYPE_STRING) {
293 if (value_field->type() == FieldDescriptor::TYPE_STRING) {
346 if (key_field->type() == FieldDescriptor::TYPE_STRING) {
351 if (value_field->type() == FieldDescriptor::TYPE_STRING) {
cpp_string_field.cc 373 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) {
382 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) {
394 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) {
666 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) {
    [all...]
  /external/v8/src/
flags.cc 43 TYPE_STRING,
86 DCHECK(type_ == TYPE_STRING);
91 DCHECK(type_ == TYPE_STRING);
124 DCHECK(type_ == TYPE_STRING);
146 case TYPE_STRING: {
178 case TYPE_STRING:
206 case Flag::TYPE_STRING: return "string";
233 case Flag::TYPE_STRING: {
451 case Flag::TYPE_STRING:
  /test/vts/utils/python/mirror/
py2pb.py 78 message.type = CompSpecMsg.TYPE_STRING
155 elif attr.type == CompSpecMsg.TYPE_STRING:
202 elif pb_spec.type == CompSpecMsg.TYPE_STRING:
pb2py.py 128 elif attr.type == CompSpecMsg.TYPE_STRING:
174 elif var.type == CompSpecMsg.TYPE_STRING:
  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 68 field_type == _FieldDescriptor.TYPE_STRING):
182 _FieldDescriptor.TYPE_STRING: wire_format.StringByteSize,
205 _FieldDescriptor.TYPE_STRING: encoder.StringEncoder,
228 _FieldDescriptor.TYPE_STRING: encoder.StringSizer,
251 _FieldDescriptor.TYPE_STRING: decoder.StringDecoder,
273 _FieldDescriptor.TYPE_STRING:
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 167 if (wrapped_field->type() == FieldDescriptor::TYPE_STRING ||
191 case FieldDescriptor::TYPE_STRING:
233 case FieldDescriptor::TYPE_STRING:
273 case FieldDescriptor::TYPE_STRING:
358 case FieldDescriptor::TYPE_STRING:
406 case FieldDescriptor::TYPE_STRING:
  /external/bison/lib/
printf-args.h 70 TYPE_STRING,
  /external/e2fsprogs/intl/
printf-args.h 63 TYPE_STRING,
  /frameworks/base/core/jni/hwbinder/
EphemeralStorage.h 57 TYPE_STRING,
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 235 { "'hello'", Tokenizer::TYPE_STRING },
236 { "\"foo\"", Tokenizer::TYPE_STRING },
237 { "'a\"b'", Tokenizer::TYPE_STRING },
238 { "\"a'b\"", Tokenizer::TYPE_STRING },
239 { "'a\\'b'", Tokenizer::TYPE_STRING },
240 { "\"a\\\"b\"", Tokenizer::TYPE_STRING },
241 { "'\\xf'", Tokenizer::TYPE_STRING },
242 { "'\\0'", Tokenizer::TYPE_STRING },
353 { Tokenizer::TYPE_STRING , "'bar'", 0, 12, 17 },
385 { Tokenizer::TYPE_STRING , "\"foo\tbar\"", 0, 0, 12 }
    [all...]
  /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/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:
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 75 field.type == _FieldDescriptor.TYPE_STRING):
248 _FieldDescriptor.TYPE_STRING: wire_format.StringByteSize,
271 _FieldDescriptor.TYPE_STRING: encoder.StringEncoder,
294 _FieldDescriptor.TYPE_STRING: encoder.StringSizer,
317 _FieldDescriptor.TYPE_STRING: decoder.StringDecoder,
339 _FieldDescriptor.TYPE_STRING:

Completed in 4045 milliseconds

1 2 3 4 5 6 7 8 91011>>