HomeSort by relevance Sort by last modified time
    Searched defs:do_test (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/sqlite/src/test/
thread_common.tcl 74 proc do_test {name script result} { procedure
  /ndk/tests/
check-release.sh 106 do_test () { function
149 do_test RELEASE "Checking top-level release file"
  /external/chromium_org/third_party/sqlite/src/tool/
restore_jrnl.tcl 61 proc do_test {name cmd expected} { procedure
229 do_test restore_jrnl-1.0 {
  /external/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
binder1st.pass.cpp 39 void do_test() function in class:test
57 t.do_test();
  /external/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
binder2nd.pass.cpp 39 void do_test() function in class:test
57 t.do_test();
  /ndk/sources/cxx-stl/gabi++/tests/
Android.mk 3 do_test = \ macro
18 do_test_simple = $(call do_test,$1,$1.cpp,$2)
20 $(call do_test,rtti,test_gabixx_rtti.cpp)
21 $(call do_test,exceptions,test_gabixx_exceptions.cpp)
22 $(call do_test,aux_runtime,test_aux_runtime.cpp)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
binder1st.pass.cpp 39 void do_test() function in class:test
57 t.do_test();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
binder2nd.pass.cpp 39 void do_test() function in class:test
57 t.do_test();
  /bionic/tests/
stack_unwinding_test_impl.c 66 void do_test() { function
  /external/libcxx/test/atomics/atomics.types.generic/
address.pass.cpp 75 do_test() function
128 do_test<A, T>();
129 do_test<volatile A, T>();
integral.pass.cpp 93 do_test() function
159 do_test<A, T>();
160 do_test<volatile A, T>();
  /external/oprofile/libop/tests/
parse_event_tests.c 31 static void do_test(struct events_test const * ev) function
56 do_test(ev);
alloc_counter_tests.c 147 static void do_test(struct allocated_counter const * it) function
214 do_test(it);
  /external/oprofile/libregex/tests/
regex_test.cpp 30 static void do_test(istream& fin) function
71 do_test(fin);
80 do_test(fin);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
address.pass.cpp 75 do_test() function
128 do_test<A, T>();
129 do_test<volatile A, T>();
integral.pass.cpp 93 do_test() function
159 do_test<A, T>();
160 do_test<volatile A, T>();
  /external/clang/test/CodeGen/
pragma-loop.cpp 20 void do_test(int *List, int Length) { function
  /external/e2fsprogs/resize/
test_extent.c 17 void do_test(FILE *in, FILE *out);
19 void do_test(FILE *in, FILE *out) function
121 do_test(stdin, stdout);
  /external/lldb/test/functionalities/exec/
TestExec.py 35 self.do_test ()
50 self.do_test ()
52 def do_test (self): member in class:ExecTestCase
  /external/valgrind/main/memcheck/tests/
pdb-realloc2.c 31 void do_test ( int size ) function
105 do_test(z);
106 do_test(z + 173);
107 do_test(z + 1731);
  /external/chromium_org/tools/grit/grit/format/policy_templates/
policy_template_generator_unittest.py 22 def do_test(self, policy_data, writer): member in class:PolicyTemplateGeneratorUnittest
75 result = self.do_test({}, LocalMockWriter())
99 self.do_test(policies_mock, LocalMockWriter())
134 self.do_test(policies_mock, LocalMockWriter())
179 self.do_test( policy_defs_mock, LocalMockWriter())
216 self.do_test(policy_data_mock, LocalMockWriter())
240 self.do_test(policy_defs_mock, LocalMockWriter())
263 self.do_test(policy_data_mock, LocalMockWriter())
336 self.do_test(policy_data_mock, local_mock_writer)
343 self.do_test(policy_data_mock, local_mock_writer
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sample-parsing.c 127 static int do_test(u64 sample_type, u64 sample_regs_user, u64 read_format) function
289 err = do_test(sample_type, 0, rf[i]);
301 err = do_test(sample_type, sample_regs_user, 0);
310 err = do_test(sample_type, sample_regs_user, rf[i]);
  /external/oprofile/libdb/tests/
db_test.c 121 static void do_test(void) function
179 do_test();
  /external/pixman/test/
scaling-crash-test.c 131 do_test (int32_t dst_size, function
183 assert (do_test (
187 assert (do_test (
191 assert (do_test (
193 assert (do_test (
201 assert (do_test (
210 assert (do_test (
215 assert (do_test (
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 39 def do_test(buf, method): function
131 d = do_test(orig, "GET")
133 d = do_test(orig, "POST")

Completed in 1040 milliseconds

1 2