/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-node-def.pbtxt | 9 type: TYPE_STRING 15 type: TYPE_STRING 21 type: TYPE_STRING 27 type: TYPE_STRING 49 type: TYPE_STRING 68 type: TYPE_STRING
|
D | tensorflow.-meta-graph-def.pbtxt | 60 type: TYPE_STRING 80 type: TYPE_STRING 86 type: TYPE_STRING 92 type: TYPE_STRING 107 type: TYPE_STRING 126 type: TYPE_STRING
|
D | tensorflow.-meta-graph-def.-meta-info-def.pbtxt | 9 type: TYPE_STRING 29 type: TYPE_STRING 35 type: TYPE_STRING 41 type: TYPE_STRING
|
D | tensorflow.-tensor-info.pbtxt | 9 type: TYPE_STRING 40 type: TYPE_STRING 46 type: TYPE_STRING 52 type: TYPE_STRING
|
D | tensorflow.-tensor-info.-coo-sparse.pbtxt | 9 type: TYPE_STRING 15 type: TYPE_STRING 21 type: TYPE_STRING
|
D | tensorflow.-summary-metadata.pbtxt | 16 type: TYPE_STRING 22 type: TYPE_STRING 30 type: TYPE_STRING
|
D | tensorflow.train.-saver-def.pbtxt | 9 type: TYPE_STRING 15 type: TYPE_STRING 21 type: TYPE_STRING
|
D | tensorflow.-config-proto.pbtxt | 47 type: TYPE_STRING 114 type: TYPE_STRING 132 type: TYPE_STRING 138 type: TYPE_STRING
|
D | tensorflow.-g-p-u-options.pbtxt | 21 type: TYPE_STRING 33 type: TYPE_STRING 85 type: TYPE_STRING
|
D | tensorflow.-summary.pbtxt | 69 type: TYPE_STRING 78 type: TYPE_STRING 84 type: TYPE_STRING
|
D | tensorflow.summary.-summary.pbtxt | 69 type: TYPE_STRING 78 type: TYPE_STRING 84 type: TYPE_STRING
|
D | tensorflow.train.-job-def.pbtxt | 9 type: TYPE_STRING 30 type: TYPE_STRING
|
D | tensorflow.-name-attr-list.pbtxt | 9 type: TYPE_STRING 24 type: TYPE_STRING
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.cc | 116 if (type_ == TYPE_STRING) return StringToNumber<int32>(safe_strto32); in ToInt32() 128 if (type_ == TYPE_STRING) return StringToNumber<uint32>(safe_strtou32); in ToUint32() 140 if (type_ == TYPE_STRING) return StringToNumber<int64>(safe_strto64); in ToInt64() 152 if (type_ == TYPE_STRING) return StringToNumber<uint64>(safe_strtou64); in ToUint64() 167 if (type_ == TYPE_STRING) { in ToDouble() 180 if (type_ == TYPE_STRING) { in ToFloat() 195 case TYPE_STRING: in ToBool() 205 case TYPE_STRING: in ToString() 234 case TYPE_STRING: in ValueAsStringOrDefault() 250 if (type_ == TYPE_STRING) { in ToBytes() [all …]
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | parser.h | 31 #define TYPE_STRING 0x0004 macro 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/compiler/cpp/ |
D | cpp_string_field.cc | 373 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) { in GenerateMergeFromCodedStream() 382 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) { in GenerateSerializeWithCachedSizes() 394 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) { in GenerateSerializeWithCachedSizesToArray() 666 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) { in GenerateMergeFromCodedStream() 815 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) { in GenerateMergeFromCodedStream() 829 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) { in GenerateSerializeWithCachedSizes() 846 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) { in GenerateSerializeWithCachedSizesToArray()
|
D | cpp_map_field.cc | 240 if (key_field->type() == FieldDescriptor::TYPE_STRING) { in GenerateMergeFromCodedStream() 245 if (value_field->type() == FieldDescriptor::TYPE_STRING) { in GenerateMergeFromCodedStream() 288 if (key_field->type() == FieldDescriptor::TYPE_STRING) { in GenerateSerializeWithCachedSizes() 293 if (value_field->type() == FieldDescriptor::TYPE_STRING) { in GenerateSerializeWithCachedSizes() 346 if (key_field->type() == FieldDescriptor::TYPE_STRING) { in GenerateSerializeWithCachedSizesToArray() 351 if (value_field->type() == FieldDescriptor::TYPE_STRING) { in GenerateSerializeWithCachedSizesToArray()
|
/external/selinux/gui/ |
D | usersPage.py | 56 …tore = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_S…
|
/external/libtextclassifier/java/com/google/android/textclassifier/ |
D | NamedVariant.java | 31 public static final int TYPE_STRING = 6; field in NamedVariant 66 this.type = TYPE_STRING; in NamedVariant() 103 assert (type == TYPE_STRING); in getString()
|
/external/protobuf/src/google/protobuf/io/ |
D | 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 },
|
/external/v8/src/ |
D | flags.cc | 45 TYPE_STRING, enumerator 98 DCHECK(type_ == TYPE_STRING); in string_value() 103 DCHECK(type_ == TYPE_STRING); in set_string_value() 146 DCHECK(type_ == TYPE_STRING); in string_default() 172 case TYPE_STRING: { in IsDefault() 209 case TYPE_STRING: in Reset() 241 case Flag::TYPE_STRING: return "string"; in Type2String() 273 case Flag::TYPE_STRING: { in operator <<() 503 case Flag::TYPE_STRING: in SetFlagsFromCommandLine()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 167 if (wrapped_field->type() == FieldDescriptor::TYPE_STRING || in type_name() 191 case FieldDescriptor::TYPE_STRING: in type_name() 233 case FieldDescriptor::TYPE_STRING: in has_default_value() 273 case FieldDescriptor::TYPE_STRING: in is_nullable_type() 358 case FieldDescriptor::TYPE_STRING: in default_value() 406 case FieldDescriptor::TYPE_STRING: in capitalized_type_name()
|
/external/protobuf/python/google/protobuf/internal/ |
D | 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:
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.train.-job-def.pbtxt | 9 type: TYPE_STRING 30 type: TYPE_STRING
|
D | tensorflow.train.-server-def.pbtxt | 16 type: TYPE_STRING 35 type: TYPE_STRING
|