/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentLinkedDeque.java | 874 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 D | ConcurrentLinkedDeque.java | 874 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/ |
D | ConcurrentLinkedDeque.java | 874 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/ |
D | high_resolution_timer.hpp | 71 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/ |
D | high_resolution_timer.hpp | 72 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 D | pcre2_jit_simd_inc.h | 243 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 D | ProcessUtil.kt | 12 fun restart() { in <lambda>() method
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra/ |
H A D | i2c.c | 128 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 D | facade_resource.py | 55 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 D | VideoFrameSchedulerBase.cpp | 87 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/ |
D | NativeNfcManager.java | 336 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 D | d3d12_query.cpp | 463 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 D | restart_adbd.sh | 15 function restart() { function
|
/aosp_15_r20/external/angle/build/android/pylib/ |
H A D | restart_adbd.sh | 15 function restart() { function
|
/aosp_15_r20/external/libchrome/build/android/pylib/ |
H A D | restart_adbd.sh | 15 function restart() { function
|
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/ |
H A D | winsymconv.cmd | 28 :restart label
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | PlaybackStateView.java | 27 void restart(); in restart() method
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | PausableChronometer.java | 43 public void restart() { in restart() method in PausableChronometer
|
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/util/ |
D | Stopwatch.java | 54 public Stopwatch restart() { in restart() method in Stopwatch
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | check_version.py | 78 def restart(self): member in check_python_version
|
/aosp_15_r20/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | JobQueue.java | 53 void restart(PrinterId printerId) { in restart() method in JobQueue
|
/aosp_15_r20/external/oboe/samples/MegaDrone/src/main/cpp/ |
H A D | MegaDroneEngine.cpp | 49 void MegaDroneEngine::restart() { in restart() function in MegaDroneEngine
|
/aosp_15_r20/external/webrtc/modules/video_coding/svc/ |
H A D | scalable_video_controller_no_layering.cc | 54 ScalableVideoControllerNoLayering::NextFrameConfig(bool restart) { in NextFrameConfig()
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/orchestration/ |
H A D | python_tracer.cpp | 15 void restart() override {} in restart() function
|
/aosp_15_r20/external/autotest/server/cros/bluetooth/ |
H A D | bluetooth_adapter_hidreports_tests.py | 69 restart=False): argument
|