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

  /art/test/004-InterfaceTest/src/
Main.java 33 public static long test_interface(Map map) { method in class:Main
50 elapsed = test_interface(hashmap);
51 System.out.println("test_interface done");
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.c 186 struct class_interface test_interface = { variable in typeref:struct:class_interface
803 if (class_interface_register(&test_interface)) {
808 class_interface_unregister(&test_interface);
  /external/wayland/tests/
connection-test.c 230 static const struct wl_interface test_interface = { local
236 sender.interface = &test_interface;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib.py 44 def test_interface(self): member in class:urlopen_FileTests
  /external/python/cpython2/Lib/test/
test_urllib.py 91 def test_interface(self): member in class:urlopen_FileTests
    [all...]
test_xml_etree.py 154 def test_interface(self): member in class:ElementTreeTest
    [all...]
  /external/python/cpython3/Lib/test/
test_urllib.py 152 def test_interface(self): member in class:urlopen_FileTests
513 def test_interface(self): member in class:urlopen_DataTests
    [all...]
test_xml_etree.py 181 def test_interface(self): member in class:ElementTreeTest
    [all...]

Completed in 1328 milliseconds