Home
last modified time | relevance | path

Searched refs:name (Results 22801 - 22825 of 25157) sorted by relevance

1...<<911912913914915916917918919920>>...1007

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.cpp410 for (auto name : GetNames(id)) { in KillNamesAndDecorates()
411 name_to_kill.push_back(name.second); in KillNamesAndDecorates()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.debuginfo_test.cpp40 std::string name; member
53 GetParam().name + GetParam().operands + "\n"; in TEST_P()
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/
H A Dgradle-wrapper.jar ... lang.String) java.io.File dir String name } org/gradle/wrapper/BootstrapMainStarter.class BootstrapMainStarter.java package ...
/third_party/skia/tests/
H A DGeometryTest.cpp119 static void check_pairs(skiatest::Reporter* reporter, int index, SkScalar t, const char name[], in check_pairs() argument
124 name, index, t, x0, y0, x1, y1); in check_pairs()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Drestricted_traces_autogen.cpp127 const char name[kTraceInfoMaxNameLen]; member
2431 if (strncmp(tracePair.name, traceName, kTraceInfoMaxNameLen) == 0) in GetTraceInfo()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
H A Dmain.go681 name := res.testcase
683 fmt.Printf("%v - %v: %v\n", name, res.status, res.message)
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdfdrivr.c668 /* another name for ASCII */ in FT_CALLBACK_DEF()
967 const char* name ) in FT_CALLBACK_DEF()
971 return ft_service_list_lookup( bdf_services, name ); in FT_CALLBACK_DEF()
/third_party/python/Lib/
H A D_collections_abc.py487 return obj.__module__ == 'typing' and any(obj.__name__ == name for name in names)
H A Dpprint.py84 unorderable types (sorting first comparing the type name and then by
199 items = [(f.name, getattr(object, f.name)) for f in _dataclasses.fields(object) if f.repr]
365 # name, so we do the same here. For subclasses; use the class name.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
361 #define ELF_RELOC(name, value) name = value,
624 Elf32_Word sh_name; // Section name (index into string table)
825 Elf32_Word st_name; // Symbol name (index into string table)
845 Elf64_Word st_name; // Symbol name (index into string table)
1103 DT_SONAME = 14, // String table offset of a shared objects name.
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_intrinsic_test.cc63 std::string name; in GenerateCall() local
64 std::ostringstream str(name); in GenerateCall()
/third_party/skia/tools/skdiff/
H A Dskdiff_main.cpp328 static void get_bounds(DiffResource& resource, const char* name) { in get_bounds() argument
334 SkDebugf("WARNING: couldn't read %s file <%s>\n", name, resource.fFullPath.c_str()); in get_bounds()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duchar.h199 * UCHAR_<Unicode property name>=<integer>,
203 debuggers display UCHAR_ALPHABETIC as the symbolic name for 0,
996 * U_BPT_<Unicode Bidi_Paired_Bracket_Type value name>
1024 * UBLOCK_<Unicode Block value name> = <integer>,
1269 * Until Unicode 3.1.1, the corresponding block name was "Private Use",
1279 * Until Unicode 3.1.1, the corresponding block name was "Private Use",
1838 * U_EA_<Unicode East_Asian_Width value name>
1860 * u_charName() returns the "modern" name of a
1861 * Unicode character; or the name that was defined in
1863 * with ISO-10646; or an "extended" name tha
[all...]
/third_party/toybox/toys/pending/
H A Dsh.c206 // TODO: ${name:?error} causes an error/abort here (syntax_err longjmp?)
646 char *name; member
689 struct sh_pipeline *add_function(char *name, struct sh_pipeline *pl) in add_function() argument
885 // for {((;;))|name [in...]} do in parse_line()
900 // for/select requires variable name on same line, can't break segment yet in parse_line()
1039 char *fvar; // for/select's iteration variable name in run_function()
1209 // first char of name is variable type ala declare in subshell_imports()
/third_party/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c221 /* get the family name */ in FT_EXPORT_DEF()
245 /* build up a complete face name */ in FT_EXPORT_DEF()
252 /* compare with the name we are looking for */ in FT_EXPORT_DEF()
548 unsigned char node_namelen = spec.name[0]; in FT_FSpMakePath()
549 unsigned char* node_name = spec.name + 1; in FT_FSpMakePath()
655 /* Given a PostScript font name, create the Macintosh LWFN file name. */
719 resource, and answer the name of a possible LWFN Type 1 file.
/third_party/python/Lib/test/
H A Dtest_hmac.py47 self.assertEqual(h.name, f"hmac-{hashname}")
460 self.assertEqual(h.name, "hmac-sha256")
H A Dtest_support.py296 with os_helper.temp_cwd(name=TESTFN):
305 with os_helper.temp_cwd(name=None) as new_cwd:
589 # match the module name
636 # match the module name
H A Dtest_wsgiref.py600 for name in [
603 self.assertRaises(NotImplementedError, getattr(h,name))
/third_party/python/Parser/
H A Dpegen.c132 _get_keyword_or_name_type(Parser *p, const char *name, int name_len) in _get_keyword_or_name_type() argument
141 if (strncmp(k->str, name, name_len) == 0) { in _get_keyword_or_name_type()
/third_party/python/Modules/
H A Dfaulthandler.c71 const char* name; member
359 PUTS(fd, handler->name); in faulthandler_fatal_error()
H A Dsha256module.c540 {"name",
562 .name = "_sha256.sha224",
570 .name = "_sha256.sha256",
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto3MessageLiteInfoFactory.java15 // * Neither the name of Google Inc. nor the names of its
166 * info, including looking up each field by name. This is done for benchmarking purposes, so that
797 private static Field field(Class<?> clazz, String name) { in field() argument
799 return clazz.getDeclaredField(name); in field()
/third_party/skia/infra/bots/gen_tasks_logic/
H A Ddm_flags.go122 name := quad[3]
126 skipped = append(skipped, config, src, options, name)
551 glog.Fatalf("Invalid task name - bad shards: %s", tf)
/third_party/skia/modules/canvaskit/
H A Dparagraph_bindings.cpp202 SkString name(fontFeatureNames[i], 4); in toTextStyle()
203 ts.addFontFeature(name, fontFeatureValues[i]); in toTextStyle()
/third_party/selinux/libselinux/src/
H A Davc.c132 int avc_get_initial_sid(const char * name, security_id_t * sid) in avc_get_initial_sid() argument
137 rc = security_get_initial_context_raw(name, &con); in avc_get_initial_sid()

Completed in 47 milliseconds

1...<<911912913914915916917918919920>>...1007