/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
v8_utilities.py | 61 def extended_attribute_value_contains(extended_attribute_value, value): 66 def has_extended_attribute(definition_or_member, extended_attribute_list): 71 def has_extended_attribute_value(definition_or_member, name, value): 81 def capitalize(name): 89 def strip_suffix(string, suffix): 95 def uncapitalize(name): 110 def enum_validation_expression(idl_type): 119 def scoped_name(interface, definition, base_name): 131 def v8_class_name(interface): 140 def activity_logging_world_list(member, access_type='') [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.pyx | 9 DEF MAXSTACK=32 15 def __cinit__(self): 20 def __dealloc__(self): 32 def key(self): 36 def value(self): 40 def item(self): 44 def is_valid(self): 47 def goto(self, key): 68 def stack_is_empty(self): 71 def goto_leaf(self) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/ |
format.py | 36 def __init__(self, stream): 39 def text(self, text): 42 def newline(self): 45 def function(self, name): 48 def variable(self, name): 51 def literal(self, value): 54 def address(self, addr): 73 def _escape(self, code): 76 def function(self, name): 81 def variable(self, name) [all...] |
/external/chromium_org/third_party/tlslite/tlslite/integration/ |
asyncstatemachine.py | 24 def __init__(self): 27 def _clear(self): 43 def _checkAssert(self, maxActive=1): 67 def wantsReadEvent(self): 81 def wantsWriteEvent(self): 95 def outConnectEvent(self): 102 def outCloseEvent(self): 109 def outReadEvent(self, readBuffer): 115 def outWriteEvent(self): 121 def inReadEvent(self) [all...] |
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/ |
sermsdos.py | 63 def device(portnum): 81 def __init__(self, 121 def __del__(self): 124 def close(self): 127 def _config(self, port, baud, parity, data, stop, retry, 135 def setBaudrate(self, baudrate): 140 def inWaiting(self): 144 def read(self, num = 1): 152 def write(self, s): 160 def flushInput(self) [all...] |
/external/lldb/test/unittest2/test/ |
test_runner.py | 12 def test_init(self): 21 def testBufferAndFailfast(self): 23 def testFoo(self): 35 def testRunnerRegistersResult(self): 37 def testFoo(self): 40 def cleanup(): 50 def fakeRegisterResult(thisResult): 58 def test_works_with_result_without_startTestRun_stopTestRun(self): 60 def __init__(self, *_): 63 def printErrors(self) [all...] |
/external/mesa3d/src/gallium/tools/trace/ |
format.py | 36 def __init__(self, stream): 39 def text(self, text): 42 def newline(self): 45 def function(self, name): 48 def variable(self, name): 51 def literal(self, value): 54 def address(self, addr): 73 def _escape(self, code): 76 def function(self, name): 81 def variable(self, name) [all...] |
/external/chromium_org/components/cloud_devices/tools/prototype/ |
prototype.py | 94 def ignore_errors(func): 95 def inner(*args, **kwargs): 107 def __init__(self, cmd): 114 def start(self): 120 def wait(self): 124 def end(self): 133 def __init__(self, cmd): 136 def start(self): 139 def wait(self): 142 def end(self) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 30 def __init__(self, 38 def __str__(self): 42 def exit(self, status=0, msg=None): 45 def error(self, msg): 50 def assertParseOK(self, args, expected_opts, expected_positional_args): 80 def assertRaises(self, 139 def assertParseFail(self, cmdline_args, expected_output): 151 def assertOutput(self, 183 def assertTypeError(self, func, expected_message, *args): 187 def assertHelp(self, parser, expected_help) [all...] |
test_descrtut.py | 15 def __init__(self, default=None): 19 def __getitem__(self, key): 25 def get(self, key, *args): 30 def merge(self, other): 68 >>> def sorted(seq): 107 def __init__(self, default=None): 111 def __getitem__(self, key): 117 def get(self, key, *args): 122 def merge(self, other): 253 ... def foo(x, y) [all...] |
test_dis.py | 10 def _f(a): 25 def bug708901(): 50 def bug1333982(x=[]): 87 def do_disassembly_test(self, func, expected): 105 def test_opmap(self): 110 def test_opname(self): 113 def test_boundaries(self): 117 def test_dis(self): 120 def test_bug_708901(self): 123 def test_bug_1333982(self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 30 def __init__(self, 38 def __str__(self): 42 def exit(self, status=0, msg=None): 45 def error(self, msg): 50 def assertParseOK(self, args, expected_opts, expected_positional_args): 80 def assertRaises(self, 139 def assertParseFail(self, cmdline_args, expected_output): 151 def assertOutput(self, 183 def assertTypeError(self, func, expected_message, *args): 187 def assertHelp(self, parser, expected_help) [all...] |
test_descrtut.py | 15 def __init__(self, default=None): 19 def __getitem__(self, key): 25 def get(self, key, *args): 30 def merge(self, other): 68 >>> def sorted(seq): 107 def __init__(self, default=None): 111 def __getitem__(self, key): 117 def get(self, key, *args): 122 def merge(self, other): 253 ... def foo(x, y) [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
msgutil.py | 53 def close_connection(request): 62 def send_message(request, message, end=True, binary=False): 78 def receive_message(request): 98 def send_ping(request, body=''): 113 def __init__(self, request, onmessage=None): 133 def run(self): 144 def receive(self): 152 def receive_nowait(self): 164 def stop(self): 185 def __init__(self, request) [all...] |
/external/chromium_org/build/android/pylib/utils/ |
reraiser_thread_unittest.py | 20 def testNominal(self): 23 def f(a, b=None): 33 def testRaise(self): 34 def f(): 46 def testInit(self): 48 def f(i): 58 def testAdd(self): 60 def f(i): 71 def testJoinRaise(self): 72 def f() [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
path_canonicalizer_test.py | 18 def setUp(self): 24 def testSpecifyCorrectly(self): 35 def testSpecifyIncorrectly(self): 62 def testUnspecified(self): 73 def testDirectories(self): 90 def testSpellingErrors(self): 99 def testNonDefaultExtensions(self): 109 def testSiteVerificationFile(self): 115 def testDotSeparated(self): 120 def testUnderscoreSeparated(self) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
path.py | 38 def abspath_to_uri(platform, path): 43 def cygpath(path): 56 def stop_cygpath_subprocess(): 65 def convert_using_singleton(path): 77 def __init__(self): 80 def start(self): 87 def is_running(self): 92 def stop(self): 98 def convert(self, path): 110 def _escape(path) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
msgutil.py | 53 def close_connection(request): 62 def send_message(request, payload_data, end=True, binary=False): 78 def receive_message(request): 98 def send_ping(request, body=''): 113 def __init__(self, request, onmessage=None): 133 def run(self): 144 def receive(self): 152 def receive_nowait(self): 164 def stop(self): 185 def __init__(self, request) [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/ |
util.py | 18 def GetBaseDir(): 26 def GetTelemetryDir(): 31 def GetUnittestDataDir(): 35 def GetChromiumSrcDir(): 39 def AddDirToPythonPath(*path_parts): 45 def _GetUniqueModuleName(): 49 def GetPythonPageSetModule(file_path): 53 def WaitFor(condition, timeout): 65 def GetConditionString(): 94 def GetUnreservedAvailableLocalPort() [all...] |
/external/chromium_org/tools/telemetry/telemetry/results/ |
page_test_results.py | 13 def __init__(self, output_stream=None): 23 def __copy__(self): 33 def pages_that_had_errors_or_failures(self): 37 def _GetStringFromExcInfo(self, err): 40 def StartTest(self, page): 43 def StopTest(self, page): 46 def AddError(self, page, err): 50 def AddFailure(self, page, err): 54 def AddSkip(self, page, reason): 57 def AddSuccess(self, page) [all...] |
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
gtest_unittest_results_unittest.py | 12 def __init__(self, methodName, mock_timer): 18 def runTezt(self): 25 def __init__(self, methodName, mock_timer): 31 def runTezt(self): 38 def __init__(self): 41 def write(self, data): 48 def __init__(self): 52 def output(self): 58 def setUp(self): 64 def testResultsOfSinglePassTest(self) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ToolTip.py | 10 def __init__(self, button): 19 def enter(self, event=None): 22 def leave(self, event=None): 26 def schedule(self): 30 def unschedule(self): 36 def showtip(self): 50 def showcontents(self, text="Your text here"): 56 def hidetip(self): 63 def __init__(self, button, text): 66 def showcontents(self) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_operator.py | 17 def invocation(s): 18 def dec(f): 41 def transform(self, node, results): 47 def _sequenceIncludes(self, node, results): 51 def _isCallable(self, node, results): 57 def _repeat(self, node, results): 61 def _irepeat(self, node, results): 65 def _isSequenceType(self, node, results): 69 def _isMappingType(self, node, results): 73 def _isNumberType(self, node, results) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ToolTip.py | 10 def __init__(self, button): 19 def enter(self, event=None): 22 def leave(self, event=None): 26 def schedule(self): 30 def unschedule(self): 36 def showtip(self): 50 def showcontents(self, text="Your text here"): 56 def hidetip(self): 63 def __init__(self, button, text): 66 def showcontents(self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_operator.py | 17 def invocation(s): 18 def dec(f): 41 def transform(self, node, results): 47 def _sequenceIncludes(self, node, results): 51 def _isCallable(self, node, results): 57 def _repeat(self, node, results): 61 def _irepeat(self, node, results): 65 def _isSequenceType(self, node, results): 69 def _isMappingType(self, node, results): 73 def _isNumberType(self, node, results) [all...] |