/external/chromium_org/sync/ |
PRESUBMIT.py | 11 def GetPreferredTryMasters(project, change):
|
/external/chromium_org/third_party/tcmalloc/ |
PRESUBMIT.py | 11 def GetPreferredTryMasters(project, change):
|
/external/chromium_org/tools/android/adb_profile_chrome/ |
util.py | 7 def GetTraceTimestamp():
|
/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):
|
/external/chromium_org/ui/compositor/ |
PRESUBMIT.py | 11 def GetPreferredTryMasters(project, change):
|
/external/chromium_org/ui/gl/ |
PRESUBMIT.py | 11 def GetPreferredTryMasters(project, change):
|
/external/lldb/test/functionalities/command_script/import/bar/ |
barutil.py | 0 def barutil_function(x):
|
/external/lldb/test/functionalities/command_script/import/ |
dummymodule.py | 0 def no_useful_code(foo):
|
/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):
|
/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...] |
/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):
|
/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/ |
disabled_cases.py | 14 def testAllEnabled(self): 18 def testAllDisabled(self): 22 def testMavericksOnly(self): 26 def testNoMavericks(self): 30 def testMacOnly(self): 34 def testNoMac(self): 38 def testChromeOSOnly(self): 42 def testNoChromeOS(self): 46 def testWinOrLinuxOnly(self): 50 def testNoWinLinux(self) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
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_org/tools/telemetry/telemetry/core/backends/ |
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):
|