Home
last modified time | relevance | path

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

1234

/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
260 base::Optional<SharedRingBuffer> wr = SharedRingBuffer::Create(kBufSize); in TEST() local
266 base::Optional<SharedRingBuffer> wr = SharedRingBuffer::Create(kBufSize); in TEST() local
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c42 static void child(int size, int wr) in child()
121 static bool run_test(int wr_size, int wp_size, int wr, int wp) in run_test()
213 int wr, wp, size; in main() local
/external/perfetto/include/perfetto/base/
Dpipe.h41 ScopedFile wr; variable
/external/webrtc/webrtc/common_audio/signal_processing/
Dcomplex_fft.c32 int16_t wr, wi; in WebRtcSpl_ComplexFFT() local
162 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/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
Dlib530.c76 fd_set rd, wr, exc; in test() local
Dlib1506.c94 fd_set rd, wr, exc; in test() local
Dfirst.c45 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper()
/external/skqp/tests/
DWindowRectanglesTest.cpp27 GrWindowRectangles wr; in DEF_TEST() local
/external/skia/tests/
DWindowRectanglesTest.cpp27 GrWindowRectangles wr; in DEF_TEST() 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/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/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/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/perfetto/src/base/
Dfile_utils.cc77 ssize_t wr = PERFETTO_EINTR( in WriteAll() local
/external/kernel-headers/original/uapi/asm-mips/asm/
Ducontext.h39 unsigned long long wr[32]; member
/external/strace/tests/
Ds390_pci_mmio_read_write.c41 do_call(bool wr, kernel_ulong_t mmio_addr, kernel_ulong_t buf, in do_call()
/external/strace/tests-m32/
Ds390_pci_mmio_read_write.c41 do_call(bool wr, kernel_ulong_t mmio_addr, kernel_ulong_t buf, in do_call()
/external/strace/tests-mx32/
Ds390_pci_mmio_read_write.c41 do_call(bool wr, kernel_ulong_t mmio_addr, kernel_ulong_t buf, in do_call()

1234