/external/chromium_org/tools/traceline/traceline/scripts/ |
filter_short.py | 17 def parseEvents(z): 29 def main():
|
/external/clang/utils/TestUtils/ |
deep-stack.py | 3 def pcall(f, N): 12 def main():
|
/external/libcxx/test/re/re.def/ |
Android.mk | 17 test_makefile := external/libcxx/test/re/re.def/Android.mk 19 test_name := re/re.def/nothing_to_do
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/ |
check-perf-trace.py | 21 def trace_begin(): 25 def trace_end(): 28 def irq__softirq_entry(event_name, context, common_cpu, 39 def kmem__kmalloc(event_name, context, common_cpu, 54 def trace_unhandled(event_name, context, event_fields_dict): 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): 65 def print_uncommon(context): 70 def print_unhandled():
|
/external/lldb/examples/summaries/cocoa/ |
Selector.py | 10 def SEL_Summary(valobj,dict): 13 def SELPointer_Summary(valobj,dict):
|
/external/lldb/test/functionalities/command_script/import/bar/ |
bar.py | 0 def bar_function(debugger, args, result, dict): 6 def __lldb_init_module(debugger, session_dict):
|
/external/lldb/test/unittest2/test/ |
test_assertions.py | 7 def test_AlmostEqual(self): 38 def test_AmostEqualWithDelta(self): 61 def testAssertNotRegexpMatches(self): 77 def setUp(self): 82 def testTest(self): 89 def testTest(self): 95 def testDefault(self): 98 def test_formatMsg(self): 108 def assertMessages(self, methodName, args, errors): 109 def getMethod(i) [all...] |
/external/llvm/utils/lit/lit/formats/ |
shtest.py | 7 def __init__(self, execute_external = False): 10 def execute(self, test, litConfig):
|
/external/markdown/markdown/extensions/ |
extra.py | 44 def extendMarkdown(self, md, md_globals): 48 def makeExtension(configs={}):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_simplesubclasses.py | 5 def __cmp__(self, other): 9 def __hash__(self): # Silence Py3k warning 14 def test_compare(self): 18 def test_ignore_retval(self): 22 def func(): 29 def test_int_callback(self): 31 def func(arg): 45 def test_int_struct(self):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_all_fixers.py | 18 def setUp(self): 21 def test_all_project_files(self):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
connection.py | 45 def __init__(self, address=None, family=None, backlog=1): 48 def accept(self): 51 def close(self): 57 def Client(address): 63 def Pipe(duplex=True): 70 def __init__(self, _in, _out): 76 def poll(self, timeout=0.0): 86 def close(self):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 41 def DateFromTicks(ticks): 44 def TimeFromTicks(ticks): 47 def TimestampFromTicks(ticks): 55 def register_adapters_and_converters(): 56 def adapt_date(val): 59 def adapt_datetime(val): 62 def convert_date(val): 65 def convert_timestamp(val):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
py25tests.py | 31 def rollback(self): 37 def setUp(self): 43 def tearDown(self): 46 def CheckContextManager(self): 51 def CheckContextManagerCommit(self): 59 def CheckContextManagerRollback(self): 71 def suite(): 75 def test():
|
regression.py | 29 def setUp(self): 32 def tearDown(self): 35 def CheckPragmaUserVersion(self): 40 def CheckPragmaSchemaVersion(self): 50 def CheckStatementReset(self): 65 def CheckColumnNameWithSpaces(self): 73 def CheckStatementFinalizationOnCloseDb(self): 87 def CheckOnConflictRollback(self): 103 def CheckWorkaroundForBuggySqliteTransferBindings(self): 112 def CheckEmptyStatement(self) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_simplesubclasses.py | 5 def __cmp__(self, other): 9 def __hash__(self): # Silence Py3k warning 14 def test_compare(self): 18 def test_ignore_retval(self): 22 def func(): 29 def test_int_callback(self): 31 def func(arg): 45 def test_int_struct(self):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_all_fixers.py | 18 def setUp(self): 21 def test_all_project_files(self):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
connection.py | 45 def __init__(self, address=None, family=None, backlog=1): 48 def accept(self): 51 def close(self): 57 def Client(address): 63 def Pipe(duplex=True): 70 def __init__(self, _in, _out): 76 def poll(self, timeout=0.0): 86 def close(self):
|