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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
print_layout_test_types_unittest.py 51 def test_type(self): member in class:PrintLayoutTestTimesTest
  /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/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/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
testfile.py 40 test_type = db.StringProperty() variable in class:TestFile
43 def delete_file(cls, key, master, builder, test_type, name, before, limit):
53 files = cls.get_files(master, builder, test_type, name, before, load_data=False, limit=limit)
56 "File not found, master: %s, builder: %s, test_type:%s, name: %s, before: %s.",
57 master, builder, test_type, name, before)
66 def get_files(cls, master, builder, test_type, name, before=None, load_data=True, limit=1):
72 if test_type:
73 query = query.filter("test_type =", test_type)
89 file_information = "master: %s, builder: %s, test_type: %s, name: %s." % (file.master, file.builder, file.test_type, file.name
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_standard_test.cc 241 int run_auto_test(TestType test_type) {
242 assert(test_type != Standard);
257 if (test_type == Stress) {
260 } else if (test_type == CPU) {
302 TestType test_type = Invalid; local
307 test_type = Standard;
312 test_type = Stress;
317 test_type = CPU;
324 if (test_type == Standard) {
332 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/chromium_org/ppapi/tests/extensions/media_galleries/
test_galleries.cc 35 pp::FileRef ParseMessage(const pp::Var& var_message, std::string* test_type);
54 std::string* test_type) {
85 *test_type = name_of_test;
94 std::string test_type; local
95 pp::FileRef file_ref = ParseMessage(var_message, &test_type);
99 if (test_type == "read_test") {
101 } else if (test_type == "write_test") {
  /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
test_builtin.py 1417 def test_type(self): member in class:BuiltinTest
    [all...]
  /external/fio/crc/
test.c 26 struct test_type { struct
263 static struct test_type t[] = {
  /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.6/sysroot/usr/include/X11/extensions/
sync.h 170 XSyncTestType test_type; /* pos/neg comparison/transtion */ member in struct:__anon45309
  /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:__anon47045
  /external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc 106 TestCaseType test_type; member in struct:__anon8114::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/chrome/browser/net/
network_stats.cc 411 TestType test_type = test_sequence_[current_test_index_]; local
423 if (test_type == NAT_BIND_TEST) {
426 if (test_type == PACKET_SIZE_TEST) {
442 if (test_type == START_PACKET_TEST) {
508 // If test_type is TOKEN_REQUEST, it will do nothing but call
510 TestType test_type = test_sequence_[current_test_index_];
518 if (test_type == START_PACKET_TEST) {
596 void NetworkStats::RecordHistograms(TestType test_type) {
597 switch (test_type) {
601 RecordInterArrivalHistograms(test_type);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 762 def test_type(self, test_name): member in class:Port
    [all...]
  /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/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 399 vx_fp_test_type test_type; member in struct:vx_fp_test1
419 vx_fp_test_type test_type; member in struct:vx_fp_test2
891 vx_fp_test_type test_type = test_group.test_type; local
893 switch (test_type) {
898 if (test_type == VX_FP_SMAS)
900 else if (test_type == VX_FP_SMSS)
902 else if (test_type == VX_FP_SNMAS)
917 printf("ERROR: Invalid VX FP test type %d\n", test_type);
942 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
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 1084 static int test_type(enum event_type type, enum event_type expect) function
1119 return test_type(type, expect);
1346 if (test_type(type, EVENT_OP))
    [all...]

Completed in 1308 milliseconds