/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | res_config_impl_test.cpp | 71 ResConfigImpl *current = CreateResConfigImpl("fr", nullptr, "CA"); variable 85 ResConfigImpl *current = CreateResConfigImpl("fr", nullptr, "CA"); variable 99 ResConfigImpl *current = CreateResConfigImpl("fil", nullptr, "PH"); variable 113 ResConfigImpl *current = CreateResConfigImpl("qaa", nullptr, "CA"); variable 127 ResConfigImpl *current = CreateResConfigImpl("qaa", nullptr, "CA"); variable 141 ResConfigImpl *current = CreateResConfigImpl("az", "Latn", nullptr); variable 155 ResConfigImpl *current = CreateResConfigImpl("az", "Arab", nullptr); variable 169 ResConfigImpl *current = CreateResConfigImpl("ar", nullptr, "TN"); variable 183 ResConfigImpl *current = CreateResConfigImpl("qaa", nullptr, "CA"); variable 197 ResConfigImpl *current = CreateResConfigImpl("qaa", "Latn", "CA"); variable [all …]
|
H A D | locale_info_test.cpp | 72 std::string current = "en-US"; variable 95 std::string current = "zh-CN"; variable 115 std::string current = "en-CN"; variable 136 std::string current = "en-Qaag"; variable 158 std::string current = "en-AI"; variable 601 std::string current = "en-US"; variable
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_config_impl_test.cpp | 72 auto current = CreateResConfigImpl("fr", nullptr, "CA"); variable 84 auto current = CreateResConfigImpl("fr", nullptr, "CA"); variable 101 auto current = CreateResConfigImpl("fil", nullptr, "PH"); variable 118 auto current = CreateResConfigImpl("qaa", nullptr, "CA"); variable 130 auto current = CreateResConfigImpl("qaa", nullptr, "CA"); variable 142 auto current = CreateResConfigImpl("az", "Latn", nullptr); variable 154 auto current = CreateResConfigImpl("az", "Arab", nullptr); variable 166 auto current = CreateResConfigImpl("ar", nullptr, "TN"); variable 178 auto current = CreateResConfigImpl("qaa", nullptr, "CA"); variable 195 auto current = CreateResConfigImpl("qaa", "Latn", "CA"); variable [all …]
|
H A D | locale_info_test.cpp | 71 std::string current = "en-US"; variable 94 std::string current = "zh-CN"; variable 114 std::string current = "en-CN"; variable 135 std::string current = "en-Qaag"; variable 157 std::string current = "en-AI"; variable 601 std::string current = "en-US"; variable
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/ |
H A D | ipcprocessskeleton_fuzzer.cpp | 39 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in AttachToDetachAppInfoToStubIndexTest001() local 62 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in AttachToDetachAppInfoToStubIndexTest002() local 80 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in SetIPCProxyLimitTest() local 91 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in SetMaxWorkThreadTest() local 105 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in MakeHandleDescriptorTest() local 119 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in OnThreadTerminatedTest() local 135 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in SpawnThreadTest() local 150 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in FindOrNewObjectTest() local 162 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in IsContainsObjectTest001() local 173 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in IsContainsObjectTest002() local [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_skeleton_unittest.cpp | 75 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 97 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 119 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 144 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 169 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 196 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 215 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 235 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 263 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 294 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable [all …]
|
H A D | ipc_capi_skeleton_unittest.cpp | 103 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 117 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 133 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 177 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 196 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 222 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 248 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable
|
H A D | ipc_object_proxy_unittest.cpp | 56 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in TearDown() local 105 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 236 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 264 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 354 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 382 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 410 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 437 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 797 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable 938 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_timer_list.cpp | 44 TimerNode *current = timerListHead_; in GetTimer() local 59 TimerNode *current = timerListHead_; in DeleteTimer() local 78 TimerNode *current = timerListHead_; in ClearTimerList() local 85 void TimerList::ReleaseTimer(TimerNode *¤t) in ReleaseTimer()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | focus_manager.cpp | 76 bool FocusManager::CompareCandidates(UIView* focusedView, UIView*& candidate, UIView* current, uint… in CompareCandidates() 115 bool FocusManager::CompareCandidatesByUp(UIView* focusedView, UIView*& candidate, UIView* current) in CompareCandidatesByUp() 132 bool FocusManager::CompareCandidatesByDown(UIView* focusedView, UIView*& candidate, UIView* current) in CompareCandidatesByDown() 149 bool FocusManager::CompareCandidatesByLeft(UIView* focusedView, UIView*& candidate, UIView* current) in CompareCandidatesByLeft() 166 …ol FocusManager::CompareCandidatesByRight(UIView* focusedView, UIView*& candidate, UIView* current) in CompareCandidatesByRight() 183 …Manager::CompareCandidatesDistance(const Rect& focused, const Rect& candidate, const Rect& current) in CompareCandidatesDistance() 202 UIView* current = focusedView; in GetNextFocus() local 236 UIView* current = view; in GetNextFocus() local 249 UIViewGroup* current = viewGroup; in GetNextFocus() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_skeleton.cpp | 55 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in JoinWorkThread() local 63 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in StopWorkThread() local 71 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in SetContextObject() local 80 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in GetContextObject() local 89 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in SetMaxWorkThreadNum() local 263 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in BlockUntilThreadAvailable() local 271 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in SetIPCProxyLimit() local
|
H A D | ipc_thread_skeleton.cpp | 55 auto *current = static_cast<IPCThreadSkeleton *>(args); in TlsDestructor() local 108 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in SaveThreadName() local 122 IPCThreadSkeleton *current = nullptr; in GetCurrent() local 202 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in GetRemoteInvoker() local 295 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in UpdateSendRequestCount() local 313 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in SetThreadType() local
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | DiffedFieldValue.java | 39 public final Value current; field in DiffedFieldValue 81 public static DiffedFieldValue matched(FieldValue current, FieldValue baseline) { in matched() 95 public static DiffedFieldValue added(FieldValue current) { in added() 109 private DiffedFieldValue(String name, Type type, Value current, Value baseline, Status status) { in DiffedFieldValue()
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | PhotoSourcePlexor.java | 75 protected ImageData naturalNext(ImageData current) { in naturalNext() 80 protected ImageData naturalPrevious(ImageData current) { in naturalPrevious() 85 protected void donePaging(ImageData current) { in donePaging()
|
H A D | CursorPhotoSource.java | 41 protected ImageData naturalNext(ImageData current) { in naturalNext() 59 protected ImageData naturalPrevious(ImageData current) { in naturalPrevious() 77 protected void donePaging(ImageData current) { in donePaging()
|
H A D | StockSource.java | 98 public ImageData naturalNext(ImageData current) { in naturalNext() 105 public ImageData naturalPrevious(ImageData current) { in naturalPrevious() 112 protected void donePaging(ImageData current) { in donePaging()
|
/aosp12/bionic/tests/ |
H A D | sys_quota_test.cpp | 24 dqblk current; in TEST() local 31 dqinfo current; in TEST() local
|
/aosp12/art/compiler/optimizing/ |
H A D | ssa_liveness_analysis.cc | 52 HInstruction* current = inst_it.Current(); in NumberInstructions() local 70 HInstruction* current = inst_it.Current(); in NumberInstructions() local 106 void SsaLivenessAnalysis::RecursivelyProcessInputs(HInstruction* current, in RecursivelyProcessInputs() 140 void SsaLivenessAnalysis::ProcessEnvironment(HInstruction* current, in ProcessEnvironment() 204 HInstruction* current = GetInstructionFromSsaIndex(idx); in ComputeLiveRanges() local 210 HInstruction* current = back_it.Current(); in ComputeLiveRanges() local 246 HInstruction* current = inst_it.Current(); in ComputeLiveRanges() local 265 HInstruction* current = GetInstructionFromSsaIndex(idx); in ComputeLiveRanges() local 541 LiveInterval* current = this; in GetSiblingAt() local
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | app_manager.cpp | 51 AppRecord *current = *iterator; in RemoveAppRecord() local 65 AppRecord *current = GetAppRecordByBundleName(bundleName); in TerminateAppProcess() local 78 const AppRecord *current = *iterator; in RemoveAppRecord() local
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | locale_matcher.cpp | 44 int8_t LocaleMatcher::IsMoreSuitable(const LocaleInfo *current, const LocaleInfo *other, const Loca… in IsMoreSuitable() 90 bool LocaleMatcher::CompareLanguage(const LocaleInfo *current, const LocaleInfo *other) in CompareLanguage() 118 bool LocaleMatcher::CompareRegionWhenLangIsNotEqual(const LocaleInfo *current, const LocaleInfo *ot… in CompareRegionWhenLangIsNotEqual() 147 int8_t LocaleMatcher::CompareRegionWhenQaag(const LocaleInfo *current, const LocaleInfo *other, in CompareRegionWhenQaag() 232 int8_t LocaleMatcher::CompareRegion(const LocaleInfo *current, const LocaleInfo *other, const Local… in CompareRegion() 277 const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request) in CompareWhenRegionIsNull() 332 int8_t LocaleMatcher::AlphabeticallyCompare(const LocaleInfo *current, uint64_t currentEncodedLocal… in AlphabeticallyCompare() 415 int8_t LocaleMatcher::CompareDefaultRegion(const LocaleInfo *current, const LocaleInfo *other, in CompareDefaultRegion() 453 int8_t LocaleMatcher::CompareLanguageIgnoreOldNewCode(const LocaleInfo *current, const LocaleInfo *… in CompareLanguageIgnoreOldNewCode() 468 bool LocaleMatcher::Match(const LocaleInfo *current, const LocaleInfo *other) in Match() [all …]
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | locale_matcher.cpp | 241 int8_t CompareRegionWhenQaag(const ResLocale *current, in CompareRegionWhenQaag() 269 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage() 298 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript() 337 int8_t AlphabeticallyCompare(const ResLocale *current, in AlphabeticallyCompare() 373 const ResLocale *current, in CompareWhenRegionIsNull() 425 int8_t CompareDefaultRegion(const ResLocale *current, in CompareDefaultRegion() 457 int8_t CompareRegion(const ResLocale *current, in CompareRegion() 507 bool LocaleMatcher::Match(const ResLocale *current, const ResLocale *other) in Match() 574 bool CompareRegionWhenLangIsNotEqual(const ResLocale *current, in CompareRegionWhenLangIsNotEqual() 603 int8_t LocaleMatcher::IsMoreSuitable(const ResLocale *current, in IsMoreSuitable() [all …]
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | locale_matcher.cpp | 238 int8_t CompareRegionWhenQaag(const ResLocale *current, in CompareRegionWhenQaag() 266 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage() 296 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript() 335 int8_t AlphabeticallyCompare(const ResLocale *current, in AlphabeticallyCompare() 371 const ResLocale *current, in CompareWhenRegionIsNull() 423 int8_t CompareDefaultRegion(const ResLocale *current, in CompareDefaultRegion() 455 int8_t CompareRegion(const ResLocale *current, in CompareRegion() 505 bool LocaleMatcher::Match(const ResLocale *current, const ResLocale *other) in Match() 572 bool CompareRegionWhenLangIsNotEqual(const ResLocale *current, in CompareRegionWhenLangIsNotEqual() 601 int8_t LocaleMatcher::IsMoreSuitable(const ResLocale *current, in IsMoreSuitable() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 65 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in NewSessionOfBinderProxy() local 181 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in QueryClientSessionObject() local 197 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in QueryServerSessionObject() local 215 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in OnReceiveNewConnection() local 253 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in CreateProcessThread() local 272 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in OnRawDataAvailable() local 429 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in JoinProcessThread() local 539 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in UpdateClientSession() local 583 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in OnDatabusSessionClientSideClosed() local 623 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in OnDatabusSessionServerSideClosed() local [all …]
|
/aosp12/packages/modules/Connectivity/tests/cts/net/jni/ |
H A D | NativeDnsJni.c | 48 struct addrinfo *current = answer; in Java_android_net_cts_DnsTest_testNativeDns() local 81 struct addrinfo *current = answer; in Java_android_net_cts_DnsTest_testNativeDns() local 158 char **current = my_hostent->h_addr_list; in Java_android_net_cts_DnsTest_testNativeDns() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/fold_screen_controller/ |
H A D | fold_screen_state_machine.h | 41 virtual void OnTransitionEnter(FoldScreenState current, FoldScreenState next) { } in OnTransitionEnter() 43 virtual void OnTransitionExit(FoldScreenState previous, FoldScreenState current) { } in OnTransitionExit()
|