/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.h | 113 // 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 D | Renderbuffer.cpp | 331 Renderbuffer::Renderbuffer(GLuint name, RenderbufferInterface *instance) : NamedObject(name) in Renderbuffer() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Nucleus.hpp | 167 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 D | dh.h | 275 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 D | defltprov.c | 83 * 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 D | dh.h | 198 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 D | x942kdf.c | 59 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 D | ext_inst.opencl_test.cpp | 35 std::string name; member 48 GetParam().name + " " + GetParam().operands + "\n"; in TEST_P()
|
H A D | text_to_binary.memory_test.cpp | 42 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 D | types_test.cpp | 50 #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 D | opt.cpp | 56 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 D | wicdec.c | 50 #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 D | filtration.py | 372 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 D | filterRFC3454.pl | 643 --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 D | NativeAudioContext.h | 136 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 D | AnimatedImageTest.cpp | 60 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 D | FlattenDrawableTest.cpp | 292 #define test(name) REPORTER_ASSERT(reporter, !name::Deserialize(data->data(), data->size())) in DEF_TEST()
|
H A D | GrQuadCropTest.cpp | 15 #define TEST(name) DEF_TEST(GrQuadCrop##name, r)
|
H A D | PDFPrimitivesTest.cpp | 131 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 D | ProgramsTest.cpp | 49 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 D | SkPathOpsDebug.h | 349 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 D | SkRemotableFontMgr_win_dw.cpp | 166 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 D | angle_test_instantiate.h | 90 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 D | hb-graphite2.cc | 307 #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 D | test_module.py | 242 # Because the loader has no module_repr(), use the file name. 355 def __init__(self, name): 356 super().__init__(name) 358 m = ModuleWithSlots("name")
|