/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_primary_expression_test.cc | 45 EXPECT_NE(call->target.type, nullptr); in TEST_F() 134 ASSERT_NE(call->target.name, nullptr); in TEST_F() 135 EXPECT_EQ(call->target.name->symbol, p->builder().Symbols().Get("S")); in TEST_F() 158 ASSERT_NE(call->target.name, nullptr); in TEST_F() 159 EXPECT_EQ(call->target.name->symbol, p->builder().Symbols().Get("S")); in TEST_F() 233 ASSERT_TRUE(call->target.type->Is<ast::F32>()); in TEST_F()
|
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.cc | 211 __ Adr(PickX(), labels_.begin()->target); in GenerateTrivialSequence() 295 __ Bind(it->target); in BindPendingLabels() 297 delete it->target; in BindPendingLabels() 320 __ B(lt, pair.target); in GenerateBranchSequence() 329 pair.target); in GenerateBranchSequence() 336 __ Cbz(PickX(), pair.target); in GenerateBranchSequence()
|
/third_party/python/PCbuild/ |
H A D | build.bat | 51 echo. Set the target manually
60 set target=Build
variable 72 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
variable 73 if "%~1"=="-t" (set target=%2) & shift & shift & goto CheckOpts
variable 143 set target=Build
variable 170 %MSBUILD% "%dir%pcbuild.proj" /t:%target% %parallel% %verbose%^
|
/third_party/skia/experimental/graphite/src/ |
H A D | Device.cpp | 54 auto target = sk_sp<TextureProxy>(new TextureProxy(ii.dimensions(), textureInfo)); in Make() local 55 sk_sp<DrawContext> dc = DrawContext::Make(target, in Make() 99 TextureProxy* srcProxy = fDC->target(); in onReadPixels() 141 auto target = fDC->target(); in onDevClipBounds() local 142 return SkIRect::MakeSize(target->dimensions()); in onDevClipBounds()
|
/third_party/skia/gm/ |
H A D | drawatlas.cpp | 45 static sk_sp<SkImage> MakeAtlas(SkCanvas* caller, const SkRect& target) { in MakeAtlas() argument 55 SkRect r(target); in MakeAtlas() 62 canvas->drawOval(target, paint); in MakeAtlas() 80 const SkRect target = { 50, 50, 80, 90 }; variable 81 auto atlas = MakeAtlas(canvas, target); 110 tex[i] = target;
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboCompletenessTests.cpp | 313 const GLenum target = GL_COLOR_ATTACHMENT0; in build() local 326 texCfg->internalFormat = getDefaultFormat(target, GL_TEXTURE); in build() 336 builder.glAttach(target, att); in build() 431 const GLenum target = s_targets[i]; in build() local 440 attachTargetToNew(target, GL_TEXTURE, fmt, 64, 64, builder); in build() 456 builder.glAttach(target, &att); in build()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSampleShadingTests.cpp | 247 SampleShadingRenderingCase (Context& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type); 270 SampleShadingRenderingCase::SampleShadingRenderingCase (Context& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type) in SampleShadingRenderingCase() argument 271 : MultisampleShaderRenderUtil::MultisampleRenderCase (ctx, name, desc, numSamples, target, RENDER_SIZE) in SampleShadingRenderingCase() 482 SampleShadingRenderingCase::RenderTarget target; 500 minSamplesGroup->addChild(new SampleShadingRenderingCase(m_context, (std::string(targets[ndx].name) + "_color").c_str(), "Test multiple samples per pixel with color", targets[ndx].target, targets[ndx].numSamples, SampleShadingRenderingCase::TEST_COLOR)); 501 minSamplesGroup->addChild(new SampleShadingRenderingCase(m_context, (std::string(targets[ndx].name) + "_discard").c_str(), "Test multiple samples per pixel with", targets[ndx].target, targets[ndx].numSamples, SampleShadingRenderingCase::TEST_DISCARD));
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_rx.c | 825 * hardware as a DMA target */ in libipw_rx() 1532 struct libipw_network *target; in libipw_process_probe_response() local 1580 list_for_each_entry(target, &ieee->network_list, list) { in libipw_process_probe_response() 1581 if (is_same_network(target, &network)) in libipw_process_probe_response() 1585 time_before(target->last_scanned, oldest->last_scanned)) in libipw_process_probe_response() 1586 oldest = target; in libipw_process_probe_response() 1591 if (&target->list == &ieee->network_list) { in libipw_process_probe_response() 1595 target = oldest; in libipw_process_probe_response() 1597 target->ssid_len, target in libipw_process_probe_response() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_rx.c | 825 * hardware as a DMA target */ in libipw_rx() 1510 struct libipw_network *target; in libipw_process_probe_response() local 1558 list_for_each_entry(target, &ieee->network_list, list) { in libipw_process_probe_response() 1559 if (is_same_network(target, &network)) in libipw_process_probe_response() 1563 time_before(target->last_scanned, oldest->last_scanned)) in libipw_process_probe_response() 1564 oldest = target; in libipw_process_probe_response() 1569 if (&target->list == &ieee->network_list) { in libipw_process_probe_response() 1573 target = oldest; in libipw_process_probe_response() 1575 target->ssid_len, target in libipw_process_probe_response() [all...] |
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 595 struct ep11_target_dev target; in ep11_query_info() local 617 /* urb and target */ in ep11_query_info() 621 target.ap_id = cardnr; in ep11_query_info() 622 target.dom_id = domain; in ep11_query_info() 623 prep_urb(urb, &target, 1, in ep11_query_info() 808 struct ep11_target_dev target; in _ep11_genaeskey() local 869 /* urb and target */ in _ep11_genaeskey() 873 target.ap_id = card; in _ep11_genaeskey() 874 target.dom_id = domain; in _ep11_genaeskey() 875 prep_urb(urb, &target, in _ep11_genaeskey() 981 struct ep11_target_dev target; ep11_cryptsingle() local 1119 struct ep11_target_dev target; _ep11_unwrapkey() local 1290 struct ep11_target_dev target; _ep11_wrapkey() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 479 HeapObject target = Handle<JSProxy>::cast(currInput)->target(isolate); in NoSideEffectsToMaybeString() local 480 currInput = Handle<Object>(target, isolate); in NoSideEffectsToMaybeString() 1206 // 5. Let target be the value of the [[ProxyTarget]] internal slot of O. in GetProperty() 1207 Handle<JSReceiver> target(JSReceiver::cast(proxy->target()), isolate); in GetProperty() 1215 // 7.a Return target.[[Get]](P, Receiver). in GetProperty() 1217 LookupIterator it(isolate, receiver, key, target); in GetProperty() 1222 // 8. Let trapResult be ? Call(trap, handler, «target, P, Receiver»). in GetProperty() 1224 Handle<Object> args[] = {target, nam in GetProperty() 1240 CheckGetSetTrapResult(Isolate* isolate, Handle<Name> name, Handle<JSReceiver> target, Handle<Object> trap_result, AccessKind access_kind) CheckGetSetTrapResult() argument 3100 CheckHasTrap(Isolate* isolate, Handle<Name> name, Handle<JSReceiver> target) CheckHasTrap() argument 3220 CheckDeleteTrap(Isolate* isolate, Handle<Name> name, Handle<JSReceiver> target) CheckDeleteTrap() argument 3249 New(Isolate* isolate, Handle<Object> target, Handle<Object> handler) New() argument 5816 InternalIndex target = EntryForProbe(roots, current_key, probe, current); Rehash() local [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gm107.cpp | 551 int32_t pos = insn->target.bb->binPos; in emitBRA() 577 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitCAL() 580 int pcAbs = targGM107->getBuiltinOffset(insn->target.builtin); in emitCAL() 584 emitField(0x14, 32, insn->target.bb->binPos); in emitCAL() 601 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitPCNT() 623 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitPBK() 645 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitPRET() 667 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitSSY() 2815 switch (tex->tex.target.getEnum()) { in getTEXSTarget() 2859 switch (tex->tex.target in getTLDSTarget() 3264 int target = 0; emitSUTarget() local [all...] |
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 1501 elements.copyWithin(/*target*/ 0, /*start*/ headIndex); 2055 * * Whose length differs from the target name by more than 0.34 of the length of the name. 3161 case 0 /* TypeMapKind.Simple */: return "".concat(this.source.__debugTypeToString(), " -> ").concat(this.target.__debugTypeToString()); 4053 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id, 5485 // In turn, we offer both a `NodeNext` moving resolution target, and a `Node16` version-anchored resolution target 8344 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."), 8561 Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1378, ts.DiagnosticCategory.Error, "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378", "Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."), 8606 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"), 8607 File_is_default_library_for_target_specified_here: diag(1426, ts.DiagnosticCategory.Message, "File_is_default_library_for_target_specified_here_1426", "File is default library for target specifie [all...] |
H A D | tsc.js | 2723 case 0: return "".concat(this.source.__debugTypeToString(), " -> ").concat(this.target.__debugTypeToString()); 3437 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id, 5481 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."), 5698 Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1378, ts.DiagnosticCategory.Error, "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378", "Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."), 5743 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"), 5744 File_is_default_library_for_target_specified_here: diag(1426, ts.DiagnosticCategory.Message, "File_is_default_library_for_target_specified_here_1426", "File is default library for target specified here."), 5750 Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1432, ts.DiagnosticCategory.Error, "Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_nod_1432", "Top-level 'for await' loops are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."), 5850 Call_target_does_not_contain_any_signatures: diag(2346, ts.DiagnosticCategory.Error, "Call_target_does_not_contain_any_signatures_2346", "Call target does not contain any signatures."), 5877 Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties: diag(2375, ts.DiagnosticCategory.Error, "Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375", "Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties."), 5881 Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties: diag(2379, ts.DiagnosticCategory.Error, "Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_tr_2379", "Argument of type '{0}' is not assignable to parameter of type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target' 87253 var target = isDelete global() variable [all...] |
/third_party/ltp/lib/ |
H A D | safe_macros.c | 896 const char *source, const char *target, in safe_mount() 903 if (realpath(target, mpath)) { in safe_mount() 909 "Cannot resolve the absolute path of %s", target); in safe_mount() 916 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount() 933 filesystemtype, source, target); in safe_mount() 944 "mount(%s, %s, %s, %lu, %p) failed", source, target, in safe_mount() 949 source, target, filesystemtype, mountflags, data, in safe_mount() 957 const char *target) in safe_umount() 962 if (realpath(target, mpath)) { in safe_umount() 966 "Cannot resolve the absolute path of %s", target); in safe_umount() 895 safe_mount(const char *file, const int lineno, void (*cleanup_fn)(void), const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) safe_mount() argument 956 safe_umount(const char *file, const int lineno, void (*cleanup_fn)(void), const char *target) safe_umount() argument [all...] |
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 139 void BranchTrueShortF(Label* target, CFRegister cc = FCC0); 140 void BranchFalseShortF(Label* target, CFRegister cc = FCC0); 142 void BranchTrueF(Label* target, CFRegister cc = FCC0); 143 void BranchFalseF(Label* target, CFRegister cc = FCC0); 176 void Jump(Register target, COND_ARGS); 177 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS); 178 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS); 179 // Deffer from li, this method save target to the memory, and then load 182 void PatchAndJump(Address target); 185 void Call(Register target, COND_ARG [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_0_autogen.h | 47 GLenum target, 189 GLenum target, 247 GLenum target, 256 GLenum target, 261 GLenum target, 342 GLenum target, 347 GLenum target, 396 GLenum target, 760 GLenum target, 771 GLenum target, [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_parser.cpp | 131 auto &target = get<SPIRType>(fixup.first); in parse() local 133 target.member_types = source.member_types; in parse() 134 target.basetype = source.basetype; in parse() 135 target.self = source.self; in parse() 379 uint32_t target = ops[i]; in parse() local 385 ir.set_decoration_string(target, decoration, ir.get_decoration_string(group_id, decoration)); in parse() 389 ir.meta[target].decoration_word_offset[decoration] = in parse() 391 ir.set_decoration(target, decoration, ir.get_decoration(group_id, decoration)); in parse() 407 uint32_t target = ops[i + 0]; in parse() local 413 ir.set_member_decoration_string(target, inde in parse() 947 uint32_t target = ops[0]; parse() local [all...] |
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | ptrace.c | 58 static int gpr_get(struct task_struct *target, in gpr_get() argument 62 return membuf_write(&to, task_pt_regs(target), sizeof(struct pt_regs)); in gpr_get()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/ |
H A D | xive-internal.h | 42 int (*configure_irq)(u32 hw_irq, u32 target, u8 prio, u32 sw_irq); 43 int (*get_irq_config)(u32 hw_irq, u32 *target, u8 *prio,
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | hypervisor.c | 84 static void __init copy_array(const void *src, void *target, unsigned int size) in copy_array() argument 88 const void **to = (const void **)target; in copy_array()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/ |
H A D | winbond.c | 64 unsigned int target) in w25m02gv_select_target() 73 *spinand->scratchbuf = target; in w25m02gv_select_target() 63 w25m02gv_select_target(struct spinand_device *spinand, unsigned int target) w25m02gv_select_target() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | buildebpfPlugin.py | 51 def _make(self, target): 52 command = 'make -C {} {}'.format(self.args.NAMES['EBPFDIR'], target)
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/ |
H A D | xive-internal.h | 42 int (*configure_irq)(u32 hw_irq, u32 target, u8 prio, u32 sw_irq); 43 int (*get_irq_config)(u32 hw_irq, u32 *target, u8 *prio,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | tcm.h | 10 #include <target/target_core_base.h> 11 #include <target/target_core_fabric.h> 35 /* SAS port target portal group tag for TCM */
|