/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 519 // symbol can have no IR name. That might happen if symbol is defined in in addModuleToGlobalRes() 521 // the same symbol we want to use IR name of the prevailing symbol. in addModuleToGlobalRes() 522 // Otherwise, if we haven't seen a prevailing symbol, set the name so that in addModuleToGlobalRes() 904 // Normally resolution have IR name of symbol. We can do nothing here in run() 1020 #define HANDLE_LIBCALL(code, name) name,
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
H A D | esextcDrawElementsBaseVertexTests.cpp | 47 * @param name Test name 51 const char* name, const char* description) in DrawElementsBaseVertexTestBase() 52 : TestCaseBase(context, extParams, name, description) in DrawElementsBaseVertexTestBase() 828 /* Returns name of the function represented by _function_type. 50 DrawElementsBaseVertexTestBase(glcts::Context& context, const ExtParameters& extParams, const char* name, const char* description) DrawElementsBaseVertexTestBase() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderAdjacencyTests.cpp | 36 * @param name Test case's name 40 const char* name, const char* description) in GeometryShaderAdjacencyTests() 41 : TestCaseGroupBase(context, extParams, name, description) in GeometryShaderAdjacencyTests() 39 GeometryShaderAdjacencyTests(Context& context, const ExtParameters& extParams, const char* name, const char* description) GeometryShaderAdjacencyTests() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderInvariance.cpp | 78 * @param name Test name 83 const char* name, const char* description) in TessellationShaderInvarianceBaseTest() 84 : TestCaseBase(context, extParams, name, description) in TessellationShaderInvarianceBaseTest() 207 /** Retrieves name of a vec2 uniform that stores inner tesselaton level information, 210 * @return Requested name. 219 /** Retrieves name of a vec4 uniform that stores outer tesselation level information, 222 * @return Requested name. 81 TessellationShaderInvarianceBaseTest(Context& context, const ExtParameters& extParams, const char* name, const char* description) TessellationShaderInvarianceBaseTest() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 227 void ValidationState_t::AssignNameToId(uint32_t id, std::string name) { in AssignNameToId() argument 228 operand_names_[id] = name; in AssignNameToId()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL1.cpp | 691 bool ValidateLoadName(const Context *, angle::EntryPoint entryPoint, GLuint name) in ValidateLoadName() argument 977 bool ValidatePushName(const Context *, angle::EntryPoint entryPoint, GLuint name) in ValidatePushName() argument
|
H A D | validationGL1_autogen.h | 326 bool ValidateLoadName(const Context *context, angle::EntryPoint entryPoint, GLuint name); 483 bool ValidatePushName(const Context *context, angle::EntryPoint entryPoint, GLuint name);
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 1876 SkDebugf("falling back to: %s\n", pr->name()); in drawShapeUsingPathRenderer() 2005 fContext->priv().dmsaaStats().fTriggerCounts[op->name()]++; in addDrawOp()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Intermediate.cpp | 317 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, const TSourceLoc &line) in addSymbol() argument 319 TIntermSymbol* node = new TIntermSymbol(id, name, type); in addSymbol()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 968 const EVP_CIPHER *EVP_get_cipherbyname(const char *name); 969 const EVP_MD *EVP_get_digestbyname(const char *name);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.cpp | 227 void ValidationState_t::AssignNameToId(uint32_t id, std::string name) { in AssignNameToId() argument 228 operand_names_[id] = name; in AssignNameToId()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | config.guess | 2 # Attempt to guess a canonical system name. 40 Output the configuration name of the system \`$me' is run on. 176 # portion of the name. We always set it to "unknown". 440 # The situation for MiNT is a little confusing. The machine name 443 # > m68000). The system name ranges from "MiNT" over "FreeMiNT" 445 # the system name "TOS" denotes a system which is actually not 1106 if test -f /usr/options/cb.name; then 1107 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wgl.h | 722 typedef HANDLE (WINAPI * PFNWGLDXREGISTEROBJECTNVPROC) (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access); 731 HANDLE WINAPI wglDXRegisterObjectNV (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | Core.h | 44 * with C++ due to name mangling. So in addition to C, this interface enables 573 * Return an unique id given the name of a enum attribute, 574 * or 0 if no attribute by that name exists. 693 * Obtain the module's original source file name. 695 * @param M Module to obtain the name of 697 * @return The original source file name of M 703 * Set the original source file name of a module to a string Name with length 706 * @param M The module to set the source file name of 707 * @param Name The string to set M's source file name to 718 * LLVMGetDataLayout is DEPRECATED, as the name i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1292 std::string name = "u"; in getPTXFundamentalTypeStr() local 1293 return name + utostr(NumBits); in getPTXFundamentalTypeStr() 1583 // print .param .b<size> <name> for each part. in emitFunctionParamList()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph_test.cc | 282 /// @returns the the diagnostic message name used for the given use 1162 << (resolved_symbol ? resolved_symbol->TypeInfo().name : "<null>") in TEST_P() 1164 << "decl: " << decl->TypeInfo().name; in TEST_P()
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | JsonFormat.java | 15 // * Neither the name of Google Inc. nor the names of its 522 * Find a type by its full name. Returns null if it cannot be found in this {@link 525 public Descriptor find(String name) { in find() argument 526 return types.get(name); in find()
|
/third_party/protobuf/php/tests/ |
H A D | GeneratedClassTest.php | 259 $this->assertEquals('ONE', TestEnum::name(1)); 265 * @expectedExceptionMessage Enum Foo\TestEnum has no name defined for value -1 269 TestEnum::name(-1); 274 * @expectedExceptionMessage Enum Foo\TestEnum has no value defined for name DOES_NOT_EXIST
|
/third_party/python/Lib/test/ |
H A D | test_smtpd.py | 352 name = smtpd.socket.getfqdn() 355 '250 {}\r\n'.format(name).encode('ascii'))
|
H A D | test_smtplib.py | 98 # connects, include port in host name 1095 for addr_spec, name in sim_users.items(): 1097 (name, smtplib.quoteaddr(addr_spec)),
|
/third_party/python/Modules/ |
H A D | _json.c | 720 raise_errmsg("Expecting property name enclosed in double quotes", pystr, idx); in _parse_object_unicode() 1230 .name = "_json.Scanner", 1789 .name = "_json.Encoder",
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
H A D | wgl.h | 732 typedef HANDLE (WINAPI * PFNWGLDXREGISTEROBJECTNVPROC) (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access); 741 HANDLE WINAPI wglDXRegisterObjectNV (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
H A D | gl.h | 496 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name); 641 GL_API const GLubyte *GL_APIENTRY glGetString (GLenum name);
|
/third_party/skia/bench/ |
H A D | TriangulatorBench.cpp | 28 TriangulatorBenchmark(const char* name) { in TriangulatorBenchmark() argument 29 fName.printf("triangulator_%s", name); in TriangulatorBenchmark()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 1361 const std::string& name, in DepthRangeUnrestrictedTest() 1364 : vkt::TestCase (testContext, name, description) in DepthRangeUnrestrictedTest() 1360 DepthRangeUnrestrictedTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const DepthRangeUnrestrictedParam param) DepthRangeUnrestrictedTest() argument
|