Home
last modified time | relevance | path

Searched refs:target (Results 1 - 25 of 7599) sorted by relevance

12345678910>>...304

/third_party/node/src/
H A Dnode_constants.cc71 void DefineErrnoConstants(Local<Object> target) { in DefineErrnoConstants() argument
73 NODE_DEFINE_CONSTANT(target, E2BIG); in DefineErrnoConstants()
77 NODE_DEFINE_CONSTANT(target, EACCES); in DefineErrnoConstants()
81 NODE_DEFINE_CONSTANT(target, EADDRINUSE); in DefineErrnoConstants()
85 NODE_DEFINE_CONSTANT(target, EADDRNOTAVAIL); in DefineErrnoConstants()
89 NODE_DEFINE_CONSTANT(target, EAFNOSUPPORT); in DefineErrnoConstants()
93 NODE_DEFINE_CONSTANT(target, EAGAIN); in DefineErrnoConstants()
97 NODE_DEFINE_CONSTANT(target, EALREADY); in DefineErrnoConstants()
101 NODE_DEFINE_CONSTANT(target, EBADF); in DefineErrnoConstants()
105 NODE_DEFINE_CONSTANT(target, EBADMS in DefineErrnoConstants()
389 DefineWindowsErrorConstants(Local<Object> target) DefineWindowsErrorConstants() argument
623 DefineSignalConstants(Local<Object> target) DefineSignalConstants() argument
772 DefinePriorityConstants(Local<Object> target) DefinePriorityConstants() argument
810 DefineCryptoConstants(Local<Object> target) DefineCryptoConstants() argument
1106 DefineSystemConstants(Local<Object> target) DefineSystemConstants() argument
1289 DefineDLOpenConstants(Local<Object> target) DefineDLOpenConstants() argument
1311 DefineTraceConstants(Local<Object> target) DefineTraceConstants() argument
1342 DefineConstants(v8::Isolate* isolate, Local<Object> target) DefineConstants() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtarget.h8 struct target { struct
55 enum target_errno target__validate(struct target *target);
56 enum target_errno target__parse_uid(struct target *target);
58 int target__strerror(struct target *target, int errnum, char *buf, size_t buflen);
60 static inline bool target__has_task(struct target *target) in target__has_task() argument
62 return target in target__has_task()
65 target__has_cpu(struct target *target) target__has_cpu() argument
70 target__none(struct target *target) target__none() argument
75 target__enable_on_exec(struct target *target) target__enable_on_exec() argument
86 target__has_per_thread(struct target *target) target__has_per_thread() argument
91 target__uses_dummy_map(struct target *target) target__uses_dummy_map() argument
[all...]
H A Dtarget.c3 * Helper functions for handling target threads/cpus
8 #include "target.h"
17 enum target_errno target__validate(struct target *target) in target__validate() argument
21 if (target->pid) in target__validate()
22 target->tid = target->pid; in target__validate()
25 if (target->tid && target->cpu_list) { in target__validate()
26 target in target__validate()
97 target__parse_uid(struct target *target) target__parse_uid() argument
148 target__strerror(struct target *target, int errnum, char *buf, size_t buflen) target__strerror() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c52 * @target: The target task.
58 int tm_cgpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cgpr_active() argument
63 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_active()
71 * @target: The target task.
86 int tm_cgpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_get() argument
92 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_get()
95 flush_tmregs_to_thread(target); in tm_cgpr_get()
96 flush_fp_to_thread(target); in tm_cgpr_get()
133 tm_cgpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cgpr_set() argument
199 tm_cfpr_active(struct task_struct *target, const struct user_regset *regset) tm_cfpr_active() argument
228 tm_cfpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cfpr_get() argument
272 tm_cfpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cfpr_set() argument
311 tm_cvmx_active(struct task_struct *target, const struct user_regset *regset) tm_cvmx_active() argument
341 tm_cvmx_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cvmx_get() argument
392 tm_cvmx_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cvmx_set() argument
439 tm_cvsx_active(struct task_struct *target, const struct user_regset *regset) tm_cvsx_active() argument
468 tm_cvsx_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cvsx_get() argument
511 tm_cvsx_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cvsx_set() argument
550 tm_spr_active(struct task_struct *target, const struct user_regset *regset) tm_spr_active() argument
573 tm_spr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_spr_get() argument
615 tm_spr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_spr_set() argument
652 tm_tar_active(struct task_struct *target, const struct user_regset *regset) tm_tar_active() argument
663 tm_tar_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_tar_get() argument
675 tm_tar_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_tar_set() argument
692 tm_ppr_active(struct task_struct *target, const struct user_regset *regset) tm_ppr_active() argument
704 tm_ppr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_ppr_get() argument
716 tm_ppr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_ppr_set() argument
733 tm_dscr_active(struct task_struct *target, const struct user_regset *regset) tm_dscr_active() argument
744 tm_dscr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_dscr_get() argument
756 tm_dscr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_dscr_set() argument
773 tm_cgpr32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cgpr32_get() argument
781 tm_cgpr32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cgpr32_set() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c52 * @target: The target task.
58 int tm_cgpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cgpr_active() argument
63 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_active()
71 * @target: The target task.
86 int tm_cgpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_get() argument
97 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_get()
100 flush_tmregs_to_thread(target); in tm_cgpr_get()
101 flush_fp_to_thread(target); in tm_cgpr_get()
134 tm_cgpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cgpr_set() argument
200 tm_cfpr_active(struct task_struct *target, const struct user_regset *regset) tm_cfpr_active() argument
229 tm_cfpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cfpr_get() argument
273 tm_cfpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cfpr_set() argument
312 tm_cvmx_active(struct task_struct *target, const struct user_regset *regset) tm_cvmx_active() argument
342 tm_cvmx_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cvmx_get() argument
393 tm_cvmx_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cvmx_set() argument
440 tm_cvsx_active(struct task_struct *target, const struct user_regset *regset) tm_cvsx_active() argument
469 tm_cvsx_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cvsx_get() argument
512 tm_cvsx_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cvsx_set() argument
551 tm_spr_active(struct task_struct *target, const struct user_regset *regset) tm_spr_active() argument
574 tm_spr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_spr_get() argument
616 tm_spr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_spr_set() argument
653 tm_tar_active(struct task_struct *target, const struct user_regset *regset) tm_tar_active() argument
664 tm_tar_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_tar_get() argument
676 tm_tar_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_tar_set() argument
693 tm_ppr_active(struct task_struct *target, const struct user_regset *regset) tm_ppr_active() argument
705 tm_ppr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_ppr_get() argument
717 tm_ppr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_ppr_set() argument
734 tm_dscr_active(struct task_struct *target, const struct user_regset *regset) tm_dscr_active() argument
745 tm_dscr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_dscr_get() argument
757 tm_dscr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_dscr_set() argument
774 tm_cgpr32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cgpr32_get() argument
782 tm_cgpr32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cgpr32_set() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtarget.h8 struct target { struct
47 enum target_errno target__validate(struct target *target);
48 enum target_errno target__parse_uid(struct target *target);
50 int target__strerror(struct target *target, int errnum, char *buf, size_t buflen);
52 static inline bool target__has_task(struct target *target) in target__has_task() argument
54 return target in target__has_task()
57 target__has_cpu(struct target *target) target__has_cpu() argument
62 target__none(struct target *target) target__none() argument
67 target__has_per_thread(struct target *target) target__has_per_thread() argument
72 target__uses_dummy_map(struct target *target) target__uses_dummy_map() argument
[all...]
/third_party/gn/src/gn/
H A Drust_project_writer_helpers_unittest.cc34 Crate target = Crate(SourceFile("/root/hare/lib.rs"), in TEST_F() local
36 target.AddDependency(0, "tortoise"); in TEST_F()
37 target.AddConfigItem("unix"); in TEST_F()
38 target.AddConfigItem("feature=\"test\""); in TEST_F()
41 crates.push_back(target); in TEST_F()
124 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F()
125 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()
126 target.visibility().SetPublic(); in TEST_F()
128 target.sources().push_back(lib); in TEST_F()
129 target in TEST_F()
[all...]
H A Dninja_binary_target_writer_unittest.cc17 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F()
18 target.set_output_type(Target::SOURCE_SET); in TEST_F()
19 target.visibility().SetPublic(); in TEST_F()
20 target.sources().push_back(SourceFile("//foo/input1.cc")); in TEST_F()
21 target.sources().push_back(SourceFile("//foo/input2.cc")); in TEST_F()
24 target.sources().push_back(SourceFile("//foo/input3.o")); in TEST_F()
25 target.sources().push_back(SourceFile("//foo/input4.obj")); in TEST_F()
26 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()
27 target.source_types_used().Set(SourceFile::SOURCE_O); in TEST_F()
28 target in TEST_F()
[all...]
H A Drust_project_writer_unittest.cc10 #include "gn/target.h"
32 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F()
33 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()
34 target.visibility().SetPublic(); in TEST_F()
36 target.sources().push_back(lib); in TEST_F()
37 target.source_types_used().Set(SourceFile::SOURCE_RS); in TEST_F()
38 target.rust_values().set_crate_root(lib); in TEST_F()
39 target.rust_values().crate_name() = "foo"; in TEST_F()
40 target.config_values().rustflags().push_back("--cfg=feature=\"foo_enabled\""); in TEST_F()
41 target in TEST_F()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java120 static byte getByte(Object target, long offset) { in getByte() argument
121 return MEMORY_ACCESSOR.getByte(target, offset); in getByte()
124 static void putByte(Object target, long offset, byte value) { in putByte() argument
125 MEMORY_ACCESSOR.putByte(target, offset, value); in putByte()
128 static int getInt(Object target, long offset) { in getInt() argument
129 return MEMORY_ACCESSOR.getInt(target, offset); in getInt()
132 static void putInt(Object target, long offset, int value) { in putInt() argument
133 MEMORY_ACCESSOR.putInt(target, offset, value); in putInt()
136 static long getLong(Object target, long offset) { in getLong() argument
137 return MEMORY_ACCESSOR.getLong(target, offse in getLong()
140 putLong(Object target, long offset, long value) putLong() argument
144 getBoolean(Object target, long offset) getBoolean() argument
148 putBoolean(Object target, long offset, boolean value) putBoolean() argument
152 getFloat(Object target, long offset) getFloat() argument
156 putFloat(Object target, long offset, float value) putFloat() argument
160 getDouble(Object target, long offset) getDouble() argument
164 putDouble(Object target, long offset, double value) putDouble() argument
168 getObject(Object target, long offset) getObject() argument
172 putObject(Object target, long offset, Object value) putObject() argument
176 getByte(byte[] target, long index) getByte() argument
180 putByte(byte[] target, long index, byte value) putByte() argument
184 getInt(int[] target, long index) getInt() argument
188 putInt(int[] target, long index, int value) putInt() argument
192 getLong(long[] target, long index) getLong() argument
197 putLong(long[] target, long index, long value) putLong() argument
202 getBoolean(boolean[] target, long index) getBoolean() argument
207 putBoolean(boolean[] target, long index, boolean value) putBoolean() argument
212 getFloat(float[] target, long index) getFloat() argument
217 putFloat(float[] target, long index, float value) putFloat() argument
222 getDouble(double[] target, long index) getDouble() argument
227 putDouble(double[] target, long index, double value) putDouble() argument
232 getObject(Object[] target, long index) getObject() argument
237 putObject(Object[] target, long index, Object value) putObject() argument
246 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
250 copyMemory(byte[] src, long srcIndex, byte[] target, long targetIndex, long length) copyMemory() argument
549 getByte(Object target, long offset) getByte() argument
551 putByte(Object target, long offset, byte value) putByte() argument
553 getInt(Object target, long offset) getInt() argument
557 putInt(Object target, long offset, int value) putInt() argument
561 getLong(Object target, long offset) getLong() argument
565 putLong(Object target, long offset, long value) putLong() argument
569 getBoolean(Object target, long offset) getBoolean() argument
571 putBoolean(Object target, long offset, boolean value) putBoolean() argument
573 getFloat(Object target, long offset) getFloat() argument
575 putFloat(Object target, long offset, float value) putFloat() argument
577 getDouble(Object target, long offset) getDouble() argument
579 putDouble(Object target, long offset, double value) putDouble() argument
581 getObject(Object target, long offset) getObject() argument
585 putObject(Object target, long offset, Object value) putObject() argument
611 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
653 getByte(Object target, long offset) getByte() argument
658 putByte(Object target, long offset, byte value) putByte() argument
663 getBoolean(Object target, long offset) getBoolean() argument
668 putBoolean(Object target, long offset, boolean value) putBoolean() argument
673 getFloat(Object target, long offset) getFloat() argument
678 putFloat(Object target, long offset, float value) putFloat() argument
683 getDouble(Object target, long offset) getDouble() argument
688 putDouble(Object target, long offset, double value) putDouble() argument
693 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
745 getByte(Object target, long offset) getByte() argument
754 putByte(Object target, long offset, byte value) putByte() argument
763 getBoolean(Object target, long offset) getBoolean() argument
772 putBoolean(Object target, long offset, boolean value) putBoolean() argument
781 getFloat(Object target, long offset) getFloat() argument
786 putFloat(Object target, long offset, float value) putFloat() argument
791 getDouble(Object target, long offset) getDouble() argument
796 putDouble(Object target, long offset, double value) putDouble() argument
801 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
865 getByte(Object target, long offset) getByte() argument
874 putByte(Object target, long offset, byte value) putByte() argument
883 getBoolean(Object target, long offset) getBoolean() argument
892 putBoolean(Object target, long offset, boolean value) putBoolean() argument
901 getFloat(Object target, long offset) getFloat() argument
906 putFloat(Object target, long offset, float value) putFloat() argument
911 getDouble(Object target, long offset) getDouble() argument
916 putDouble(Object target, long offset, double value) putDouble() argument
921 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
940 getByteBigEndian(Object target, long offset) getByteBigEndian() argument
944 getByteLittleEndian(Object target, long offset) getByteLittleEndian() argument
948 putByteBigEndian(Object target, long offset, byte value) putByteBigEndian() argument
955 putByteLittleEndian(Object target, long offset, byte value) putByteLittleEndian() argument
962 getBooleanBigEndian(Object target, long offset) getBooleanBigEndian() argument
966 getBooleanLittleEndian(Object target, long offset) getBooleanLittleEndian() argument
970 putBooleanBigEndian(Object target, long offset, boolean value) putBooleanBigEndian() argument
974 putBooleanLittleEndian(Object target, long offset, boolean value) putBooleanLittleEndian() argument
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dconfig.pm71 # This is what we will set as the target for calling Configure.
427 or configure with an explicit configuration target.
479 [ [ 'uClinux.*64.*', { target => 'uClinux-dist64' } ],
480 [ 'uClinux.*', { target => 'uClinux-dist' } ],
481 [ 'mips3-sgi-irix', { target => 'irix-mips3' } ],
489 return { target => "irix-mips3" };
492 [ 'ppc-apple-rhapsody', { target => "rhapsody-ppc" } ],
504 return { target => "darwin64-ppc" }
506 return { target => "darwin-ppc" };
520 return { target
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A Dconfig.pm71 # This is what we will set as the target for calling Configure.
419 or configure with an explicit configuration target.
471 [ [ 'uClinux.*64.*', { target => 'uClinux-dist64' } ],
472 [ 'uClinux.*', { target => 'uClinux-dist' } ],
473 [ 'mips3-sgi-irix', { target => 'irix-mips3' } ],
481 return { target => "irix-mips3" };
484 [ 'ppc-apple-rhapsody', { target => "rhapsody-ppc" } ],
496 return { target => "darwin64-ppc" }
498 return { target => "darwin-ppc" };
512 return { target
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_paint_property.cpp20 void ShapePaintProperty::UpdateShapeProperty(const RefPtr<ShapePaintProperty>& target) in UpdateShapeProperty() argument
22 CHECK_NULL_VOID(target); in UpdateShapeProperty()
23 if (!HasAntiAlias() && target->HasAntiAlias()) { in UpdateShapeProperty()
24 UpdateAntiAlias(target->GetAntiAliasValue()); in UpdateShapeProperty()
26 if (!HasFill() && target->HasFill()) { in UpdateShapeProperty()
27 UpdateFill(target->GetFillValue()); in UpdateShapeProperty()
29 if (!HasFillOpacity() && target->HasFillOpacity()) { in UpdateShapeProperty()
30 UpdateFillOpacity(target->GetFillOpacityValue()); in UpdateShapeProperty()
32 if (!HasStroke() && target->HasStroke()) { in UpdateShapeProperty()
33 UpdateStroke(target in UpdateShapeProperty()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h28 static inline int ath6kl_htc_wait_target(struct htc_target *target) in ath6kl_htc_wait_target() argument
30 return target->dev->ar->htc_ops->wait_target(target); in ath6kl_htc_wait_target()
33 static inline int ath6kl_htc_start(struct htc_target *target) in ath6kl_htc_start() argument
35 return target->dev->ar->htc_ops->start(target); in ath6kl_htc_start()
38 static inline int ath6kl_htc_conn_service(struct htc_target *target, in ath6kl_htc_conn_service() argument
42 return target->dev->ar->htc_ops->conn_service(target, req, resp); in ath6kl_htc_conn_service()
45 static inline int ath6kl_htc_tx(struct htc_target *target, in ath6kl_htc_tx() argument
51 ath6kl_htc_stop(struct htc_target *target) ath6kl_htc_stop() argument
56 ath6kl_htc_cleanup(struct htc_target *target) ath6kl_htc_cleanup() argument
61 ath6kl_htc_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) ath6kl_htc_flush_txep() argument
68 ath6kl_htc_flush_rx_buf(struct htc_target *target) ath6kl_htc_flush_rx_buf() argument
73 ath6kl_htc_activity_changed(struct htc_target *target, enum htc_endpoint_id endpoint, bool active) ath6kl_htc_activity_changed() argument
81 ath6kl_htc_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_get_rxbuf_num() argument
87 ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, struct list_head *pktq) ath6kl_htc_add_rxbuf_multiple() argument
93 ath6kl_htc_credit_setup(struct htc_target *target, struct ath6kl_htc_credit_info *info) ath6kl_htc_credit_setup() argument
[all...]
H A Dhtc_pipe.c56 ep->ep_cb.tx_comp_multi(ep->target, queue_to_indicate); in do_send_completion()
72 ep->ep_cb.tx_complete(ep->target, packet); in do_send_completion()
77 static void send_packet_completion(struct htc_target *target, in send_packet_completion() argument
80 struct htc_endpoint *ep = &target->endpoint[packet->endpoint]; in send_packet_completion()
91 static void get_htc_packet_credit_based(struct htc_target *target, in get_htc_packet_credit_based() argument
118 if (transfer_len <= target->tgt_cred_sz) { in get_htc_packet_credit_based()
122 credits_required = transfer_len / target->tgt_cred_sz; in get_htc_packet_credit_based()
123 remainder = transfer_len % target->tgt_cred_sz; in get_htc_packet_credit_based()
146 /* check if we need credits back from the target */ in get_htc_packet_credit_based()
149 /* tell the target w in get_htc_packet_credit_based()
173 get_htc_packet(struct htc_target *target, struct htc_endpoint *ep, struct list_head *queue, int resources) get_htc_packet() argument
203 htc_issue_packets(struct htc_target *target, struct htc_endpoint *ep, struct list_head *pkt_queue) htc_issue_packets() argument
300 htc_try_send(struct htc_target *target, struct htc_endpoint *ep, struct list_head *txq) htc_try_send() argument
529 htc_free_txctrl_packet(struct htc_target *target, struct htc_packet *packet) htc_free_txctrl_packet() argument
535 htc_alloc_txctrl_packet(struct htc_target *target) htc_alloc_txctrl_packet() argument
540 htc_txctrl_complete(struct htc_target *target, struct htc_packet *packet) htc_txctrl_complete() argument
548 htc_setup_target_buffer_assignments(struct htc_target *target) htc_setup_target_buffer_assignments() argument
654 htc_process_credit_report(struct htc_target *target, struct htc_credit_report *rpt, int num_entries, enum htc_endpoint_id from_ep) htc_process_credit_report() argument
691 htc_flush_tx_endpoint(struct htc_target *target, struct htc_endpoint *ep, u16 tag) htc_flush_tx_endpoint() argument
713 htc_lookup_tx_packet(struct htc_target *target, struct htc_endpoint *ep, struct sk_buff *skb) htc_lookup_tx_packet() argument
744 struct htc_target *target = ar->htc_target; ath6kl_htc_pipe_tx_complete() local
780 htc_send_packets_multiple(struct htc_target *target, struct list_head *pkt_queue) htc_send_packets_multiple() argument
813 alloc_htc_packet_container(struct htc_target *target) alloc_htc_packet_container() argument
832 free_htc_packet_container(struct htc_target *target, struct htc_packet *packet) free_htc_packet_container() argument
851 htc_process_trailer(struct htc_target *target, u8 *buffer, int len, enum htc_endpoint_id from_ep) htc_process_trailer() argument
930 recv_packet_completion(struct htc_target *target, struct htc_endpoint *ep, struct htc_packet *packet) recv_packet_completion() argument
945 struct htc_target *target = ar->htc_target; ath6kl_htc_pipe_rx_complete() local
1095 htc_flush_rx_queue(struct htc_target *target, struct htc_endpoint *ep) htc_flush_rx_queue() argument
1132 htc_wait_recv_ctrl_message(struct htc_target *target) htc_wait_recv_ctrl_message() argument
1172 reset_endpoint_states(struct htc_target *target) reset_endpoint_states() argument
1192 htc_config_target_hif_pipe(struct htc_target *target) htc_config_target_hif_pipe() argument
1198 htc_get_credit_alloc(struct htc_target *target, u16 service_id) htc_get_credit_alloc() argument
1218 ath6kl_htc_pipe_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_pipe_conn_service() argument
1409 struct htc_target *target = NULL; ath6kl_htc_pipe_create() local
1461 ath6kl_htc_pipe_cleanup(struct htc_target *target) ath6kl_htc_pipe_cleanup() argument
1478 ath6kl_htc_pipe_start(struct htc_target *target) ath6kl_htc_pipe_start() argument
1511 ath6kl_htc_pipe_stop(struct htc_target *target) ath6kl_htc_pipe_stop() argument
1527 ath6kl_htc_pipe_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_pipe_get_rxbuf_num() argument
1539 ath6kl_htc_pipe_tx(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_pipe_tx() argument
1555 ath6kl_htc_pipe_wait_target(struct htc_target *target) ath6kl_htc_pipe_wait_target() argument
1608 ath6kl_htc_pipe_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) ath6kl_htc_pipe_flush_txep() argument
1622 ath6kl_htc_pipe_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_pipe_add_rxbuf_multiple() argument
1664 ath6kl_htc_pipe_activity_changed(struct htc_target *target, enum htc_endpoint_id ep, bool active) ath6kl_htc_pipe_activity_changed() argument
1671 ath6kl_htc_pipe_flush_rx_buf(struct htc_target *target) ath6kl_htc_pipe_flush_rx_buf() argument
1698 ath6kl_htc_pipe_credit_setup(struct htc_target *target, struct ath6kl_htc_credit_info *info) ath6kl_htc_pipe_credit_setup() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h28 static inline int ath6kl_htc_wait_target(struct htc_target *target) in ath6kl_htc_wait_target() argument
30 return target->dev->ar->htc_ops->wait_target(target); in ath6kl_htc_wait_target()
33 static inline int ath6kl_htc_start(struct htc_target *target) in ath6kl_htc_start() argument
35 return target->dev->ar->htc_ops->start(target); in ath6kl_htc_start()
38 static inline int ath6kl_htc_conn_service(struct htc_target *target, in ath6kl_htc_conn_service() argument
42 return target->dev->ar->htc_ops->conn_service(target, req, resp); in ath6kl_htc_conn_service()
45 static inline int ath6kl_htc_tx(struct htc_target *target, in ath6kl_htc_tx() argument
51 ath6kl_htc_stop(struct htc_target *target) ath6kl_htc_stop() argument
56 ath6kl_htc_cleanup(struct htc_target *target) ath6kl_htc_cleanup() argument
61 ath6kl_htc_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) ath6kl_htc_flush_txep() argument
68 ath6kl_htc_flush_rx_buf(struct htc_target *target) ath6kl_htc_flush_rx_buf() argument
73 ath6kl_htc_activity_changed(struct htc_target *target, enum htc_endpoint_id endpoint, bool active) ath6kl_htc_activity_changed() argument
81 ath6kl_htc_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_get_rxbuf_num() argument
87 ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, struct list_head *pktq) ath6kl_htc_add_rxbuf_multiple() argument
93 ath6kl_htc_credit_setup(struct htc_target *target, struct ath6kl_htc_credit_info *info) ath6kl_htc_credit_setup() argument
[all...]
H A Dhtc_pipe.c56 ep->ep_cb.tx_comp_multi(ep->target, queue_to_indicate); in do_send_completion()
72 ep->ep_cb.tx_complete(ep->target, packet); in do_send_completion()
77 static void send_packet_completion(struct htc_target *target, in send_packet_completion() argument
80 struct htc_endpoint *ep = &target->endpoint[packet->endpoint]; in send_packet_completion()
91 static void get_htc_packet_credit_based(struct htc_target *target, in get_htc_packet_credit_based() argument
118 if (transfer_len <= target->tgt_cred_sz) { in get_htc_packet_credit_based()
122 credits_required = transfer_len / target->tgt_cred_sz; in get_htc_packet_credit_based()
123 remainder = transfer_len % target->tgt_cred_sz; in get_htc_packet_credit_based()
146 /* check if we need credits back from the target */ in get_htc_packet_credit_based()
149 /* tell the target w in get_htc_packet_credit_based()
173 get_htc_packet(struct htc_target *target, struct htc_endpoint *ep, struct list_head *queue, int resources) get_htc_packet() argument
203 htc_issue_packets(struct htc_target *target, struct htc_endpoint *ep, struct list_head *pkt_queue) htc_issue_packets() argument
300 htc_try_send(struct htc_target *target, struct htc_endpoint *ep, struct list_head *txq) htc_try_send() argument
529 htc_free_txctrl_packet(struct htc_target *target, struct htc_packet *packet) htc_free_txctrl_packet() argument
535 htc_alloc_txctrl_packet(struct htc_target *target) htc_alloc_txctrl_packet() argument
540 htc_txctrl_complete(struct htc_target *target, struct htc_packet *packet) htc_txctrl_complete() argument
548 htc_setup_target_buffer_assignments(struct htc_target *target) htc_setup_target_buffer_assignments() argument
654 htc_process_credit_report(struct htc_target *target, struct htc_credit_report *rpt, int num_entries, enum htc_endpoint_id from_ep) htc_process_credit_report() argument
691 htc_flush_tx_endpoint(struct htc_target *target, struct htc_endpoint *ep, u16 tag) htc_flush_tx_endpoint() argument
713 htc_lookup_tx_packet(struct htc_target *target, struct htc_endpoint *ep, struct sk_buff *skb) htc_lookup_tx_packet() argument
744 struct htc_target *target = ar->htc_target; ath6kl_htc_pipe_tx_complete() local
780 htc_send_packets_multiple(struct htc_target *target, struct list_head *pkt_queue) htc_send_packets_multiple() argument
813 alloc_htc_packet_container(struct htc_target *target) alloc_htc_packet_container() argument
832 free_htc_packet_container(struct htc_target *target, struct htc_packet *packet) free_htc_packet_container() argument
851 htc_process_trailer(struct htc_target *target, u8 *buffer, int len, enum htc_endpoint_id from_ep) htc_process_trailer() argument
930 recv_packet_completion(struct htc_target *target, struct htc_endpoint *ep, struct htc_packet *packet) recv_packet_completion() argument
945 struct htc_target *target = ar->htc_target; ath6kl_htc_pipe_rx_complete() local
1095 htc_flush_rx_queue(struct htc_target *target, struct htc_endpoint *ep) htc_flush_rx_queue() argument
1132 htc_wait_recv_ctrl_message(struct htc_target *target) htc_wait_recv_ctrl_message() argument
1172 reset_endpoint_states(struct htc_target *target) reset_endpoint_states() argument
1192 htc_config_target_hif_pipe(struct htc_target *target) htc_config_target_hif_pipe() argument
1198 htc_get_credit_alloc(struct htc_target *target, u16 service_id) htc_get_credit_alloc() argument
1218 ath6kl_htc_pipe_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_pipe_conn_service() argument
1409 struct htc_target *target = NULL; ath6kl_htc_pipe_create() local
1461 ath6kl_htc_pipe_cleanup(struct htc_target *target) ath6kl_htc_pipe_cleanup() argument
1478 ath6kl_htc_pipe_start(struct htc_target *target) ath6kl_htc_pipe_start() argument
1511 ath6kl_htc_pipe_stop(struct htc_target *target) ath6kl_htc_pipe_stop() argument
1527 ath6kl_htc_pipe_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_pipe_get_rxbuf_num() argument
1539 ath6kl_htc_pipe_tx(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_pipe_tx() argument
1555 ath6kl_htc_pipe_wait_target(struct htc_target *target) ath6kl_htc_pipe_wait_target() argument
1608 ath6kl_htc_pipe_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) ath6kl_htc_pipe_flush_txep() argument
1622 ath6kl_htc_pipe_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_pipe_add_rxbuf_multiple() argument
1664 ath6kl_htc_pipe_activity_changed(struct htc_target *target, enum htc_endpoint_id ep, bool active) ath6kl_htc_pipe_activity_changed() argument
1671 ath6kl_htc_pipe_flush_rx_buf(struct htc_target *target) ath6kl_htc_pipe_flush_rx_buf() argument
1698 ath6kl_htc_pipe_credit_setup(struct htc_target *target, struct ath6kl_htc_credit_info *info) ath6kl_htc_pipe_credit_setup() argument
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_is_extensible.js20 var target = {};
21 var handler = { isExtensible (target) {
25 var proxy = new Proxy(target, handler);
52 var target = {};
54 var proxy = new Proxy(target, handler);
55 assert(Object.isExtensible(target) === true)
57 Object.preventExtensions(target);
58 assert(Object.isExtensible(target) === false);
62 var target = {};
64 var proxy = new Proxy(target, handle
[all...]
H A Dproxy_prevent_extensions.js19 var target = {};
20 var handler = { preventExtensions (target) {
24 var proxy = new Proxy(target, handler);
43 var target = {};
45 var proxy = new Proxy(target, handler);
47 assert(Object.isExtensible(target) === true);
50 assert(Object.isExtensible(target) === false);
54 var target = {};
56 var proxy = new Proxy(target, handler);
58 assert(Object.isExtensible(target)
[all...]
H A Dproxy_has.js19 var target = {};
20 var handler = { has (target) {
24 var proxy = new Proxy(target, handler);
57 var target = {
62 has: function(target, prop) {
67 var proxy = new Proxy(target, handler);
72 var target = {
78 has: function(target, prop) {
82 return prop in target;
86 var proxy = new Proxy(target, handle
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H A Dwctype.c30 wctype_t target = 1; in wctype_0100() local
31 if (expect0 != target) { in wctype_0100()
36 if (expect1 == target) { in wctype_0100()
49 wctype_t target = 2; in wctype_0200() local
50 if (expect0 != target) { in wctype_0200()
55 if (expect1 == target) { in wctype_0200()
68 wctype_t target = 3; in wctype_0300() local
69 if (expect0 != target) { in wctype_0300()
74 if (expect1 == target) { in wctype_0300()
87 wctype_t target in wctype_0400() local
106 wctype_t target = 5; wctype_0500() local
125 wctype_t target = 6; wctype_0600() local
144 wctype_t target = 7; wctype_0700() local
163 wctype_t target = 8; wctype_0800() local
182 wctype_t target = 9; wctype_0900() local
201 wctype_t target = 10; wctype_1000() local
220 wctype_t target = 11; wctype_1100() local
239 wctype_t target = 12; wctype_1200() local
[all...]
/third_party/node/test/parallel/
H A Dtest-eventtarget.js173 strictEqual(event.target, eventTarget1);
179 strictEqual(event.target, eventTarget2);
185 strictEqual(event.target, eventTarget1);
191 strictEqual(event.target, eventTarget2);
202 strictEqual(event.target, eventTarget1);
207 strictEqual(event.target, eventTarget2);
236 const target = new EventTarget();
240 target.addEventListener('foo', listener);
245 target.dispatchEvent(new Event('foo'));
249 const target
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/
H A Djs.cpp33 bool JSString::Is(JSValue target) in Is() argument
35 return jerry_value_is_string(target); in Is()
44 jerry_value_t target; in Value() local
46 target = jerry_get_symbol_descriptive_string(value); in Value()
48 target = jerry_value_to_string(value); in Value()
51 if (jerry_value_is_error(target)) { in Value()
52 jerry_release_value(target); in Value()
56 jerry_size_t size = jerry_get_string_size(target); in Value()
58 jerry_release_value(target); in Value()
68 jerry_release_value(target); in Value()
99 Is(JSValue target) Is() argument
109 Keys(JSValue target) Keys() argument
114 Get(JSValue target, JSValue key) Get() argument
119 Get(JSValue target, const char * const prop) Get() argument
127 GetString(JSValue target, const char * const prop) GetString() argument
134 GetNumber(JSValue target, const char * const prop) GetNumber() argument
141 GetBoolean(JSValue target, const char * const prop) GetBoolean() argument
148 Set(JSValue target, const char * const prop, JSValue value) Set() argument
155 SetString(JSValue target, const char * const prop, const char * const value) SetString() argument
162 SetNumber(JSValue target, const char * const prop, const double value) SetNumber() argument
169 SetBoolean(JSValue target, const char * const prop, const bool value) SetBoolean() argument
176 Set(JSValue target, const char * const prop, JSHandler handler) Set() argument
183 Del(JSValue target, const char * const prop) Del() argument
191 GetNativePointer(JSValue target, void **nativePointer) GetNativePointer() argument
196 SetNativePointer(JSValue target, void *nativePointer) SetNativePointer() argument
201 DelNativePointer(JSValue target) DelNativePointer() argument
206 Call(JSValue target, const char * const prop, JSValue args[], JSSize size) Call() argument
214 Call(JSValue target, const char * const prop) Call() argument
219 Is(JSValue target) Is() argument
224 Has(JSValue target, const char *name) Has() argument
282 Is(JSValue target) Is() argument
297 Is(JSValue target) Is() argument
340 Is(JSValue target) Is() argument
344 Is(JSValue target) Is() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnewTarget.es6.js4 const a = new.target;
5 const b = () => new.target;
7 static c = function () { return new.target; }
8 d = function () { return new.target; }
14 const e = new.target;
15 const f = () => new.target;
20 const g = new.target;
21 const h = () => new.target;
25 const i = new.target;
26 const j = () => new.target;
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation.cpp67 auto target = target_.lock(); in SetFinishCallback() local
68 if (target != nullptr) { in SetFinishCallback()
70 "Animation Set FinishCallback", target->GetId(), id_, true); in SetFinishCallback()
91 auto target = target_.lock(); in CallFinishCallback() local
92 if (target != nullptr) { in CallFinishCallback()
94 "Animation Call FinishCallback", target->GetId(), id_, true); in CallFinishCallback()
136 void RSAnimation::Start(const std::shared_ptr<RSNode>& target) in Start() argument
143 if (target == nullptr) { in Start()
144 ROSEN_LOGE("Failed to start animation, target is null!"); in Start()
148 target in Start()
151 StartInner(const std::shared_ptr<RSNode>& target) StartInner() argument
181 auto target = target_.lock(); Pause() local
198 auto target = target_.lock(); OnPause() local
228 auto target = target_.lock(); InteractivePause() local
248 auto target = target_.lock(); InteractiveContinue() local
267 auto target = target_.lock(); InteractiveFinish() local
287 auto target = target_.lock(); InteractiveReverse() local
310 auto target = target_.lock(); InteractiveSetFraction() local
328 auto target = target_.lock(); Resume() local
345 auto target = target_.lock(); OnResume() local
370 auto target = target_.lock(); Finish() local
387 auto target = target_.lock(); OnFinish() local
412 auto target = target_.lock(); Reverse() local
430 auto target = target_.lock(); OnReverse() local
460 auto target = target_.lock(); SetFraction() local
476 auto target = target_.lock(); OnSetFraction() local
[all...]

Completed in 12 milliseconds

12345678910>>...304