Searched defs:TYPE_STRING (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwResource.java45 private static final int TYPE_STRING = 0; field in class:AwResource
86 case TYPE_STRING:
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcore_options_handler.h100 // Value::Type, since a TYPE_STRING can require custom processing.
105 TYPE_STRING, enumerator in enum:options::CoreOptionsHandler::PrefType
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DConstants.java47 public static final Type TYPE_STRING = TypeUtils.parseType("String"); field in interface:Constants
/external/bison/lib/
H A Dprintf-args.h70 TYPE_STRING, enumerator in enum:__anon339
/external/chromium_org/base/
H A Dvalues.h57 TYPE_STRING, enumerator in enum:base::Value::Type
/external/chromium_org/media/midi/
H A Dusb_midi_descriptor_parser.cc21 TYPE_STRING = 3, enumerator in enum:media::__anon8689::DescriptorType
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Ddescriptor.py432 TYPE_STRING = StringType() variable
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py370 TYPE_STRING = 9 variable in class:FieldDescriptor
413 TYPE_STRING: CPPTYPE_STRING,
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h107 TYPE_STRING, // A quoted sequence of escaped characters. Either single enumerator in enum:google::protobuf::io::Tokenizer::TokenType
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/e2fsprogs/intl/
H A Dprintf-args.h63 TYPE_STRING, enumerator in enum:__anon20455
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java66 public static final int TYPE_STRING = 9; field in class:Extension
358 case TYPE_STRING:
439 case TYPE_STRING:
691 case TYPE_STRING:
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py336 TYPE_STRING = 9 variable in class:FieldDescriptor
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h106 TYPE_STRING, // A quoted sequence of escaped characters. Either single enumerator in enum:google::protobuf::io::Tokenizer::TokenType
118 // the input. e.g. tokens of TYPE_STRING will still
142 // Parses a TYPE_STRING token. This never fails, so long as the text actually
143 // comes from a TYPE_STRING token parsed by Tokenizer. If it doesn't, the
/external/chromium_org/v8/src/
H A Dflags.cc32 TYPE_STRING, TYPE_ARGS }; enumerator in enum:v8::internal::__anon17289::Flag::FlagType
68 DCHECK(type_ == TYPE_STRING);
73 DCHECK(type_ == TYPE_STRING);
101 DCHECK(type_ == TYPE_STRING);
121 case TYPE_STRING: {
150 case TYPE_STRING:
176 case Flag::TYPE_STRING: return "string";
200 case Flag::TYPE_STRING: {
400 case Flag::TYPE_STRING:
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h106 TYPE_STRING = 9, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h340 TYPE_STRING = 9, // UTF-8 text. enumerator in enum:google::protobuf::FieldDescriptor::Type
368 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
1498 return (field_type != FieldDescriptor::TYPE_STRING &&
H A Ddescriptor.pb.cc606 "\013TYPE_STRING\020\t\022\016\n\nTYPE_GROUP\020\n\022\020\n\014TYPE_M"
2404 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_STRING; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h781 static const Type TYPE_STRING = FieldDescriptorProto_Type_TYPE_STRING; member in class:google::protobuf::FieldDescriptorProto
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h107 TYPE_STRING = 9, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h310 TYPE_STRING = 9, // UTF-8 text. enumerator in enum:google::protobuf::FieldDescriptor::Type
338 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
1354 return (field_type != FieldDescriptor::TYPE_STRING &&
H A Ddescriptor.pb.cc540 "BOOL\020\010\022\017\n\013TYPE_STRING\020\t\022\016\n\nTYPE_GROUP\020\n\022"
2177 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_STRING; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h754 static const Type TYPE_STRING = FieldDescriptorProto_Type_TYPE_STRING; member in class:google::protobuf::FieldDescriptorProto
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c104 TYPE_STRING, enumerator in enum:ebml_type_enum
350 E_FIELD(ID_DOCTYPE, TYPE_STRING, struct ebml, doctype),
417 E_FIELD(ID_LANGUAGE, TYPE_STRING, struct track_entry, language),
418 E_FIELD(ID_CODEC_ID, TYPE_STRING, struct track_entry, codec_id),
766 assert(type.type == TYPE_STRING);
977 case TYPE_STRING:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 656 milliseconds

12