/third_party/skia/modules/skottie/src/animator/ |
H A D | VectorKeyframeAnimator.cpp | 85 // Resize the target value appropriately. in VectorKeyframeAnimator() 174 VectorAnimatorBuilder::VectorAnimatorBuilder(std::vector<float>* target, in VectorAnimatorBuilder() argument 180 , fTarget(target) {} in VectorAnimatorBuilder()
|
/third_party/skia/experimental/docs/ |
H A D | animationCommon.js | 96 var targetSpec = 'target' in action ? action.target : animationState.defaults.target; 161 assert('range' == p || 'target' == p || 'formula' == p || 'params' == p); 183 action.funcParams[i] = 'target' == action.params[i] 188 action.funcParams = 'target' == action.params
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 148 return os.path.join(projectdir(), 'target') 173 target=init_worker, 229 mailman = threading.Thread(target=write_errors)
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | fold.rs | 70 let target = defs.types.iter().find(|ty| ty.ident == *t).unwrap(); in visit() 71 if requires_full(&target.features) && !requires_full(features) { in visit()
|
H A D | visit_mut.rs | 86 let target = defs.types.iter().find(|ty| ty.ident == *t).unwrap(); in visit() 87 if requires_full(&target.features) && !requires_full(features) { in visit()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 137 void FboTestCase::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus() argument 139 deUint32 status = glCheckFramebufferStatus(target); in checkFramebufferStatus()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 141 void FboTestCase::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus() argument 143 deUint32 status = glCheckFramebufferStatus(target); in checkFramebufferStatus()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BufferGL.cpp | 57 gl::BufferBinding target, in setData() 89 gl::BufferBinding target, in setSubData() 56 setData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, gl::BufferUsage usage) setData() argument 88 setSubData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, size_t offset) setSubData() argument
|
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.cc | 2566 const int32_t target = off >> 2; in adr() local 2567 return instr | (target & 0xff); in adr() 2596 int32_t target; in adr() local 2598 target = off; in adr() 2600 target = -off; in adr() 2601 VIXL_ASSERT((target >= 0) && (target <= 4095)); in adr() 2605 return instr | (target & 0xff) | ((target & 0x700) << 4) | in adr() 2606 ((target in adr() 2631 int32_t target; adr() local 3034 const int32_t target = off >> 1; b() local 3060 const int32_t target = off >> 1; b() local 3084 const int32_t target = off >> 1; b() local 3113 int32_t target = off >> 1; b() local 3141 const int32_t target = off >> 2; b() local 3471 int32_t target = off >> 1; bl() local 3499 const int32_t target = off >> 2; bl() local 3559 int32_t target = off >> 2; blx() local 3588 const int32_t target = off >> 1; blx() local 3706 const int32_t target = off >> 1; cbnz() local 3755 const int32_t target = off >> 1; cbz() local 5215 const int32_t target = off >> 2; ldr() local 5241 int32_t target = abs(off) | (U << 12); ldr() local 5268 int32_t target = abs(off) | (U << 12); ldr() local 5515 int32_t target = abs(off) | (U << 12); ldrb() local 5542 int32_t target = abs(off) | (U << 12); ldrb() local 5758 int32_t target = off >> 2; ldrd() local 5789 int32_t target = abs(off) | (U << 8); ldrd() local 6142 int32_t target = abs(off) | (U << 12); ldrh() local 6169 int32_t target = abs(off) | (U << 8); ldrh() local 6397 int32_t target = abs(off) | (U << 12); ldrsb() local 6424 int32_t target = abs(off) | (U << 8); ldrsb() local 6652 int32_t target = abs(off) | (U << 12); ldrsh() local 6679 int32_t target = abs(off) | (U << 8); ldrsh() local 8058 int32_t target = abs(off) | (U << 12); pld() local 8082 int32_t target = abs(off) | (U << 12); pld() local 8422 int32_t target = abs(off) | (U << 12); pli() local 8446 int32_t target = abs(off) | (U << 12); pli() local 19634 int32_t target = off >> 2; vldr() local 19664 int32_t target = off >> 2; vldr() local 19788 int32_t target = off >> 2; vldr() local 19818 int32_t target = off >> 2; vldr() local [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 80 * name already exists, due to not following the symlink even if its target 4307 struct inode *target = dentry->d_inode; in vfs_unlink() local 4316 inode_lock(target); in vfs_unlink() 4317 if (IS_SWAPFILE(target)) in vfs_unlink() 4324 error = try_break_deleg(target, delegated_inode); in vfs_unlink() 4335 inode_unlock(target); in vfs_unlink() 4341 fsnotify_link_count(target); in vfs_unlink() 4737 * whether the target exists). Solution: try to be smart with locking 4748 * we are removing the target. Solution: we will have to grab ->i_mutex 4763 struct inode *target in vfs_rename() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 978 enum mem_cgroup_events_target target) in mem_cgroup_event_ratelimit() 983 next = __this_cpu_read(memcg->vmstats_percpu->targets[target]); in mem_cgroup_event_ratelimit() 986 switch (target) { in mem_cgroup_event_ratelimit() 996 __this_cpu_write(memcg->vmstats_percpu->targets[target], next); in mem_cgroup_event_ratelimit() 5581 * @css: the target css 5944 * get_mctgt_type - get target type of moving charge 5948 * @target: the pointer the target page or swap ent will be stored(can be NULL) 5952 * * MC_TARGET_NONE - If the pte is not a target for move charge. 5953 * * MC_TARGET_PAGE - If the page corresponding to this pte is a target fo 977 mem_cgroup_event_ratelimit(struct mem_cgroup *memcg, enum mem_cgroup_events_target target) mem_cgroup_event_ratelimit() argument 5964 get_mctgt_type(struct vm_area_struct *vma, unsigned long addr, pte_t ptent, union mc_target *target) get_mctgt_type() argument 6046 get_mctgt_type_thp(struct vm_area_struct *vma, unsigned long addr, pmd_t pmd, union mc_target *target) get_mctgt_type_thp() argument 6075 get_mctgt_type_thp(struct vm_area_struct *vma, unsigned long addr, pmd_t pmd, union mc_target *target) get_mctgt_type_thp() argument 6288 union mc_target target; mem_cgroup_move_charge_pte_range() local [all...] |
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 282 /* exact length of target text, without the terminator */ 381 /* Open target directory. */ in ntfs_fuse_inode_lookup() 656 char *target; in junction_getstat() local 660 target = ntfs_make_symlink(ni, ctx->abs_mnt_point); in junction_getstat() 666 if (target || (errno == EOPNOTSUPP)) { in junction_getstat() 667 if (target) in junction_getstat() 668 stbuf->st_size = strlen(target); in junction_getstat() 673 free(target); in junction_getstat() 779 char *target; in ntfs_fuse_getstat() 782 target in ntfs_fuse_getstat() 901 char *target = NULL; ntfs_fuse_getstat() local 2339 ntfs_fuse_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t typemode, dev_t dev, struct fuse_entry_param *e, const char *target, struct fuse_file_info *fi) ntfs_fuse_create() argument 2568 ntfs_fuse_symlink(fuse_req_t req, const char *target, fuse_ino_t parent, const char *name) ntfs_fuse_symlink() argument [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 80 static GLenum targetToGL (DrawTestSpec::Target target) in targetToGL() argument 88 return de::getSizedArrayElement<DrawTestSpec::TARGET_LAST>(targets, (int)target); in targetToGL() 916 void data (DrawTestSpec::Target target, size_t size, const char* data, DrawTestSpec::Usage usage); 990 void AttributeArray::data (DrawTestSpec::Target target, size_t size, const char* ptr, DrawTestSpec::Usage usage) in data() argument 993 m_target = target; in data() 997 m_ctx.bindBuffer(targetToGL(target), m_glBuffer); in data() 1000 m_ctx.bufferData(targetToGL(target), size, ptr, usageToGL(usage)); in data() 1125 void AttributeArray::bindIndexArray (DrawTestSpec::Target target) in bindIndexArray() argument 1132 m_ctx.bindBuffer(targetToGL(target), m_glBuffer); in bindIndexArray() 2257 std::string DrawTestSpec::targetToString(Target target) in targetToString() argument 3449 pixelNearLineIntersection(int x, int y, const tcu::Surface& target) pixelNearLineIntersection() argument 3485 pixelNeighborhoodContainsColor(const tcu::Surface& target, int x, int y, const tcu::RGBA& color, const tcu::IVec3& compareThreshold) pixelNeighborhoodContainsColor() argument 3503 pixelNeighborhoodContainsCoverage(const tcu::Surface& target, int x, int y, bool coverage) pixelNeighborhoodContainsCoverage() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_testone_ng.cpp | 657 popupInfo.target = targetNode; in HWTEST_F() 691 popupInfo.target = targetNode; in HWTEST_F() 746 popupInfo.target = targetNode; in HWTEST_F() 810 popupInfo.target = targetNode; in HWTEST_F() 871 popupInfo.target = targetNode; in HWTEST_F() 927 popupInfo.target = targetNode; in HWTEST_F() 987 popupInfo.target = targetNode; in HWTEST_F() 1054 popupInfo.target = targetNode; in HWTEST_F() 1096 popupInfo.target = targetNode; in HWTEST_F() 1143 popupInfo.target in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 193 char *target, uint32_t targetLen, const char *defaultValue) in OptString() 195 if (JSON_GetStringFromOject(json, key, target, targetLen)) { in OptString() 198 if (strcpy_s(target, targetLen, defaultValue) != EOK) { in OptString() 205 static void OptInt(const JsonObj *json, const char * const key, int *target, int defaultValue) in OptInt() argument 207 if (JSON_GetInt32FromOject(json, key, target)) { in OptInt() 211 *target = defaultValue; in OptInt() 214 static void OptInt64(const JsonObj *json, const char * const key, int64_t *target, int64_t defaultValue) in OptInt64() argument 216 if (JSON_GetInt64FromOject(json, key, target)) { in OptInt64() 220 *target = defaultValue; in OptInt64() 223 static void OptBool(const JsonObj *json, const char * const key, bool *target, boo argument 192 OptString(const JsonObj *json, const char * const key, char *target, uint32_t targetLen, const char *defaultValue) OptString() argument [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 310 static int32_t CopyAsyncReqItemSessionParamIds(const SessionParam *source, SessionParam *target) in CopyAsyncReqItemSessionParamIds() argument 319 target->groupId = groupId; in CopyAsyncReqItemSessionParamIds() 329 target->attr = tmpAttr; in CopyAsyncReqItemSessionParamIds() 330 target->qosCount = source->qosCount; in CopyAsyncReqItemSessionParamIds() 332 (memcpy_s(target->qos, sizeof(target->qos), source->qos, sizeof(QosTV) * (source->qosCount)) != EOK)) { in CopyAsyncReqItemSessionParamIds() 338 static int32_t CopyAsyncReqItemSessionParam(const SessionParam *source, SessionParam *target) in CopyAsyncReqItemSessionParam() argument 348 target->sessionName = sessionName; in CopyAsyncReqItemSessionParam() 359 target->peerSessionName = peerSessionName; in CopyAsyncReqItemSessionParam() 369 target in CopyAsyncReqItemSessionParam() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-phy-v2.c | 136 /* I2C target addresses */ 425 i2c_op.target = phy_data->redrv_addr; in xgbe_phy_redrv_write() 439 i2c_op.target = phy_data->redrv_addr; in xgbe_phy_redrv_write() 459 static int xgbe_phy_i2c_write(struct xgbe_prv_data *pdata, unsigned int target, in xgbe_phy_i2c_write() argument 469 i2c_op.target = target; in xgbe_phy_i2c_write() 479 static int xgbe_phy_i2c_read(struct xgbe_prv_data *pdata, unsigned int target, in xgbe_phy_i2c_read() argument 490 i2c_op.target = target; in xgbe_phy_i2c_read() 505 i2c_op.target in xgbe_phy_i2c_read() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 303 selecting = 0x0002, /* target is being selected */ 305 disconnected = 0x0008, /* target disconnected */ 306 completed = 0x0010, /* target sent COMMAND COMPLETE */ 459 int target; member 460 /* reconnecting target */ 525 #define RECONN_TARGET (HOSTDATA(shpnt)->target) 661 int target, int lun) in remove_lun_SC() 666 ptr && ((ptr->device->id != target) || (ptr->device->lun != lun)); in remove_lun_SC() 1378 /* target sent COMMAND COMPLETE */ in busfree_run() 1388 /* target sen in busfree_run() 660 remove_lun_SC(struct scsi_cmnd ** SC, int target, int lun) remove_lun_SC() argument 1573 int target; seldi_run() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 574 void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *target) in rtw_update_scanned_network() argument 597 if (is_same_network(&(pnetwork->network), target, feature)) { in rtw_update_scanned_network() 625 memcpy(&(pnetwork->network), target, get_wlan_bssid_ex_sz(target)); in rtw_update_scanned_network() 647 bssid_ex_sz = get_wlan_bssid_ex_sz(target); in rtw_update_scanned_network() 648 target->Length = bssid_ex_sz; in rtw_update_scanned_network() 649 memcpy(&(pnetwork->network), target, bssid_ex_sz); in rtw_update_scanned_network() 669 /* target.Reserved[0]== 1, means that scanned network is a bcn frame. */ in rtw_update_scanned_network() 670 if ((pnetwork->network.IELength > target->IELength) && (target in rtw_update_scanned_network() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | block-group.c | 20 * Return target flags in extended format or 0 if restripe for this chunk_type 28 u64 target = 0; in get_restripe_target() local 35 target = BTRFS_BLOCK_GROUP_DATA | bctl->data.target; in get_restripe_target() 38 target = BTRFS_BLOCK_GROUP_SYSTEM | bctl->sys.target; in get_restripe_target() 41 target = BTRFS_BLOCK_GROUP_METADATA | bctl->meta.target; in get_restripe_target() 44 return target; in get_restripe_target() 51 * (either running or paused) picks the target profil 57 u64 target; btrfs_reduce_alloc_profile() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 511 void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *target) in rtw_update_scanned_network() argument 529 if (is_same_network(&(pnetwork->network), target, feature)) { in rtw_update_scanned_network() 554 memcpy(&(pnetwork->network), target, get_wlan_bssid_ex_sz(target)); in rtw_update_scanned_network() 574 bssid_ex_sz = get_wlan_bssid_ex_sz(target); in rtw_update_scanned_network() 575 target->length = bssid_ex_sz; in rtw_update_scanned_network() 576 memcpy(&(pnetwork->network), target, bssid_ex_sz); in rtw_update_scanned_network() 596 /* target.reserved[0]== 1, means that scanned network is a bcn frame. */ in rtw_update_scanned_network() 597 if (pnetwork->network.ie_length > target->ie_length && target in rtw_update_scanned_network() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 306 selecting = 0x0002, /* target is being selected */ 308 disconnected = 0x0008, /* target disconnected */ 309 completed = 0x0010, /* target sent COMMAND COMPLETE */ 477 int target; member 478 /* reconnecting target */ 543 #define RECONN_TARGET (HOSTDATA(shpnt)->target) 680 int target, int lun) in remove_lun_SC() 685 ptr && ((ptr->device->id != target) || (ptr->device->lun != lun)); in remove_lun_SC() 1408 /* target sent COMMAND COMPLETE */ in busfree_run() 1418 /* target sen in busfree_run() 679 remove_lun_SC(struct scsi_cmnd ** SC, int target, int lun) remove_lun_SC() argument 1610 int target; seldi_run() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | linker.cpp | 1314 * do not exist in the target shader. This function finds these \c ir_variable 1315 * references and replaces the references with matching variables in the target 1318 * If there is no matching variable in the target shader, a clone of the 1319 * \c ir_variable is made and added to the target shader. The new variable is 1329 remap_variables(ir_instruction *inst, struct gl_linked_shader *target, in remap_variables() argument 1334 remap_visitor(struct gl_linked_shader *target, hash_table *temps) in remap_variables() argument 1336 this->target = target; in remap_variables() 1337 this->symbols = target->symbols; in remap_variables() 1338 this->instructions = target in remap_variables() 1369 struct gl_linked_shader *target; remap_variables() member in __anon7179::find_assignment_visitor::remap_visitor 1403 move_non_declarations(exec_list *instructions, exec_node *last, bool make_copies, gl_linked_shader *target) move_non_declarations() argument [all...] |
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 2353 // Deferred references is a list of (object, index, target type, target index) in ProcessDeferredReferences() 2361 Object target; in ProcessDeferredReferences() local 2371 target = functions_.get(target_index); in ProcessDeferredReferences() 2379 target = classes_.get(target_index); in ProcessDeferredReferences() 2387 target = arrays_.get(target_index); in ProcessDeferredReferences() 2395 target = objects_.get(target_index); in ProcessDeferredReferences() 2402 PropertyArray::cast(container).set(index, target); in ProcessDeferredReferences() 2404 Context::cast(container).set(index, target); in ProcessDeferredReferences() 2406 FixedArray::cast(container).set(index, target); in ProcessDeferredReferences() [all...] |
/third_party/python/Lib/ |
H A D | pydoc.py | 2127 target = self.topics.get(topic, self.keywords.get(topic)) 2128 if not target: 2131 if type(target) is type(''): 2132 return self.showtopic(target, more_xrefs) 2134 label, xrefs = target 2166 target = self.topics.get(topic, self.keywords.get(topic)) 2167 if not target: 2169 if isinstance(target, str): 2170 return self._gettopic(target, more_xrefs) 2171 label, xrefs = target [all...] |