Home
last modified time | relevance | path

Searched defs:loop (Results 1 – 25 of 104) sorted by relevance

12345

/aosp12/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action_unittest.cc281 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
294 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
300 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
315 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
331 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
384 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
392 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
400 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
409 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
418 ScopedLoopbackDeviceBinder loop(postinstall_image_, false, nullptr); in TEST_F() local
[all …]
/aosp12/system/extras/simpleperf/
H A DIOEventLoop_test.cpp32 IOEventLoop loop; in TEST() local
71 IOEventLoop loop; in TEST() local
105 IOEventLoop loop; in TEST() local
131 IOEventLoop loop; in TestPeriodicEvents() local
164 IOEventLoop loop; in TEST() local
189 IOEventLoop loop; in TEST() local
227 IOEventLoop loop; in TEST() local
250 IOEventLoop loop; in TEST() local
H A Dworkload_test.cpp28 IOEventLoop loop; in TEST() local
45 IOEventLoop loop; in run_signaled_workload() local
64 IOEventLoop loop; in run_exit_nonzero_workload() local
H A DRecordReadThread_test.cpp61 for (size_t loop = 0; loop < 10; ++loop) { in TEST_F() local
259 IOEventLoop loop; in TEST_F() local
278 IOEventLoop loop; in TEST_F() local
313 IOEventLoop loop; in TEST_F() local
364 IOEventLoop loop; in TEST_F() local
392 IOEventLoop loop; in TEST_F() local
433 IOEventLoop loop; in TEST_F() local
509 IOEventLoop loop; in TEST_F() local
H A DIOEventLoop.cpp27 IOEventLoop* loop; member
217 IOEventLoop* loop = ref->loop; in DelEvent() local
/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis.cc28 static void RotateEntryPhiFirst(HLoopInformation* loop, in RotateEntryPhiFirst()
99 static bool IsGuardedBy(HLoopInformation* loop, in IsGuardedBy()
160 bool FixOutsideUse(HLoopInformation* loop, in FixOutsideUse()
200 bool RewriteBreakLoopBody(HLoopInformation* loop, in RewriteBreakLoopBody()
259 void HInductionVarAnalysis::VisitLoop(HLoopInformation* loop) { in VisitLoop()
696 HLoopInformation* loop, in SolvePhiAllInputs()
861 HLoopInformation* loop, in SolveConversion()
892 void HInductionVarAnalysis::VisitControl(HLoopInformation* loop) { in VisitControl()
920 void HInductionVarAnalysis::VisitCondition(HLoopInformation* loop, in VisitCondition()
977 void HInductionVarAnalysis::VisitTripCount(HLoopInformation* loop, in VisitTripCount()
[all …]
H A Dbounds_check_elimination.cc909 HLoopInformation* loop = bounds_check->GetBlock()->GetLoopInformation(); in VisitBoundsCheck() local
1348 HLoopInformation* loop = array_get->GetBlock()->GetLoopInformation(); in VisitArrayGet() local
1524 void TransformLoopForDynamicBCE(HLoopInformation* loop, HBoundsCheck* bounds_check) { in TransformLoopForDynamicBCE()
1654 bool DynamicBCESeemsProfitable(HLoopInformation* loop, HBasicBlock* block) { in DynamicBCESeemsProfitable()
1687 bool IsEarlyExitLoop(HLoopInformation* loop) { in IsEarlyExitLoop()
1713 bool CanHandleLength(HLoopInformation* loop, HInstruction* length, bool needs_taken_test) { in CanHandleLength()
1729 bool CanHandleNullCheck(HLoopInformation* loop, HInstruction* check, bool needs_taken_test) { in CanHandleNullCheck()
1787 HBasicBlock* GetPreHeader(HLoopInformation* loop, HInstruction* instruction) { in GetPreHeader()
1806 void InsertDeoptInLoop(HLoopInformation* loop, in InsertDeoptInLoop()
1837 void HoistToPreHeaderOrDeoptBlock(HLoopInformation* loop, HInstruction* instruction) { in HoistToPreHeaderOrDeoptBlock()
[all …]
/aosp12/system/extras/simpleperf/runtest/
H A Dfunction_indirect_recursive.cpp5 void FunctionRecursiveOne(int loop) { in FunctionRecursiveOne()
13 void FunctionRecursiveTwo(int loop) { in FunctionRecursiveTwo()
H A Dfunction_recursive.cpp3 void FunctionRecursive(int loop) { in FunctionRecursive()
/aosp12/system/core/libappfuse/
H A DFuseAppLoop.cc32 bool HandleLookUp(FuseAppLoop* loop, FuseBuffer* buffer, FuseAppLoopCallback* callback) { in HandleLookUp()
57 bool HandleGetAttr(FuseAppLoop* loop, FuseBuffer* buffer, FuseAppLoopCallback* callback) { in HandleGetAttr()
67 bool HandleRead(FuseAppLoop* loop, FuseBuffer* buffer, FuseAppLoopCallback* callback) { in HandleRead()
77 bool HandleWrite(FuseAppLoop* loop, FuseBuffer* buffer, FuseAppLoopCallback* callback) { in HandleWrite()
88 bool HandleMessage(FuseAppLoop* loop, FuseBuffer* buffer, int fd, FuseAppLoopCallback* callback) { in HandleMessage()
/aosp12/frameworks/native/services/inputflinger/
H A DInputThread.cpp26 explicit InputThreadImpl(std::function<void()> loop) in InputThreadImpl()
42 InputThread::InputThread(std::string name, std::function<void()> loop, std::function<void()> wake) in InputThread()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_storage_AppFuseBridge.cpp95 fuse::FuseBridgeLoop* const loop = reinterpret_cast<fuse::FuseBridgeLoop*>(java_loop); in com_android_server_storage_AppFuseBridge_delete() local
102 fuse::FuseBridgeLoop* const loop = reinterpret_cast<fuse::FuseBridgeLoop*>(java_loop); in com_android_server_storage_AppFuseBridge_start_loop() local
111 fuse::FuseBridgeLoop* const loop = reinterpret_cast<fuse::FuseBridgeLoop*>(java_loop); in com_android_server_storage_AppFuseBridge_add_bridge() local
/aosp12/system/core/fs_mgr/libdm/
H A Ddm_test.cpp542 LoopDevice loop(tmp, 10s); in TEST() local
566 LoopDevice loop(tmp, 10s); in TEST() local
585 LoopDevice loop(tmp, 10s); in TEST() local
606 LoopDevice loop(tmp, 10s); in TEST() local
626 LoopDevice loop(tmp, 10s); in TEST() local
652 LoopDevice loop(tmp, 10s); in TEST() local
H A Dloop_control_test.cpp56 LoopDevice loop(fd, 10s); in TEST() local
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DSingleThreadNamedTaskExecutor.java72 private void loop() { in loop() method in SingleThreadNamedTaskExecutor.Worker
/aosp12/system/update_engine/cros/
H A Domaha_request_action_fuzzer.cc31 brillo::FakeMessageLoop loop(nullptr); in LLVMFuzzerTestOneInput() local
/aosp12/art/test/652-deopt-intrinsic/src/
H A DMain.java25 public static void loop() { in loop() method in Main
/aosp12/frameworks/av/media/libnbaio/
H A DLibsndfileSource.cpp26 LibsndfileSource::LibsndfileSource(SNDFILE *sndfile, const SF_INFO &sfinfo, bool loop) : in LibsndfileSource()
/aosp12/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp76 bool checkLoop(int32_t *loop) in checkLoop()
117 int32_t priority, int32_t loop, float rate) in play()
212 void SoundPool::setLoop(int32_t streamID, int32_t loop) in setLoop()
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DMain.cpp61 bool loop = false; in main() local
/aosp12/frameworks/native/services/surfaceflinger/tests/vsync/
H A Dvsync.cpp59 sp<Looper> loop = new Looper(false); in main() local
/aosp12/art/test/2024-InvariantNegativeLoop/src/
H A DMain.java26 public int loop() { in loop() method in Main
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp73 SLmillibel sendLevel, bool alwaysOn, bool useFd, bool loop) in TestSendToPresetReverb()
343 bool loop = false; in main() local
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorCallbackScheduler.cpp72 void CallbackScheduler::loop() { in loop() function in android::vibrator::CallbackScheduler
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleAnimationSession.java181 RenderNodeAnimator loop = new RenderNodeAnimator(props.getNoisePhase(), in enterHardware() local
188 private void startAnimation(Animator expand, Animator loop) { in startAnimation()
213 ValueAnimator loop = ValueAnimator.ofFloat(mStartTime, mStartTime + MAX_NOISE_PHASE); in enterSoftware() local

12345