/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
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_float.py | 1362 def roundtrip(x): function in function:HexFloatTestCase.test_roundtrip [all...] |
/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)
|
/external/skia/src/opts/ |
SkNx_neon.h | 16 // - roundtrip through integers via truncation 20 auto roundtrip = vcvtq_f32_s32(vcvtq_s32_f32(v)); local 21 auto too_big = vcgtq_f32(roundtrip, v); 22 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1)));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
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_float.py | 1368 def roundtrip(x): function in function:HexFloatTestCase.test_roundtrip [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
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_float.py | 1368 def roundtrip(x): function in function:HexFloatTestCase.test_roundtrip [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
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_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_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_float.py | 1368 def roundtrip(x): function in function:HexFloatTestCase.test_roundtrip [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ |
unparse.py | 571 def roundtrip(filename, output=sys.stdout):
function 591 roundtrip(fullname, output)
603 roundtrip(a)
|
/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...] |
/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...] |
/external/icu/icu4c/source/test/cintltst/ |
cbiditst.c | 3946 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 | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/ |
commons-lang3-3.3.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/ |
commons-lang3-3.3.2.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/ |
commons-lang3-3.4.jar | |
/frameworks/data-binding/prebuilds/1.0-rc0/ |
databinding-studio-bundle.jar | |