Home
last modified time | relevance | path

Searched refs:target (Results 251 - 275 of 7638) sorted by relevance

1...<<11121314151617181920>>...306

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.cpp45 void CJPageRouterAbstract::Push(const RouterPageInfo& target, const std::string& params, RouterMode mode) in Push() argument
54 [weak = WeakClaim(this), target, params, mode]() { in Push()
57 router->Push(target, params, mode); in Push()
62 StartPush(target, params, mode); in Push()
75 void CJPageRouterAbstract::Replace(const RouterPageInfo& target, const std::string& params, RouterMode mode) in Replace() argument
84 [weak = WeakClaim(this), target, params, mode]() { in Replace()
87 router->Replace(target, params, mode); in Replace()
92 StartReplace(target, params, mode); in Replace()
95 void CJPageRouterAbstract::BackWithTarget(const RouterPageInfo& target, const std::string& params) in BackWithTarget() argument
97 LOGD("router.Back path = %{private}s", target in BackWithTarget()
[all...]
/kernel/linux/linux-5.10/fs/kernfs/
H A Dsymlink.c20 * @target: target node for the symlink to point to
23 * Ownership of the link matches ownership of the target.
27 struct kernfs_node *target) in kernfs_create_link()
34 if (target->iattr) { in kernfs_create_link()
35 uid = target->iattr->ia_uid; in kernfs_create_link()
36 gid = target->iattr->ia_gid; in kernfs_create_link()
45 kn->ns = target->ns; in kernfs_create_link()
46 kn->symlink.target_kn = target; in kernfs_create_link()
47 kernfs_get(target); /* re in kernfs_create_link()
25 kernfs_create_link(struct kernfs_node *parent, const char *name, struct kernfs_node *target) kernfs_create_link() argument
57 kernfs_get_target_path(struct kernfs_node *parent, struct kernfs_node *target, char *path) kernfs_get_target_path() argument
116 struct kernfs_node *target = kn->symlink.target_kn; kernfs_getlink() local
[all...]
/kernel/linux/linux-6.6/fs/kernfs/
H A Dsymlink.c20 * @target: target node for the symlink to point to
23 * Ownership of the link matches ownership of the target.
27 struct kernfs_node *target) in kernfs_create_link()
34 if (target->iattr) { in kernfs_create_link()
35 uid = target->iattr->ia_uid; in kernfs_create_link()
36 gid = target->iattr->ia_gid; in kernfs_create_link()
44 kn->ns = target->ns; in kernfs_create_link()
45 kn->symlink.target_kn = target; in kernfs_create_link()
46 kernfs_get(target); /* re in kernfs_create_link()
25 kernfs_create_link(struct kernfs_node *parent, const char *name, struct kernfs_node *target) kernfs_create_link() argument
56 kernfs_get_target_path(struct kernfs_node *parent, struct kernfs_node *target, char *path) kernfs_get_target_path() argument
115 struct kernfs_node *target = kn->symlink.target_kn; kernfs_getlink() local
[all...]
/third_party/gn/src/gn/
H A Dninja_generated_file_target_writer_unittest.cc8 #include "gn/target.h"
19 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F()
20 target.set_output_type(Target::GENERATED_FILE); in TEST_F()
21 target.visibility().SetPublic(); in TEST_F()
22 target.action_values().outputs() = in TEST_F()
24 target.set_contents(Value(nullptr, true)); in TEST_F()
25 target.set_output_conversion(Value(nullptr, "json")); in TEST_F()
53 target.public_deps().push_back(LabelTargetPair(&dep)); in TEST_F()
54 target.public_deps().push_back(LabelTargetPair(&dep2)); in TEST_F()
55 target in TEST_F()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_get.js19 var target = {};
20 var handler = { get (target) {
24 var proxy = new Proxy(target, handler);
51 var target = {
57 var proxy = new Proxy(target, handler);
70 var proxy2 = new Proxy(target, handler2);
95 var target = {prop: "value"};
96 var proxy = new Proxy(target, handler);
101 var target = {};
103 var proxy = new Proxy(target, handle
[all...]
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h68 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() argument
69 return op.base() == target || op.index() == target; in Clobbers()
97 void BaselineAssembler::Jump(Label* target, Label::Distance distance) { in Jump() argument
98 __ Branch(target); in Jump()
101 Label* target, Label::Distance) { in JumpIfRoot()
102 __ JumpIfRoot(value, index, target); in JumpIfRoot()
105 Label* target, Label::Distance) { in JumpIfNotRoot()
106 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
108 void BaselineAssembler::JumpIfSmi(Register value, Label* target, in JumpIfSmi() argument
100 JumpIfRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfRoot() argument
104 JumpIfNotRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfNotRoot() argument
112 JumpIfNotSmi(Register value, Label* target, Label::Distance) JumpIfNotSmi() argument
116 JumpIfImmediate(Condition cc, Register left, int right, Label* target, Label::Distance distance) JumpIfImmediate() argument
138 TestAndBranch(Register value, int mask, Condition cc, Label* target, Label::Distance) TestAndBranch() argument
146 JumpIf(Condition cc, Register lhs, const Operand& rhs, Label* target, Label::Distance) JumpIf() argument
150 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
159 JumpIfInstanceType(Condition cc, Register map, InstanceType instance_type, Label* target, Label::Distance) JumpIfInstanceType() argument
172 JumpIfSmi(Condition cc, Register value, Smi smi, Label* target, Label::Distance) JumpIfSmi() argument
180 JumpIfSmi(Condition cc, Register lhs, Register rhs, Label* target, Label::Distance) JumpIfSmi() argument
186 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument
194 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance) JumpIfTagged() argument
202 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance) JumpIfByte() argument
362 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument
370 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument
379 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.c21 #include "target.h"
44 // found a phi-node in the target BB, in remove_phisources()
69 // remove all phisources but the one corresponding to the given target
70 static int remove_other_phisources(struct basic_block *bb, struct multijmp_list *list, struct basic_block *target) in remove_other_phisources() argument
76 if (jmp->target == target) { in remove_other_phisources()
77 target = NULL; in remove_other_phisources()
80 changed |= remove_phisources(bb, jmp->target); in remove_other_phisources()
122 if (insn->opcode == OP_SYMADDR && insn->target == pseudo) in pseudo_truth_value()
134 static int bb_depends_on(struct basic_block *target, struc argument
153 bb_depends_on_phi(struct basic_block *target, struct basic_block *src) bb_depends_on_phi() argument
239 struct basic_block *source, *target; try_to_simplify_bb() local
322 struct basic_block *target = *target_p, *final; simplify_branch_branch() local
394 pseudo_t target; convert_instruction_target() local
609 pseudo_t target = insn->target; kill_defs() local
700 struct basic_block *target = br->bb_true; rewrite_branch_bb() local
795 convert_to_jump(struct instruction *insn, struct basic_block *target) convert_to_jump() argument
830 retarget_parents(struct basic_block *bb, struct basic_block *target) retarget_parents() argument
[all...]
/third_party/skia/gn/
H A Dgn_to_cmake.py47 """Escapes the string 'a' for use as a CMake target name.
49 CMP0037 in CMake 3.0 restricts target names to "^[A-Za-z0-9_.:+-]+$"
96 """Given a target, sets the given property."""
97 out.write('set_target_properties("${target}" PROPERTIES ')
234 def WriteAction(out, target, project, sources, synthetic_dependencies):
237 for output in target.properties.get('outputs', []):
243 outputs_name = '${target}__output'
255 script = target.properties['script']
256 arguments = target.properties['args']
277 out.write(' COMMENT "Action: ${target}"\
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Drsmisc.c42 char *target; in acpi_rs_convert_aml_to_resource() local
143 target = ACPI_ADD_PTR(void, aml, info->value); in acpi_rs_convert_aml_to_resource()
144 item_count = ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource()
165 target = ACPI_ADD_PTR(void, aml, (info->value + 2)); in acpi_rs_convert_aml_to_resource()
166 if (ACPI_GET16(target)) { in acpi_rs_convert_aml_to_resource()
170 target = ACPI_ADD_PTR(void, aml, info->value); in acpi_rs_convert_aml_to_resource()
172 ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource()
227 target = (char *)ACPI_ADD_PTR(void, resource, in acpi_rs_convert_aml_to_resource()
230 *(u16 **)destination = ACPI_CAST_PTR(u16, target); in acpi_rs_convert_aml_to_resource()
235 acpi_rs_move_data(target, sourc in acpi_rs_convert_aml_to_resource()
440 char *target; acpi_rs_convert_resource_to_aml() local
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp52 virtual void bindTexture (deUint32 target, deUint32 texture) = DE_NULL;
56 virtual void bindFramebuffer (deUint32 target, deUint32 framebuffer) = DE_NULL;
60 virtual void bindRenderbuffer (deUint32 target, deUint32 renderbuffer) = DE_NULL;
65 virtual void texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data) = DE_NULL;
66 virtual void texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data) = DE_NULL;
67 virtual void texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) = DE_NULL;
68 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) = DE_NULL;
69 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) = DE_NULL;
70 virtual void texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) = DE_NULL;
71 virtual void copyTexImage1D (deUint32 target, in
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_compat.c68 par->target = xt; in nft_compat_set_par()
78 struct xt_target *target = expr->ops->data; in nft_target_eval_xt() local
83 nft_compat_set_par(&xt, pkt, target, info); in nft_target_eval_xt()
85 ret = target->target(skb, &xt); in nft_target_eval_xt()
105 struct xt_target *target = expr->ops->data; in nft_target_eval_bridge() local
110 nft_compat_set_par(&xt, pkt, target, info); in nft_target_eval_bridge()
112 ret = target->target(skb, &xt); in nft_target_eval_bridge()
145 struct xt_target *target, voi in nft_target_set_tgchk_param()
143 nft_target_set_tgchk_param(struct xt_tgchk_param *par, const struct nft_ctx *ctx, struct xt_target *target, void *info, union nft_entry *entry, u16 proto, bool inv) nft_target_set_tgchk_param() argument
247 struct xt_target *target = expr->ops->data; nft_target_init() local
301 struct xt_target *target = expr->ops->data; nft_target_destroy() local
337 const struct xt_target *target = expr->ops->data; nft_target_dump() local
356 struct xt_target *target = expr->ops->data; nft_target_validate() local
654 nfnl_compat_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type, int event, u16 family, const char *name, int rev, int target) nfnl_compat_fill_info() argument
688 int ret = 0, target; nfnl_compat_get_rcu() local
870 struct xt_target *target; nft_target_select_ops() local
931 struct xt_target *target = ops->data; nft_target_release_ops() local
[all...]
/third_party/mesa3d/include/GL/
H A Dgl.h830 GLAPI void GLAPIENTRY glHint( GLenum target, GLenum mode );
1252 GLAPI void GLAPIENTRY glTexEnvf( GLenum target, GLenum pname, GLfloat param );
1253 GLAPI void GLAPIENTRY glTexEnvi( GLenum target, GLenum pname, GLint param );
1255 GLAPI void GLAPIENTRY glTexEnvfv( GLenum target, GLenum pname, const GLfloat *params );
1256 GLAPI void GLAPIENTRY glTexEnviv( GLenum target, GLenum pname, const GLint *params );
1258 GLAPI void GLAPIENTRY glGetTexEnvfv( GLenum target, GLenum pname, GLfloat *params );
1259 GLAPI void GLAPIENTRY glGetTexEnviv( GLenum target, GLenum pname, GLint *params );
1262 GLAPI void GLAPIENTRY glTexParameterf( GLenum target, GLenum pname, GLfloat param );
1263 GLAPI void GLAPIENTRY glTexParameteri( GLenum target, GLenum pname, GLint param );
1265 GLAPI void GLAPIENTRY glTexParameterfv( GLenum target, GLenu
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtype.pb.cc551 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
562 target = stream->WriteStringMaybeAliased( in _InternalSerialize()
563 1, this->_internal_name(), target); in _InternalSerialize()
569 target = stream->EnsureSpace(target); in _InternalSerialize()
570 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: in _InternalSerialize()
571 InternalWriteMessage(2, this->_internal_fields(i), target, stream); in _InternalSerialize()
581 target = stream->WriteString(3, s, target); in _InternalSerialize()
587 target in _InternalSerialize()
550 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
965 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1411 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1719 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1993 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.h98 ANGLE_EXPORT void GL_APIENTRY GL_RenderbufferStorageMultisampleANGLE(GLenum target,
106 GL_GetTexImageANGLE(GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
107 ANGLE_EXPORT void GL_APIENTRY GL_GetCompressedTexImageANGLE(GLenum target,
110 ANGLE_EXPORT void GL_APIENTRY GL_GetRenderbufferImageANGLE(GLenum target,
116 ANGLE_EXPORT void GL_APIENTRY GL_GetTexLevelParameterivANGLE(GLenum target,
120 ANGLE_EXPORT void GL_APIENTRY GL_GetTexLevelParameterfvANGLE(GLenum target,
138 ANGLE_EXPORT void GL_APIENTRY GL_TexStorageMemFlags2DANGLE(GLenum target,
149 GL_TexStorageMemFlags2DMultisampleANGLE(GLenum target,
160 ANGLE_EXPORT void GL_APIENTRY GL_TexStorageMemFlags3DANGLE(GLenum target,
172 GL_TexStorageMemFlags3DMultisampleANGLE(GLenum target,
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dfeature_ability_module.cpp294 FeatureAbilityDataInfo *target = static_cast<FeatureAbilityDataInfo *>(ace_malloc(sizeof(FeatureAbilityDataInfo))); in MessageSuccessCallback() local
295 if (target == nullptr) { in MessageSuccessCallback()
300 if (memset_s(target, sizeof(FeatureAbilityDataInfo), 0, sizeof(FeatureAbilityDataInfo)) != 0) { in MessageSuccessCallback()
302 ACE_FREE(target); in MessageSuccessCallback()
306 CopySuccessMessage(origin, target); in MessageSuccessCallback()
307 if (!JsAsyncWork::DispatchAsyncWork(AsyncSuccessCallback, target)) { in MessageSuccessCallback()
308 ACE_FREE(target->deviceID); in MessageSuccessCallback()
309 ACE_FREE(target->bundleName); in MessageSuccessCallback()
310 ACE_FREE(target->abilityName); in MessageSuccessCallback()
311 ACE_FREE(target in MessageSuccessCallback()
317 CopySuccessMessage(const FeatureAbilityDataInfo *origin, FeatureAbilityDataInfo *&target) CopySuccessMessage() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Deval.c51 * evaluator. Return 0 if bad target.
54 GLuint _mesa_evaluator_components( GLenum target ) in _mesa_evaluator_components()
56 switch (target) { in _mesa_evaluator_components()
83 * Return pointer to the gl_1d_map struct for the named target.
86 get_1d_map( struct gl_context *ctx, GLenum target ) in get_1d_map()
88 switch (target) { in get_1d_map()
114 * Return pointer to the gl_2d_map struct for the named target.
117 get_2d_map( struct gl_context *ctx, GLenum target ) in get_2d_map()
119 switch (target) { in get_2d_map()
156 GLfloat *_mesa_copy_map_points1f( GLenum target, GLin argument
180 _mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder, const GLdouble *points ) _mesa_copy_map_points1d() argument
211 _mesa_copy_map_points2f( GLenum target, GLint ustride, GLint uorder, GLint vstride, GLint vorder, const GLfloat *points ) _mesa_copy_map_points2f() argument
254 _mesa_copy_map_points2d(GLenum target, GLint ustride, GLint uorder, GLint vstride, GLint vorder, const GLdouble *points ) _mesa_copy_map_points2d() argument
304 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, const GLvoid *points, GLenum type ) map1() argument
370 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points ) _mesa_Map1f() argument
378 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points ) _mesa_Map1d() argument
386 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLvoid *points, GLenum type ) map2() argument
469 _mesa_Map2f( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) _mesa_Map2f() argument
480 _mesa_Map2d( GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points ) _mesa_Map2d() argument
492 _mesa_GetnMapdvARB( GLenum target, GLenum query, GLsizei bufSize, GLdouble *v ) _mesa_GetnMapdvARB() argument
576 _mesa_GetMapdv( GLenum target, GLenum query, GLdouble *v ) _mesa_GetMapdv() argument
582 _mesa_GetnMapfvARB( GLenum target, GLenum query, GLsizei bufSize, GLfloat *v ) _mesa_GetnMapfvARB() argument
667 _mesa_GetMapfv( GLenum target, GLenum query, GLfloat *v ) _mesa_GetMapfv() argument
674 _mesa_GetnMapivARB( GLenum target, GLenum query, GLsizei bufSize, GLint *v ) _mesa_GetnMapivARB() argument
759 _mesa_GetMapiv( GLenum target, GLenum query, GLint *v ) _mesa_GetMapiv() argument
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dpending_want.h37 explicit PendingWant(const sptr<AAFwk::IWantSender> &target);
38 PendingWant(const sptr<AAFwk::IWantSender> &target, const sptr<IRemoteObject> whitelistToken);
41 WantAgentConstant::OperationType GetType(sptr<AAFwk::IWantSender> target);
208 ErrCode Cancel(const sptr<AAFwk::IWantSender> &target);
210 void Send(const sptr<AAFwk::IWantSender> &target);
212 void Send(int resultCode, const sptr<AAFwk::IWantSender> &target);
215 const std::shared_ptr<AAFwk::Want> &want, const sptr<AAFwk::IWantSender> &target);
217 void Send(int resultCode, const sptr<CompletedDispatcher> &onCompleted, const sptr<AAFwk::IWantSender> &target);
221 const sptr<AAFwk::IWantSender> &target);
225 const std::string &requiredPermission, const sptr<AAFwk::IWantSender> &target);
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client.c35 SvcIdentity target; member
76 header->target = identity; in SAMGR_CreateIProxy()
101 identity = client->header.target; in SAMGR_GetRemoteIdentity()
173 if (header->target.handle == INVALID_INDEX) { in ProxyInvoke()
174 header->target = QueryIdentity(header->context, header->key.service, header->key.feature); in ProxyInvoke()
175 if (header->target.handle == INVALID_INDEX) { in ProxyInvoke()
178 (void)RegisterDeathCallback(header->context, header->target, OnServiceExit, header, &header->deadId); in ProxyInvoke()
184 int ret = Transact(header->context, header->target, funcId, request, &reply, flag, (uintptr_t *)&replyBuf); in ProxyInvoke()
186 (void)UnregisterDeathCallback(header->target, header->deadId); in ProxyInvoke()
188 header->target in ProxyInvoke()
240 SvcIdentity target = {INVALID_INDEX, INVALID_INDEX, INVALID_INDEX}; QueryIdentity() local
[all...]
H A Ddefault_client_mini_adapter.c51 SvcIdentity target = {INVALID_INDEX, INVALID_INDEX, INVALID_INDEX}; in QueryRemoteIdentityInner() local
54 return target; in QueryRemoteIdentityInner()
59 return target; in QueryRemoteIdentityInner()
62 &target); in QueryRemoteIdentityInner()
65 return target; in QueryRemoteIdentityInner()
67 target.handle = GetNextHandle(); in QueryRemoteIdentityInner()
68 WaitForProxyInit(&target); in QueryRemoteIdentityInner()
69 HILOG_ERROR(HILOG_MODULE_SAMGR, "MakeRemoteBinder sid handle=%d", target.handle); in QueryRemoteIdentityInner()
70 return target; in QueryRemoteIdentityInner()
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake.py113 target = stmt.children[1].children[0].strip('\"')
114 if target not in self.filtered_targets:
116 self.current_target = target
117 self._Target(target_type, target, stmt.children[2].children)
119 def _Target(self, target_type, target, stmts):
121 return self.builder.BuildTarget(target_type, target, stmts)
316 self._GenTargetString(target, sets)
317 for target, sets in self.source_sets.items())
320 def BuildTarget(self, target_type, target, rules):
324 # {self._CMakeTarget(target)} source
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dreparse.c77 le32 flags; /* 1 for full target, otherwise 0 */
214 * along the target path, with target defined as a full absolute path
225 char *target; in search_absolute() local
229 target = (char*)NULL; /* default return */ in search_absolute()
266 if (ntfs_ucstombs(path, count, &target, 0) < 0) { in search_absolute()
267 if (target) { in search_absolute()
268 free(target); in search_absolute()
269 target = (char*)NULL; in search_absolute()
275 return (target); in search_absolute()
292 char *target = (char*)NULL; search_relative() local
562 char *target; ntfs_get_fulllink() local
666 char *target; ntfs_get_abslink() local
769 char *target; ntfs_get_rellink() local
788 char *target; ntfs_make_symlink() local
1338 ntfs_reparse_set_wsl_symlink(ntfs_inode *ni, const ntfschar *target, int target_len) ntfs_reparse_set_wsl_symlink() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh53 target=$(${current_test}_get_target "$should_fail")
54 if ((target == 0)); then
60 # Update target in case occupancy of a certain resource
62 target=$(${current_test}_get_target "$should_fail")
63 ${current_test}_test "$target" "$should_fail"
65 log_test "'$current_test' [$profile] $target"
71 $tt "$target"
72 log_test "'$current_test' [$profile] $target traffic test"
76 log_test "'$current_test' [$profile] overflow $target"
78 ${current_test}_cleanup $target
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh48 target=$(${current_test}_get_target "$should_fail")
49 if ((target == 0)); then
56 # Update target in case occupancy of a certain resource changed
58 target=$(${current_test}_get_target "$should_fail")
59 ${current_test}_test "$target" "$should_fail"
61 log_test "'$current_test' $target"
66 $tt "$target"
67 log_test "'$current_test' $target traffic test"
71 log_test "'$current_test' overflow $target"
73 ${current_test}_cleanup $target
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdecoratedBlockScopedClass1.js3 return (target: new (...args: any[]) => any) => {}
16 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
17 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
18 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
19 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;
20 return c > 3 && r && Object.defineProperty(target, key, r), r;
23 return function (target) { };
H A DdecoratedBlockScopedClass2.js3 return (target: new (...args: any[]) => any) => {}
19 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
20 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
21 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
22 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;
23 return c > 3 && r && Object.defineProperty(target, key, r), r;
26 return function (target) { };

Completed in 30 milliseconds

1...<<11121314151617181920>>...306