Home
last modified time | relevance | path

Searched refs:name (Results 28526 - 28550 of 63930) sorted by relevance

1...<<1141114211431144114511461147114811491150>>...2558

/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl10 #* 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 Dlibwebp_go_wrap.c140 #define swiggo_size_assert_eq(x, y, name) typedef char name[(x-y)*(x-y)*-2+1];
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.h70 * 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 DShaperTest.cpp63 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 DGrRenderTaskClusterTest.cpp19 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 DSkSLMemoryLayout.h72 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 DDawnNative.h39 std::string name; member
81 const char* name; member
/third_party/skia/third_party/externals/angle2/util/
H A DEGLWindow.h100 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 Dpcf.h59 FT_Long name; member
68 FT_String* name; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex.hh171 #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 Dupdate.py35 name = elt.get (ns ('ft:id'))
54 name = elt.get (ns ('ft:id'))
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-format.hh78 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 Dutils.py36 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 DRISCVMCExpr.cpp125 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 Dparser_impl_variable_ident_decl_test.cc28 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 Dparse_llvm_coverage.py39 """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 DANGLEWindowContext_win.cpp124 [](void* ctx, const char name[]) -> GrGLFuncPtr { return eglGetProcAddress(name); })); in onInitializeContext()
/third_party/skia/tools/skdiff/
H A Dskdiff.h59 /** 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 Dskqp_model.cpp103 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 Dbrkiter.h477 * 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 Dunity_fixture_Test.c148 static const char* name[] = { variable
155 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, name)); in TEST()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.h12 // * 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 DifDoWhileStatements.js8 name: string;
26 name: string;
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.h15 // * 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 Dobjectivec_enum.cc15 // * 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...]

Completed in 39 milliseconds

1...<<1141114211431144114511461147114811491150>>...2558