HomeSort by relevance Sort by last modified time
    Searched full:test_prefix (Results 1 - 20 of 20) sorted by null

  /cts/hostsidetests/systemui/app/src/android/systemui/cts/
TestTileService.java 40 public static final String TEST_PREFIX = "TileTest_";
45 Log.i(TAG, TEST_PREFIX + "onCreate");
51 Log.i(TAG, TEST_PREFIX + "onDestroy");
56 Log.i(TAG, TEST_PREFIX + "onTileAdded");
61 Log.i(TAG, TEST_PREFIX + "onTileRemoved");
68 Log.i(TAG, TEST_PREFIX + "onStartListening");
84 Log.i(TAG, TEST_PREFIX + "onStopListening");
91 Log.i(TAG, TEST_PREFIX + "onClick");
92 Log.i(TAG, TEST_PREFIX + "is_secure_" + isSecure());
93 Log.i(TAG, TEST_PREFIX + "is_locked_" + isLocked())
    [all...]
TestActiveTileService.java 27 Log.i(TAG, TEST_PREFIX + "onTileAdded");
34 TEST_PREFIX + "requestListeningState");
  /external/google-breakpad/src/common/linux/tests/
auto_testfile.h 50 // test_prefix: (input) test-specific prefix, can't be NULL.
51 explicit AutoTestFile(const char* test_prefix) {
52 Init(test_prefix);
57 // test_prefix: (input) test-specific prefix, can't be NULL.
59 AutoTestFile(const char* test_prefix, const char* text) {
60 Init(test_prefix);
65 AutoTestFile(const char* test_prefix, const char* text, size_t text_len) {
66 Init(test_prefix);
92 void Init(const char* test_prefix) {
97 test_prefix);
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
tempfile_ext_unittest.py 31 test_prefix = 'bar'
32 with tempfile_ext.NamedTemporaryDirectory(prefix=test_prefix) as d:
33 self.assertTrue(os.path.basename(d).startswith(test_prefix))
  /external/ltp/testcases/open_posix_testsuite/scripts/
generate-makefiles.sh 47 test_prefix=$(basename "$prereq_dir")
50 if [ "$test_prefix" = "speculative" ]; then
51 test_prefix=$(basename $(echo "$prereq_dir" | sed s/speculative//))
52 test_prefix="${test_prefix}_speculative"
63 tests="$tests${test_prefix}_$prereq"
72 targets="$targets${test_prefix}_$prereq"
79 # have the test_prefix as well
202 bin_file="${test_prefix}_$prereq"
234 dst="${test_prefix}_$prereq
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 83 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1)
85 for FILE in $(ls ${TEST_PREFIX}*fail.cpp); do
97 if (ls ${TEST_PREFIX}*pass.cpp > /dev/null 2>&1)
99 for FILE in $(ls ${TEST_PREFIX}*pass.cpp); do
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/
testit 83 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1)
85 for FILE in $(ls ${TEST_PREFIX}*fail.cpp); do
97 if (ls ${TEST_PREFIX}*pass.cpp > /dev/null 2>&1)
99 for FILE in $(ls ${TEST_PREFIX}*pass.cpp); do
  /system/core/liblog/tests/
liblog_test.cpp 45 #ifndef TEST_PREFIX
47 #define TEST_PREFIX android_set_log_transport(TEST_LOGGER);
50 #define TEST_PREFIX
91 #ifdef TEST_PREFIX
92 TEST_PREFIX
178 #ifdef TEST_PREFIX
179 TEST_PREFIX
324 #ifdef TEST_PREFIX
325 TEST_PREFIX
401 #ifdef TEST_PREFIX
    [all...]
  /cts/hostsidetests/systemui/src/android/host/systemui/
BaseTileServiceTest.java 37 public static final String TEST_PREFIX = "TileTest_";
110 final String searchStr = TEST_PREFIX + str;
  /external/chromium-trace/catapult/systrace/systrace/
monitor_unittest.py 38 def test_prefix(self): member in class:MonitorTest
  /toolchain/binutils/binutils-2.25/ld/
configure.ac 70 test_prefix=/usr/local
72 test_prefix=$prefix
75 test_exec_prefix=$test_prefix
80 "${test_prefix}"|"${test_prefix}/"*|\
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
JobStoreTest.java 25 private static final String TEST_PREFIX = "_test_";
36 mTestContext = new RenamingDelegatingContext(getContext(), TEST_PREFIX);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 414 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1)
416 for FILE in $(ls ${TEST_PREFIX}*fail.cpp | tr ' ' '\n' | grep -v EQ | sort); do
428 if (ls ${TEST_PREFIX}*.cpp > /dev/null 2>&1)
443 for FILE in $(ls ${TEST_PREFIX}*.cpp | tr ' ' '\n' | grep -v EQ | sort); do
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 165 test_prefix = name.split('.')[0]
166 if test_prefix in self.DEQP_MODULES:
167 api = self.DEQP_MODULES[test_prefix]
  /external/pdfium/third_party/pymock/
mock.py     [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_fixers.py 3888 def test_prefix(self): member in class:Test_import
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/
test_fixers.py 3853 def test_prefix(self): member in class:Test_import
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py 3900 def test_prefix(self): member in class:Test_import
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py 3900 def test_prefix(self): member in class:Test_import
    [all...]

Completed in 3570 milliseconds