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

12 3

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 699 string type_name; local
700 DO(ParseType(&type, &type_name));
701 if (type_name.empty()) {
706 field->set_type_name(type_name);
756 // The field's type_name also comes from the name. Confusing!
    [all...]
  /external/selinux/policycoreutils/sepolicy/
info.c 371 const char *type_name = NULL; local
378 if (qpol_type_get_name(q, type_datum, &type_name))
422 const char *attr_name = NULL, *type_name = NULL; local
449 if (qpol_type_get_name(q, attr_datum, &type_name))
451 if (py_append_string(list, type_name))
600 const char *type_name = NULL; local
607 if (qpol_type_get_name(q, type_datum, &type_name))
616 if (py_insert_string(dict, "name", type_name))
1012 const char *role_name = NULL, *type_name = NULL; local
1060 if (qpol_type_get_name(q, type_datum, &type_name))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 805 def type_name( tree ) method in class:ANTLR3.CommonTree.TreeAdaptor.each_ancestor
1152 @nodes.map { |nd| @adaptor.type_name( nd ) }.join( ' ' )
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 1570 const char *type_name; local
2472 const char *type_name = NULL; local
3957 const char *type_name; local
    [all...]
ast.h 474 : type_name(name), structure(NULL),
483 : type_name(s->name), structure(s),
498 const char *type_name; member in class:ast_type_specifier
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 422 const char* type_name() const; // Name of the declared type.
1481 inline const char* FieldDescriptor::type_name() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 422 const char* type_name() const; // Name of the declared type.
1481 inline const char* FieldDescriptor::type_name() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 422 const char* type_name() const; // Name of the declared type.
1481 inline const char* FieldDescriptor::type_name() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 422 const char* type_name() const; // Name of the declared type.
1481 inline const char* FieldDescriptor::type_name() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /system/media/camera/src/
camera_metadata.c 918 const char *type_name; local
920 type_name = "unknown";
922 type_name = camera_metadata_type_names[entry->type];
929 type_name,
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 441 const char* type_name() const; // Name of the declared type.
1637 inline const char* FieldDescriptor::type_name() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 539 const char* type_name() const; // Name of the declared type.
1854 inline const char* FieldDescriptor::type_name() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 1141 parse_stab_type (void *dhandle, struct stab_handle *info, const char *type_name, const char **pp, debug_type **slotp)
2303 const char *type_name; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 1841 const char *type_name; local
    [all...]
  /external/bison/src/
scan-code.c 700 static char *fetch_type_name (char *cp, char const **type_name,
1352 const char *type_name = NULL; variable
2906 char const *type_name = NULL; local
    [all...]
  /external/gmock/include/gmock/
gmock-matchers.h 663 inline bool IsReadableTypeName(const string& type_name) {
666 return (type_name.length() <= 20 ||
667 type_name.find_first_of("<(") == string::npos);
689 const string& type_name = GetTypeName<Value>(); local
690 if (IsReadableTypeName(type_name))
691 *listener->stream() << " (of type " << type_name << ")";
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 575 inline bool IsReadableTypeName(const string& type_name) {
578 return (type_name.length() <= 20 ||
579 type_name.find_first_of("<(") == string::npos);
601 const string& type_name = GetTypeName<Value>(); local
602 if (IsReadableTypeName(type_name))
603 *listener->stream() << " (of type " << type_name << ")";
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 1112 type_name(png_uint_32 type, FILE *out) function
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 2639 const char *type_name; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 109 int struct_flags, const char* type_name );
1817 const char* type_name = 0; local
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 192 int struct_flags, const char* type_name );
1852 const char* type_name = 0; local
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1747 const char* type_name; member in struct:CvTypeInfo
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 1799 const char* type_name; \/**< type name, written to file storage *\/ member in struct:CvTypeInfo
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 5499 Handle<String> type_name = instr->type_literal(); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 4993 Handle<String> type_name = instr->type_literal(); local
    [all...]

Completed in 1447 milliseconds

12 3