/external/chromium_org/third_party/jinja2/ |
tests.py | 31 def test_callable(x): 35 def test_odd(value): 40 def test_even(value): 45 def test_divisibleby(value, num): 50 def test_defined(value): 67 def test_undefined(value): 72 def test_none(value): 77 def test_lower(value): 82 def test_upper(value): 87 def test_string(value) [all...] |
/external/chromium_org/tools/deep_memory_profiler/lib/ |
exceptions.py | 6 def __str__(self): 11 def __str__(self): 16 def __str__(self): 21 def __str__(self):
|
/external/chromium_org/tools/grit/grit/tool/ |
preprocess_interface.py | 16 def Process(self, rctext, rcpath):
|
/external/chromium_org/tools/metrics/histograms/ |
validate_format.py | 10 def main():
|
/external/chromium_org/tools/site_compare/operators/ |
__init__.py | 8 def GetOperator(operator):
|
/external/chromium_org/tools/site_compare/scrapers/firefox/ |
__init__.py | 9 def GetScraper(version):
|
/external/chromium_org/tools/site_compare/scrapers/ie/ |
__init__.py | 9 def GetScraper(version):
|
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
importer.py | 8 def __init__(self, model, event_data, import_priority=0): 14 def CanImport(event_data): 18 def ImportEvents(self): 23 def FinalizeImport(self):
|
/external/sonivox/jet_tools/JetCreator/ |
img_Paste.py | 8 def getData():
30 def getBitmap():
33 def getImage():
37 def getIcon():
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
outstanding_bugs.py | 17 def test_main():
|
test_netrc.py | 8 def tearDown(self): 11 def make_nrc(self, test_data): 20 def test_default(self): 29 def test_macros(self): 42 def _test_passwords(self, nrc, passwd): 46 def test_password_with_leading_hash(self): 51 def test_password_with_trailing_hash(self): 56 def test_password_with_internal_hash(self): 61 def _test_comment(self, nrc, passwd='pass'): 66 def test_comment_before_machine_line(self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
outstanding_bugs.py | 17 def test_main():
|
test_netrc.py | 8 def tearDown(self): 11 def make_nrc(self, test_data): 20 def test_default(self): 29 def test_macros(self): 42 def _test_passwords(self, nrc, passwd): 46 def test_password_with_leading_hash(self): 51 def test_password_with_trailing_hash(self): 56 def test_password_with_internal_hash(self): 61 def _test_comment(self, nrc, passwd='pass'): 66 def test_comment_before_machine_line(self) [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
erroraccumulator.py | 29 def __init__(self): 32 def HandleError(self, error): 40 def GetErrors(self):
|
/external/chromium_org/build/android/pylib/host_driven/ |
tests_annotations.py | 15 def _AddFunction(annotation, function): 33 def IsAnnotated(annotation, qualified_function_name): 46 def GetTestAnnotations(qualified_function_name): 60 def Smoke(function): 64 def SmallTest(function): 68 def MediumTest(function): 72 def LargeTest(function): 76 def EnormousTest(function): 80 def FlakyTest(function): 84 def DisabledTest(function) [all...] |
/external/chromium_org/build/android/pylib/utils/ |
watchdog_timer.py | 16 def __init__(self, timeout): 25 def Reset(self): 29 def IsTimedOut(self):
|
/external/chromium_org/chrome/test/functional/ |
chromeos_wifi_compliance.py | 17 def _BasicConnectRouterCompliance(self, router_name): 52 def testConnectBelkinG(self): 56 def testConnectBelkinNPlus(self): 60 def testConnectDLinkN150(self): 64 def testConnectLinksysE3000(self): 73 def testConnectLinksysWRT54G2(self): 77 def testConnectLinksysWRT54GL(self): 81 def testConnectNetgearN300(self): 85 def testConnectNetgearWGR614(self): 89 def testConnectNfiniti(self) [all...] |
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
browserprocess.py | 13 def __init__(self, handle): 17 def GetReturnCode(self): 20 def IsRunning(self): 23 def Wait(self, wait_steps, sleep_time): 31 def Kill(self): 47 def term(self): 50 def kill(self): 58 def term(self): 61 def kill(self): 65 def RunCommandWithSubprocess(cmd, env=None) [all...] |
/external/chromium_org/testing/ |
PRESUBMIT.py | 12 def CommonChecks(input_api, output_api): 20 def CheckChangeOnUpload(input_api, output_api): 24 def CheckChangeOnCommit(input_api, output_api):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/ |
buildbot_mock.py | 38 def __init__(self, build_number, revision, is_green): 44 def __init__(self, name): 47 def name(self): 50 def build(self, build_number): 53 def results_url(self): 56 def accumulated_results_url(self): 59 def latest_layout_test_results_url(self): 62 def latest_layout_test_results(self): 66 def __init__(self): 78 def builder_with_name(self, name) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
environment.py | 31 def __init__(self, env=None): 34 def to_dictionary(self): 37 def disable_gcc_smartquotes(self):
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
erroraccumulator.py | 29 def __init__(self): 32 def HandleError(self, error): 40 def GetErrors(self):
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
service.py | 61 def GetDescriptor(): 65 def CallMethod(self, method_descriptor, rpc_controller, 93 def GetRequestClass(self, method_descriptor): 108 def GetResponseClass(self, method_descriptor): 132 def Reset(self): 140 def Failed(self): 150 def ErrorText(self): 154 def StartCancel(self): 167 def SetFailed(self, reason): 178 def IsCanceled(self) [all...] |
/external/chromium_org/tools/checkdeps/ |
PRESUBMIT.py | 9 def CheckChange(input_api, output_api): 19 def CheckChangeOnUpload(input_api, output_api): 24 def CheckChangeOnCommit(input_api, output_api):
|
/external/chromium_org/tools/grit/ |
PRESUBMIT.py | 12 def RunUnittests(input_api, output_api): 17 def CheckChangeOnUpload(input_api, output_api): 21 def CheckChangeOnCommit(input_api, output_api):
|