Home
last modified time | relevance | path

Searched refs:name (Results 18176 - 18200 of 18625) sorted by relevance

1...<<721722723724725726727728729730>>...745

/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3-its.c1973 .name = "ITS",
4029 .name = "GICv4-vpe",
4181 .name = "GICv4.1-vpe",
4330 .name = "GICv4.1-sgi",
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1074 WasmName name = wire_bytes.GetNameOrNull(func, module); in SetCompileError() local
1075 if (name.begin() == nullptr) { in SetCompileError()
1080 TruncatedUserString<> truncated_name(name); in SetCompileError()
1227 Object url_obj = module_object->script().name(); in CompileLazy()
3910 // This is nested inside the event above, so the name can be less in CompileJsToWasmWrappers()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc542 #define ASSEMBLE_IEEE754_BINOP(name) \
545 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
548 #define ASSEMBLE_IEEE754_UNOP(name) \
551 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc430 #define ASSEMBLE_IEEE754_UNOP(name) \
437 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
443 #define ASSEMBLE_IEEE754_BINOP(name) \
451 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc419 #define ASSEMBLE_IEEE754_BINOP(name) \
427 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
433 #define ASSEMBLE_IEEE754_UNOP(name) \
440 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc397 #define ASSEMBLE_IEEE754_BINOP(name) \
403 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 4); \
412 #define ASSEMBLE_IEEE754_UNOP(name) \
417 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 2); \
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc3709 Register name = x7; in Generate_CallApiGetter() local
3711 name)); in Generate_CallApiGetter()
3718 name, FieldMemOperand(callback, AccessorInfo::kNameOffset)); in Generate_CallApiGetter()
3723 // These are followed by the property name, which is also pushed below the in Generate_CallApiGetter()
3725 __ Push(receiver, data, undef, undef, isolate_address, holder, xzr, name); in Generate_CallApiGetter()
3727 // v8::PropertyCallbackInfo::args_ array and name handle. in Generate_CallApiGetter()
3733 // Load address of v8::PropertyAccessorInfo::args_ array and name handle. in Generate_CallApiGetter()
3762 // +3 is to skip prolog, return address and name handle. in Generate_CallApiGetter()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c1637 #define SPECIAL(name) \
1638 NineTranslateInstruction_##name
1640 #define DECL_SPECIAL(name) \
1642 NineTranslateInstruction_##name( struct shader_translator *tx )
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py92 def new_task(self, loop, coro, name='TestTask', context=None):
93 return self.__class__.Task(coro, loop=loop, name=name, context=context)
350 "<Task pending name='TestTask' %s cb=[<Dummy>()]>" % coro)
355 "<Task cancelling name='TestTask' %s cb=[<Dummy>()]>" % coro)
363 "<Task cancelled name='TestTask' %s>" % coro)
371 "<Task finished name='TestTask' %s result='abc'>" % coro)
381 match1 = re.match(r"^<Task pending name='Task-(\d+)'", repr(t1))
383 match2 = re.match(r"^<Task pending name='Task-(\d+)'", repr(t2))
2258 task = asyncio.create_task(coro_noop(), name
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp4203 string name; in initTests() member
4217 separateChannelsGroup->addChild(new InstanceFactory1<SeparateChannelsTestInstance, SeparateChannelsTestConfig, SeparateChannelsPrograms>(testCtx, tcu::NODETYPE_SELF_VALIDATE, configs[configIdx].name, testConfig)); in initTests()
4229 string name; in initTests() member
4244 singleAttachmentGroup->addChild(new InstanceFactory1<SingleAttachmentTestInstance, SingleAttachmentTestConfig, SingleAttachmentPrograms>(testCtx, tcu::NODETYPE_SELF_VALIDATE, configs[configIdx].name, testConfig)); in initTests()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_ext_inst_test.cpp6652 const std::string name = std::get<1>(GetParam()); in TEST_P() local
6683 HasSubstr(name + " must be a 32-bit unsigned integer OpConstant")); in TEST_P()
6698 const std::string name = std::get<1>(GetParam()); in TEST_P() local
6727 EXPECT_THAT(getDiagnosticString(), HasSubstr(name + " must be an OpString")); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_ext_inst_test.cpp6652 const std::string name = std::get<1>(GetParam()); in TEST_P() local
6683 HasSubstr(name + " must be a 32-bit unsigned integer OpConstant")); in TEST_P()
6698 const std::string name = std::get<1>(GetParam()); in TEST_P() local
6727 EXPECT_THAT(getDiagnosticString(), HasSubstr(name + " must be an OpString")); in TEST_P()
/third_party/rust/crates/syn/src/gen/
H A Dvisit_mut.rs934 if let Some(it) = &mut node.name { in visit_abi_mut()
1032 if let Some(it) = &mut node.name { in visit_bare_fn_arg_mut()
1047 if let Some(it) = &mut node.name { in visit_bare_variadic_mut()
2662 v.visit_lifetime_mut(&mut node.name); in visit_label_mut()
/third_party/spirv-tools/test/val/
H A Dval_ext_inst_test.cpp7123 const std::string name = std::get<1>(GetParam()); in TEST_P() local
7154 HasSubstr(name + " must be a 32-bit unsigned integer OpConstant")); in TEST_P()
7177 const std::string name = std::get<1>(GetParam()); in TEST_P() local
7206 EXPECT_THAT(getDiagnosticString(), HasSubstr(name + " must be an OpString")); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp4203 string name; in initTests() member
4217 separateChannelsGroup->addChild(new InstanceFactory1<SeparateChannelsTestInstance, SeparateChannelsTestConfig, SeparateChannelsPrograms>(testCtx, tcu::NODETYPE_SELF_VALIDATE, configs[configIdx].name, "", testConfig)); in initTests()
4229 string name; in initTests() member
4244 singleAttachmentGroup->addChild(new InstanceFactory1<SingleAttachmentTestInstance, SingleAttachmentTestConfig, SingleAttachmentPrograms>(testCtx, tcu::NODETYPE_SELF_VALIDATE, configs[configIdx].name, "", testConfig)); in initTests()
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c4152 verbose(env, "map '%s' has to have BTF in order to use bpf_spin_lock\n", map->name); in process_spin_lock()
4157 verbose(env, "map '%s' has more than one 'struct bpf_spin_lock'\n", map->name); in process_spin_lock()
4159 verbose(env, "map '%s' doesn't have 'struct bpf_spin_lock'\n", map->name); in process_spin_lock()
4161 verbose(env, "map '%s' is not a struct type or bpf_spin_lock is mangled\n", map->name); in process_spin_lock()
11053 func[i]->aux->name[0] = 'F'; in jit_subprogs()
11764 verbose(env, "attach to invalid member idx %u of struct %s\n", member_idx, st_ops->name); in check_struct_ops_btf_id()
11772 verbose(env, "attach to invalid member %s(@idx %u) of struct %s\n", mname, member_idx, st_ops->name); in check_struct_ops_btf_id()
11779 verbose(env, "attach to unsupported member %s of struct %s\n", mname, st_ops->name); in check_struct_ops_btf_id()
11859 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id); in bpf_check_attach_target()
11936 bpf_log(log, "attach_btf_id %u points to wrong type name in bpf_check_attach_target()
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp1663 char name[16]; in BeginComboPopup() local
1664 ImFormatString(name, IM_ARRAYSIZE(name), "##Combo_%02d", g.BeginPopupStack.Size); // Recycle windows based on depth in BeginComboPopup()
1669 if (ImGuiWindow* popup_window = FindWindowByName(name)) in BeginComboPopup()
1680 // We don't use BeginPopupEx() solely because we have a custom name string, which we could make an argument to BeginPopupEx() in BeginComboPopup()
1683 bool ret = Begin(name, NULL, window_flags); in BeginComboPopup()
3548 // Hexadecimal input provided as a convenience but the flag name is awkward. Typically you'd use InputText() to parse your own data, if you want to handle prefixes.
4088 state->Stb.insert_mode = 1; // stb field name is indeed incorrect (see #2863) in InputTextEx()
6744 bool ImGui::BeginViewportSideBar(const char* name, ImGuiViewport* viewport_p, ImGuiDir dir, float axis_size, ImGuiWindowFlags window_flags)
6748 ImGuiWindow* bar_window = FindWindowByName(name);
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c223 #define SET_SYSCTL(name) \ in update_sysctl()
224 (sysctl_##name = (factor) * normalized_sysctl_##name) in update_sysctl()
695 #define WRT_SYSCTL(name) (normalized_sysctl_##name = sysctl_##name / (factor)) in sched_proc_update_handler()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h21 #define RETURN_FALSE_IF_MISSING_CPU_FEATURE(name) \
22 if (!CpuFeatures::IsSupported(name)) return false; \
23 CpuFeatureScope feature(this, name);
1947 #define dop(name, ...) \ in EmitFloatMinOrMax()
1950 assm->name##s(__VA_ARGS__); \ in EmitFloatMinOrMax()
1952 assm->name##d(__VA_ARGS__); \ in EmitFloatMinOrMax()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp4479 const char* const name; in createFenceTests() member
4495 const char* const permanenceName (permanences[permanenceNdx].name); in createFenceTests()
5393 const char* const name; in createSemaphoreTests() member
5402 const char* const name; in createSemaphoreTests() member
5415 addFunctionCase(semaphoreGroup.get(), std::string("info_") + semaphoreTypes[semaphoreTypeIdx].name, testSemaphoreQueries, TestSemaphoreQueriesParameters(semaphoreTypes[semaphoreTypeIdx].type, externalType)); in createSemaphoreTests()
5421 const char* const permanenceName (permanences[permanenceNdx].name); in createSemaphoreTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp4263 const char* const name; in createFenceTests() member
4278 const char* const permanenceName (permanences[permanenceNdx].name); in createFenceTests()
4737 const char* const name; in createSemaphoreTests() member
4746 const char* const name; in createSemaphoreTests() member
4758 addFunctionCase(semaphoreGroup.get(), std::string("info_") + semaphoreTypes[semaphoreTypeIdx].name, in createSemaphoreTests()
4766 const char* const permanenceName (permanences[permanenceNdx].name); in createSemaphoreTests()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp1148 char name[32]; in RunIteration() local
1149 sprintf(name, "InputBuffer[%u]", i); in RunIteration()
1150 const GLuint index = glGetUniformBlockIndex(m_program, name); in RunIteration()
1320 char name[32]; in RunIteration() local
1321 sprintf(name, "g_sampler%d", i); in RunIteration()
1322 glUniform1i(glGetUniformLocation(m_program, name), i); in RunIteration()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp795 char name[32]; in RunIteration() local
796 sprintf(name, "InputBuffer[%u]", i); in RunIteration()
797 const GLuint index = glGetUniformBlockIndex(m_program, name); in RunIteration()
990 char name[32]; in RunIteration() local
991 sprintf(name, "g_sampler%d", i); in RunIteration()
992 glUniform1i(glGetUniformLocation(m_program, name), i); in RunIteration()
/third_party/python/
H A Dconfigure112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
584 # Sed expression to map a string onto a valid CPP name.
587 # Sed expression to map a string onto a valid variable name.
1242 as_fn_error $? "invalid feature name: \`$ac_useropt'"
1268 as_fn_error $? "invalid feature name: \`$ac_useropt'"
1392 -program-transform-name | --program-transform-name \
1400 -program-transform-name=* | --program-transform-name=* \
1481 as_fn_error $? "invalid package name
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-dp.c2426 dp->aux.name = dev_name(dev); in dw_dp_probe()
2512 .name = "dw-dp",

Completed in 229 milliseconds

1...<<721722723724725726727728729730>>...745