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

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwResource.java43 private static final int TYPE_STRING = 0; field in class:AwResource
53 return getResource(STRING_DEFAULT_TEXT_ENCODING, TYPE_STRING);
75 case TYPE_STRING:
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcore_options_handler.h98 // Value::Type, since a TYPE_STRING can require custom processing.
103 TYPE_STRING, enumerator in enum:options::CoreOptionsHandler::PrefType
/external/bison/lib/
H A Dprintf-args.h70 TYPE_STRING, enumerator in enum:__anon336
/external/chromium/base/
H A Dvalues.h55 TYPE_STRING, enumerator in enum:Value::ValueType
/external/chromium_org/base/
H A Dvalues.h60 TYPE_STRING, enumerator in enum:base::Value::Type
/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:__anon16842
/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.cc58 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS }; enumerator in enum:v8::internal::__anon14624::Flag::FlagType
89 ASSERT(type_ == TYPE_STRING);
94 ASSERT(type_ == TYPE_STRING);
122 ASSERT(type_ == TYPE_STRING);
140 case TYPE_STRING: {
166 case TYPE_STRING:
191 case Flag::TYPE_STRING: return "string";
212 case Flag::TYPE_STRING: {
407 case Flag::TYPE_STRING:
/external/v8/src/
H A Dflags.cc55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS }; enumerator in enum:v8::internal::__anon26362::Flag::FlagType
86 ASSERT(type_ == TYPE_STRING);
91 ASSERT(type_ == TYPE_STRING);
119 ASSERT(type_ == TYPE_STRING);
137 case TYPE_STRING: {
163 case TYPE_STRING:
188 case Flag::TYPE_STRING: return "string";
209 case Flag::TYPE_STRING: {
401 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.h336 TYPE_STRING = 9, // UTF-8 text. enumerator in enum:google::protobuf::FieldDescriptor::Type
364 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
1494 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/nestegg/src/
H A Dnestegg.c100 TYPE_STRING, enumerator in enum:ebml_type_enum
338 E_FIELD(ID_DOCTYPE, TYPE_STRING, struct ebml, doctype),
403 E_FIELD(ID_LANGUAGE, TYPE_STRING, struct track_entry, language),
404 E_FIELD(ID_CODEC_ID, TYPE_STRING, struct track_entry, codec_id),
735 assert(type.type == TYPE_STRING);
945 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/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1728 milliseconds