Home
last modified time | relevance | path

Searched defs:restart (Results 1 – 25 of 888) sorted by relevance

12345678910>>...36

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentLinkedDeque.java874 if (p == (p = p.next)) continue restart; in peekFirst() local
879 if (first.prev != null) continue restart; in peekFirst() local
889 if (p == (p = p.prev)) continue restart; in peekLast() local
894 if (last.next != null) continue restart; in peekLast() local
919 if (first.prev != null) continue restart; in pollFirst() local
925 if (p == (p = p.next)) continue restart; in pollFirst() local
927 if (first.prev != null) continue restart; in pollFirst() local
940 if (last.next != null) continue restart; in pollLast() local
946 if (p == (p = p.prev)) continue restart; in pollLast() local
948 if (last.next != null) continue restart; in pollLast() local
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentLinkedDeque.java874 if (p == (p = p.next)) continue restart; in peekFirst() local
879 if (first.prev != null) continue restart; in peekFirst() local
889 if (p == (p = p.prev)) continue restart; in peekLast() local
894 if (last.next != null) continue restart; in peekLast() local
919 if (first.prev != null) continue restart; in pollFirst() local
925 if (p == (p = p.next)) continue restart; in pollFirst() local
927 if (first.prev != null) continue restart; in pollFirst() local
940 if (last.next != null) continue restart; in pollLast() local
946 if (p == (p = p.prev)) continue restart; in pollLast() local
948 if (last.next != null) continue restart; in pollLast() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentLinkedDeque.java874 if (p == (p = p.next)) continue restart; in peekFirst() local
879 if (first.prev != null) continue restart; in peekFirst() local
889 if (p == (p = p.prev)) continue restart; in peekLast() local
894 if (last.next != null) continue restart; in peekLast() local
919 if (first.prev != null) continue restart; in pollFirst() local
925 if (p == (p = p.next)) continue restart; in pollFirst() local
927 if (first.prev != null) continue restart; in pollFirst() local
940 if (last.next != null) continue restart; in pollLast() local
946 if (p == (p = p.prev)) continue restart; in pollLast() local
948 if (last.next != null) continue restart; in pollLast() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/
Dhigh_resolution_timer.hpp71 void restart() in restart() function in util::high_resolution_timer
157 void restart() in restart() function in util::high_resolution_timer
246 void restart() in restart() function in util::high_resolution_timer
389 void restart() in restart() function in util::high_resolution_timer
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/performance/xml/
Dhigh_resolution_timer.hpp72 void restart() in restart() function in boost::archive::xml::high_resolution_timer
161 void restart() in restart() function in boost::archive::xml::high_resolution_timer
253 void restart() in restart() function in boost::archive::xml::high_resolution_timer
399 void restart() in restart() function in boost::archive::xml::high_resolution_timer
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_simd_inc.h243 struct sljit_label *restart; in fast_forward_char_simd() local
501 struct sljit_label *restart; in fast_forward_char_pair_simd() local
1235 struct sljit_label *restart; in fast_forward_char_simd() local
1599 struct sljit_label *restart; in fast_forward_char_pair_simd() local
1922 struct sljit_label *restart; in fast_forward_char_simd() local
2174 struct sljit_label *restart; in fast_forward_char_pair_simd() local
/aosp_15_r20/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
H A DProcessUtil.kt12 fun restart() { in <lambda>() method
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra/
H A Di2c.c128 static int tegra_i2c_request(int bus, unsigned int chip, int cont, int restart, in tegra_i2c_request()
160 static int i2c_transfer_segment(unsigned int bus, unsigned int chip, int restart, in i2c_transfer_segment()
/aosp_15_r20/external/autotest/client/cros/multimedia/
H A Dfacade_resource.py55 def __init__(self, chrome_object=None, restart=False): argument
122 def start_default_chrome(self, restart=False, extra_browser_args=None, argument
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DVideoFrameSchedulerBase.cpp87 void VideoFrameSchedulerBase::PLL::restart() { in restart() function in android::VideoFrameSchedulerBase::PLL
346 void VideoFrameSchedulerBase::restart() { in restart() function in android::VideoFrameSchedulerBase
/aosp_15_r20/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java336 boolean restart); in doEnableDiscovery()
339 public void enableDiscovery(NfcDiscoveryParameters params, boolean restart) { in enableDiscovery()
345 restart); in enableDiscovery() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp463 begin_query(struct d3d12_context *ctx, struct d3d12_query *q_parent, bool restart) in begin_query()
478 begin_timer_query(struct d3d12_context *ctx, struct d3d12_query *q_parent, bool restart) in begin_timer_query()
/aosp_15_r20/external/cronet/build/android/pylib/
H A Drestart_adbd.sh15 function restart() { function
/aosp_15_r20/external/angle/build/android/pylib/
H A Drestart_adbd.sh15 function restart() { function
/aosp_15_r20/external/libchrome/build/android/pylib/
H A Drestart_adbd.sh15 function restart() { function
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dwinsymconv.cmd28 :restart label
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/
DPlaybackStateView.java27 void restart(); in restart() method
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DPausableChronometer.java43 public void restart() { in restart() method in PausableChronometer
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/util/
DStopwatch.java54 public Stopwatch restart() { in restart() method in Stopwatch
/aosp_15_r20/external/autotest/client/common_lib/
H A Dcheck_version.py78 def restart(self): member in check_python_version
/aosp_15_r20/packages/services/BuiltInPrintService/src/com/android/bips/
DJobQueue.java53 void restart(PrinterId printerId) { in restart() method in JobQueue
/aosp_15_r20/external/oboe/samples/MegaDrone/src/main/cpp/
H A DMegaDroneEngine.cpp49 void MegaDroneEngine::restart() { in restart() function in MegaDroneEngine
/aosp_15_r20/external/webrtc/modules/video_coding/svc/
H A Dscalable_video_controller_no_layering.cc54 ScalableVideoControllerNoLayering::NextFrameConfig(bool restart) { in NextFrameConfig()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/orchestration/
H A Dpython_tracer.cpp15 void restart() override {} in restart() function
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_hidreports_tests.py69 restart=False): argument

12345678910>>...36