/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/ |
testmod.py | 0 def func(x): 5 def func2():
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/ |
ports_mock.py | 31 def name(self): 34 def check_webkit_style_command(self): 37 def run_python_unittests_command(self): 40 def run_perl_unittests_command(self): 43 def run_webkit_unit_tests_command(self): 46 def run_webkit_tests_command(self): 49 def run_bindings_tests_command(self):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
testcode.py | 3 def f(): 11 def g(): 14 def h(): 17 def i(): 20 def j(): 23 def k(): 28 def test():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
testcode.py | 3 def f(): 11 def g(): 14 def h(): 17 def i(): 20 def j(): 23 def k(): 28 def test():
|
/external/chromium_org/crypto/ |
PRESUBMIT.py | 11 def GetPreferredTrySlaves(project, change):
|
/external/chromium_org/third_party/WebKit/Source/core/scripts/ |
license.py | 32 def license_for_generated_cpp():
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
plist_helper.py | 11 def GetPlistFriendlyName(name):
|
mock_writer.py | 14 def __init__(self): 17 def WritePolicy(self, policy): 20 def BeginTemplate(self): 23 def GetTemplateText(self): 26 def IsPolicySupported(self, policy): 29 def Test(self):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
different_encoding.py | 5 def f(x):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
different_encoding.py | 5 def f(x):
|
/external/chromium_org/build/android/buildbot/ |
bb_annotations.py | 7 def PrintLink(label, url): 17 def PrintMsg(msg): 26 def PrintSummaryText(msg): 35 def PrintError(): 40 def PrintWarning(): 45 def PrintNamedStep(step):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
platforminfo_mock.py | 31 def __init__(self, os_name='mac', os_version='snowleopard'): 35 def is_mac(self): 38 def is_linux(self): 41 def is_win(self): 44 def is_cygwin(self): 47 def is_freebsd(self): 50 def display_name(self): 53 def total_bytes_memory(self): 56 def terminal_width(self):
|
zipfileset_mock.py | 30 def make_factory(ziphashes): 34 def __init__(self, url): 38 def namelist(self): 41 def read(self, member): 44 def close(self): 47 def maker(url):
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
errorhandler.py | 31 def __init__(self): 35 def HandleFile(self, filename, first_token): 43 def HandleError(self, error): 50 def FinishFile(self): 56 def GetErrors(self):
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
errorhandler.py | 31 def __init__(self): 35 def HandleFile(self, filename, first_token): 43 def HandleError(self, error): 50 def FinishFile(self): 56 def GetErrors(self):
|
/frameworks/compile/slang/ |
RSCCOptions.td | 30 def target_api : Separate<["-"], "target-api">, 32 def target_api_EQ : Joined<["-"], "target-api=">, Alias<target_api>; 38 def I : JoinedOrSeparate<["-"], "I">, MetaVarName<"<directory>">, 40 def _I : Separate<["-", "--"], "include-path">, MetaVarName<"<directory>">, Alias<I>; 46 def o : Separate<["-"], "o">, MetaVarName<"<directory>">, 49 def Output_Type_Group : OptionGroup<"<output type group>">; 52 def emit_asm : Flag<["-"], "emit-asm">, 54 def _emit_asm : Flag<["-"], "S">, Alias<emit_asm>; 55 def emit_llvm : Flag<["-"], "emit-llvm">, 57 def emit_bc : Flag<["-"], "emit-bc"> [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pydocfodder.py | 7 def A_method(self): 9 def AB_method(self): 11 def AC_method(self): 13 def AD_method(self): 15 def ABC_method(self): 17 def ABD_method(self): 19 def ACD_method(self): 21 def ABCD_method(self): 27 def AB_method(self): 29 def ABC_method(self) [all...] |
pydoc_mod.py | 10 def __init__(): 18 def doc_func(): 26 def nodoc_func():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pydocfodder.py | 7 def A_method(self): 9 def AB_method(self): 11 def AC_method(self): 13 def AD_method(self): 15 def ABC_method(self): 17 def ABD_method(self): 19 def ACD_method(self): 21 def ABCD_method(self): 27 def AB_method(self): 29 def ABC_method(self) [all...] |
pydoc_mod.py | 10 def __init__(): 18 def doc_func(): 26 def nodoc_func():
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
__init__.py | 4 def RequiresBrowserOfType(*types): 5 def wrap(func): 10 def DisabledTest(func):
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
facebook_credentials_backend.py | 9 def IsAlreadyLoggedIn(self, tab): 15 def credentials_type(self): 19 def url(self): 23 def login_form_id(self): 27 def login_input_id(self): 31 def password_input_id(self):
|
google_credentials_backend.py | 9 def IsAlreadyLoggedIn(self, tab): 14 def credentials_type(self): 18 def url(self): 22 def login_form_id(self): 26 def login_input_id(self): 30 def password_input_id(self):
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/sub/ |
exception_in_transfer_wsh.py | 35 def web_socket_do_extra_handshake(request): 39 def web_socket_transfer_data(request):
|
no_wsh_at_the_end.py | 35 def web_socket_do_extra_handshake(request): 39 def web_socket_transfer_data(request):
|