/third_party/skia/third_party/externals/angle2/util/ |
H A D | OSWindow.h | 28 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 D | ftrfork.h | 83 #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 D | client.h | 49 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 D | patchlevel.py | 31 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 D | IRPrintingPasses.h | 45 /// 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 D | generator.cc | 53 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 D | generator.cc | 54 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 D | SkRiveSlide.cpp | 15 SkRiveSlide::SkRiveSlide(const SkString& name, const SkString& path) in SkRiveSlide() argument 17 fName = name; in SkRiveSlide()
|
H A D | SvgSlide.cpp | 19 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 D | ucat.cpp | 40 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 D | ucnv_io.h | 11 * 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 D | skeleton.c | 27 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 D | iconv.c | 35 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 D | checkJsxChildrenProperty10.js | 21 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 D | checkJsxChildrenProperty11.js | 21 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 D | cloduleGenericOnSelfMember.js | 9 name: "1", 44 name: "1",
|
H A D | modularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.js | 18 Baz.name; 71 Baz.name;
|
H A D | modularizeLibrary_TargetES6UsingES6Lib.js | 17 Baz.name; 69 Baz.name;
|
H A D | objectRest2.js | 4 function rootConnection(name: string) { 27 function rootConnection(name) {
|
/third_party/python/Programs/ |
H A D | freeze_test_frozenmain.py | 21 def dump(fp, filename, name): 30 writecode(fp, name, data)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_extension.py | 18 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 D | ann_module.py | 44 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__.py | 39 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 D | time_zone_impl.h | 38 // 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 D | SkUnicode_icu_runtime.cpp | 36 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()
|