Home
last modified time | relevance | path

Searched refs:name (Results 18576 - 18600 of 22684) sorted by relevance

1...<<741742743744745746747748749750>>...908

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h113 // This method is guaranteed to succeed, even if no variable with 'name' exists.
114 const TVariable *getNamedVariable(const TSourceLoc &location, const TString *name, const TSymbol *symbol);
153 void handlePragmaDirective(const TSourceLoc &line, const char* name, const char* value, bool stdgl);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.cpp331 Renderbuffer::Renderbuffer(GLuint name, RenderbufferInterface *instance) : NamedObject(name) in Renderbuffer() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DNucleus.hpp167 std::shared_ptr<Routine> acquireRoutine(const char *name, const Config::Edit *cfgEdit = nullptr);
204 std::shared_ptr<Routine> acquireCoroutine(const char *name, const Config::Edit *cfg = nullptr);
/third_party/openssl/include/openssl/
H A Ddh.h275 OSSL_DEPRECATEDIN_3_0 DH_METHOD *DH_meth_new(const char *name, int flags);
279 OSSL_DEPRECATEDIN_3_0 int DH_meth_set1_name(DH_METHOD *dhm, const char *name);
/third_party/openssl/providers/
H A Ddefltprov.c83 * we can always change the canonical name, and add the old name
102 /* Our primary name:NIST name[:our older names] */
111 /* We agree with NIST here, so one name only */
126 /* Our primary name:NIST name */
481 #define STORE(name, _fips, func_table) \
482 { name, "provider=default,fips=" _fips, (func_table) },
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h198 DH_METHOD *DH_meth_new(const char *name, int flags);
202 int DH_meth_set1_name(DH_METHOD *dhm, const char *name);
/third_party/openssl/providers/implementations/kdfs/
H A Dx942kdf.c59 const char *name; member
86 if (EVP_CIPHER_is_a(cipher, kek_algs[i].name)) { in find_alg_id()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.opencl_test.cpp35 std::string name; member
48 GetParam().name + " " + GetParam().operands + "\n"; in TEST_P()
H A Dtext_to_binary.memory_test.cpp42 input << "OpStore %ptr %value " << GetParam().name(); in TEST_P()
73 const std::string input = "%1 = OpVariable %2 " + GetParam().name(); in TEST_P()
115 EXPECT_THAT(err, HasSubstr("Invalid Opcode name 'OpPtrEqual'")); in TEST_F()
132 EXPECT_THAT(err, HasSubstr("Invalid Opcode name 'OpPtrNotEqual'")); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtypes_test.cpp50 #define TestMultipleInstancesOfTheSameTypeQualified(ty, name, ...) \
51 TEST_F(SameTypeTest, MultiSame##ty##name) { \
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/
H A Dopt.cpp56 for (const auto& name : optimizer.GetPassNames()) { in GetListOfPassesAsString()
57 ss << "\n\t\t" << name; in GetListOfPassesAsString() local
543 // string and extracts the file name after the '=' sign.
593 // Parses and handles the -Oconfig flag. |prog_name| contains the name of
678 // On return, this function stores the name of the input program in |in_file|.
679 // The name of the output file in |out_file|. The return value indicates whether
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dwicdec.c50 #define WEBP_DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
51 static const GUID name = \
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dfiltration.py372 name = "%s_print_%d" % (self.category, i),
381 name = "%s_copy_%d" % (self.category, i),
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A DfilterRFC3454.pl643 --src-filename=<name of RFC file>
644 --dest-filename=<name of destination file>
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.h136 int getIntegerProperty(const char *name, int defaultValue) { in getIntegerProperty() argument
139 if (__system_property_get(name, valueText) != 0) { in getIntegerProperty()
/third_party/skia/tests/
H A DAnimatedImageTest.cpp60 for (const SkString& name : { SkStringPrintf("images/orientation/%d.webp", i), in DEF_TEST()
63 const char* file = name.c_str(); in DEF_TEST()
H A DFlattenDrawableTest.cpp292 #define test(name) REPORTER_ASSERT(reporter, !name::Deserialize(data->data(), data->size())) in DEF_TEST()
H A DGrQuadCropTest.cpp15 #define TEST(name) DEF_TEST(GrQuadCrop##name, r)
H A DPDFPrimitivesTest.cpp131 SkString nameInput("Test name\twith#tab"); in TestPDFUnion()
132 SkPDFUnion name = SkPDFUnion::Name(nameInput); in TestPDFUnion() local
133 assert_emit_eq(reporter, name, "/Test#20name#09with#23tab"); in TestPDFUnion()
150 const char nameInput4[] = "Test name with nil\0"; in TestPDFUnion()
152 assert_emit_eq(reporter, name4, "/Test#20name#20with#20nil"); in TestPDFUnion()
H A DProgramsTest.cpp49 const char* name() const override { return "Big_Ole_Key"; }
95 const char* name() const override { return "Block_Input"; }
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.h349 static void ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration);
350 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp166 static HRESULT getDefaultFontFamilyName(SkSMallocWCHAR* name) { in getDefaultFontFamilyName() argument
177 if (0 != wcsncpy_s(name->reset(len), len, metrics.lfMessageFont.lfFaceName, _TRUNCATE)) { in getDefaultFontFamilyName()
197 "Failed while finding family by name.",
221 "Failed while finding family by name.",
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_instantiate.h90 std::string name = testing::PrintToStringParamName()(info); in operator ()() local
92 for (const char c : name) in operator ()()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-graphite2.cc307 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_graphite2_shape()
308 Type *name = (Type *) scratch; \ in _hb_graphite2_shape()
/third_party/python/Lib/test/
H A Dtest_module.py242 # Because the loader has no module_repr(), use the file name.
355 def __init__(self, name):
356 super().__init__(name)
358 m = ModuleWithSlots("name")

Completed in 28 milliseconds

1...<<741742743744745746747748749750>>...908