Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 66) sorted by relevance

123

/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
Dinputmethodlist.js60 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/
Dhvigor-wrapper.js16 …"),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/
Drbtree.c74 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/
Dcontrol_base.h206 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/
Dfusion_security.cpp101 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/
Dlog_stats.cpp135 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/
Dgetparam.cpp224 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/
Dapi_pressure_test.cpp930 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 …]
Dthree_stage_multi_thread.cpp248 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/
Dmultithread_constructor.c48 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/
Dn_class.h51 T *t = nullptr; in GetEntityOf() local
/base/powermgr/powermgr_lite/services/src/
Drunning_lock_mgr.c94 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/
Dcore_service_test_helper.cpp26 std::thread t(func, std::ref(helper)); in Run() local
/base/update/updater/services/ui/driver/
Dkeys_input_device.cpp47 std::thread t { [this, lastdownCount = downCount] () { in OnLongKeyPressDown() local
/base/time/time_service/services/time/src/
Dtime_zone_info.cpp87 time_t t = time(nullptr); in SetTimezoneToKernel() local
Dtime_tick_notify.cpp97 time_t t = time(nullptr); in RefreshNextTriggerTime() local
/base/hiviewdfx/hiview/base/event_report/event/
Dplugin_stats_event.cpp64 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/
Dhks_chipset_platform_test.h57 …ine std::vector<HksParam> CipherMaterialsToDecryptInputParams(struct HksChipsetPlatformTestCase &t) in CipherMaterialsToDecryptInputParams()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp171 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/
Dstate_change_notify.cpp91 void StateChangeNotify::OnDragInfoNotify(SessionPtr session, MessageId msgId, T t) in OnDragInfoNotify()
/base/telephony/ril_adapter/services/vendor/src/
Dat_support.c56 pthread_attr_t t; in ATStartReadLoop() local
101 Line *t = NULL; in FreeResponseInfo() local
/base/hiviewdfx/hicollie/frameworks/native/
Dxcollie_utils.cpp28 struct timespec t; in GetCurrentTickMillseconds() local
/base/hiviewdfx/faultloggerd/tools/crasher_c/
Ddfx_crasher.c234 pthread_t t[2]; in MultiThreadCrash() local
351 pthread_t t; in DoActionOnSubThread() local
/base/security/appverify/interfaces/innerkits/appverify/src/common/
Drandom_access_file.cpp76 } t; in CheckLittleEndian() local
/base/startup/hvb/libhvb/src/crypto/
Dhvb_hash_sha256.c125 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

123