HomeSort by relevance Sort by last modified time
    Searched refs:test_base (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/kernel/device-drivers/base/user_base/
Makefile 5 test_base: $(OBJS)
9 rm -f $(OBJS) test_base
  /frameworks/rs/tests/lldb/tests/testcases/
test_language.py 19 from harness.test_base import TestBaseNoTargetProcess
  /external/e2fsprogs/tests/
test_one.in 58 test_base=`echo $test_name | sed -e 's/_.*//'`
59 default_script=$SRCDIR/defaults/${test_base}_script
61 . $SRCDIR/defaults/${test_base}_script
  /frameworks/rs/tests/lldb/tests/harness/
__init__.py 22 from .test_base import TestBase
test_base_remote.py 22 from .test_base import TestBase
  /external/libmojo/mojo/edk/test/
mojo_test_base.h 186 // The function is defined as a subclass of |test_base| to facilitate shared
193 #define DEFINE_TEST_CLIENT_WITH_PIPE(client_name, test_base, pipe_name) \
194 class client_name##_MainFixture : public test_base { \
211 #define DEFINE_TEST_CLIENT_TEST_WITH_PIPE(client_name, test_base, pipe_name) \
212 class client_name##_MainFixture : public test_base { \
227 #define DEFINE_TEST_CLIENT_WITH_PIPE(client_name, test_base, pipe_name)
228 #define DEFINE_TEST_CLIENT_TEST_WITH_PIPE(client_name, test_base, pipe_name)
  /external/v8/tools/clang/pylib/clang/
plugin_testing.py 15 def __init__(self, test_base, clang_path, plugin_path, plugin_name,
20 test_base: Path to the directory containing the tests.
28 self._test_base = test_base
  /external/e2fsprogs/misc/
badblocks.c 737 unsigned char *test_base, *save_base, *read_base; local
774 test_base = blkbuf + (blocks_at_once * block_size);
817 pattern_fill(test_base, pattern[pat_idx],
823 test_ptr = test_base;
923 test_ptr = test_base;
965 test_ptr = test_base;
    [all...]
  /external/clang/test/SemaCXX/
overload-call.cpp 247 void test_base(A* a) { function
264 void test_base(A& a) { function

Completed in 756 milliseconds