/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/ |
H A D | VariationalKMeansQuantizer.java | 93 KMeans.Mean current = optimalMeans.get(i); in quantize() local
|
/aosp14/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
H A D | BandwidthTestUtil.java | 104 int current = 0; in DownloadFromUrl() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_workthread.cpp | 129 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in ThreadHandler() local
|
H A D | ipc_process_skeleton.cpp | 167 auto current = ProcessSkeleton::GetInstance(); in GetRegistryObject() local 229 auto current = ProcessSkeleton::GetInstance(); in GetProxyObject() local 282 auto current = ProcessSkeleton::GetInstance(); in SetRegistryObject() local 355 auto current = ProcessSkeleton::GetInstance(); in IsContainsObject() local 374 auto current = ProcessSkeleton::GetInstance(); in DetachObject() local 391 auto current = ProcessSkeleton::GetInstance(); in AttachObject() local 406 auto current = ProcessSkeleton::GetInstance(); in QueryObject() local 454 auto current = ProcessSkeleton::GetInstance(); in SetIPCProxyLimit() local
|
/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/ |
H A D | dynamic_loader_ohos.cpp | 158 Dl_namespace current; in DynamicInitNamespace() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | native_implement_eventhandler.cpp | 115 EventRunnerNativeImplement::EventRunnerNativeImplement(bool current) in EventRunnerNativeImplement()
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | native_implement_eventhandler.cpp | 115 EventRunnerNativeImplement::EventRunnerNativeImplement(bool current) in EventRunnerNativeImplement()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | DayPickerViewPager.java | 148 final SimpleMonthView current = adapter.getView(getCurrent()); in findViewByPredicateTraversal() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/ |
H A D | ipc_proxy_inner.c | 75 RpcSkeleton *current = GetCurrentRpcSkeleton(); in InvokerListenThread() local
|
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/server/ |
H A D | RpcServerTest.cpp | 164 IpcSkeleton *current = GetCurrentSkeleton(); variable
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BaseAppStateTimeEvents.java | 91 final T current = events.peek(); in trimEvents() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.cpp | 124 int32_t current = 0; in InsertChild() local
|
/aosp14/system/core/libcutils/ |
H A D | hashmap.cpp | 198 Entry* current = *p; in hashmapPut() local 245 Entry* current; in hashmapRemove() local
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
H A D | UsbPortHidl.java | 454 PortStatus_1_1 current = currentPortStatus.get(i); in notifyPortStatusChange_1_1() local 490 PortStatus current = currentPortStatus.get(i); in notifyPortStatusChange_1_2() local
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_interface_impl.cpp | 149 int32_t ThermalInterfaceImpl::SetBatteryCurrent(int32_t current) in SetBatteryCurrent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | stage_manager.cpp | 388 for (int32_t current = 0; current < popSize; ++current) { in PopPageToIndex() local 409 for (int32_t current = 1; current < popSize; ++current) { in PopPageToIndex() local 417 for (int32_t current = 0; current < popSize; ++current) { in PopPageToIndex() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | RadioListPreference.java | 122 CharSequence current = mListPref.getValue(); in update() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | ipc_thread_pool.c | 35 ThreadContext *current = NULL; in GetCurrentThreadContext() local
|
/ohos5.0/foundation/arkui/ui_appearance/test/unittest/ |
H A D | ui_appearance_test.cpp | 211 auto current = nowTime->tm_hour * 60 + nowTime->tm_min; variable
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | regulator_virtual.c | 93 static int32_t VirtualRegulatorGetCurrent(struct RegulatorNode *node, uint32_t *current) in VirtualRegulatorGetCurrent()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | RcsConfig.java | 181 Characteristic current = mRoot; in RcsConfig() local 322 public void setCurrentCharacteristic(@NonNull Characteristic current) { in setCurrentCharacteristic()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
H A D | ALSProbe.java | 177 final float current = mLastAmbientLux; in awaitNextLux() local
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | linked_list.rs | 425 current: *const Node<T>, field 467 pub(crate) fn current(&self) -> Option<&'a T> { in current() method 494 current: *const Node<T>, field 536 pub(crate) fn current(&mut self) -> Option<&mut T> { in current() method
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.cpp | 180 bool CJSONParser::AddNode(ListNode *&head, char *current) in AddNode() 210 ListNode *current = node->next; in ClearNode() local 790 char *current = nullptr; in Split() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/ |
H A D | dbinder_invoker.c | 487 IpcSkeleton *current = GetCurrentSkeleton(); in CreateProcessThread() local 528 IpcSkeleton *current = GetCurrentSkeleton(); in OnReceiveNewConnection() local 763 IpcSkeleton *current = GetCurrentSkeleton(); in RpcStopWorkThread() local
|