/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regerror.c | 56 const char *name; member
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | struct.cc | 29 Struct(const ast::Struct* declaration, Symbol name, StructMemberList members, uint32_t align, uint32_t size, uint32_t size_no_padding) Struct() argument 81 StructMember(const ast::StructMember* declaration, Symbol name, sem::Type* type, uint32_t index, uint32_t offset, uint32_t align, uint32_t size) StructMember() argument
|
H A D | type_manager.h | 55 auto name = T(args...).type_name(); in Get() local
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_import_test.cc | 26 const char* name; member
|
/third_party/skia/tools/fonts/ |
H A D | ToolUtilsFont.cpp | 104 static sk_sp<SkTypeface> create_font(const char* name, SkFontStyle style) { in create_font() argument 109 sk_sp<SkTypeface> create_portable_typeface(const char* name, SkFontStyle style) { in create_portable_typeface() argument
|
/third_party/skia/tools/trace/ |
H A D | SkDebugfTracer.cpp | 11 addTraceEvent(char phase, const uint8_t* categoryEnabledFlag, const char* name, uint64_t id, int numArgs, const char** argNames, const uint8_t* argTypes, const uint64_t* argValues, uint8_t flags) addTraceEvent() argument 80 updateTraceEventDuration(const uint8_t* categoryEnabledFlag, const char* name, SkEventTracer::Handle handle) updateTraceEventDuration() argument
|
/third_party/spirv-tools/source/ |
H A D | ext_inst.cpp | 108 spv_ext_inst_type_t spvExtInstImportTypeGet(const char* name) { in spvExtInstImportTypeGet() argument 167 spvExtInstTableNameLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const char* name, spv_ext_inst_desc* pEntry) spvExtInstTableNameLookup() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | restrace.cpp | 98 void FileTracer::traceOpen(const char* path, const char* type, const char* name) { in traceOpen() argument 106 void FileTracer::traceOpenDataFile(const char* path, const char* type, const char* name) { in traceOpenDataFile() argument 121 void FileTracer::traceOpenResFile(const char* path, const char* name) { in traceOpenResFile() argument
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | du.c | 45 char *name = "total"; in print() local
|
/third_party/toybox/toys/other/ |
H A D | acpi.c | 32 static int read_int_at(int dirfd, char *name) in read_int_at() argument
|
H A D | xxd.c | 41 static void do_xxd(int fd, char *name) in do_xxd() argument 77 static void do_xxd_include(int fd, char *name) in do_xxd_include() argument 106 static void do_xxd_reverse(int fd, char *name) in do_xxd_reverse() argument
|
/third_party/toybox/toys/pending/ |
H A D | man.c | 149 static int tryfile(char *name) in tryfile() argument
|
/third_party/toybox/toys/posix/ |
H A D | paste.c | 111 static void do_paste(int fd, char *name) in do_paste() argument
|
H A D | wc.c | 34 static void show_lengths(unsigned long *lengths, char *name) in show_lengths() argument 59 static void do_wc(int fd, char *name) in do_wc() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | plainJSGrammarErrors.js | |
H A D | inferFromGenericFunctionReturnTypes3.js | [all...] |
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_field.h | 158 std::string name; member 165 std::string name; member
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_enum_field.cc | 126 const string& name = variable("storage_type"); in DetermineForwardDeclarations() local
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_enum_util.cc | 59 LookUpEnumValue(const EnumEntry* enums, size_t size, StringPiece name, int* value) LookUpEnumValue() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageLiteToString.java | 221 static final void printField(StringBuilder buffer, int indent, String name, Object object) { in printField() argument
|
/third_party/protobuf/objectivec/ |
H A D | GPBApi.pbobjc.h | 86 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; variable 169 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; variable 295 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; global() variable [all...] |
/third_party/python/PC/ |
H A D | validate_ucrtbase.py | 51 name = create_unicode_buffer(name_len) variable
|
/third_party/python/Modules/clinic/ |
H A D | grpmodule.c.h | 60 PyObject *name; in grp_getgrnam() local [all...] |
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Any.php | 312 * @param klass: The fully qualified PHP class name of a proto message type. global() class [all...] |
H A D | Enum.php | 23 private $name = ''; variable 93 $this->name = $var; global() variable [all...] |