Home
last modified time | relevance | path

Searched refs:test_array (Results 1 – 20 of 20) sorted by relevance

/third_party/node/test/js-native-api/test_array/
Dtest.js6 const test_array = require(`./build/${common.buildType}/test_array`); constant
24 test_array.TestGetElement(array, array.length + 1);
31 test_array.TestGetElement(array, -2);
37 assert.strictEqual(test_array.TestGetElement(array, index), element);
41 assert.deepStrictEqual(test_array.New(array), array);
43 assert(test_array.TestHasElement(array, 0));
44 assert.strictEqual(test_array.TestHasElement(array, array.length + 1), false);
46 assert(test_array.NewWithLength(0) instanceof Array);
47 assert(test_array.NewWithLength(1) instanceof Array);
49 assert(test_array.NewWithLength(4294967295) instanceof Array);
[all …]
Dbinding.gyp4 "target_name": "test_array",
7 "test_array.c"
/third_party/libabigail/tests/data/test-read-ctf/
Dtest0.abi15 …<elf-symbol name='test_array' size='40' type='object-type' binding='global-binding' visibility='de…
63 …<var-decl name='test_array' type-id='type-id-4' mangled-name='test_array' visibility='default' elf…
Dtest0.hash.abi15 …<elf-symbol name='test_array' size='40' type='object-type' binding='global-binding' visibility='de…
63 …<var-decl name='test_array' type-id='b7bd1749' mangled-name='test_array' visibility='default' elf-…
Dtest0.c11 int test_array[10] = {0}; variable
/third_party/skia/resources/sksl/runtime/
DPrecisionQualifiers.rts44 bool test_array() {
66 return (test_scalar() && test_vector() && test_matrix() && test_array() &&
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
Ddefault-init-array.c1 int test_array(int i) in test_array() function
Dconstant-init-array.c1 int test_array(int i) in test_array() function
/third_party/icu/icu4c/source/
Dconfigure1804 static int test_array [1 - 2 * !(($2) >= 0)];
1805 test_array [0] = 0;
1806 return test_array [0];
1821 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1822 test_array [0] = 0;
1823 return test_array [0];
1848 static int test_array [1 - 2 * !(($2) < 0)];
1849 test_array [0] = 0;
1850 return test_array [0];
1865 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/
Dconfigure1810 static int test_array [1 - 2 * !(($2) >= 0)];
1811 test_array [0] = 0;
1812 return test_array [0];
1827 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1828 test_array [0] = 0;
1829 return test_array [0];
1854 static int test_array [1 - 2 * !(($2) < 0)];
1855 test_array [0] = 0;
1856 return test_array [0];
1871 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
[all …]
/third_party/skia/third_party/externals/icu/source/
Dconfigure1804 static int test_array [1 - 2 * !(($2) >= 0)];
1805 test_array [0] = 0;
1806 return test_array [0];
1821 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1822 test_array [0] = 0;
1823 return test_array [0];
1848 static int test_array [1 - 2 * !(($2) < 0)];
1849 test_array [0] = 0;
1850 return test_array [0];
1865 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
[all …]
/third_party/rust/crates/quote/tests/
Dtest.rs87 fn test_array() { in test_array() function
/third_party/python/
Dconfigure2086 static int test_array [1 - 2 * !(($2) >= 0)];
2087 test_array [0] = 0;
2088 return test_array [0];
2103 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2104 test_array [0] = 0;
2105 return test_array [0];
2130 static int test_array [1 - 2 * !(($2) < 0)];
2131 test_array [0] = 0;
2132 return test_array [0];
2147 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
[all …]
/third_party/rust/crates/serde/test_suite/tests/
Dtest_ser.rs164 fn test_array() { in test_array() function
Dtest_de.rs1055 fn test_array() { in test_array() function
/third_party/libffi/
Dconfigure1993 static int test_array [1 - 2 * !(($2) >= 0)];
1994 test_array [0] = 0;
1995 return test_array [0];
2010 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2011 test_array [0] = 0;
2012 return test_array [0];
2037 static int test_array [1 - 2 * !(($2) < 0)];
2038 test_array [0] = 0;
2039 return test_array [0];
2054 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
[all …]
/third_party/python/Lib/test/
Dtest_marshal.py177 def test_array(self): member in BufferTestCase
D_test_multiprocessing.py2083 def test_array(self, raw=False): member in _TestArray
2124 self.test_array(raw=True)
5680 def test_array(self): member in TestSyncManagerTypes
Dtest_codecs.py1048 def test_array(self): member in ReadBufferTest
/third_party/python/Misc/
DHISTORY6131 - Issue #16888: test_array now works with unittest test discovery.