/external/python/apitools/apitools/gen/ |
D | message_registry.py | 45 'string': TypeInfo(type_name='string', 47 'integer': TypeInfo(type_name='integer', 49 'boolean': TypeInfo(type_name='boolean', 51 'number': TypeInfo(type_name='number', 53 'any': TypeInfo(type_name='extra_types.JsonValue', 58 'int32': TypeInfo(type_name='integer', 60 'uint32': TypeInfo(type_name='integer', 62 'int64': TypeInfo(type_name='string', 64 'uint64': TypeInfo(type_name='string', 66 'double': TypeInfo(type_name='number', [all …]
|
/external/u-boot/cmd/ |
D | cbfs.c | 109 char *type_name = NULL; in do_cbfs_ls() local 116 type_name = "stage"; in do_cbfs_ls() 119 type_name = "payload"; in do_cbfs_ls() 122 type_name = "option rom"; in do_cbfs_ls() 125 type_name = "boot splash"; in do_cbfs_ls() 128 type_name = "raw"; in do_cbfs_ls() 131 type_name = "vsa"; in do_cbfs_ls() 134 type_name = "mbi"; in do_cbfs_ls() 137 type_name = "microcode"; in do_cbfs_ls() 140 type_name = "cmos default"; in do_cbfs_ls() [all …]
|
/external/vixl/tools/test_generator/ |
D | data_types.py | 43 def __init__(self, name, type_name): argument 45 self.type_name = type_name 92 def __init__(self, name, type_name, variants, default): argument 93 super().__init__(name, type_name) 108 return self.type_name 115 return "{type_name} {name};".format(type_name=self.type_name, 123 return code.format(type_name=self.type_name, name=self.name) 135 def __init__(self, name, type_name, operand_list): argument 136 super().__init__(name, type_name) 151 return "const " + self.type_name + "&" [all …]
|
/external/tensorflow/tensorflow/lite/c/ |
D | c_api_internal_test.cc | 76 auto type_name = [](TfLiteType t) { in TEST() local 79 EXPECT_EQ(type_name(kTfLiteNoType), "NOTYPE"); in TEST() 80 EXPECT_EQ(type_name(kTfLiteFloat32), "FLOAT32"); in TEST() 81 EXPECT_EQ(type_name(kTfLiteInt16), "INT16"); in TEST() 82 EXPECT_EQ(type_name(kTfLiteInt32), "INT32"); in TEST() 83 EXPECT_EQ(type_name(kTfLiteUInt8), "UINT8"); in TEST() 84 EXPECT_EQ(type_name(kTfLiteInt8), "INT8"); in TEST() 85 EXPECT_EQ(type_name(kTfLiteInt64), "INT64"); in TEST() 86 EXPECT_EQ(type_name(kTfLiteBool), "BOOL"); in TEST() 87 EXPECT_EQ(type_name(kTfLiteComplex64), "COMPLEX64"); in TEST() [all …]
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-meta-graph-def.pbtxt | 10 type_name: ".tensorflow.MetaGraphDef.MetaInfoDef" 17 type_name: ".tensorflow.GraphDef" 24 type_name: ".tensorflow.SaverDef" 31 type_name: ".tensorflow.MetaGraphDef.CollectionDefEntry" 38 type_name: ".tensorflow.MetaGraphDef.SignatureDefEntry" 45 type_name: ".tensorflow.AssetFileDef" 52 type_name: ".tensorflow.SavedObjectGraph" 67 type_name: ".tensorflow.OpList" 74 type_name: ".google.protobuf.Any" 114 type_name: ".tensorflow.CollectionDef" [all …]
|
D | tensorflow.-run-metadata.pbtxt | 10 type_name: ".tensorflow.StepStats" 17 type_name: ".tensorflow.CostGraphDef" 24 type_name: ".tensorflow.GraphDef" 31 type_name: ".tensorflow.RunMetadata.FunctionGraphs" 40 type_name: ".tensorflow.GraphDef" 47 type_name: ".tensorflow.GraphDef" 54 type_name: ".tensorflow.GraphDef"
|
D | tensorflow.-attr-value.pbtxt | 38 type_name: ".tensorflow.DataType" 46 type_name: ".tensorflow.TensorShapeProto" 54 type_name: ".tensorflow.TensorProto" 62 type_name: ".tensorflow.AttrValue.ListValue" 70 type_name: ".tensorflow.NameAttrList" 120 type_name: ".tensorflow.DataType" 130 type_name: ".tensorflow.TensorShapeProto" 137 type_name: ".tensorflow.TensorProto" 144 type_name: ".tensorflow.NameAttrList"
|
D | tensorflow.-config-proto.pbtxt | 10 type_name: ".tensorflow.ConfigProto.DeviceCountEntry" 35 type_name: ".tensorflow.ThreadPoolOptionProto" 54 type_name: ".tensorflow.GPUOptions" 73 type_name: ".tensorflow.GraphOptions" 86 type_name: ".tensorflow.RPCOptions" 93 type_name: ".tensorflow.ClusterDef" 106 type_name: ".tensorflow.ConfigProto.Experimental"
|
D | tensorflow.summary.-summary.-value.pbtxt | 22 type_name: ".tensorflow.SummaryMetadata" 43 type_name: ".tensorflow.Summary.Image" 51 type_name: ".tensorflow.HistogramProto" 59 type_name: ".tensorflow.Summary.Audio" 67 type_name: ".tensorflow.TensorProto"
|
D | tensorflow.-summary.-value.pbtxt | 22 type_name: ".tensorflow.SummaryMetadata" 43 type_name: ".tensorflow.Summary.Image" 51 type_name: ".tensorflow.HistogramProto" 59 type_name: ".tensorflow.Summary.Audio" 67 type_name: ".tensorflow.TensorProto"
|
D | tensorflow.-summary.pbtxt | 10 type_name: ".tensorflow.Summary.Value" 91 type_name: ".tensorflow.SummaryMetadata" 112 type_name: ".tensorflow.Summary.Image" 120 type_name: ".tensorflow.HistogramProto" 128 type_name: ".tensorflow.Summary.Audio" 136 type_name: ".tensorflow.TensorProto"
|
D | tensorflow.summary.-summary.pbtxt | 10 type_name: ".tensorflow.Summary.Value" 91 type_name: ".tensorflow.SummaryMetadata" 112 type_name: ".tensorflow.Summary.Image" 120 type_name: ".tensorflow.HistogramProto" 128 type_name: ".tensorflow.Summary.Audio" 136 type_name: ".tensorflow.TensorProto"
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/ |
D | componentinfo.py | 22 type_name = None variable in ComponentInfo 82 if self.type_name == 'TargetGroup': 95 type_name = 'Group' variable in GroupComponentInfo 110 """ % (self.type_name, self.name, self.parent) 113 type_name = 'Library' variable in LibraryComponentInfo 162 """ % (self.type_name, self.name, self.parent) 199 type_name = "OptionalLibrary" variable in OptionalLibraryComponentInfo 213 type_name = 'LibraryGroup' variable in LibraryGroupComponentInfo 248 """ % (self.type_name, self.name, self.parent) 261 type_name = 'TargetGroup' variable in TargetGroupComponentInfo [all …]
|
D | main.py | 186 print('%s%-40s (%s)' % (' '*depth, node.name, node.type_name)) 315 if c.type_name == 'OptionalLibrary' \ 325 if c.type_name not in ('Library', 'OptionalLibrary', \ 334 if c.type_name == 'Library' or c.type_name == 'OptionalLibrary': 434 assert ci.type_name in ('Library', 'OptionalLibrary', 'LibraryGroup', 'TargetGroup') 441 if dep.type_name == 'Library' or dep.type_name == 'OptionalLibrary': 447 if dep.type_name in ('LibraryGroup', 'TargetGroup'): 502 if ci.type_name == 'OptionalLibrary' \ 507 if ci.type_name not in ('Library', 'OptionalLibrary'): 655 if ci.type_name == 'TargetGroup') [all …]
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | componentinfo.py | 22 type_name = None variable in ComponentInfo 82 if self.type_name == 'TargetGroup': 95 type_name = 'Group' variable in GroupComponentInfo 110 """ % (self.type_name, self.name, self.parent) 113 type_name = 'Library' variable in LibraryComponentInfo 162 """ % (self.type_name, self.name, self.parent) 199 type_name = "OptionalLibrary" variable in OptionalLibraryComponentInfo 213 type_name = 'LibraryGroup' variable in LibraryGroupComponentInfo 248 """ % (self.type_name, self.name, self.parent) 261 type_name = 'TargetGroup' variable in TargetGroupComponentInfo [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_op_registry.cc | 41 StringPiece type_name) { in GetDecodeFn() argument 42 auto found = decode_fns.find(type_name); in GetDecodeFn() 48 const string& type_name, const VariantDecodeFn& decode_fn) { in RegisterDecodeFn() argument 49 CHECK(!type_name.empty()) << "Need a valid name for UnaryVariantDecode"; in RegisterDecodeFn() 50 VariantDecodeFn* existing = GetDecodeFn(type_name); in RegisterDecodeFn() 52 << "Unary VariantDecodeFn for type_name: " << type_name in RegisterDecodeFn() 55 GetPersistentStringPiece(type_name), decode_fn)); in RegisterDecodeFn() 64 const string type_name = variant->TypeName(); in DecodeUnaryVariant() local 67 if (variant->TypeName() != type_name) { in DecodeUnaryVariant() 69 << type_name in DecodeUnaryVariant()
|
D | log_memory.cc | 32 string type_name = proto.GetTypeName(); in OutputToLog() local 33 const size_t index = type_name.find_last_of("."); in OutputToLog() 34 if (index != string::npos) type_name = type_name.substr(index + 1); in OutputToLog() 35 LOG(INFO) << LogMemory::kLogMemoryLabel << " " << type_name << " { " in OutputToLog()
|
/external/strace/ |
D | gen_bpf_attr_check.sh | 43 BPF_*) type_name='union bpf_attr' ;; 44 *) type_name="struct ${struct%_struct}" ;; 46 TYPE_NAME="$(printf %s "$type_name" |tr '[:lower:] ' '[:upper:]_')" 59 static_assert(SoM(struct $struct, $field) == SoM($type_name, $enum$field), 61 static_assert(offsetof(struct $struct, $field) == offsetof($type_name, $enum$field),
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | usb_hubs.py | 174 def GetHubType(type_name): argument 175 if type_name == 'plugable_7port': 177 elif type_name == 'plugable_7port_usb3_part2': 179 elif type_name == 'plugable_7port_usb3_part3': 181 elif type_name == 'keedox': 183 elif type_name == 'via':
|
/external/libdrm/tests/util/ |
D | kms.c | 51 struct type_name { struct 57 const struct type_name *table, in util_lookup_type_name() argument 69 static const struct type_name encoder_type_names[] = { 87 static const struct type_name connector_status_names[] = { 99 static const struct type_name connector_type_names[] = {
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
D | snippet.py | 30 def type_name(self): member in Snippet 116 def type_name(self): member in TokenSnippet 143 print >> stream, self.type_name 146 print >> stream, '%-4s' % self.type_name, repr(self.tokens[0].string) 149 print >> stream, ' ' * max(len(self.type_name), 4), repr(tok.string) 166 def type_name(self): member in Symbol 194 print >> stream, node.type_name, 197 print >> stream, node.type_name
|
/external/bcc/src/cc/frontends/clang/ |
D | tp_frontend_action.cc | 166 static inline bool _is_tracepoint_struct_type(string const& type_name, in _is_tracepoint_struct_type() argument 174 auto first_space_pos = type_name.find_first_of("\t "); in _is_tracepoint_struct_type() 177 auto first_tok = type_name.substr(0, first_space_pos); in _is_tracepoint_struct_type() 181 auto non_space_pos = type_name.find_first_not_of("\t ", first_space_pos); in _is_tracepoint_struct_type() 182 auto second_space_pos = type_name.find_first_of("\t ", non_space_pos); in _is_tracepoint_struct_type() 183 auto second_tok = type_name.substr(non_space_pos, in _is_tracepoint_struct_type() 211 auto type_name = type->getPointeeType().getAsString(); in VisitFunctionDecl() local 213 if (_is_tracepoint_struct_type(type_name, tp_cat, tp_evt)) { in VisitFunctionDecl()
|
/external/iproute2/include/ |
D | json_print.h | 44 #define _PRINT_FUNC(type_name, type) \ argument 45 void print_color_##type_name(enum output_type t, \ 51 static inline void print_##type_name(enum output_type t, \ 56 print_color_##type_name(t, COLOR_NONE, key, fmt, value); \
|
/external/libbrillo/brillo/ |
D | type_name_undecorate.cc | 17 std::string UndecorateTypeName(const char* type_name) { in UndecorateTypeName() argument 23 abi::__cxa_demangle(type_name, nullptr, nullptr, &status), in UndecorateTypeName() 27 return (status == 0) ? res.get() : type_name; in UndecorateTypeName() 31 return type_name; in UndecorateTypeName()
|
/external/tensorflow/tensorflow/core/platform/ |
D | protobuf_internal.h | 44 const string& type_name) { in ParseAny() argument 46 if (any.type_url() != strings::StrCat("type.googleapis.com/", type_name)) { in ParseAny() 48 "Expected Any type_url for: ", type_name, in ParseAny() 56 CHECK_EQ(type_name, message->descriptor()->full_name()); in ParseAny()
|