Home
last modified time | relevance | path

Searched refs:target (Results 2501 - 2525 of 4886) sorted by relevance

1...<<101102103104105106107108109110>>...196

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_anti_dos_sync_test.cpp305 const std::string target = srcTarget + std::to_string(index); in HWTEST_F() local
306 message->SetTarget(target); in HWTEST_F()
311 g_communicator->CallbackOnMessage(target, message); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dcache_result_set.cpp192 int target = offset; in GoTo() local
195 target += row_; in GoTo()
197 return GoToRow(target); in GoTo()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_manager.cpp133 void* target = nullptr; in GetWindowId() local
136 WALOGE("Window animation target object is null!"); in GetWindowId()
139 napi_unwrap(env, targetObj, &target); in GetWindowId()
141 if (target == nullptr) { in GetWindowId()
142 WALOGE("Window animation target is null!"); in GetWindowId()
164 WALOGD("Window animation target windowId is:%{public}u!", windowId); in OnMinimizeWindowWithAnimation()
/test/testfwk/developer_test/src/core/config/
H A Dresource_manager.py72 targets = root.iter("target")
73 for target in targets:
74 curr_dic = target.attrib
77 node = target
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py190 def is_exist_target_in_device(self, path, target):
191 command = "ls -l %s | grep %s" % (path, target)
195 if stdout_info != "" and stdout_info.find(target) != -1:
/third_party/eudev/src/udev/
H A Dudev-builtin-usb_id.c308 int host, bus, target, lun; in builtin_usb_id() local
317 if (sscanf(udev_device_get_sysname(dev_scsi), "%d:%d:%d:%d", &host, &bus, &target, &lun) != 4) { in builtin_usb_id()
362 * for all luns, export the target:lun number in builtin_usb_id()
364 sprintf(instance_str, "%d:%d", target, lun); in builtin_usb_id()
/third_party/ffmpeg/libavfilter/
H A Dvf_dnn_classify.c42 char *target; member
58 { "target", "which one to be classified", OFFSET2(target), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, FLAGS },
256 if (ff_dnn_execute_model_classification(&ctx->dnnctx, in, NULL, ctx->target) != 0) { in dnn_classify_activate()
/third_party/gn/src/gn/
H A Dcommand_help.cc24 #include "gn/target.h"
67 for (const auto& target : variables::GetTargetVariables()) { in PrintToplevelHelp()
68 PrintShortHelp(target.second.help_short, in PrintToplevelHelp()
69 kVariableLinkPrefix + target.first); in PrintToplevelHelp()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c392 int current, int target) in app_system_state_nf()
407 switch (target) { in app_system_state_nf()
419 if (target != current) in app_system_state_nf()
391 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_transfer_queue.c58 switch (xfer->base.resource->target) { in transfer_dim()
310 if (transfer->base.resource->target == PIPE_BUFFER) { in virgl_transfer_queue_unmap()
372 assert(queued->base.resource->target == PIPE_BUFFER); in virgl_transfer_queue_extend_buffer()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h73 resource_temp.target = PIPE_TEXTURE_2D; in graw_util_create_window()
104 resource_temp.target = PIPE_TEXTURE_2D; in graw_util_create_window()
232 temp.target = PIPE_TEXTURE_2D; in graw_util_create_tex2d()
/third_party/node/lib/
H A Ddomain.js141 function emitMakeCallbackDeprecation({ target, method }) {
148 `on ${target?.constructor?.name}.)`,
157 emitMakeCallbackDeprecation({ target: this, method: cb });
/third_party/node/lib/internal/crypto/
H A Dutil.js402 function validateByteLength(buf, name, target) {
403 if (buf.byteLength !== target) {
405 `${name} must contain exactly ${target} bytes`,
/third_party/node/src/crypto/
H A Dcrypto_cipher.h22 static void Initialize(Environment* env, v8::Local<v8::Object> target);
190 v8::Local<v8::Object> target) { in Initialize()
191 CryptoJob<CipherTraits>::Initialize(New, env, target); in Initialize()
188 Initialize( Environment* env, v8::Local<v8::Object> target) Initialize() argument
H A Dcrypto_keygen.h17 void Initialize(Environment* env, v8::Local<v8::Object> target);
57 v8::Local<v8::Object> target) { in Initialize()
58 CryptoJob<KeyGenTraits>::Initialize(New, env, target); in Initialize()
55 Initialize( Environment* env, v8::Local<v8::Object> target) Initialize() argument
H A Dcrypto_hmac.cc41 void Hmac::Initialize(Environment* env, Local<Object> target) { in Initialize() argument
53 SetConstructorFunction(env->context(), target, "Hmac", t); in Initialize()
55 HmacJob::Initialize(env, target); in Initialize()
/third_party/node/src/
H A Djs_udp_wrap.cc45 static void Initialize(Local<Object> target,
197 void JSUDPWrap::Initialize(Local<Object> target, in Initialize() argument
214 SetConstructorFunction(context, target, "JSUDPWrap", t); in Initialize()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestdriver.js70 let target = testharness_context;
72 target = window;
74 target.postMessage(msg, "*");
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.c121 templ.target = PIPE_TEXTURE_2D; in st_vdpau_resource_from_description()
186 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_map_surface() argument
262 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_unmap_surface() argument
H A Dst_atom_texture.c69 GLenum target = texObj->Target; in st_update_single_texture() local
71 if (unlikely(target == GL_TEXTURE_BUFFER)) in st_update_single_texture()
77 if (target == GL_TEXTURE_EXTERNAL_OES && in st_update_single_texture()
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js195 [_get] (target, prop, receiver) {
204 return Reflect.get(target, prop, receiver)
208 [_set] (target, prop, value) {
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
H A Dminimal-secure-streams.c353 int current, int target) in app_system_state_nf()
368 switch (target) { in app_system_state_nf()
380 if (target != current) in app_system_state_nf()
352 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c437 int current, int target) in app_system_state_nf()
452 switch (target) { in app_system_state_nf()
464 if (target != current) in app_system_state_nf()
436 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/node/deps/v8/src/heap/
H A Dheap-write-barrier-inl.h293 HeapObject target = value.GetHeapObject(); in IsRequired()
294 if (ReadOnlyHeap::Contains(target)) return false; in IsRequired()
295 return !IsImmortalImmovableHeapObject(target); in IsRequired()
/third_party/node/deps/v8/src/objects/
H A Dslots.h126 inline Object Relaxed_CompareAndSwap(Object old, Object target) const;
127 inline Object Release_CompareAndSwap(Object old, Object target) const;
160 inline void Release_CompareAndSwap(MaybeObject old, MaybeObject target) const;

Completed in 19 milliseconds

1...<<101102103104105106107108109110>>...196