Home
last modified time | relevance | path

Searched refs:type_name (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/python/apitools/apitools/gen/
Dmessage_registry.py45 '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/
Dcbfs.c109 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/
Ddata_types.py43 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/
Dc_api_internal_test.cc76 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/
Dtensorflow.-meta-graph-def.pbtxt10 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 …]
Dtensorflow.-run-metadata.pbtxt10 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"
Dtensorflow.-attr-value.pbtxt38 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"
Dtensorflow.-config-proto.pbtxt10 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"
Dtensorflow.summary.-summary.-value.pbtxt22 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"
Dtensorflow.-summary.-value.pbtxt22 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"
Dtensorflow.-summary.pbtxt10 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"
Dtensorflow.summary.-summary.pbtxt10 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/
Dcomponentinfo.py22 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 …]
Dmain.py186 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/
Dcomponentinfo.py22 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/
Dvariant_op_registry.cc41 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()
Dlog_memory.cc32 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/
Dgen_bpf_attr_check.sh43 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/
Dusb_hubs.py174 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/
Dkms.c51 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/
Dsnippet.py30 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/
Dtp_frontend_action.cc166 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/
Djson_print.h44 #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/
Dtype_name_undecorate.cc17 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/
Dprotobuf_internal.h44 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()

1234567891011