Home
last modified time | relevance | path

Searched refs:target (Results 2351 - 2375 of 4886) sorted by relevance

1...<<919293949596979899100>>...196

/third_party/typescript/tests/baselines/reference/
H A DprivateNamesAndDecorators.js2 declare function dec<T>(target: T): T;
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc2834 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2836 bc1nez(target, kDoubleCompareReg); in CallRecordWriteStub()
2838 bc1t(target); in CallRecordWriteStub()
2845 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2847 bc1eqz(target, kDoubleCompareReg); in CallRecordWriteStub()
2849 bc1f(target); in CallRecordWriteStub()
2856 void TurboAssembler::BranchTrueF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2858 target->is_bound() ? !is_near(target) : is_trampoline_emitted(); in CallRecordWriteStub()
2862 BranchLong(target, b in CallRecordWriteStub()
4249 Jump(Register target, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4273 Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4290 Jump(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4329 Call(Register target, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4368 Call(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4436 PatchAndJump(Address target) CallRecordWriteStub() argument
4456 StoreReturnAddressAndCall(Register target) CallRecordWriteStub() argument
4669 Call(Label* target) CallRecordWriteStub() argument
4671 LoadAddress(Register dst, Label* target) CallRecordWriteStub() argument
6108 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c1325 void pa_sink_render_into(pa_sink*s, pa_memchunk *target) { in pa_sink_render_into() argument
1333 pa_assert(target); in pa_sink_render_into()
1334 pa_assert(target->memblock); in pa_sink_render_into()
1335 pa_assert(target->length > 0); in pa_sink_render_into()
1336 pa_assert(pa_frame_aligned(target->length, &s->sample_spec)); in pa_sink_render_into()
1342 pa_silence_memchunk(target, &s->sample_spec); in pa_sink_render_into()
1348 length = target->length; in pa_sink_render_into()
1358 if (target->length > length) in pa_sink_render_into()
1359 target->length = length; in pa_sink_render_into()
1361 pa_silence_memchunk(target, in pa_sink_render_into()
1410 pa_sink_render_into_full(pa_sink *s, pa_memchunk *target) pa_sink_render_into_full() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp156 BufferBinding target) in UpdateBufferBinding()
160 if (target == BufferBinding::TransformFeedback) in UpdateBufferBinding()
178 BufferBinding target, in UpdateIndexedBufferBinding()
184 if (target == BufferBinding::TransformFeedback) in UpdateIndexedBufferBinding()
1756 // BindRenderbuffer had been executed with the target RENDERBUFFER and name of zero. in detachRenderbuffer()
1825 Framebuffer *State::getTargetFramebuffer(GLenum target) const in getTargetFramebuffer()
1827 switch (target) in getTargetFramebuffer()
2107 BufferBinding target, in setIndexedBufferBinding()
2113 setBufferBinding(context, target, buffer); in setIndexedBufferBinding()
2115 switch (target) in setIndexedBufferBinding()
153 UpdateBufferBinding(const Context *context, BindingPointer<Buffer> *binding, Buffer *buffer, BufferBinding target) UpdateBufferBinding() argument
175 UpdateIndexedBufferBinding(const Context *context, OffsetBindingPointer<Buffer> *binding, Buffer *buffer, BufferBinding target, GLintptr offset, GLsizeiptr size) UpdateIndexedBufferBinding() argument
2106 setIndexedBufferBinding(const Context *context, BufferBinding target, GLuint index, Buffer *buffer, GLintptr offset, GLsizeiptr size) setIndexedBufferBinding() argument
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc59 #error Unsupported target architecture.
79 bool Clobbers(Register target, Register reg) { return target == reg; } in Clobbers() argument
80 bool Clobbers(Register target, Handle<Object> handle) { return false; } in Clobbers() argument
81 bool Clobbers(Register target, Smi smi) { return false; } in Clobbers() argument
82 bool Clobbers(Register target, TaggedIndex index) { return false; } in Clobbers() argument
83 bool Clobbers(Register target, int32_t imm) { return false; } in Clobbers() argument
84 bool Clobbers(Register target, RootIndex index) { return false; } in Clobbers() argument
85 bool Clobbers(Register target, interpreter::Register reg) { return false; } in Clobbers() argument
86 bool Clobbers(Register target, interprete in Clobbers() argument
164 CheckSettingDoesntClobber(Register target) CheckSettingDoesntClobber() argument
166 CheckSettingDoesntClobber(Register target, Arg arg, Args... args) CheckSettingDoesntClobber() argument
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js2202 * * Whose length differs from the target name by more than 0.34 of the length of the name.
4087 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id,
5476 // In turn, we offer both a `NodeNext` moving resolution target, and a `Node16` version-anchored resolution target
8306 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."),
8516 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."),
8561 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"),
8562 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."),
8568 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."),
8653 Call_target_does_not_contain_any_signatures: diag(2346, ts.DiagnosticCategory.Error, "Call_target_does_not_contain_any_signatures_2346", "Call target doe
[all...]
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp229 WLOGFE("target window abilityToken is null"); in GetTransitionEvent()
358 WLOGFE("RSWindowAnimation: Failed to create dst target!"); in NotifyAnimationTransition()
467 sptr<RSWindowAnimationTarget> target = new(std::nothrow) RSWindowAnimationTarget(); in NotifyAnimationAbilityDied()
468 if (target == nullptr) { in NotifyAnimationAbilityDied()
469 WLOGFE("target is nullptr"); in NotifyAnimationAbilityDied()
472 target->bundleName_ = info->GetBundleName(); in NotifyAnimationAbilityDied()
473 target->abilityName_ = info->GetAbilityName(); in NotifyAnimationAbilityDied()
474 target->missionId_ = info->GetMissionId(); in NotifyAnimationAbilityDied()
475 target->windowId_ = INVALID_WINDOW_ID; in NotifyAnimationAbilityDied()
478 windowAnimationController_->OnCloseWindow(target, finishCallbac in NotifyAnimationAbilityDied()
705 auto target = CreateWindowAnimationTarget(nullptr, windowNode); GetWindowAnimationTargets() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp635 parent->logln("Checking that all source characters convert to target - Singles"); in test2()
675 parent->logln("Checking that all source characters convert to target - Doubles"); in test2()
725 parent->logln("Checking that target characters convert to source and back - Singles"); in test2()
787 parent->logln("Checking that target characters convert to source and back - Doubles"); in test2()
1062 UnicodeString target=source; in TestHan() local
1063 hanTL->transliterate(target); in TestHan()
1067 if (allHan.containsSome(target)) { in TestHan()
1075 UnicodeString target2 = target; in TestHan()
1093 UBool roundtripOK = (target3.compare(target) == 0); in TestHan()
1100 writeStringInU8(out, target); in TestHan()
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex24 the unwind target. To request a particular byte-order,
29 is supported depends on the target platform.
135 from or write to a word of memory in the target address-space. The
143 target. In other words, it is the responsibility of the call-back
144 routine to convert between the target's and the host's byte-order, if
162 of the byte-order of the target. In other words, it is the
164 target's and the host's byte-order, if necessary.
182 target. In other words, it is the responsibility of the call-back
183 routine to convert between the target's and the host's byte-order, if
193 execution in the target addres
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c49 if (prsc->target == PIPE_BUFFER) { in v3d_debug_resource_layout()
589 if (prsc->target == PIPE_TEXTURE_1D) in v3d_setup_slices()
684 if (prsc->target != PIPE_TEXTURE_3D) { in v3d_setup_slices()
699 if (prsc->target == PIPE_TEXTURE_3D) in v3d_layer_offset()
770 assert(tmpl->target != PIPE_BUFFER || in v3d_resource_create_with_modifiers()
775 if (tmpl->target == PIPE_BUFFER) in v3d_resource_create_with_modifiers()
784 if (tmpl->target == PIPE_TEXTURE_1D || in v3d_resource_create_with_modifiers()
785 tmpl->target == PIPE_TEXTURE_1D_ARRAY) in v3d_resource_create_with_modifiers()
823 .target = prsc->target, in v3d_resource_create_with_modifiers()
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp698 for (int target = 0; target < key->nr_color_regions; target++) { in emit_fb_writes()
700 if (this->outputs[target].file == BAD_FILE) in emit_fb_writes()
704 ralloc_asprintf(this->mem_ctx, "FB write target %d", target)); in emit_fb_writes()
707 if (devinfo->ver >= 6 && replicate_alpha && target != 0) in emit_fb_writes()
710 inst = emit_single_fb_write(abld, this->outputs[target], in emit_fb_writes()
712 inst->target = target; in emit_fb_writes()
[all...]
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js302 set(target, property, value, receiver) {
304 return ReflectSet(target, property, value, receiver);
307 defineProperty(target, property, descriptor) {
309 return ObjectDefineProperty(target, property, descriptor);
894 get(target, prop) {
898 if (prop in target || prop === '__esModule') { return target[prop]; }
903 getOwnPropertyDescriptor(target, prop) {
904 if (ObjectPrototypeHasOwnProperty(target, prop) || prop === '__esModule') {
905 return ObjectGetOwnPropertyDescriptor(target, pro
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c73 destroy_program_variants(struct st_context *st, struct gl_program *target);
222 delete_variant(struct st_context *st, struct st_variant *v, GLenum target) in delete_variant() argument
225 if (target == GL_VERTEX_PROGRAM_ARB && in delete_variant()
233 switch (target) { in delete_variant()
260 pipe_shader_type_from_mesa(_mesa_program_enum_to_shader_stage(target)); in delete_variant()
1349 GLenum target, in st_program_string_notify()
1359 if (target == GL_FRAGMENT_PROGRAM_ARB || in st_program_string_notify()
1360 target == GL_FRAGMENT_SHADER_ATI) { in st_program_string_notify()
1361 if (target == GL_FRAGMENT_SHADER_ATI) { in st_program_string_notify()
1370 } else if (target in st_program_string_notify()
1348 st_program_string_notify( struct gl_context *ctx, GLenum target, struct gl_program *prog ) st_program_string_notify() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c144 reloc.target = src.reg.index; in emit_src()
693 reloc.target = finst->Label.Label + 1; in nvfx_vertprog_parse_instruction()
704 reloc.target = finst->Label.Label; in nvfx_vertprog_parse_instruction()
720 reloc.target = vpc->info->num_instructions; in nvfx_vertprog_parse_instruction()
743 reloc.target = loop.cont_target; in nvfx_vertprog_parse_instruction()
752 reloc.target = loop.cont_target; in nvfx_vertprog_parse_instruction()
761 reloc.target = loop.brk_target; in nvfx_vertprog_parse_instruction()
771 reloc.target = vpc->info->num_instructions; in nvfx_vertprog_parse_instruction()
1039 hw_reloc.target = ((unsigned*)insns.data)[label_reloc->target]; in _nvfx_vertprog_translate()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc256 MapRef target = MakeRefAssumeMemoryFence(broker, *group.front()); in Refine() local
258 inferred.find(target) != inferred.end() || new_group.size() > 1; in Refine()
260 new_group.push_back(target.object()); in Refine()
261 // The target must be at the front, the order of sources doesn't matter. in Refine()
267 new_group.front().equals(target.object())); in Refine()
836 Handle<Map> target = CanonicalPersistentHandle(transition_target); in ProcessFeedbackMapsForElementAccess() local
837 TransitionGroup new_group(1, target, zone()); in ProcessFeedbackMapsForElementAccess()
839 transition_groups.insert({target, new_group}).first->second; in ProcessFeedbackMapsForElementAccess()
860 // feedback. This implies that "a source is not a target". in AddGroup()
885 PropertyAccessTarget target({ma in GetPropertyAccessInfo()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp68 default: assert(!"unknown shader target"); return -1; break; in decode()
143 if (sh->target == TARGET_GS) { in parse_decls()
152 if (sh->target == TARGET_VS || sh->target == TARGET_ES || sh->target == TARGET_HS || sh->target == TARGET_LS) in parse_decls()
154 else if (sh->target == TARGET_GS) { in parse_decls()
157 } else if (sh->target == TARGET_COMPUTE) { in parse_decls()
163 && sh->target == TARGET_PS; in parse_decls()
170 bool preloaded = sh->target in parse_decls()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp1167 EGLBoolean EGLAPIENTRY CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in CopyBuffers() argument
1169 TRACE("(EGLDisplay dpy = %p, EGLSurface surface = %p, EGLNativePixmapType target = %p)", dpy, surface, target); in CopyBuffers()
1186 EGLImage EGLAPIENTRY CreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) in CreateImage() argument
1188 TRACE("(EGLDisplay dpy = %p, EGLContext ctx = %p, EGLenum target = 0x%X, buffer = %p, const EGLAttrib *attrib_list = %p)", dpy, ctx, target, buffer, attrib_list); in CreateImage()
1229 if(target == EGL_NATIVE_BUFFER_ANDROID) in CreateImage()
1253 EGLenum validationResult = context->validateSharedImage(target, name, textureLevel); in CreateImage()
1260 Image *image = context->createSharedImage(target, name, textureLevel); in CreateImage()
1277 EGLImageKHR EGLAPIENTRY CreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffe argument
[all...]
/third_party/python/Lib/logging/
H A Dhandlers.py1356 flushing them to a target handler. Flushing occurs whenever the buffer
1359 def __init__(self, capacity, flushLevel=logging.ERROR, target=None,
1363 flushing should occur and an optional target.
1365 Note that without a target being set either here or via setTarget(),
1375 self.target = target
1386 def setTarget(self, target):
1388 Set the target handler for this handler.
1392 self.target = target
[all...]
/third_party/python/Lib/test/
H A Dtest_contextlib.py275 with woohoo(self=11, func=22, args=33, kwds=44) as target:
276 self.assertEqual(target, (11, 22, 33, 44))
1215 target = self.make_relative_path('data')
1216 self.assertNotEqual(old_cwd, target)
1218 with chdir(target):
1219 self.assertEqual(os.getcwd(), target)
1241 target = self.make_relative_path('data')
1242 self.assertNotEqual(old_cwd, target)
1245 with chdir(target):
1246 self.assertEqual(os.getcwd(), target)
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/include/task/
H A Dability_start_task.h29 const AbilityInfo *target, const BundleInfo *bundleInfo);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Drender_boundary_manager.h37 bool target = false; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_navigator_ffi.h24 CJ_EXPORT void FfiOHOSAceFrameworkNavigatorCreate(const char* target, int32_t type);
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_scope.h35 static bool CloseScope(ARKTS_Scope target);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_effect_render_params.h26 void OnSync(const std::unique_ptr<RSRenderParams>& target) override;
/foundation/resourceschedule/ffrt/src/util/
H A Dspmc_queue.h51 * @param target 目标元素。
54 bool FindElement(void* target);

Completed in 52 milliseconds

1...<<919293949596979899100>>...196