/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
D | inputmethodlist.js | 60 constructor(t, e, i, o = -1, n = void 0) { argument 94 setInitiallyProvidedValue(t) { argument 124 updateStateVars(t) { argument 127 purgeVariableDependenciesOnElmtId(t) { argument 179 set listItemHeight(t) { argument 187 set listItemRadius(t) { argument 195 set inputMethods(t) { argument 203 set fontSize(t) { argument 211 set fontPadding(t) { argument 219 set dialogWidth(t) { argument [all …]
|
/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
D | hvigor-wrapper.js | 16 …"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("con… argument 17 …u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new… variable
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
D | rbtree.c | 74 int32_t RbTreeNew(struct RbTree *t) in RbTreeNew() 92 static void LeftRotate(struct RbTree *t, struct RbTreeNode *x) in LeftRotate() 111 static void RightRotate(struct RbTree *t, struct RbTreeNode *x) in RightRotate() 130 static void InsertFixUpRed(struct RbTree *t, struct RbTreeNode **zTreeNode) in InsertFixUpRed() 153 static void InsertFixUpBlack(struct RbTree *t, struct RbTreeNode **zTreeNode) in InsertFixUpBlack() 176 static void InsertFixUp(struct RbTree *t, struct RbTreeNode *z) in InsertFixUp() 189 int32_t RbTreeInsert(struct RbTree *t, RbTreeKey key, const RbTreeValue value) in RbTreeInsert() 233 static void Transplant(struct RbTree *t, struct RbTreeNode *u, struct RbTreeNode *v) in Transplant() 245 static struct RbTreeNode *Minimum(const struct RbTree *t, struct RbTreeNode *x) in Minimum() 253 static void DeleteFixUpBlack(struct RbTree *t, struct RbTreeNode **treeNode) in DeleteFixUpBlack() [all …]
|
/base/telephony/cellular_call/services/control/include/ |
D | control_base.h | 206 bool CanCall(T &&t) in CanCall() 276 bool IsInState(T1 &&t, TelCallState state) in IsInState() 300 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf() 337 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf() 369 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf() 413 int32_t GetCallFailReason(int32_t slotId, T &&t) const in GetCallFailReason()
|
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/ |
D | fusion_security.cpp | 101 CString* t = static_cast<CString*>(target); in Clone() local 108 CString* t = static_cast<CString*>(target); in Destruct() local 115 CString* t = static_cast<CString*>(target); in GetData() local
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | log_stats.cpp | 135 DomainTable& t = domainStats[info.type]; in UpdateDomainTable() local 154 PidTable& t = pidStats; in UpdatePidTable() local 192 for (auto &t : domainStats) { in Reset() local 254 for (auto &t : domainStats) { in Print() local 272 for (auto &t : pidStats) { in Print() local
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
D | getparam.cpp | 224 T t = GetUnsignParam<T>(); in GetUnsignVectorParam() local 243 int t = GetBoolParam(); in GetBoolVectorParam() local 255 short t = GetShortParam(); in GetShortVectorParam() local 267 long t = GetLongParam(); in GetLongVectorParam() local 279 int t = GetIntParam(); in GetIntVectorParam() local 291 float t = GetIntParam(); in GetFloatVectorParam() local 303 double t = GetIntParam(); in GetDoubleVectorParam() local 315 char t = GetCharParam(); in GetCharVectorParam() local 327 string t = GetStringParam(); in GetStringVectorParam() local
|
/base/security/huks/test/reliability/src/ |
D | api_pressure_test.cpp | 930 for (auto &t : threads) { variable 951 for (auto &t : threads) { variable 972 for (auto &t : threads) { variable 993 for (auto &t : threads) { variable 1026 for (auto &t : threads) { variable 1056 for (auto &t : threads) { variable 1077 for (auto &t : threads) { variable 1107 for (auto &t : threads) { variable 1137 for (auto &t : threads) { variable 1158 for (auto &t : threads) { variable [all …]
|
D | three_stage_multi_thread.cpp | 248 for (auto &t : threads) { in ThreeStageTest() local 259 for (auto &t : threads2) { in ThreeStageTest() local 281 for (auto &t : threads) { variable
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
D | multithread_constructor.c | 48 pthread_t t[threadNum]; in MultiThreadConstructor() local 66 pthread_t t[threadNum]; in MultiThreadConstructorForThreadCrash() local
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
D | n_class.h | 51 T *t = nullptr; in GetEntityOf() local
|
/base/powermgr/powermgr_lite/services/src/ |
D | running_lock_mgr.c | 94 for (int32_t t = RUNNINGLOCK_SCREEN; t < RUNNINGLOCK_BUTT; t++) { in ShowLocks() local 153 for (int32_t t = RUNNINGLOCK_SCREEN; t < RUNNINGLOCK_BUTT; t++) { in RunningLockMgrGetTotalLockCount() local
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | core_service_test_helper.cpp | 26 std::thread t(func, std::ref(helper)); in Run() local
|
/base/update/updater/services/ui/driver/ |
D | keys_input_device.cpp | 47 std::thread t { [this, lastdownCount = downCount] () { in OnLongKeyPressDown() local
|
/base/time/time_service/services/time/src/ |
D | time_zone_info.cpp | 87 time_t t = time(nullptr); in SetTimezoneToKernel() local
|
D | time_tick_notify.cpp | 97 time_t t = time(nullptr); in RefreshNextTriggerTime() local
|
/base/hiviewdfx/hiview/base/event_report/event/ |
D | plugin_stats_event.cpp | 64 auto it = std::find_if(topKTime.begin(), topKTime.end(), [procTime] (auto t) { in UpdateTopK()
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/ |
D | hks_chipset_platform_test.h | 57 …ine std::vector<HksParam> CipherMaterialsToDecryptInputParams(struct HksChipsetPlatformTestCase &t) in CipherMaterialsToDecryptInputParams()
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
D | log_utils.cpp | 171 for (uint16_t t : types) { in ComboLogType2Str() local 175 for (uint16_t t: types) { in ComboLogType2Str() local 200 uint16_t t = Str2LogType(it); in Str2ComboLogType() local 300 uint16_t t = PrettyStr2LogLevel(it); in Str2ComboLogLevel() local
|
/base/msdp/device_status/services/interaction/drag/src/ |
D | state_change_notify.cpp | 91 void StateChangeNotify::OnDragInfoNotify(SessionPtr session, MessageId msgId, T t) in OnDragInfoNotify()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_support.c | 56 pthread_attr_t t; in ATStartReadLoop() local 101 Line *t = NULL; in FreeResponseInfo() local
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | xcollie_utils.cpp | 28 struct timespec t; in GetCurrentTickMillseconds() local
|
/base/hiviewdfx/faultloggerd/tools/crasher_c/ |
D | dfx_crasher.c | 234 pthread_t t[2]; in MultiThreadCrash() local 351 pthread_t t; in DoActionOnSubThread() local
|
/base/security/appverify/interfaces/innerkits/appverify/src/common/ |
D | random_access_file.cpp | 76 } t; in CheckLittleEndian() local
|
/base/startup/hvb/libhvb/src/crypto/ |
D | hvb_hash_sha256.c | 125 static inline uint32_t w_schedule(uint32_t w[64], uint32_t t) in w_schedule() 148 uint32_t t; in sha256_block_calc() local
|