Home
last modified time | relevance | path

Searched refs:roundtrip (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium-trace/catapult/third_party/Paste/tests/test_auth/
Dtest_auth_cookie.py44 roundtrip = str('').join(map(chr, xrange(256)))
45 test_basic(roundtrip,roundtrip)
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c62 roundtrip(struct dri2_egl_display *dri2_dpy) in roundtrip() function
332 roundtrip(dri2_dpy); in dri2_release_buffers()
635 if (roundtrip(dri2_dpy) < 0) in dri2_wayland_authenticate()
786 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_drm == NULL) in dri2_initialize_wayland()
789 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->fd == -1) in dri2_initialize_wayland()
792 if (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated) in dri2_initialize_wayland()
/external/llvm/test/Assembler/
Dinvalid-metadata-attachment-has-type.ll5 ; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: invalid metadata-value-metadata roundtrip
/external/llvm/test/Bitcode/
Dtailcall.ll4 ; Check that musttail and tail roundtrip.
Dinalloca.ll4 ; inalloca should roundtrip.
/external/valgrind/gdbserver_tests/
Dnlpasssigalrm.vgtest5 # it directly to the process, without roundtrip to gdb.
/external/skia/src/opts/
DSkNx_sse.h21 __m128 roundtrip = _mm_cvtepi32_ps(_mm_cvttps_epi32(v)); in sse2_mm_floor_ps() local
22 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in sse2_mm_floor_ps()
23 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in sse2_mm_floor_ps()
DSkNx_neon.h18 auto roundtrip = vcvtq_f32_s32(vcvtq_s32_f32(v)); in armv7_vrndmq_f32() local
19 auto too_big = vcgtq_f32(roundtrip, v); in armv7_vrndmq_f32()
20 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1))); in armv7_vrndmq_f32()
/external/llvm/test/MC/COFF/
Dtricky-names.ll4 ; Check that we can roundtrip these names through our assembler.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderingMode.java312 static final byte roundtrip[][][][] = field in TestReorderingMode
446 if (roundtrip[tc][mode][option][level] == 1) { in assertRoundTrip()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java308 static final byte roundtrip[][][][] = field in TestReorderingMode
442 if (roundtrip[tc][mode][option][level] == 1) { in assertRoundTrip()
/external/icu/icu4c/source/data/mappings/
DREADME.emoji54 For the relevant symbols that have roundtrip mappings,
56 use the |0 roundtrip precision
Dgsm-03.38-2000.ucm30 # converted back to GSM 03.38. A roundtrip for U+00A0 adds a character that is
Dmacos-0_2-10.2.ucm18 # |0 for exact 1-1 roundtrip mapping
Dmacos-6_2-10.4.ucm18 # |0 for exact 1-1 roundtrip mapping
Dmacos-29-10.2.ucm18 # |0 for exact 1-1 roundtrip mapping
Dmacos-7_3-10.2.ucm18 # |0 for exact 1-1 roundtrip mapping
Dmacos-35-10.2.ucm18 # |0 for exact 1-1 roundtrip mapping
Debcdic-xml-us.ucm23 # and NL codes to U+000A LF. U+000A<->cp+25 is the roundtrip. The fallbacks are
Dwindows-874-2000.ucm18 # |0 for exact 1-1 roundtrip mapping
/external/wpa_supplicant_8/src/radius/
Dradius_client.c795 int len, roundtrip; in radius_client_receive() local
883 roundtrip = (now.sec - req->last_attempt.sec) * 100 + in radius_client_receive()
889 roundtrip / 100, roundtrip % 100); in radius_client_receive()
890 rconf->round_trip_time = roundtrip; in radius_client_receive()
/external/curl/docs/
DROADMAP.md37 As it would avoid the roundtrip-heavy Upgrade: procedures when you _know_
/external/iproute2/netem/
DREADME.distribution52 collected 25,000 "ping" roundtrip times to a "distant" point (time.nist.gov).
/external/iproute2/
DREADME.distribution50 collected 25,000 "ping" roundtrip times to a "distant" point (time.nist.gov).
/external/icu/icu4c/source/test/testdata/
Dformat.txt587 // won't roundtrip.

12