HomeSort by relevance Sort by last modified time
    Searched defs:type_name (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/dbus-binding-generator/chromeos-dbus-bindings/
name_parser.h 53 std::string type_name; // e.g. "TestInterface". member in class:chromeos_dbus_bindings::NameParser
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context.h 65 const char* type_name; member in struct:base::trace_event::AllocationContext
heap_profiler_type_name_deduplicator_unittest.cc 65 std::string type_name; local
66 ASSERT_TRUE(dictionary->GetString("1", &type_name));
67 ASSERT_EQ("\"quotes\"", type_name);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
type_info.hpp 41 type_name() function in namespace:boost
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
reference.py 47 def type_name(self): member in class:Reference
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
offset_token.py 36 def type_name(self): member in class:OffsetToken
52 return str((self.type_name, self.string, self.offset))
snippet.py 30 def type_name(self): member in class:Snippet
116 def type_name(self): member in class: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 class:Symbol
194 print >> stream, node.type_name,
197 print >> stream, node.type_name
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
bucket_listing_ref.py 49 def type_name(self): member in class:BucketListingRef
  /external/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 14 template<typename T> std::string type_name() { return "other"; } function
15 template<> std::string type_name<float>() { return "float"; } function
16 template<> std::string type_name<double>() { return "double"; } function
17 template<> std::string type_name<int>() { return "int"; } function
18 template<> std::string type_name<std::complex<float> >() { return "complex<float>"; } function
19 template<> std::string type_name<std::complex<double> >() { return "complex<double>"; } function
20 template<> std::string type_name<std::complex<int> >() { return "complex<int>"; } function
66 std::cerr << "inverse_general_4x4, Scalar = " << type_name<Scalar>() << std::endl;
  /external/libdrm/tests/util/
kms.c 55 struct type_name { struct
61 const struct type_name *table,
73 static const struct type_name encoder_type_names[] = {
90 static const struct type_name connector_status_names[] = {
102 static const struct type_name connector_type_names[] = {
  /external/bison/src/
symlist.h 49 uniqstr type_name; member in union:symbol_list::__anon5776
88 /** Create a list containing \c type_name at \c loc. */
89 symbol_list *symbol_list_type_new (uniqstr type_name, location loc);
symtab.h 65 Beware that this is the type_name as was entered by the user,
67 Therefore, when outputting type_name to M4, be sure to escape it
69 uniqstr type_name; member in struct:symbol
138 /** Set the \c type_name associated with \c sym.
140 Do nothing if passed 0 as \c type_name. */
141 void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
  /cts/tools/testng/
gen-test-list-xml.py 77 type_name = property(_get_type_name, doc="Get the name of the current XML node") variable in class:BaseNode
89 out.write('<' + self.type_name)
113 out.write('</' + self.type_name + '>')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
test_password.py 68 type_name=MyPassword.__name__ variable in class:PasswordPropertyTest.test_custom_password_class.MyPasswordProperty
  /external/llvm/bindings/python/llvm/
object.py 400 def type_name(self): member in class:Relocation
424 getattr(self, 'type_name')
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 22 type_name = None variable in class:ComponentInfo
82 if self.type_name == 'TargetGroup':
95 type_name = 'Group' variable in class:GroupComponentInfo
110 """ % (self.type_name, self.name, self.parent)
113 type_name = 'Library' variable in class:LibraryComponentInfo
162 """ % (self.type_name, self.name, self.parent)
199 type_name = "OptionalLibrary" variable in class:OptionalLibraryComponentInfo
213 type_name = 'LibraryGroup' variable in class:LibraryGroupComponentInfo
248 """ % (self.type_name, self.name, self.parent)
261 type_name = 'TargetGroup variable in class:TargetGroupComponentInfo
338 type_name = 'Tool' variable in class:ToolComponentInfo
370 type_name = 'BuildTool' variable in class:BuildToolComponentInfo
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
message_registry.py 15 TypeInfo = collections.namedtuple('TypeInfo', ('type_name', 'variant'))
30 'string': TypeInfo(type_name='string',
32 'integer': TypeInfo(type_name='integer',
34 'boolean': TypeInfo(type_name='boolean',
36 'number': TypeInfo(type_name='number',
38 'any': TypeInfo(type_name='extra_types.JsonValue',
43 'int32': TypeInfo(type_name='integer',
45 'uint32': TypeInfo(type_name='integer',
47 'int64': TypeInfo(type_name='string',
49 'uint64': TypeInfo(type_name='string'
60 type_name='protorpc.message_types.DateTimeMessage', variable in class:MessageRegistry
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
property.py 36 type_name = '' variable in class:Property
126 type_name = 'String' variable in class:StringProperty
137 type_name = 'Text' variable in class:TextProperty
194 type_name="MyPassword"
201 type_name = 'Password' variable in class:PasswordProperty
247 type_name = "blob" variable in class:BlobProperty
264 type_name = 'S3Key' variable in class:S3KeyProperty
311 type_name = 'Integer' variable in class:IntegerProperty
340 type_name = 'Long' variable in class:LongProperty
364 type_name = 'Boolean variable in class:BooleanProperty
377 type_name = 'Float' variable in class:FloatProperty
398 type_name = 'DateTime' variable in class:DateTimeProperty
430 type_name = 'Date' variable in class:DateProperty
464 type_name = 'Time' variable in class:TimeProperty
481 type_name = 'Reference' variable in class:ReferenceProperty
547 type_name = 'query' variable in class:_ReverseReferenceProperty
615 type_name = 'List' variable in class:ListProperty
670 type_name = 'Map' variable in class:MapProperty
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
descriptor.py 199 type_name: Type name for message and enum fields.
218 type_name = messages.StringField(6) variable in class:FieldDescriptor
356 field_descriptor.type_name = field_definition.type.definition_name()
359 field_descriptor.type_name = field_definition.message_type.definition_name()
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 967 string* type_name = extension->mutable_type_name(); local
    [all...]
  /system/extras/simpleperf/
cmd_stat.cpp 298 const std::string& type_name = summary.event_type->event_type.name; local
300 if (type_name == "task-clock") {
305 if (type_name == "cpu-clock") {
308 if (type_name == "cpu-cycles") {
312 if (type_name == "instructions" && summary.count != 0) {
320 if (android::base::EndsWith(type_name, "-misses")) {
322 if (type_name == "cache-misses") {
324 } else if (type_name == "branch-misses") {
327 s = type_name.substr(0, type_name.size() - strlen("-misses")) + "s"
    [all...]
  /system/sepolicy/tools/
checkfc.c 101 static bool is_type_of_attribute_set(policydb_t *policydb, const char *type_name,
104 struct type_datum *type = hashtab_search(policydb->p_types.table, (char *)type_name);
106 fprintf(stderr, "Error: \"%s\" is not defined in this policy.\n", type_name);
111 fprintf(stderr, "Error: \"%s\" is not a type in this policy.\n", type_name);
164 const char *type_name = sepol_context_get_type(ctx); local
168 res = !is_type_of_attribute_set(global_state.sepolicy.pdb, type_name,
171 fprintf(stderr, "Error: type \"%s\" is not of set: ", type_name);
  /external/c-ares/
adig.c 190 static const char *type_name(int type);
537 printf("\t%s\n", type_name(type));
586 printf("\t%s", type_name(type));
788 static const char *type_name(int type) function
  /external/eigen/test/
main.h 439 template<typename T> std::string type_name();
440 template<typename T> std::string type_name() { return "other"; } function
441 template<> std::string type_name<float>() { return "float"; } function
442 template<> std::string type_name<double>() { return "double"; } function
443 template<> std::string type_name<int>() { return "int"; } function
444 template<> std::string type_name<std::complex<float> >() { return "complex<float>"; } function
445 template<> std::string type_name<std::complex<double> >() { return "complex<double>"; } function
446 template<> std::string type_name<std::complex<int> >() { return "complex<int>"; } function
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 30 CFX_ByteString type_name = FPDF_GetFieldAttr(m_pDict, "FT") local
46 if (type_name == "Btn") {
60 } else if (type_name == "Tx") {
81 } else if (type_name == "Ch") {
94 } else if (type_name == "Sig") {

Completed in 1047 milliseconds

1 2 3