HomeSort by relevance Sort by last modified time
    Searched refs:test_type (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/components/test/data/password_manager/
environment.py 30 def __init__(self, name, test_type, successful, message):
35 test_type: The test type.
40 self.test_type = test_type
  /external/chromium_org/media/filters/
pipeline_integration_test_base.cc 132 kTestType test_type) {
133 hashing_enabled_ = test_type == kHashed;
134 clockless_playback_ = test_type == kClockless;
pipeline_integration_test_base.h 70 kTestType test_type);
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 197 PixelTestType test_type,
200 test_type_ = test_type;
208 PixelTestType test_type,
212 test_type_ = test_type;
  /external/chromium_org/tools/telemetry/telemetry/unittest/
json_results.py 45 (not args.builder_name or not args.master_name or not args.test_type)):
66 ('testtype', args.test_type)]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
syncproto.h 231 CARD32 test_type B32;
280 CARD32 test_type B32;
sync.h 170 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon25340
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
syncproto.h 231 CARD32 test_type B32;
280 CARD32 test_type B32;
sync.h 170 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon27076
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c 1087 vx_fp_test_type test_type; member in struct:vx_fp_test
1601 vx_fp_test_type test_type = test_group.test_type; local
    [all...]
test_isa_2_06_part2.c 1299 vx_fp_test_type test_type = test_group.type; local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 114 explicit SyncTest(TestType test_type);
migration_test.cc 72 explicit MigrationTest(TestType test_type) : SyncTest(test_type) {}
  /external/chromium_org/tools/json_schema_compiler/test/
error_generation_unittest.cc 20 T test_type; local
21 T::Populate(value, &test_type, &error);
  /external/fio/crc/
test.c 26 struct test_type { struct
263 static struct test_type t[] = {
  /external/chromium_org/build/android/
test_runner.py 574 test_type='Unit test',
594 test_type='Linker test',
642 test_type='Instrumentation',
662 test_type='UIAutomator',
691 test_type='Monkey',
722 test_type='Perf',
  /external/libnfc-nxp/src/
phHciNfc.c     [all...]
  /external/chromium_org/ui/app_list/views/
app_list_view_unittest.cc 77 AppListViewTestContext(int test_type, gfx::NativeView parent);
159 AppListViewTestContext::AppListViewTestContext(int test_type,
161 : test_type_(static_cast<TestType>(test_type)) {
  /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
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ProxyTest.java 95 public void test_type() { method in class:ProxyTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 56 def test_type(self): member in class:SymtableTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 56 def test_type(self): member in class:SymtableTest
  /art/runtime/arch/
stub_test.cc     [all...]
  /external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc 106 TestCaseType test_type; member in struct:__anon8223::DownloadTestCase
117 // Should be non-empty if |test_type| == FORCED. Value of GetForcedFilePath().
290 (test_case.test_type == SAVE_AS) ?
293 EXPECT_EQ(test_case.test_type == FORCED,
    [all...]
  /external/chromium_org/build/android/pylib/utils/
json_results_generator.py 169 test_type='',
187 test_type: test type string (e.g. 'layout-tests').
204 self._test_type = test_type

Completed in 1524 milliseconds

12 3