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

  /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)
test_float.py 1368 def roundtrip(x): function in function:HexFloatTestCase.test_roundtrip
    [all...]
  /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)
test_float.py 1368 def roundtrip(x): function in function:HexFloatTestCase.test_roundtrip
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 101 roundtrip(); method
111 roundtrip(); method
119 roundtrip(); method
127 roundtrip(); method
142 roundtrip(); method
156 roundtrip(); method
166 roundtrip(); method
177 roundtrip(); method
192 roundtrip(); method
207 roundtrip(); method
218 roundtrip(); method
230 roundtrip(); method
245 roundtrip(); method
261 roundtrip(); method
278 roundtrip(); method
285 roundtrip(); method
300 roundtrip(); method
311 roundtrip(); method
323 roundtrip(); method
335 roundtrip(); method
346 roundtrip(); method
358 roundtrip(); method
370 roundtrip(); method
381 roundtrip(); method
393 roundtrip(); method
414 roundtrip(); method
428 roundtrip(); method
439 roundtrip(); method
451 roundtrip(); method
462 roundtrip(); method
478 roundtrip(); method
498 roundtrip(); method
509 roundtrip(); method
519 roundtrip(); method
530 roundtrip(); method
545 roundtrip(); method
566 roundtrip(); method
578 roundtrip(); method
591 roundtrip(); method
611 roundtrip(); method
630 roundtrip(); method
762 private void roundtrip() { method in class:BundleTest
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/
popup.js 15 // Tests the roundtrip time of sendRequest().
35 // Tests the roundtrip time of Port.postMessage() after opening a channel.
  /external/chromium_org/third_party/mesa/src/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)
  /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)
  /external/wpa_supplicant_8/src/radius/
radius_client.c 690 int len, roundtrip; local
779 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
785 roundtrip / 100, roundtrip % 100);
786 rconf->round_trip_time = roundtrip;
    [all...]
  /external/chromium_org/remoting/webapp/
server_log_entry.js 119 remoting.ServerLogEntry.KEY_ROUNDTRIP_LATENCY_ = "roundtrip-latency";
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 4378 UChar32 roundtrip = 0; local
    [all...]
cbiditst.c 3219 static const char roundtrip[TC_COUNT][MODES_COUNT][OPTIONS_COUNT] local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 4397 UChar32 roundtrip = 0; local
    [all...]
cbiditst.c 3699 static const char roundtrip[TC_COUNT][MODES_COUNT][OPTIONS_COUNT] local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /external/v8/test/cctest/
test-api.cc 5828 Handle<String> roundtrip = v8_str(buffer); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 7401 Handle<String> roundtrip = v8_str(buffer); local
    [all...]

Completed in 814 milliseconds