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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
non-c-lang-syms.s 10 .comm _test$equiv.eq.1_, 16, 4
11 .comm _test$equiv.eq.100, 16, 5
12 .comm _test$equiv.eq._, 16, 6
13 .comm _test$equiv.eq., 16, 7
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_cortex_a8_b.s 25 .global _test
26 .type _test,%function
27 _test: label
30 .size _test,.-_test
arm_cortex_a8_b_cond.s 25 .global _test
26 .type _test,%function
27 _test: label
30 .size _test,.-_test
arm_cortex_a8_bl.s 25 .global _test
26 .type _test,%function
27 _test: label
30 .size _test,.-_test
arm_cortex_a8_local.s 24 .global _test
25 .type _test,%function
26 _test: label
29 .size _test,.-_test
arm_cortex_a8_local_reloc.s 26 .global _test
27 .type _test,%function
28 _test: label
31 .size _test,.-_test
arm_cortex_a8_blx.s 24 .global _test
25 .type _test,%function
26 _test: label
29 .size _test,.-_test
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRoundTripTest.java 55 _test(fmt);
59 _test(fmt);
63 _test(fmt);
77 _test(fmt);
80 _test(fmt);
83 _test(fmt);
100 private void _test(NumberFormat fmt) { method in class:NumberFormatRoundTripTest
102 _test(fmt, Double.NaN); method
103 _test(fmt, Double.POSITIVE_INFINITY); method
104 _test(fmt, Double.NEGATIVE_INFINITY) method
106 _test(fmt, 500); method
107 _test(fmt, 0); method
108 _test(fmt, -0); method
109 _test(fmt, 0.0); method
112 _test(fmt, negZero); method
113 _test(fmt, 9223372036854775808.0d); method
114 _test(fmt, -9223372036854775809.0d); method
120 _test(fmt, randomDouble(1)); method
122 _test(fmt, randomDouble(10000)); method
124 _test(fmt, Math.floor((randomDouble(10000)))); method
126 _test(fmt, randomDouble(1e50)); method
128 _test(fmt, randomDouble(1e-50)); method
130 _test(fmt, randomDouble(1e100)); method
132 _test(fmt, randomDouble(1e75)); method
134 _test(fmt, randomDouble(1e308) \/ ((DecimalFormat) fmt).getMultiplier()); method
136 _test(fmt, randomDouble(1e75) \/ ((DecimalFormat) fmt).getMultiplier()); method
138 _test(fmt, randomDouble(1e65) \/ ((DecimalFormat) fmt).getMultiplier()); method
140 _test(fmt, randomDouble(1e-292)); method
142 _test(fmt, randomDouble(1e-78)); method
144 _test(fmt, randomDouble(1e-323)); method
146 _test(fmt, randomDouble(1e-100)); method
148 _test(fmt, randomDouble(1e-78)); method
152 private void _test(NumberFormat fmt, double value) { method in class:NumberFormatRoundTripTest
153 _test(fmt, new Double(value)); method
156 private void _test(NumberFormat fmt, long value) { method in class:NumberFormatRoundTripTest
157 _test(fmt, new Long(value)); method
160 private void _test(NumberFormat fmt, Number value) { method in class:NumberFormatRoundTripTest
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRoundTripTest.java 52 _test(fmt);
56 _test(fmt);
60 _test(fmt);
74 _test(fmt);
77 _test(fmt);
80 _test(fmt);
97 private void _test(NumberFormat fmt) { method in class:NumberFormatRoundTripTest
99 _test(fmt, Double.NaN); method
100 _test(fmt, Double.POSITIVE_INFINITY); method
101 _test(fmt, Double.NEGATIVE_INFINITY) method
103 _test(fmt, 500); method
104 _test(fmt, 0); method
105 _test(fmt, -0); method
106 _test(fmt, 0.0); method
109 _test(fmt, negZero); method
110 _test(fmt, 9223372036854775808.0d); method
111 _test(fmt, -9223372036854775809.0d); method
117 _test(fmt, randomDouble(1)); method
119 _test(fmt, randomDouble(10000)); method
121 _test(fmt, Math.floor((randomDouble(10000)))); method
123 _test(fmt, randomDouble(1e50)); method
125 _test(fmt, randomDouble(1e-50)); method
127 _test(fmt, randomDouble(1e100)); method
129 _test(fmt, randomDouble(1e75)); method
131 _test(fmt, randomDouble(1e308) \/ ((DecimalFormat) fmt).getMultiplier()); method
133 _test(fmt, randomDouble(1e75) \/ ((DecimalFormat) fmt).getMultiplier()); method
135 _test(fmt, randomDouble(1e65) \/ ((DecimalFormat) fmt).getMultiplier()); method
137 _test(fmt, randomDouble(1e-292)); method
139 _test(fmt, randomDouble(1e-78)); method
141 _test(fmt, randomDouble(1e-323)); method
143 _test(fmt, randomDouble(1e-100)); method
145 _test(fmt, randomDouble(1e-78)); method
149 private void _test(NumberFormat fmt, double value) { method in class:NumberFormatRoundTripTest
150 _test(fmt, new Double(value)); method
153 private void _test(NumberFormat fmt, long value) { method in class:NumberFormatRoundTripTest
154 _test(fmt, new Long(value)); method
157 private void _test(NumberFormat fmt, Number value) { method in class:NumberFormatRoundTripTest
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
decode_csv_op_test.py 29 def _test(self, args, expected_out=None, expected_err_re=None): member in class:DecodeCSVOpTest
54 self._test(args, expected_out)
65 self._test(args, expected_out)
72 self._test(args, expected_out)
78 self._test(args, expected_out)
86 self._test(args, expected_out)
97 self._test(args, expected_out)
108 self._test(args, expected_out)
118 self._test(args, expected_out)
128 self._test(args, expected_out
    [all...]
string_to_number_op_test.py 31 def _test(self, tf_type, good_pairs, bad_pairs): member in class:StringToNumberOpTest
49 self._test(dtypes.float32,
62 self._test(dtypes.float64,
75 self._test(dtypes.int32,
88 self._test(dtypes.int64,
  /external/python/cpython3/Lib/tkinter/
__main__.py 6 from . import _test as main
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-d10v/
regression-001.s 9 .global _test
11 _test: label
  /external/llvm/utils/lit/lit/
LitTestCase.py 16 self._test = test
20 return self._test.getFullName()
23 return self._test.getFullName()
27 self._run.execute_test(self._test)
30 result = self._test.result
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
LitTestCase.py 14 self._test = test
18 return self._test.getFullName()
21 return self._test.getFullName()
24 tr, output = self._test.config.test_format.execute(
25 self._test, self._lit_config)
  /external/cn-cbor/test/
CMakeLists.txt 12 add_executable ( ${name}_test ${name}_test.c )
13 target_link_libraries ( ${name}_test PRIVATE cn-cbor )
14 target_include_directories ( ${name}_test PRIVATE ../include )
15 add_test ( NAME ${name} COMMAND ${name}_test )
  /external/python/cpython3/Lib/test/test_email/
test__encoded_words.py 9 def _test(self, source, ex_result, ex_defects=[]): member in class:TestDecodeQ
15 self._test(b'foobar', b'foobar')
18 self._test(b'foo=20bar=20', b'foo bar ')
19 self._test(b'foo_bar_', b'foo bar ')
22 self._test(b'foo=20=20=21=2Cbar', b'foo !,bar')
27 def _test(self, source, ex_result, ex_defects=[]): member in class:TestDecodeB
33 self._test(b'Zm9v', b'foo')
36 self._test(b'dmk', b'vi', [errors.InvalidBase64PaddingDefect])
39 self._test(b'dm\x01k===', b'vi', [errors.InvalidBase64CharactersDefect])
42 self._test(b'dm\x01k', b'vi', [errors.InvalidBase64CharactersDefect
56 def _test(self, source, result, charset='us-ascii', lang='', defects=[]): member in class:TestDecode
133 def _test(self, src, expected): member in class:TestEncodeQ
    [all...]
  /external/python/cpython3/Lib/test/
test_webbrowser.py 23 def _test(self, meth, *, args=[URL], kw={}, options, arguments): member in class:CommandTestMixin
52 self._test('open',
62 self._test('open',
72 self._test('open',
77 self._test('open', kw=dict(autoraise=False),
82 self._test('open_new',
87 self._test('open_new_tab',
97 self._test('open',
102 self._test('open', kw=dict(autoraise=False),
107 self._test('open_new'
    [all...]
  /external/testng/src/test/java/test/junit/testsetup/
TestSuiteContainerWrapper.java 8 private static TestSuite _test = null; field in class:TestSuiteContainerWrapper
13 _test = testSuite;
33 System.out.println(_test.countTestCases() + " test cases defined by \""
34 + _test.getName() + "\" were executed.");
  /external/tensorflow/tensorflow/python/eager/
test.py 22 from tensorflow.python.platform import test as _test
28 _test.main(argv)
  /external/llvm/test/MC/X86/
intel-syntax-2.s 4 _test: label
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Rev.py 90 def _test(): function
95 _test()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGeneratorGroup.py 30 def _test(): function
40 _test()
  /external/autotest/site_utils/sponge_lib/
autotest_job_info.py 130 self._test = test
139 return self._test.testname
144 return self._test.status
149 return time_utils.to_utc_timestamp(self._test.started_time)
154 return time_utils.to_utc_timestamp(self._test.finished_time)
159 return self._test.subdir
164 return getattr(self._test, 'attributes', {})
169 return getattr(self._test, 'reason', None)
  /external/python/cpython2/Demo/classes/
Rev.py 90 def _test(): function
95 _test()

Completed in 2601 milliseconds

1 2 3 4 5 6 7 8 91011>>