/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | genren.pl | 10 #* file name: genren.pl 82 * file name: $headername 170 } elsif (/^[^\(]*::/) { # C++ methods, stuff class name in associative array 267 -o - output file name (defaults to 'urename.h'
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_go_wrap.c | 140 #define swiggo_size_assert_eq(x, y, name) typedef char name[(x-y)*(x-y)*-2+1];
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.h | 70 * name and style from a stream, using FreeType's API. 85 SkString* name, SkFontStyle* style, bool* isFixedPitch, 94 const SkString& name,
|
/third_party/skia/tests/ |
H A D | ShaperTest.cpp | 63 void shaper_test(skiatest::Reporter* reporter, const char* name, SkData* data) { in shaper_test() argument 72 RunHandler rh(name, reporter); in shaper_test()
|
H A D | GrRenderTaskClusterTest.cpp | 19 auto name = SkStringPrintf("%c", 'A' + i); in make_proxies() local 20 proxies->at(i) = sk_make_sp<GrMockSurfaceProxy>(std::move(name)); in make_proxies()
|
/third_party/skia/src/sksl/ |
H A D | SkSLMemoryLayout.h | 72 SK_ABORT("cannot determine size of type %s", String(type.name()).c_str()); in alignment() 138 SK_ABORT("cannot determine size of type %s", String(type.name()).c_str()); in size()
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
H A D | DawnNative.h | 39 std::string name; member 81 const char* name; member
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.h | 100 virtual angle::GenericProc getProcAddress(const char *name) = 0; 159 angle::GenericProc getProcAddress(const char *name) override;
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcf.h | 59 FT_Long name; member 68 FT_String* name; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex.hh | 171 #define HB_COMPLEX_SHAPER_IMPLEMENT(name) extern HB_INTERNAL const hb_ot_complex_shaper_t _hb_ot_complex_shaper_##name;
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/ |
H A D | update.py | 35 name = elt.get (ns ('ft:id')) 54 name = elt.get (ns ('ft:id'))
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | shape-format.hh | 78 parse_verbose (const char *name G_GNUC_UNUSED, in parse_verbose() 89 parse_ned (const char *name G_GNUC_UNUSED, in parse_ned() 207 " text: [<glyph name or index>=<glyph cluster index within input>@<horizontal displacement>,<vertical displacement>+<horizontal advance>,<vertical advance>|...]\n" in add_options() 208 " json: [{\"g\": <glyph name or index>, \"ax\": <horizontal advance>, \"ay\": <vertical advance>, \"dx\": <horizontal displacement>, \"dy\": <vertical displacement>, \"cl\": <glyph cluster index within input>}, ...]\n" in add_options()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | utils.py | 36 for idx, name in enumerate(names): 37 basename, ext = os.path.splitext(name)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCExpr.cpp | 125 RISCVMCExpr::VariantKind RISCVMCExpr::getVariantKindForName(StringRef name) { in getVariantKindForName() argument 126 return StringSwitch<RISCVMCExpr::VariantKind>(name) in getVariantKindForName()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_ident_decl_test.cc | 28 ASSERT_EQ(decl->name, "my_var"); in TEST_F() 41 ASSERT_EQ(decl->name, "my_var"); in TEST_F()
|
/third_party/skia/tools/ |
H A D | parse_llvm_coverage.py | 39 """Return the name of the checked-in file matching the given filename. 68 for name in files: 69 all_files.append(os.path.join(root[(len(os.getcwd()) + 1):], name)) 76 not_checked_in = '%' # Use this as the file name for not-checked-in files. 103 """Transform the file name into an ingestible test name."""
|
/third_party/skia/tools/sk_app/win/ |
H A D | ANGLEWindowContext_win.cpp | 124 [](void* ctx, const char name[]) -> GrGLFuncPtr { return eglGetProcAddress(name); })); in onInitializeContext()
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff.h | 59 /** Returns the Status with this name. 60 * If there is no Status with this name, returns kStatusCount. 62 static Status getStatusByName(const char *name); 103 /** Returns the Result with this name. 104 * If there is no Result with this name, returns kResultCount. 106 static Result getResultByName(const char *name);
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp_model.cpp | 103 skqp::ModelResult skqp::CheckAgainstModel(const char* name, in CheckAgainstModel() argument 116 SkString img_path = SkOSPath::Join(PATH_ROOT, name); in CheckAgainstModel()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | brkiter.h | 477 * Get name of the object for the desired Locale, in the desired language. 480 * @param name the fill-in parameter of the return value 482 * @return user-displayable name 487 UnicodeString& name); 490 * Get name of the object for the desired Locale, in the language of the 493 * @param name the fill-in parameter of the return value 494 * @return user-displayable name 498 UnicodeString& name);
|
/third_party/unity/extras/fixture/test/ |
H A D | unity_fixture_Test.c | 148 static const char* name[] = { variable 155 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, name)); in TEST()
|
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.h | 12 // * Neither the name of ARM Limited nor the names of its contributors may be 103 void PrintUsage(char* name) { in PrintUsage() argument 104 printf("USAGE: %s [OPTIONS]... [RUN_TIME]\n", name); in PrintUsage()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | ifDoWhileStatements.js | 8 name: string; 26 name: string;
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_field.h | 15 // * Neither the name of Google Inc. nor the names of its 158 std::string name; member 165 std::string name; member
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_enum.cc | 15 // * Neither the name of Google Inc. nor the names of its 49 // value, skip making a name for it. Likewise if two alias overlap, the in EnumGenerator() 91 "#pragma mark - Enum $name$\n" in GenerateHeader() 93 "name", name_); in GenerateHeader() 109 printer->Print("$comments$typedef$deprecated_attribute$ GPB_ENUM($name$) {\n", in GenerateHeader() 112 "name", name_); in GenerateHeader() 123 "$name$_GPBUnrecognizedEnumeratorValue = kGPBUnrecognizedEnumeratorValue,\n", in GenerateHeader() 124 "name", name_); in GenerateHeader() 142 "$name$$deprecated_attribute$ = $value$,\n", in GenerateHeader() 143 "name", EnumValueNam in GenerateHeader() [all...] |