Home
last modified time | relevance | path

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

1234

/external/rust/crates/tokio/tests/
Dsync_barrier.rs23 let wr = assert_ready!(w.poll()); in zero_does_not_block() localVariable
28 let wr = assert_ready!(w.poll()); in zero_does_not_block() localVariable
39 let wr = assert_ready!(w.poll()); in single() localVariable
44 let wr = assert_ready!(w.poll()); in single() localVariable
49 let wr = assert_ready!(w.poll()); in single() localVariable
88 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_copy.rs31 let mut wr = Vec::new(); in copy() localVariable
Dio_write_int.rs32 let mut wr = Wr {}; in write_int_should_err_if_write_count_0() localVariable
Dio_write_all.rs43 let mut wr = Wr { in write_all() 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 base::Optional<SharedRingBuffer> wr = SharedRingBuffer::Create(kBufSize); in TEST() local
163 SharedRingBuffer wr = in TEST() local
192 SharedRingBuffer wr = in TEST() local
259 base::Optional<SharedRingBuffer> wr = SharedRingBuffer::Create(kBufSize); in TEST() local
265 base::Optional<SharedRingBuffer> wr = SharedRingBuffer::Create(kBufSize); in TEST() local
/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/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/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.c58 fd_set rd, wr, exc; in test() local
Dlib503.c65 fd_set rd, wr, exc; in test() local
Dlib533.c60 fd_set rd, wr, exc; in test() local
Dlib504.c42 fd_set rd, wr, exc; in test() local
Dlib525.c114 fd_set rd, wr, exc; in test() local
Dlib526.c86 fd_set rd, wr, exc; in test() local
Dlib1506.c94 fd_set rd, wr, exc; in test() local
/external/skqp/tests/
DWindowRectanglesTest.cpp27 GrWindowRectangles wr; in DEF_TEST() local
/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
/external/cldr/tools/java/org/unicode/cldr/util/
DFileCopier.java69 public static void copy(Reader rdr, Writer wr) throws IOException { in copy()
89 …public static void copyAndReplace(Reader rdr, Writer wr, Map<String, String> replacements) throws … in copyAndReplace()
/external/skia/tests/
DWindowRectanglesTest.cpp27 GrWindowRectangles wr; in DEF_TEST() local
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dgo.pass.cpp124 auto wr = writer; in sync_pull() local
150 auto wr = ch->writer; in await_resume() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DGaussNewtonOptimizer.java89 final double wr = weight * residual; in doOptimize() local
/external/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dgo.pass.cpp123 auto wr = writer; in sync_pull() local
149 auto wr = ch->writer; in await_resume() local

1234