/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction.h | 63 #define INSTRUCTION_OPERAND_PREDICATE(name, type) \ 64 bool Is##name() const { return kind() == type; }
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-date-time-format.cc | 133 // Sometimes we get L instead of M for month - standalone name. in BuildPatternItems() 259 #define DEFFINE_TRAIT(name, d1, d2) \ 260 struct name { \ 532 // getType() returns legacy calendar type name instead of LDML/BCP47 calendar in GetCalendar() 880 // i. Let prop be the property name. in IsPropertyUndefined() 893 // i. Let prop be the property name. in NeedsDefault() 1744 // i. Let prop be the name given in the Property column of the row. in New() 1812 // i. Let prop be the name given in the Property column of the row. in New()
|
/third_party/node/deps/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.cc | 1258 void RegExpMacroAssemblerARM::SafeCallTarget(Label* name) { 1259 __ bind(name);
|
/third_party/node/deps/v8/src/regexp/mips64/ |
H A D | regexp-macro-assembler-mips64.cc | 1327 void RegExpMacroAssemblerMIPS::SafeCallTarget(Label* name) { 1328 __ bind(name);
|
/third_party/node/deps/v8/src/regexp/loong64/ |
H A D | regexp-macro-assembler-loong64.cc | 1249 void RegExpMacroAssemblerLOONG64::SafeCallTarget(Label* name) { 1250 __ bind(name);
|
/third_party/node/deps/v8/src/regexp/mips/ |
H A D | regexp-macro-assembler-mips.cc | 1289 void RegExpMacroAssemblerMIPS::SafeCallTarget(Label* name) { 1290 __ bind(name);
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 1289 void RegExpMacroAssemblerIA32::SafeCallTarget(Label* name) { 1290 __ bind(name);
|
/third_party/node/deps/v8/src/regexp/ppc/ |
H A D | regexp-macro-assembler-ppc.cc | 1346 void RegExpMacroAssemblerPPC::SafeCallTarget(Label* name) { 1347 __ bind(name);
|
/third_party/node/deps/v8/src/regexp/s390/ |
H A D | regexp-macro-assembler-s390.cc | 1310 void RegExpMacroAssemblerS390::SafeCallTarget(Label* name) { 1311 __ bind(name);
|
/third_party/node/deps/v8/src/regexp/riscv64/ |
H A D | regexp-macro-assembler-riscv64.cc | 1287 void RegExpMacroAssemblerRISCV::SafeCallTarget(Label* name) { 1288 __ bind(name);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_resource.c | 568 fd_resource_dump(struct fd_resource *rsc, const char *name) in fd_resource_dump() argument 571 printf("%s: \n", name); in fd_resource_dump()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_query.c | 1933 .name = name_, \ 2103 info->name = "GPIN"; in r600_get_driver_query_group_info()
|
/third_party/python/ |
H A D | config.guess | 2 # Attempt to guess a canonical system name. 50 Output the configuration name of the system \`$me' is run on. 204 # portion of the name. We always set it to "unknown". 484 # The situation for MiNT is a little confusing. The machine name 487 # > m68000). The system name ranges from "MiNT" over "FreeMiNT" 489 # the system name "TOS" denotes a system which is actually not 1217 if test -f /usr/options/cb.name; then 1218 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1823 name: *mut ::c_char, in forkpty() 1831 name: *mut ::c_char, in openpty()
|
/third_party/openssl/test/ |
H A D | ssl_old_test.c | 729 fprintf(stderr, " -provider <name> - Load the given provider into the library context\n"); in sv_usage() 806 const char *name; in protocol_from_string() member 821 if (strcmp(versions[i].name, value) == 0) in protocol_from_string()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-loopback.c | 547 u->source_output->source->name, in adjust_rates() 548 u->sink_input->sink->name, in adjust_rates()
|
/third_party/opencl-headers/CL/ |
H A D | cl_ext.h | 1048 char name[CL_NAME_VERSION_MAX_NAME_SIZE_KHR]; member 1440 /* Default and valid proporties name for cl_arm_import_memory */ 2415 char name[CL_QUEUE_FAMILY_MAX_NAME_SIZE_INTEL]; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 1132 StencilParamsBasicTestCase (tcu::TestContext& context, const std::string& name, in StencilParamsBasicTestCase() argument 1137 : TestCase (context, name) in StencilParamsBasicTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 1368 const std::string& name, in DepthRangeUnrestrictedTest() 1370 : vkt::TestCase (testContext, name) in DepthRangeUnrestrictedTest() 1367 DepthRangeUnrestrictedTest(tcu::TestContext& testContext, const std::string& name, const DepthRangeUnrestrictedParam param) DepthRangeUnrestrictedTest() argument
|
H A D | vktPipelineRenderToImageTests.cpp | 1724 std::string name(getFormatName(format)); in getFormatString() 1725 return de::toLower(name.substr(10)); in getFormatString()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 1259 QueryPoolOcclusionTest (tcu::TestContext &context, const char *name, const OcclusionQueryTestVector& testVector) in QueryPoolOcclusionTest() argument 1260 : TestCase (context, name) in QueryPoolOcclusionTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 1422 std::string name = getResourceName(resource) + semaphoreNames[semaphoreType] + cases[caseNdx].nameSuffix; in createTests() local 1424 opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, Progs(), config)); in createTests()
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1900 std::string name = getResourceName(resource) + cases[caseNdx].nameSuffix; in createTests() local 1906 opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, Progs(), config)); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 1717 const char* const name; in addClippingTests() member 1751 const std::string caseName = de::toString(numClipPlanes) + (numCullPlanes > 0 ? "_" + de::toString(numCullPlanes) : "") + de::toString(fragmentShaderReads[fragmentShaderReadNdx].name); in addClippingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 1778 const char* name, in DeviceGroupTestCase() 1781 : TestCase(context, name, description) in DeviceGroupTestCase() 1777 DeviceGroupTestCase(tcu::TestContext& context, const char* name, const char* description, deUint32 mode) DeviceGroupTestCase() argument
|