Home
last modified time | relevance | path

Searched defs:wr (Results 1 – 25 of 153) sorted by relevance

1234567

/external/rust/android-crates-io/crates/tokio/tests/
Dsync_barrier.rs26 let wr = assert_ready!(w.poll()); in zero_does_not_block() localVariable
31 let wr = assert_ready!(w.poll()); in zero_does_not_block() localVariable
42 let wr = assert_ready!(w.poll()); in single() localVariable
47 let wr = assert_ready!(w.poll()); in single() localVariable
52 let wr = assert_ready!(w.poll()); in single() localVariable
91 let wr = assert_ready!(w.poll()); in lots() localVariable
Dio_write.rs39 let mut wr = Wr { in write() localVariable
53 let mut wr = Cursor::new(Vec::new()); in write_cursor() localVariable
Dio_write_all_buf.rs44 let mut wr = Wr { in write_all_buf() localVariable
87 let mut wr = Wr { cnt: 0 }; in write_buf_err() localVariable
136 let mut wr = Wr { in write_all_buf_vectored() localVariable
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer_unittest.cc37 bool TryWrite(SharedRingBuffer* wr, const char* src, size_t size) { in TryWrite()
52 void StructuredTest(SharedRingBuffer* wr, SharedRingBuffer* rd) { in StructuredTest()
150 std::optional<SharedRingBuffer> wr = SharedRingBuffer::Create(kBufSize); in TEST() local
163 SharedRingBuffer wr = in TEST() local
192 SharedRingBuffer wr = in TEST() local
259 std::optional<SharedRingBuffer> wr = SharedRingBuffer::Create(kBufSize); in TEST() local
265 std::optional<SharedRingBuffer> wr = SharedRingBuffer::Create(kBufSize); in TEST() local
/external/robolectric/integration_tests/memoryleaks/src/test/java/org/robolectric/integrationtests/memoryleaks/
DMemoryLeaksTest.java16 WeakReference<T> wr; in assertNotLeaking() local
28 private static <T> void assertReferentWeaklyReachable(WeakReference<T> wr) { in assertReferentWeaklyReachable()
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c33 static void child(int size, int wr) in child()
112 static bool run_test(int wr_size, int wp_size, int wr, int wp) in run_test()
204 int wr, wp, size; in main() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_server.py128 async def serve(rd, wr): argument
170 async def serve(rd, wr): argument
191 async def serve(rd, wr): argument
216 async def serve(rd, wr): argument
/external/ComputeLibrary/src/cpu/operators/
DCpuScale.cpp38 void precompute_dx_dy_offsets(ITensor *dx, ITensor *dy, ITensor *offsets, float wr, float hr, Sampl… in precompute_dx_dy_offsets()
103 …const auto wr = arm_compute::scale_utils::calculate_resize_ratio(src->dimension… in configure() local
162 …const auto wr = arm_compute::scale_utils::calculate_resize_ratio(src->dimension… in validate() local
208 …const auto wr = arm_compute::scale_utils::calculate_resize_ratio(src->info()->d… in prepare() local
/external/python/cpython3/Include/internal/
Dpycore_weakref.h28 #define LOCK_WEAKREFS_FOR_WR(wr) \ argument
30 #define UNLOCK_WEAKREFS_FOR_WR(wr) PyMutex_Unlock(wr->weakrefs_lock) argument
/external/perfetto/src/profiling/perf/
Dunwind_queue.h62 uint64_t wr = wr_pos_.load(std::memory_order_relaxed); in BeginWrite() local
74 uint64_t wr = wr_pos_.load(std::memory_order_acquire); in BeginRead() local
/external/sg3_utils/testing/
Dsg_json_builder_test.c25 json_writer_t *wr = jsonw_new(stdout); in main() local
/external/webrtc/common_audio/signal_processing/
Dcomplex_fft.c33 int16_t wr, wi; in WebRtcSpl_ComplexFFT() local
163 int16_t wr, wi; in WebRtcSpl_ComplexIFFT() local
Dcomplex_fft_mips.c29 int32_t wr = 0, wi = 0; in WebRtcSpl_ComplexFFT() local
155 int32_t wr = 0, wi = 0; in WebRtcSpl_ComplexIFFT() local
/external/perfetto/include/perfetto/ext/base/
Dpipe.h44 ScopedPlatformHandle wr; variable
/external/curl/tests/libtest/
Dlib564.c60 fd_set rd, wr, exc; in test() local
Dlib503.c68 fd_set rd, wr, exc; in test() local
Dlib533.c62 fd_set rd, wr, exc; in test() local
Dlib525.c116 fd_set rd, wr, exc; in test() local
Dlib526.c88 fd_set rd, wr, exc; in test() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/test_tools/
Dpacket_reordering_writer.cc20 WriteResult wr = QuicPacketWriterWrapper::WritePacket( in WritePacket() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/test_tools/
Dpacket_reordering_writer.cc20 WriteResult wr = QuicPacketWriterWrapper::WritePacket( in WritePacket() local
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/
Dpipe.c265 static apr_status_t create_socket_pipe(SOCKET *rd, SOCKET *wr) in create_socket_pipe()
418 SOCKET wr; in apr_file_socket_pipe_create() local
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/
Dpipe.c265 static apr_status_t create_socket_pipe(SOCKET *rd, SOCKET *wr) in create_socket_pipe()
418 SOCKET wr; in apr_file_socket_pipe_create() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DFileCopier.java84 public static void copy(Reader rdr, Writer wr) throws IOException { in copy()
104 public static void copyAndReplace(Reader rdr, Writer wr, Map<String, String> replacements) in copyAndReplace()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalManager.java133 WeakReference<TerminalBridge> wr = new WeakReference<TerminalBridge>(bridge); in openConnection() local
148 WeakReference<TerminalBridge> wr = mHostBridgeMap.get(id); in getConnectedBridge() local

1234567