/aosp12/system/update_engine/payload_consumer/ |
H A D | postinstall_runner_action_unittest.cc | 281 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 D | IOEventLoop_test.cpp | 32 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 D | workload_test.cpp | 28 IOEventLoop loop; in TEST() local 45 IOEventLoop loop; in run_signaled_workload() local 64 IOEventLoop loop; in run_exit_nonzero_workload() local
|
H A D | RecordReadThread_test.cpp | 61 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 D | IOEventLoop.cpp | 27 IOEventLoop* loop; member 217 IOEventLoop* loop = ref->loop; in DelEvent() local
|
/aosp12/art/compiler/optimizing/ |
H A D | induction_var_analysis.cc | 28 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 D | bounds_check_elimination.cc | 909 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 D | function_indirect_recursive.cpp | 5 void FunctionRecursiveOne(int loop) { in FunctionRecursiveOne() 13 void FunctionRecursiveTwo(int loop) { in FunctionRecursiveTwo()
|
H A D | function_recursive.cpp | 3 void FunctionRecursive(int loop) { in FunctionRecursive()
|
/aosp12/system/core/libappfuse/ |
H A D | FuseAppLoop.cc | 32 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 D | InputThread.cpp | 26 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 D | com_android_server_storage_AppFuseBridge.cpp | 95 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 D | dm_test.cpp | 542 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 D | loop_control_test.cpp | 56 LoopDevice loop(fd, 10s); in TEST() local
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
H A D | SingleThreadNamedTaskExecutor.java | 72 private void loop() { in loop() method in SingleThreadNamedTaskExecutor.Worker
|
/aosp12/system/update_engine/cros/ |
H A D | omaha_request_action_fuzzer.cc | 31 brillo::FakeMessageLoop loop(nullptr); in LLVMFuzzerTestOneInput() local
|
/aosp12/art/test/652-deopt-intrinsic/src/ |
H A D | Main.java | 25 public static void loop() { in loop() method in Main
|
/aosp12/frameworks/av/media/libnbaio/ |
H A D | LibsndfileSource.cpp | 26 LibsndfileSource::LibsndfileSource(SNDFILE *sndfile, const SF_INFO &sfinfo, bool loop) : in LibsndfileSource()
|
/aosp12/frameworks/base/media/jni/soundpool/ |
H A D | SoundPool.cpp | 76 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 D | Main.cpp | 61 bool loop = false; in main() local
|
/aosp12/frameworks/native/services/surfaceflinger/tests/vsync/ |
H A D | vsync.cpp | 59 sp<Looper> loop = new Looper(false); in main() local
|
/aosp12/art/test/2024-InvariantNegativeLoop/src/ |
H A D | Main.java | 26 public int loop() { in loop() method in Main
|
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | slesTestSendToPresetReverb.cpp | 73 SLmillibel sendLevel, bool alwaysOn, bool useFd, bool loop) in TestSendToPresetReverb() 343 bool loop = false; in main() local
|
/aosp12/frameworks/native/services/vibratorservice/ |
H A D | VibratorCallbackScheduler.cpp | 72 void CallbackScheduler::loop() { in loop() function in android::vibrator::CallbackScheduler
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RippleAnimationSession.java | 181 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
|