| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_anti_dos_sync_test.cpp | 305 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 D | cache_result_set.cpp | 192 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 D | rs_window_animation_manager.cpp | 133 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 D | resource_manager.py | 72 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 D | constants.py | 190 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 D | udev-builtin-usb_id.c | 308 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 D | vf_dnn_classify.c | 42 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 D | command_help.cc | 24 #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 D | minimal-secure-streams.c | 392 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 D | virgl_transfer_queue.c | 58 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 D | graw_util.h | 73 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 D | domain.js | 141 function emitMakeCallbackDeprecation({ target, method }) { 148 `on ${target?.constructor?.name}.)`, 157 emitMakeCallbackDeprecation({ target: this, method: cb });
|
| /third_party/node/lib/internal/crypto/ |
| H A D | util.js | 402 function validateByteLength(buf, name, target) { 403 if (buf.byteLength !== target) { 405 `${name} must contain exactly ${target} bytes`,
|
| /third_party/node/src/crypto/ |
| H A D | crypto_cipher.h | 22 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 D | crypto_keygen.h | 17 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 D | crypto_hmac.cc | 41 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 D | js_udp_wrap.cc | 45 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 D | testdriver.js | 70 let target = testharness_context; 72 target = window; 74 target.postMessage(msg, "*");
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_vdpau.c | 121 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 D | st_atom_texture.c | 69 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 D | sandbox.js | 195 [_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 D | minimal-secure-streams.c | 353 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 D | minimal-secure-streams.c | 437 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 D | heap-write-barrier-inl.h | 293 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 D | slots.h | 126 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;
|