Home
last modified time | relevance | path

Searched refs:name (Results 7926 - 7950 of 20424) sorted by relevance

1...<<311312313314315316317318319320>>...817

/third_party/skia/third_party/externals/angle2/util/
H A DOSWindow.h28 bool initialize(const std::string &name, int width, int height);
77 virtual bool initializeImpl(const std::string &name, int width, int height) = 0;
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftrfork.h83 #define CONST_FT_RFORK_RULE_ARRAY_BEGIN( name, type ) \
84 static const type name[] = {
100 * Guess a file name and offset where the actual resource fork is stored.
103 * file name (new_names[N]), a file offset (offsets[N]), and an error
114 * The (base) file name of the resource fork used for some guessing
120 * exist. If 'new_names[N]' is `NULL`, the guessed file name is equal
/third_party/pulseaudio/src/pulsecore/
H A Dclient.h49 void (*send_event)(pa_client *c, const char *name, pa_proplist *data);
71 void pa_client_set_name(pa_client *c, const char *name);
/third_party/python/Doc/tools/extensions/
H A Dpatchlevel.py31 name, value = m.group(1, 2)
32 d[name] = value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRPrintingPasses.h45 /// Print out a name of an LLVM value without any prefixes.
47 /// The name is surrounded with ""'s and escaped if it has any special or
86 static StringRef name() { return "PrintModulePass"; } in name() function in llvm::PrintModulePass
103 static StringRef name() { return "PrintFunctionPass"; } in name() function in llvm::PrintFunctionPass
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator.cc53 auto name = output.program.Symbols().NameFor(func->symbol); in Generate() local
54 result.entry_points.push_back({name, func->PipelineStage()}); in Generate()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator.cc54 auto name = sanitized_result.program.Symbols().NameFor(func->symbol); in Generate() local
55 result.entry_points.push_back({name, func->PipelineStage()}); in Generate()
/third_party/skia/tools/viewer/
H A DSkRiveSlide.cpp15 SkRiveSlide::SkRiveSlide(const SkString& name, const SkString& path) in SkRiveSlide() argument
17 fName = name; in SkRiveSlide()
H A DSvgSlide.cpp19 SvgSlide::SvgSlide(const SkString& name, const SkString& path) in SvgSlide() argument
22 fName = name; in SvgSlide()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducat.cpp40 u_catopen(const char* name, const char* locale, UErrorCode* ec) { in u_catopen() argument
41 return (u_nl_catd) ures_open(name, locale, ec); in u_catopen()
H A Ducnv_io.h11 * defines variables and functions pertaining to converter name resolution
65 * Remove the underscores, dashes and spaces from the name, and convert
66 * the name to lower case.
67 * @param dst The destination buffer, which is <= the buffer of name.
68 * @param dst The destination buffer, which is <= the buffer of name.
81 ucnv_io_stripASCIIForCompare(char *dst, const char *name);
84 ucnv_io_stripEBCDICForCompare(char *dst, const char *name);
87 * Map a converter alias name to a canonical converter name.
88 * The alias is searched for case-insensitively, the converter name
[all...]
/third_party/toybox/toys/example/
H A Dskeleton.c27 case) with your new command name.
71 printf("Ran %s\n", toys.which->name); in skeleton_main()
99 printf("Ran %s\n", toys.which->name); in skeleton_alias_main()
/third_party/toybox/toys/posix/
H A Diconv.c35 static void do_iconv(int fd, char *name) in do_iconv() argument
45 perror_msg("read '%s'", name); in do_iconv()
/third_party/typescript/tests/baselines/reference/
H A DcheckJsxChildrenProperty10.js21 let k2 = <div> <h2> Hello </h2> {(user: any) => <h2>{user.name}</h2>}</div>;
36 var k2 = <div> <h2> Hello </h2> {function (user) { return <h2>{user.name}</h2>; }}</div>;
H A DcheckJsxChildrenProperty11.js21 let k2 = <div> <h2> Hello </h2> {(user: any) => <h2>{user.name}</h2>}</div>;
36 var k2 = <div> <h2> Hello </h2> {function (user) { return <h2>{user.name}</h2>; }}</div>;
H A DcloduleGenericOnSelfMember.js9 name: "1",
44 name: "1",
H A DmodularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.js18 Baz.name;
71 Baz.name;
H A DmodularizeLibrary_TargetES6UsingES6Lib.js17 Baz.name;
69 Baz.name;
H A DobjectRest2.js4 function rootConnection(name: string) {
27 function rootConnection(name) {
/third_party/python/Programs/
H A Dfreeze_test_frozenmain.py21 def dump(fp, filename, name):
30 writecode(fp, name, data)
/third_party/python/Lib/distutils/tests/
H A Dtest_extension.py18 names = [ext.name for ext in exts]
35 # the first argument, which is the name, must be a string
37 ext = Extension('name', [])
38 self.assertEqual(ext.name, 'name')
42 self.assertRaises(AssertionError, Extension, 'name', 'file')
43 self.assertRaises(AssertionError, Extension, 'name', ['file', 1])
44 ext = Extension('name', ['file1', 'file2'])
60 ext = Extension('name', ['file1', 'file2'], chic=True)
/third_party/python/Lib/test/
H A Dann_module.py44 def __new__(meta, name, bases, namespace):
45 return super().__new__(meta, name, bases, namespace)
/third_party/python/Lib/test/test_tools/
H A D__init__.py39 def imports_under_tool(name, *subdirs):
40 tooldir = os.path.join(toolsdir, name, *subdirs)
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_impl.h38 // Load a named time zone. Returns false if the name is invalid, or if
40 static bool LoadTimeZone(const std::string& name, time_zone* tz);
48 // TODO: It would nice if the zoneinfo data included the zone name. in Name()
81 explicit Impl(const std::string& name);
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu_runtime.cpp36 auto resolve_sym = [&](void* hnd, const char name[], bool required = false) -> void* { in SkLoadICULib()
46 const auto sym = SkStringPrintf("%s_%d", name, icu_ver); in SkLoadICULib()

Completed in 13 milliseconds

1...<<311312313314315316317318319320>>...817