HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 826 - 850 of 14820) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 11 def testCleanUp(self):
13 def testNothing(self):
21 def cleanup1(*args, **kwargs):
24 def cleanup2(*args, **kwargs):
40 def testCleanUpWithErrors(self):
42 def testNothing(self):
47 def addError(self, test, exc_info):
56 def cleanup1():
59 def cleanup2():
71 def testCleanupInRun(self)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t042ast.py 7 ## def lexerClass(self, base):
9 ## def reportError(self, re):
16 def parserClass(self, base):
18 def recover(self, input, re):
25 def parse(self, text, method, rArgs=[], **kwargs):
39 def testR1(self):
47 def testR2a(self):
55 def testR2b(self):
63 def testR3a(self):
71 def testR3b(self)
    [all...]
t029synpredgate.py 7 def setUp(self):
11 def testValid1(self):
  /art/tools/checker/common/
mixins.py 18 def __eq__(self, other):
25 def __repr__(self):
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
ApplyTemplates.groovy 36 def Configuration cfg = new freemarker.template.Configuration()
50 def include = project.file("$project.projectDir/templates/include")
56 def extensionsToProcess = ['ftl']
64 def extensionsToIgnore = ['ftli']
79 def parameters
87 def applyTemplate() {
94 def List loaders = []
125 def processTree = source.getAsFileTree()
128 def inputFile = input.getRelativePath().toString()
129 def outputFile = input.getRelativePath().getFile(project.file(outputDir)
    [all...]
  /development/testrunner/tests/
android_mk_tests.py 28 def testHasGTest(self):
34 def testHasGTest_lib(self):
40 def testHasGTest_false(self):
45 def testHasJavaLibrary(self):
51 def testHasJavaLibrary_missing(self):
60 def testHasJavaLibrary_false(self):
69 def testGetExpandedVariable(self):
76 def testGetExpandedVariable_loop(self):
  /development/tools/logblame/
test_analyze.py 6 def test_ParseDuration(s, expected):
11 def main():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Simple.py 4 def __init__(self, name, bases, namespace):
9 def __call__(self):
14 def __init__(self, klass):
16 def __getattr__(self, name):
26 def __init__(self, function, instance):
29 def __call__(self, *args):
36 def method1(self, a):
38 def method2(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
UserList.py 6 def __init__(self, initlist=None):
16 def __repr__(self): return repr(self.data)
17 def __lt__(self, other): return self.data < self.__cast(other)
18 def __le__(self, other): return self.data <= self.__cast(other)
19 def __eq__(self, other): return self.data == self.__cast(other)
20 def __ne__(self, other): return self.data != self.__cast(other)
21 def __gt__(self, other): return self.data > self.__cast(other)
22 def __ge__(self, other): return self.data >= self.__cast(other)
23 def __cast(self, other):
26 def __cmp__(self, other):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_all_fixers.py 18 def setUp(self):
21 def test_all_project_files(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
badsyntax_future5.py 7 def f(x):
8 def g(y):
badsyntax_future7.py 6 def f(x):
7 def g(y):
test_crypt.py 8 def test_crypt(self):
13 def test_main():
test_getargs.py 23 def test_with_marshal(self):
27 def test_main():
test_longexp.py 5 def test_longexp(self):
10 def test_main():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
test_ctypes.py 8 def leak_inner():
14 def leak():
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 18 def initialize( *listeners )
23 def add( *listeners )
27 def add_child( root, child )
33 def backtrack( level )
39 def become_root( new_root, old_root )
45 def begin_backtrack( level )
51 def begin_resync()
57 def commence()
63 def consume_hidden_token( tree )
69 def consume_node( tree
    [all...]
  /external/autotest/cli/
acl_unittest.py 15 def test_parse_list_acl(self):
26 def test_parse_list_user(self):
33 def test_parse_list_host(self):
40 def _test_parse_bad_options(self):
50 def test_parse_list_acl_user(self):
55 def test_parse_list_acl_2users(self):
60 def test_parse_list_acl_host(self):
65 def test_parse_list_acl_2hosts(self):
70 def test_parse_list_user_host(self):
75 def test_parse_list_all(self)
    [all...]
  /external/autotest/client/common_lib/cros/fake_device_server/
meta_handler.py 17 def __init__(self, generation):
25 def GET(self, *args, **kwargs):
  /external/autotest/client/cros/multimedia/
browser_facade_native.py 17 def __init__(self, resource):
26 def start_custom_chrome(self, kwargs):
36 def start_default_chrome(self, restart=False, extra_browser_args=None):
48 def new_tab(self, url):
59 def close_tab(self, tab_descriptor):
70 def wait_for_javascript_expression(
83 def execute_javascript(self, tab_descriptor, statement, timeout):
94 def evaluate_javascript(self, tab_descriptor, expression, timeout):
display_facade_adapter.py 25 def __init__(self, chrome):
36 def get_external_connector_name(self):
45 def get_internal_connector_name(self):
54 def move_to_display(self, display_index):
62 def set_fullscreen(self, is_fullscreen):
71 def load_url(self, url):
80 def load_calibration_image(self, resolution):
89 def load_color_sequence(self, tab_descriptor, color_sequence):
104 def close_tab(self, tab_descriptor):
121 def is_mirrored_enabled(self)
    [all...]
local_facade_factory.py 14 def __init__(self, chrome):
21 def create_display_facade(self):
system_facade_native.py 30 def set_scaling_governor_mode(self, index, mode):
57 def get_cpu_usage(self):
73 def compute_active_cpu_time(self, cpu_usage_start, cpu_usage_end):
83 def get_mem_total(self):
88 def get_mem_free(self):
93 def get_ec_temperatures(self):
99 def get_current_board(self):
104 def get_chromeos_release_version(self):
  /external/autotest/client/deps/lansim/src/
pyiftun_unittest.py 10 def testModuleLoads(self):
18 def testConstantExpossed(self):
  /external/autotest/client/site_tests/platform_OpenSSLActual/
platform_OpenSSLActual.py 13 def curl(self, rest):
18 def run_once(self):

Completed in 348 milliseconds

<<31323334353637383940>>