/external/chromium_org/chrome/browser/ui/webui/options/ |
core_options_handler.h | 98 // Value::Type, since a TYPE_STRING can require custom processing. 103 TYPE_STRING,
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwResource.java | 42 private static final int TYPE_STRING = 0; 52 return getResource(STRING_DEFAULT_TEXT_ENCODING, TYPE_STRING); 74 case TYPE_STRING:
|
/external/bison/lib/ |
printf-args.h | 70 TYPE_STRING,
|
/external/chromium/base/ |
values.h | 55 TYPE_STRING,
|
/external/chromium_org/base/ |
values.h | 62 TYPE_STRING,
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor.py | 370 TYPE_STRING = 9 413 TYPE_STRING: CPPTYPE_STRING,
|
/external/chromium_org/third_party/protobuf/src/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/e2fsprogs/intl/ |
printf-args.h | 63 TYPE_STRING,
|
/external/protobuf/python/google/protobuf/ |
descriptor.py | 336 TYPE_STRING = 9
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.h | 106 TYPE_STRING, // A quoted sequence of escaped characters. Either single 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
|
/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) {
|
/external/chromium_org/v8/src/ |
flags.cc | 59 TYPE_STRING, TYPE_ARGS }; 95 ASSERT(type_ == TYPE_STRING); 100 ASSERT(type_ == TYPE_STRING); 128 ASSERT(type_ == TYPE_STRING); 148 case TYPE_STRING: { 177 case TYPE_STRING: 203 case Flag::TYPE_STRING: return "string"; 229 case Flag::TYPE_STRING: { 429 case Flag::TYPE_STRING:
|
/external/v8/src/ |
flags.cc | 55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS }; 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:
|
/frameworks/base/core/java/android/util/ |
TypedValue.java | 37 public static final int TYPE_STRING = 0x03; 411 if (t == TYPE_STRING) { 481 if (type == TYPE_STRING) {
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
wire_format_lite.h | 106 TYPE_STRING = 9,
|
descriptor.h | 340 TYPE_STRING = 9, // UTF-8 text. 368 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES [all...] |
descriptor.pb.cc | [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format_lite.h | 107 TYPE_STRING = 9,
|
descriptor.h | 310 TYPE_STRING = 9, // UTF-8 text. 338 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES [all...] |
descriptor.pb.cc | 540 "BOOL\020\010\022\017\n\013TYPE_STRING\020\t\022\016\n\nTYPE_GROUP\020\n\022" [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
EntrySchema.java | 32 public static final int TYPE_STRING = 0; 109 case TYPE_STRING: 160 case TYPE_STRING: 198 case TYPE_STRING: 485 type = TYPE_STRING;
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 130 private static final String TYPE_STRING = "s"; 320 if (TYPE_STRING.equals(type)) {
|
/frameworks/base/tools/aapt/ |
AaptAssets.h | 363 TYPE_STRING 399 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
|
/external/libvpx/libvpx/nestegg/src/ |
nestegg.c | 100 TYPE_STRING, 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: [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ |
PrintSpoolerService.java | 727 private static final String TYPE_STRING = "string"; [all...] |