Home
last modified time | relevance | path

Searched defs:current (Results 126 – 150 of 373) sorted by relevance

12345678910>>...15

/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DVariationalKMeansQuantizer.java93 KMeans.Mean current = optimalMeans.get(i); in quantize() local
/aosp14/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java104 int current = 0; in DownloadFromUrl() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_workthread.cpp129 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in ThreadHandler() local
H A Dipc_process_skeleton.cpp167 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 Ddynamic_loader_ohos.cpp158 Dl_namespace current; in DynamicInitNamespace() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Dnative_implement_eventhandler.cpp115 EventRunnerNativeImplement::EventRunnerNativeImplement(bool current) in EventRunnerNativeImplement()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dnative_implement_eventhandler.cpp115 EventRunnerNativeImplement::EventRunnerNativeImplement(bool current) in EventRunnerNativeImplement()
/aosp14/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java148 final SimpleMonthView current = adapter.getView(getCurrent()); in findViewByPredicateTraversal() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c75 RpcSkeleton *current = GetCurrentRpcSkeleton(); in InvokerListenThread() local
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/server/
H A DRpcServerTest.cpp164 IpcSkeleton *current = GetCurrentSkeleton(); variable
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBaseAppStateTimeEvents.java91 final T current = events.peek(); in trimEvents() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.cpp124 int32_t current = 0; in InsertChild() local
/aosp14/system/core/libcutils/
H A Dhashmap.cpp198 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 DUsbPortHidl.java454 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 Dthermal_interface_impl.cpp149 int32_t ThermalInterfaceImpl::SetBatteryCurrent(int32_t current) in SetBatteryCurrent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp388 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 DRadioListPreference.java122 CharSequence current = mListPref.getValue(); in update() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_thread_pool.c35 ThreadContext *current = NULL; in GetCurrentThreadContext() local
/ohos5.0/foundation/arkui/ui_appearance/test/unittest/
H A Dui_appearance_test.cpp211 auto current = nowTime->tm_hour * 60 + nowTime->tm_min; variable
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dregulator_virtual.c93 static int32_t VirtualRegulatorGetCurrent(struct RegulatorNode *node, uint32_t *current) in VirtualRegulatorGetCurrent()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsConfig.java181 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 DALSProbe.java177 final float current = mLastAmbientLux; in awaitNextLux() local
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs425 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 Dcjson_parser.cpp180 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 Ddbinder_invoker.c487 IpcSkeleton *current = GetCurrentSkeleton(); in CreateProcessThread() local
528 IpcSkeleton *current = GetCurrentSkeleton(); in OnReceiveNewConnection() local
763 IpcSkeleton *current = GetCurrentSkeleton(); in RpcStopWorkThread() local

12345678910>>...15