/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/ |
p1.cpp | 30 template<typename T> void test_type(T) { T::error; } // expected-error {{has no members}} function 31 template<> void test_type(int (*)()) {} function 40 test_type(e); 41 test_type(f); 42 test_type(g); 43 test_type(h); // expected-note {{instantiation}}
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
voe_standard_test.cc | 228 int run_auto_test(TestType test_type) { 229 assert(test_type != Standard); 244 if (test_type == Stress) { 247 } else if (test_type == CPU) { 289 TestType test_type = Invalid; local 294 test_type = Standard; 299 test_type = Stress; 304 test_type = CPU; 311 if (test_type == Standard) { 319 return run_auto_test(test_type); [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldProxyTest.java | 59 public void test_type() { method in class:OldProxyTest
|
/external/autotest/client/bin/ |
fio_util.py | 67 test_type = '' variable in class:fio_graph_generator 135 def _gen_data_row(cls, test_type, pass_list, percentile): 140 @param test_type: type of value collected for current test. i.e. IOPs 154 def _write_data(cls, f, test_type, pass_list, percentile): 160 @param test_type: type of value collected for current test. i.e. IOPs 165 row = cls._gen_data_row(test_type, pass_list, percentile) 173 def _write_option(cls, f, test_name, test_type, percentile): 179 @param test_type: type of value collected for current test. i.e. IOPs 185 (cls.graph_title[test_type], test_name)) 188 (cls.graph_title[test_type], test_name) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_symtable.py | 56 def test_type(self): member in class:SymtableTest
|
test_repr.py | 254 def test_type(self): member in class:LongReprTest
|
test_builtin.py | 1417 def test_type(self): member in class:BuiltinTest [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_symtable.py | 56 def test_type(self): member in class:SymtableTest
|
test_repr.py | 254 def test_type(self): member in class:LongReprTest
|
test_builtin.py | 1417 def test_type(self): member in class:BuiltinTest [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_symtable.py | 56 def test_type(self): member in class:SymtableTest
|
test_repr.py | 254 def test_type(self): member in class:LongReprTest
|
test_builtin.py | 1417 def test_type(self): member in class:BuiltinTest [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_symtable.py | 56 def test_type(self): member in class:SymtableTest
|
test_repr.py | 254 def test_type(self): member in class:LongReprTest
|
/external/fio/crc/ |
test.c | 29 struct test_type { struct 32 void (*fn)(struct test_type *, void *, size_t); 52 static void t_md5(struct test_type *t, void *buf, size_t size) 66 static void t_crc64(struct test_type *t, void *buf, size_t size) 74 static void t_crc32(struct test_type *t, void *buf, size_t size) 82 static void t_crc32c(struct test_type *t, void *buf, size_t size) 90 static void t_crc16(struct test_type *t, void *buf, size_t size) 98 static void t_crc7(struct test_type *t, void *buf, size_t size) 106 static void t_sha1(struct test_type *t, void *buf, size_t size) 120 static void t_sha256(struct test_type *t, void *buf, size_t size [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
ProxyTest.java | 95 public void test_type() { method in class:ProxyTest
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
sync.h | 170 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon37051
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
sync.h | 172 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon38910
|
syncstr.h | 103 unsigned int test_type; /* transition or Comparision type */ member in struct:_SyncTrigger
|
/external/autotest/frontend/afe/ |
models.py | 777 test_type: Client or Server 805 test_type = dbmodels.SmallIntegerField( variable in class:Test 855 test_type: Client or Server [all...] |
/external/valgrind/none/tests/ppc32/ |
test_isa_2_06_part1.c | 1032 vx_fp_test_type test_type; member in struct:vx_fp_test 1509 vx_fp_test_type test_type = test_group.test_type; local [all...] |
test_isa_2_06_part2.c | 1332 vx_fp_test_type test_type = test_group.type; local [all...] |
/external/valgrind/none/tests/ppc64/ |
test_isa_2_07_part2.c | 415 vx_fp_test_type test_type; member in struct:vx_fp_test1 435 vx_fp_test_type test_type; member in struct:vx_fp_test2 918 vx_fp_test_type test_type = test_group.test_type; local 920 switch (test_type) { 925 if (test_type == VX_FP_SMAS) 927 else if (test_type == VX_FP_SMSS) 929 else if (test_type == VX_FP_SNMAS) 944 printf("ERROR: Invalid VX FP test type %d\n", test_type); 969 if (test_type != VX_FP_OTHER) [all...] |
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test.h | 117 typedef enum test_type { enum 148 test_type_t test_type; member in struct:cmd_args
|