Home
last modified time | relevance | path

Searched refs:target (Results 351 - 375 of 7090) sorted by relevance

1...<<11121314151617181920>>...284

/third_party/node/deps/npm/node_modules/function-bind/
H A Dimplementation.js43 var target = this;
44 if (typeof target !== 'function' || toStr.apply(target) !== funcType) {
45 throw new TypeError(ERROR_MESSAGE + target);
52 var result = target.apply(
61 return target.apply(
68 var boundLength = max(0, target.length - args.length);
76 if (target.prototype) {
78 Empty.prototype = target.prototype;
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Dwcstold.c39 const long double target = 3.14L; in wcstold_0100() local
42 EXPECT_LONG_DOUBLE_EQ(val, target); in wcstold_0100()
57 const long double target = 3.14L; in wcstold_0200() local
59 EXPECT_LONG_DOUBLE_EQ(val, target); in wcstold_0200()
71 const long double target = 3.14L; in wcstold_0300() local
73 EXPECT_LONG_DOUBLE_EQ(val, target); in wcstold_0300()
85 const long double target = 3.14L; in wcstold_0400() local
101 const long double target = -3.14L; in wcstold_0500() local
103 EXPECT_LONG_DOUBLE_EQ(val, target); in wcstold_0500()
/third_party/node/deps/openssl/openssl/Configurations/platform/
H A DUnix.pm15 sub binext { $target{exe_extension} || '' }
16 sub dsoext { $target{dso_extension} || platform->shlibextsimple()
20 sub shlibext { (my $x = $target{shared_extension}
25 sub libext { $target{lib_extension} || '.a' }
26 sub defext { $target{def_extension} || '.ld' }
27 sub objext { $target{obj_extension} || '.o' }
28 sub depext { $target{obj_extension} || '.d' }
31 sub shlibextsimple { (my $x = $target{shared_extension} || '.so')
34 sub shlibvariant { $target{shlib_variant} || "" }
/third_party/openssl/Configurations/platform/
H A DUnix.pm15 sub binext { $target{exe_extension} || '' }
16 sub dsoext { $target{dso_extension} || platform->shlibextsimple()
20 sub shlibext { (my $x = $target{shared_extension}
25 sub libext { $target{lib_extension} || '.a' }
26 sub defext { $target{def_extension} || '.ld' }
27 sub objext { $target{obj_extension} || '.o' }
28 sub depext { $target{obj_extension} || '.d' }
31 sub shlibextsimple { (my $x = $target{shared_extension} || '.so')
34 sub shlibvariant { $target{shlib_variant} || "" }
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureClampTests.hpp59 virtual bool funcAllowed(GLint target, GLint format, FunctionToken& funcToken);
61 virtual bool verifyLookupTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level,
64 virtual void draw(GLint target, GLint layer, const ShaderProgram& program);
80 virtual bool writeDataToTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level);
81 virtual bool verifyLookupTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level,
84 virtual bool prepareTexture(const Functions& gl, GLint target, GLint format, GLuint& texture);
85 virtual bool commitTexturePage(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level);
87 virtual bool isInPageSizesRange(GLint target, GLint level);
88 virtual bool isPageSizesMultiplication(GLint target, GLint level);
/third_party/typescript/tests/baselines/reference/
H A DdecoratorOnClassMethod12.js4 decorator(target: Object, key: string): void { }
28 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
29 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
30 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
31 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
32 return c > 3 && r && Object.defineProperty(target, key, r), r;
39 S.prototype.decorator = function (target, key) { };
H A DdecoratorOnClassMethodParameter3.js13 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
14 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
15 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
16 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17 return c > 3 && r && Object.defineProperty(target, key, r), r;
20 return function (target, key) { decorator(target, key, paramIndex); }
H A DmetadataOfClassFromAlias.js11 return (target: any): void => { };
29 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
30 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
31 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
32 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
33 return c > 3 && r && Object.defineProperty(target, key, r), r;
42 return function (target) { };
H A DmetadataReferencedWithinFilteredUnion.js9 function decorate(target: any, propertyKey: string) {
31 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
32 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
33 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
34 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
35 return c > 3 && r && Object.defineProperty(target, key, r), r;
43 function decorate(target, propertyKey) {
/base/startup/init/services/sandbox/
H A Dsandbox.c42 #define SANDBOX_SYMLINK_TARGET "target-name"
139 if (info->target != NULL) { in FreeSandboxMountInfo()
140 free(info->target); in FreeSandboxMountInfo()
141 info->target = NULL; in FreeSandboxMountInfo()
157 if (info->target != NULL) { in FreeSandboxLinkInfo()
158 free(info->target); in FreeSandboxLinkInfo()
159 info->target = NULL; in FreeSandboxLinkInfo()
180 return strcmp(info->target, mountTarget); in CompareSandboxListForMountTarget()
241 tmpMount->target = strdup(dstPath); in AddMountInfoToSandbox()
242 BEGET_ERROR_CHECK(tmpMount->target ! in AddMountInfoToSandbox()
271 char *target = cJSON_GetStringValue(cJSON_GetObjectItem(item, SANDBOX_SYMLINK_TARGET)); AddSymbolLinksToSandbox() local
431 BindMount(const char *source, const char *target, unsigned long flags, SandboxTag tag) BindMount() argument
481 char target[PATH_MAX] = {}; MountSandboxNode() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfan.c32 nvkm_fan_update(struct nvkm_fan *fan, bool immediate, int target) in nvkm_fan_update() argument
41 /* update target fan speed, restricting to allowed range */ in nvkm_fan_update()
43 if (target < 0) in nvkm_fan_update()
44 target = fan->percent; in nvkm_fan_update()
45 target = max_t(u8, target, fan->bios.min_duty); in nvkm_fan_update()
46 target = min_t(u8, target, fan->bios.max_duty); in nvkm_fan_update()
47 if (fan->percent != target) { in nvkm_fan_update()
48 nvkm_debug(subdev, "FAN target in nvkm_fan_update()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfan.c32 nvkm_fan_update(struct nvkm_fan *fan, bool immediate, int target) in nvkm_fan_update() argument
41 /* update target fan speed, restricting to allowed range */ in nvkm_fan_update()
43 if (target < 0) in nvkm_fan_update()
44 target = fan->percent; in nvkm_fan_update()
45 target = max_t(u8, target, fan->bios.min_duty); in nvkm_fan_update()
46 target = min_t(u8, target, fan->bios.max_duty); in nvkm_fan_update()
47 if (fan->percent != target) { in nvkm_fan_update()
48 nvkm_debug(subdev, "FAN target in nvkm_fan_update()
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetUTF16.java94 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
155 CoderResult cr = decodeTrail(source, target, offsets, (char) toUnicodeStatus); in decodeLoop()
178 if (!target.hasRemaining()) in decodeLoop()
185 target.put(char16); in decodeLoop()
187 CoderResult cr = decodeTrail(source, target, offsets, char16); in decodeLoop()
194 private final CoderResult decodeTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets, char lead) { in decodeTrail() argument
225 target.put(lead); in decodeTrail()
227 if (target.hasRemaining()) { in decodeTrail()
228 target.put(trail); in decodeTrail()
254 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffe argument
290 encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char ch) encodeChar() argument
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler.h44 // Binds the label without marking it as a valid jump target.
46 // target (i.e. at the beginning of the bytecode).
48 // Marks the current position as a valid jump target on CFI enabled
51 inline void Jump(Label* target, Label::Distance distance = Label::kFar);
52 inline void JumpIfRoot(Register value, RootIndex index, Label* target,
54 inline void JumpIfNotRoot(Register value, RootIndex index, Label* target,
56 inline void JumpIfSmi(Register value, Label* target,
58 inline void JumpIfNotSmi(Register value, Label* target,
62 Label* target,
66 Label* target, Labe
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64-inl.h84 // output before the next target. in target_address_address()
85 // For an instruction like LUI/ORI where the target bits are mixed into the in target_address_address()
86 // instruction bits, the size of the target will be zero, indicating that the in target_address_address()
87 // serializer should not step forward in memory after a target is resolved in target_address_address()
91 // place, ready to be patched with the target. After jump optimization, in target_address_address()
108 Address pc, Address constant_pool, Tagged_t target, in set_target_compressed_address_at()
111 pc, constant_pool, static_cast<Address>(target), icache_flush_mode); in set_target_compressed_address_at()
132 Address instruction_payload, Code code, Address target) { in deserialization_set_special_target_at()
135 target); in deserialization_set_special_target_at()
144 Address target) { in set_target_internal_reference_encoded_at()
107 set_target_compressed_address_at( Address pc, Address constant_pool, Tagged_t target, ICacheFlushMode icache_flush_mode) set_target_compressed_address_at() argument
131 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument
143 set_target_internal_reference_encoded_at(Address pc, Address target) set_target_internal_reference_encoded_at() argument
148 deserialization_set_target_internal_reference_at( Address pc, Address target, RelocInfo::Mode mode) deserialization_set_target_internal_reference_at() argument
190 set_target_object(Heap* heap, HeapObject target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_object() argument
207 WriteBarrierForCode(host(), this, target); set_target_object() local
216 set_target_external_reference( Address target, ICacheFlushMode icache_flush_mode) set_target_external_reference() argument
255 set_target_runtime_entry(Address target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_runtime_entry() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-string-conversions.cc45 targetExhausted, // insuff. room in target for conversion
54 char* target = *targetStart; in convertUTF16ToUTF8() local
61 source; // In case we have to back up because of target overflow. in convertUTF16ToUTF8()
104 target += bytesToWrite; in convertUTF16ToUTF8()
105 if (target > targetEnd) { in convertUTF16ToUTF8()
107 target -= bytesToWrite; in convertUTF16ToUTF8()
113 *--target = static_cast<char>((ch | byteMark) & byteMask); in convertUTF16ToUTF8()
117 *--target = static_cast<char>((ch | byteMark) & byteMask); in convertUTF16ToUTF8()
121 *--target = static_cast<char>((ch | byteMark) & byteMask); in convertUTF16ToUTF8()
125 *--target in convertUTF16ToUTF8()
269 UChar* target = *targetStart; convertUTF8ToUTF16() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dptrace.c476 static int hw_break_get(struct task_struct *target, in hw_break_get() argument
494 ret = ptrace_hbp_get_addr(note_type, target, idx, &addr); in hw_break_get()
497 ret = ptrace_hbp_get_ctrl(note_type, target, idx, &ctrl); in hw_break_get()
508 static int hw_break_set(struct task_struct *target, in hw_break_set() argument
533 ret = ptrace_hbp_set_addr(note_type, target, idx, addr); in hw_break_set()
544 ret = ptrace_hbp_set_ctrl(note_type, target, idx, ctrl); in hw_break_set()
562 static int gpr_get(struct task_struct *target, in gpr_get() argument
566 struct user_pt_regs *uregs = &task_pt_regs(target)->user_regs; in gpr_get()
570 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
575 struct user_pt_regs newregs = task_pt_regs(target) in gpr_set()
588 fpr_active(struct task_struct *target, const struct user_regset *regset) fpr_active() argument
598 __fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) __fpr_get() argument
611 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpr_get() argument
623 __fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf, unsigned int start_pos) __fpr_set() argument
650 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpr_set() argument
669 tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tls_get() argument
678 tls_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tls_set() argument
693 system_call_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) system_call_get() argument
700 system_call_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) system_call_set() argument
718 sve_init_header_from_task(struct user_sve_header *header, struct task_struct *target) sve_init_header_from_task() argument
744 sve_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) sve_get() argument
794 sve_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) sve_set() argument
893 pac_mask_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_mask_get() argument
948 pac_address_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_address_keys_get() argument
963 pac_address_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pac_address_keys_set() argument
997 pac_generic_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_generic_keys_get() argument
1012 pac_generic_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pac_generic_keys_set() argument
1037 tagged_addr_ctrl_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tagged_addr_ctrl_get() argument
1049 tagged_addr_ctrl_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tagged_addr_ctrl_set() argument
1223 compat_gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_gpr_get() argument
1234 compat_gpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_gpr_set() argument
1296 compat_vfp_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_vfp_get() argument
1321 compat_vfp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_vfp_set() argument
1352 compat_tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_tls_get() argument
1359 compat_tls_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_tls_set() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-call-gen.cc110 auto target = Parameter<Object>(Descriptor::kFunction); in TF_BUILTIN() local
117 target, [=] { return receiver; }, context, feedback_vector, slot); in TF_BUILTIN()
118 TailCallBuiltin(Builtin::kCall_ReceiverIsNullOrUndefined, context, target, in TF_BUILTIN()
124 auto target = Parameter<Object>(Descriptor::kFunction); in TF_BUILTIN() local
131 target, [=] { return receiver; }, context, feedback_vector, slot); in TF_BUILTIN()
132 TailCallBuiltin(Builtin::kCall_ReceiverIsNotNullOrUndefined, context, target, in TF_BUILTIN()
137 auto target = Parameter<Object>(Descriptor::kFunction); in TF_BUILTIN() local
144 target, [=] { return receiver; }, context, feedback_vector, slot); in TF_BUILTIN()
145 TailCallBuiltin(Builtin::kCall_ReceiverIsAny, context, target, argc); in TF_BUILTIN()
149 TNode<Object> target, bas in CallOrConstructWithArrayLike()
148 CallOrConstructWithArrayLike( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> arguments_list, TNode<Context> context) CallOrConstructWithArrayLike() argument
324 CallOrConstructDoubleVarargs( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<FixedDoubleArray> elements, TNode<Int32T> length, TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) CallOrConstructDoubleVarargs() argument
353 CallOrConstructWithSpread( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) CallOrConstructWithSpread() argument
487 auto target = Parameter<Object>(Descriptor::kFunction); CallReceiver() local
504 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
512 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
525 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
534 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
549 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h69 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() argument
70 return op.base() == target || op.regoffset() == target; in Clobbers()
100 void BaselineAssembler::Jump(Label* target, Label::Distance distance) { in Jump() argument
101 __ B(target); in Jump()
105 Label* target, Label::Distance) { in JumpIfRoot()
106 __ JumpIfRoot(value, index, target); in JumpIfRoot()
110 Label* target, Label::Distance) { in JumpIfNotRoot()
111 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
114 void BaselineAssembler::JumpIfSmi(Register value, Label* target, in JumpIfSmi() argument
104 JumpIfRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfRoot() argument
109 JumpIfNotRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfNotRoot() argument
119 JumpIfNotSmi(Register value, Label* target, Label::Distance) JumpIfNotSmi() argument
124 JumpIfImmediate(Condition cc, Register left, int right, Label* target, Label::Distance distance) JumpIfImmediate() argument
167 TestAndBranch(Register value, int mask, Condition cc, Label* target, Label::Distance) TestAndBranch() argument
170 __ B(AsMasmCondition(cc), target); TestAndBranch() local
173 JumpIf(Condition cc, Register lhs, const Operand& rhs, Label* target, Label::Distance) JumpIf() argument
177 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
187 JumpIfInstanceType(Condition cc, Register map, InstanceType instance_type, Label* target, Label::Distance) JumpIfInstanceType() argument
200 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument
208 JumpIfSmi(Condition cc, Register value, Smi smi, Label* target, Label::Distance distance) JumpIfSmi() argument
214 JumpIfSmi(Condition cc, Register lhs, Register rhs, Label* target, Label::Distance) JumpIfSmi() argument
220 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument
228 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance) JumpIfTagged() argument
236 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance) JumpIfByte() argument
458 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument
467 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument
476 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390-inl.h55 Address target = Memory<Address>(pc_); in apply() local
56 Memory<Address>(pc_) = target + delta; in apply()
70 Address target = Assembler::target_address_at(pc_, constant_pool_); in apply() local
71 Assembler::set_target_address_at(pc_, constant_pool_, target + delta, in apply()
105 // output before the next target. in target_address_address()
106 // For an instruction like LIS/ORI where the target bits are mixed into the in target_address_address()
107 // instruction bits, the size of the target will be zero, indicating that the in target_address_address()
108 // serializer should not step forward in memory after a target is resolved in target_address_address()
116 Address pc, Address constant_pool, Tagged_t target, in set_target_compressed_address_at()
119 pc, constant_pool, static_cast<Address>(target), icache_flush_mod in set_target_compressed_address_at()
115 set_target_compressed_address_at( Address pc, Address constant_pool, Tagged_t target, ICacheFlushMode icache_flush_mode) set_target_compressed_address_at() argument
177 set_target_object(Heap* heap, HeapObject target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_object() argument
194 WriteBarrierForCode(host(), this, target); set_target_object() local
203 set_target_external_reference( Address target, ICacheFlushMode icache_flush_mode) set_target_external_reference() argument
220 set_target_runtime_entry(Address target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_runtime_entry() argument
292 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument
304 deserialization_set_target_internal_reference_at( Address pc, Address target, RelocInfo::Mode mode) deserialization_set_target_internal_reference_at() argument
314 set_target_address_at(Address pc, Address constant_pool, Address target, ICacheFlushMode icache_flush_mode) set_target_address_at() argument
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducbuf.cpp59 char16_t target[1]={ 0 }; in ucbuf_autodetect_fs() local
83 pTarget = target; in ucbuf_autodetect_fs()
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, nullptr, false, error); in ucbuf_autodetect_fs()
92 if(U_SUCCESS(*error) && (pTarget!=(target+1) || target[0]!=0xfeff)) { in ucbuf_autodetect_fs()
165 char16_t* target=nullptr; in ucbuf_fillucbuf() local
205 target=pTarget; in ucbuf_fillucbuf()
219 target = pTarget+offset; in ucbuf_fillucbuf()
222 ucnv_toUnicode(buf->conv,&target,target in ucbuf_fillucbuf()
588 char16_t target[1]={ 0 }; ucbuf_rewind() local
640 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status) ucbuf_resolveFileName() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c227 if (view->target != texture->target) { in llvmpipe_create_sampler_view()
228 if (view->target == PIPE_TEXTURE_1D) in llvmpipe_create_sampler_view()
229 assert(texture->target == PIPE_TEXTURE_1D_ARRAY); in llvmpipe_create_sampler_view()
230 else if (view->target == PIPE_TEXTURE_1D_ARRAY) in llvmpipe_create_sampler_view()
231 assert(texture->target == PIPE_TEXTURE_1D); in llvmpipe_create_sampler_view()
232 else if (view->target == PIPE_TEXTURE_2D) in llvmpipe_create_sampler_view()
233 assert(texture->target == PIPE_TEXTURE_2D_ARRAY || in llvmpipe_create_sampler_view()
234 texture->target == PIPE_TEXTURE_3D || in llvmpipe_create_sampler_view()
235 texture->target in llvmpipe_create_sampler_view()
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducbuf.cpp59 UChar target[1]={ 0 }; in ucbuf_autodetect_fs() local
83 pTarget = target; in ucbuf_autodetect_fs()
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, false, error); in ucbuf_autodetect_fs()
92 if(U_SUCCESS(*error) && (pTarget!=(target+1) || target[0]!=0xfeff)) { in ucbuf_autodetect_fs()
165 UChar* target=NULL; in ucbuf_fillucbuf() local
205 target=pTarget; in ucbuf_fillucbuf()
219 target = pTarget+offset; in ucbuf_fillucbuf()
222 ucnv_toUnicode(buf->conv,&target,target in ucbuf_fillucbuf()
588 UChar target[1]={ 0 }; ucbuf_rewind() local
640 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status) ucbuf_resolveFileName() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-generator.cc136 void EmitSingleParallelMove(Register source, Register target, in EmitSingleParallelMove() argument
138 DCHECK(!moves[target.code()].is_valid()); in EmitSingleParallelMove()
139 __ movq(target, source); in EmitSingleParallelMove()
144 Register target, RegisterMoves& moves) { in RecursivelyEmitParallelMoveChain()
145 if (target == chain_start) { in RecursivelyEmitParallelMoveChain()
146 // The target of this move is the start of the move chain -- this in RecursivelyEmitParallelMoveChain()
151 EmitSingleParallelMove(target, kScratchRegister, moves); in RecursivelyEmitParallelMoveChain()
152 EmitSingleParallelMove(source, target, moves); in RecursivelyEmitParallelMoveChain()
156 if (moves[target.code()].is_valid()) { in RecursivelyEmitParallelMoveChain()
157 is_cycle = RecursivelyEmitParallelMoveChain(chain_start, target, in RecursivelyEmitParallelMoveChain()
143 RecursivelyEmitParallelMoveChain(Register chain_start, Register source, Register target, RegisterMoves& moves) RecursivelyEmitParallelMoveChain() argument
172 Register target = moves[source.code()]; EmitParallelMoveChain() local
179 EmitStackToRegisterGapMove(compiler::InstructionOperand source, Register target) EmitStackToRegisterGapMove() argument
204 RecordGapMove(compiler::AllocatedOperand source, compiler::AllocatedOperand target, RegisterMoves& register_moves, StackToRegisterMoves& stack_to_register_moves) RecordGapMove() argument
227 BasicBlock* target = node->target(); EmitBlockEndGapMoves() local
272 compiler::AllocatedOperand target = EmitBlockEndGapMoves() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducbuf.cpp59 UChar target[1]={ 0 }; in ucbuf_autodetect_fs() local
83 pTarget = target; in ucbuf_autodetect_fs()
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); in ucbuf_autodetect_fs()
92 if(U_SUCCESS(*error) && (pTarget!=(target+1) || target[0]!=0xfeff)) { in ucbuf_autodetect_fs()
165 UChar* target=NULL; in ucbuf_fillucbuf() local
205 target=pTarget; in ucbuf_fillucbuf()
219 target = pTarget+offset; in ucbuf_fillucbuf()
222 ucnv_toUnicode(buf->conv,&target,target in ucbuf_fillucbuf()
588 UChar target[1]={ 0 }; ucbuf_rewind() local
640 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status) ucbuf_resolveFileName() argument
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...284