/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
|
H A D | vktPipelineRenderToImageTests.cpp | 1597 std::string name(getFormatName(format)); in getFormatString() 1598 return de::toLower(name.substr(10)); in getFormatString()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 1259 QueryPoolOcclusionTest (tcu::TestContext &context, const char *name, const char *description, const OcclusionQueryTestVector& testVector) in QueryPoolOcclusionTest() argument 1260 : TestCase (context, name, description) in QueryPoolOcclusionTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 1413 std::string name = getResourceName(resource) + semaphoreNames[semaphoreType] + cases[caseNdx].nameSuffix; in createTests() local 1415 opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, "", Progs(), config)); in createTests()
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1899 std::string name = getResourceName(resource) + cases[caseNdx].nameSuffix; in createTests() local 1905 opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, "", Progs(), config)); in createTests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 1114 * eapol_sm_get_method_name - Get EAPOL method name 1116 * Returns: Static string containing name of current eap method or NULL 1959 eapol_sm_get_config_blob(void *ctx, const char *name) in eapol_sm_get_config_blob() argument 1964 return sm->ctx->get_config_blob(sm->ctx->ctx, name); in eapol_sm_get_config_blob()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius.c | 163 char *name; member 290 hdr->type, attr ? attr->name : "?Unknown?", hdr->length); in radius_msg_dump_attr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | dpp_supplicant.c | 492 peer_bi->curve->name, own_bi->curve->name); in wpas_dpp_auth_init() 1107 "{\"name\":\"Test\"," in wpas_dpp_start_gas_client()
|