HomeSort by relevance Sort by last modified time
    Searched refs:roundtrip (Results 1 - 25 of 47) sorted by null

1 2

  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 114 roundtrip(); method
124 roundtrip(); method
132 roundtrip(); method
140 roundtrip(); method
155 roundtrip(); method
169 roundtrip(); method
179 roundtrip(); method
190 roundtrip(); method
205 roundtrip(); method
220 roundtrip(); method
231 roundtrip(); method
243 roundtrip(); method
258 roundtrip(); method
274 roundtrip(); method
291 roundtrip(); method
298 roundtrip(); method
313 roundtrip(); method
324 roundtrip(); method
336 roundtrip(); method
348 roundtrip(); method
359 roundtrip(); method
371 roundtrip(); method
383 roundtrip(); method
394 roundtrip(); method
406 roundtrip(); method
427 roundtrip(); method
441 roundtrip(); method
452 roundtrip(); method
464 roundtrip(); method
475 roundtrip(); method
491 roundtrip(); method
511 roundtrip(); method
523 roundtrip(); method
533 roundtrip(); method
546 roundtrip(); method
557 roundtrip(); method
568 roundtrip(); method
583 roundtrip(); method
604 roundtrip(); method
616 roundtrip(); method
629 roundtrip(); method
649 roundtrip(); method
668 roundtrip(); method
820 private void roundtrip() { method in class:BundleTest
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tokenize.py 43 Test roundtrip for `untokenize`. `f` is an open file or a string. The source
48 >>> def roundtrip(f):
61 >>> roundtrip("if x == 1:\\n"
65 >>> roundtrip("# This is a comment\\n# This also")
73 >>> roundtrip("if x == 1 : \\n"
78 >>> roundtrip(open(f))
81 >>> roundtrip("if x == 1:\\n"
88 >>> roundtrip("if (x # The comments need to go in the right place\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
103 >>> roundtrip("try: import somemodule\\n"
    [all...]
test_parser.py 14 def roundtrip(self, f, s): member in class:RoundtripLegalSyntaxTestCase
20 self.fail("could not roundtrip %r: %s" % (s, why))
26 self.roundtrip(parser.expr, s)
38 self.roundtrip(parser.suite, s)
test_complex.py 525 roundtrip = complex(repr(z))
526 self.assertFloatsAreIdentical(z.real, roundtrip.real)
527 self.assertFloatsAreIdentical(z.imag, roundtrip.imag)
536 roundtrip = eval(repr(z))
539 0.0 + roundtrip.real)
541 0.0 + roundtrip.imag)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tokenize.py 43 Test roundtrip for `untokenize`. `f` is an open file or a string. The source
48 >>> def roundtrip(f):
61 >>> roundtrip("if x == 1:\\n"
65 >>> roundtrip("# This is a comment\\n# This also")
73 >>> roundtrip("if x == 1 : \\n"
78 >>> roundtrip(open(f))
81 >>> roundtrip("if x == 1:\\n"
88 >>> roundtrip("if (x # The comments need to go in the right place\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
103 >>> roundtrip("try: import somemodule\\n
    [all...]
test_parser.py 16 def roundtrip(self, f, s): member in class:RoundtripLegalSyntaxTestCase
22 self.fail("could not roundtrip %r: %s" % (s, why))
28 self.roundtrip(parser.expr, s)
40 self.roundtrip(parser.suite, s)
test_complex.py 525 roundtrip = complex(repr(z))
526 self.assertFloatsAreIdentical(z.real, roundtrip.real)
527 self.assertFloatsAreIdentical(z.imag, roundtrip.imag)
536 roundtrip = eval(repr(z))
539 0.0 + roundtrip.real)
541 0.0 + roundtrip.imag)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tokenize.py 43 Test roundtrip for `untokenize`. `f` is an open file or a string. The source
48 >>> def roundtrip(f):
61 >>> roundtrip("if x == 1:\\n"
65 >>> roundtrip("# This is a comment\\n# This also")
73 >>> roundtrip("if x == 1 : \\n"
78 >>> roundtrip(open(f))
81 >>> roundtrip("if x == 1:\\n"
88 >>> roundtrip("if (x # The comments need to go in the right place\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
103 >>> roundtrip("try: import somemodule\\n
    [all...]
test_parser.py 16 def roundtrip(self, f, s): member in class:RoundtripLegalSyntaxTestCase
22 self.fail("could not roundtrip %r: %s" % (s, why))
28 self.roundtrip(parser.expr, s)
40 self.roundtrip(parser.suite, s)
test_complex.py 525 roundtrip = complex(repr(z))
526 self.assertFloatsAreIdentical(z.real, roundtrip.real)
527 self.assertFloatsAreIdentical(z.imag, roundtrip.imag)
536 roundtrip = eval(repr(z))
539 0.0 + roundtrip.real)
541 0.0 + roundtrip.imag)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 43 Test roundtrip for `untokenize`. `f` is an open file or a string. The source
48 >>> def roundtrip(f):
61 >>> roundtrip("if x == 1:\\n"
65 >>> roundtrip("# This is a comment\\n# This also")
73 >>> roundtrip("if x == 1 : \\n"
78 >>> roundtrip(open(f))
81 >>> roundtrip("if x == 1:\\n"
88 >>> roundtrip("if (x # The comments need to go in the right place\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
103 >>> roundtrip("try: import somemodule\\n
    [all...]
test_parser.py 16 def roundtrip(self, f, s): member in class:RoundtripLegalSyntaxTestCase
22 self.fail("could not roundtrip %r: %s" % (s, why))
28 self.roundtrip(parser.expr, s)
40 self.roundtrip(parser.suite, s)
test_complex.py 525 roundtrip = complex(repr(z))
526 self.assertFloatsAreIdentical(z.real, roundtrip.real)
527 self.assertFloatsAreIdentical(z.imag, roundtrip.imag)
536 roundtrip = eval(repr(z))
539 0.0 + roundtrip.real)
541 0.0 + roundtrip.imag)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 43 Test roundtrip for `untokenize`. `f` is an open file or a string. The source
48 >>> def roundtrip(f):
61 >>> roundtrip("if x == 1:\\n"
65 >>> roundtrip("# This is a comment\\n# This also")
73 >>> roundtrip("if x == 1 : \\n"
78 >>> roundtrip(open(f))
81 >>> roundtrip("if x == 1:\\n"
88 >>> roundtrip("if (x # The comments need to go in the right place\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
103 >>> roundtrip("try: import somemodule\\n
    [all...]
test_parser.py 16 def roundtrip(self, f, s): member in class:RoundtripLegalSyntaxTestCase
22 self.fail("could not roundtrip %r: %s" % (s, why))
28 self.roundtrip(parser.expr, s)
40 self.roundtrip(parser.suite, s)
test_complex.py 525 roundtrip = complex(repr(z))
526 self.assertFloatsAreIdentical(z.real, roundtrip.real)
527 self.assertFloatsAreIdentical(z.imag, roundtrip.imag)
536 roundtrip = eval(repr(z))
539 0.0 + roundtrip.real)
541 0.0 + roundtrip.imag)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestReorderingMode.java 314 static final byte roundtrip[][][][] = field in class:TestReorderingMode
448 if (roundtrip[tc][mode][option][level] == 1) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestReorderingMode.java 313 static final byte roundtrip[][][][] = field in class:TestReorderingMode
447 if (roundtrip[tc][mode][option][level] == 1) {
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 62 roundtrip(struct dri2_egl_display *dri2_dpy) function
332 roundtrip(dri2_dpy);
635 if (roundtrip(dri2_dpy) < 0)
786 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_drm == NULL)
789 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->fd == -1)
792 if (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated)
  /prebuilts/go/darwin-x86/src/net/url/
url_test.go 23 roundtrip string // expected result of reserializing the URL; empty means same as "in".
595 if tt.roundtrip == "" {
604 if w := tt.roundtrip; b.N > 0 && g != w {
729 if tt.roundtrip != "" {
730 expected = tt.roundtrip
887 roundtrip, err := QueryUnescape(actual)
888 if roundtrip != tt.in || err != nil {
889 t.Errorf("QueryUnescape(%q) = %q, %s; want %q, %s", actual, roundtrip, err, tt.in, "[no error]")
935 roundtrip, err := PathUnescape(actual)
936 if roundtrip != tt.in || err != nil
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url_test.go 23 roundtrip string // expected result of reserializing the URL; empty means same as "in".
595 if tt.roundtrip == "" {
604 if w := tt.roundtrip; b.N > 0 && g != w {
729 if tt.roundtrip != "" {
730 expected = tt.roundtrip
887 roundtrip, err := QueryUnescape(actual)
888 if roundtrip != tt.in || err != nil {
889 t.Errorf("QueryUnescape(%q) = %q, %s; want %q, %s", actual, roundtrip, err, tt.in, "[no error]")
935 roundtrip, err := PathUnescape(actual)
936 if roundtrip != tt.in || err != nil
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
ratconv_test.go 396 // 3. Check f->R->f roundtrip is non-lossy.
451 // 3. Check f->R->f roundtrip is non-lossy.
  /prebuilts/go/linux-x86/src/math/big/
ratconv_test.go 396 // 3. Check f->R->f roundtrip is non-lossy.
451 // 3. Check f->R->f roundtrip is non-lossy.
  /external/wpa_supplicant_8/src/radius/
radius_client.c 795 int len, roundtrip; local
883 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
889 roundtrip / 100, roundtrip % 100);
890 rconf->round_trip_time = roundtrip;
    [all...]
  /external/skia/src/jumper/
SkJumper_stages.cpp 127 F roundtrip = vcvt_f32_s32(vcvt_s32_f32(v));
128 return roundtrip - if_then_else(roundtrip > v, 1.0_f, 0);
229 F roundtrip = _mm_cvtepi32_ps(_mm_cvttps_epi32(v));
230 return roundtrip - if_then_else(roundtrip > v, 1.0_f, 0);
    [all...]

Completed in 1442 milliseconds

1 2