/external/chromium_org/chrome/app/theme/ |
PRESUBMIT.py | 14 def CheckChangeOnUpload(input_api, output_api): 18 def CheckChangeOnCommit(input_api, output_api): 22 def _CommonChecks(input_api, output_api):
|
/external/chromium_org/chrome/test/mini_installer/ |
verifier.py | 9 def VerifyInput(self, verifier_input, variable_expander): 28 def _VerifyExpectation(self, expectation_name, expectation, 43 def _EvaluateCondition(self, condition):
|
/external/chromium_org/components/tools/metrics/ |
count_ifdefs_unittest.py | 17 def setUp(self): 20 def testNormal(self): 24 def testSkipTests(self):
|
/external/chromium_org/extensions/common/permissions/ |
PRESUBMIT.py | 12 def GetPreferredTrySlaves(): 15 def _CreatePermissionMessageEnumChecker(input_api, output_api): 30 def CheckChangeOnUpload(input_api, output_api):
|
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/ |
module_tests.py | 17 def BuildAndTestModule(): 21 def TestModulesEqual(): 25 def Main(args):
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/ |
sources.py | 8 def AddSource(config, url): 16 def RemoveSource(config, url): 23 def ListSources(config):
|
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
easy_template_test.py | 19 def _RunTest(self, template, expected, template_dict): 31 def testEmpty(self): 34 def testNewlines(self): 37 def testNoInterpolation(self): 44 def testSimpleInterpolation(self): 50 def testLineContinuations(self): 54 def testIfStatement(self): 64 def testForStatement(self): 74 def testListVariables(self): 83 def testListInterpolation(self) [all...] |
/external/chromium_org/net/tools/tld_cleanup/ |
PRESUBMIT.py | 9 def _RunMakeDafsaTests(input_api, output_api): 27 def CheckChangeOnUpload(input_api, output_api): 31 def CheckChangeOnCommit(input_api, output_api):
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
media_feature_symbol.py | 6 def mediaFeatureSymbol(entry, suffix): 25 def getMediaFeatureSymbolWithSuffix(suffix): 26 def returnedFunction(entry):
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/ |
PRESUBMIT.py | 38 def _ValidateHashes(input_api, output_api): 50 def CheckChangeOnUpload(input_api, output_api): 54 def CheckChangeOnCommit(input_api, output_api):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/ |
buildbot.py | 47 def __init__(self, name, buildbot): 53 def name(self): 56 def results_url(self): 61 def accumulated_results_url(self): 64 def latest_layout_test_results_url(self): 68 def latest_layout_test_results(self): 71 def _fetch_file_from_results(self, results_url, file_name): 80 def fetch_layout_test_results(self, results_url): 85 def url_encoded_name(self): 88 def url(self) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
urlfetcher.py | 36 def __init__(self, filesystem): 39 def fetch(self, url): 46 def fetch_into_file(self, url):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
webkit_finder.py | 34 def __init__(self, filesystem): 43 def webkit_base(self): 60 def chromium_base(self): 65 def path_from_webkit_base(self, *comps): 68 def path_from_chromium_base(self, *comps): 71 def path_to_script(self, script_name): 77 def layout_tests_dir(self): 80 def perf_tests_dir(self): 83 def depot_tools_base(self): 92 def _check_paths_for_depot_tools(self, paths) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/ |
extract_reference_link.py | 34 def __init__(self): 39 def handle_starttag(self, tag, attrs): 53 def get_reference_link(html_string):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
jsonchecker.py | 34 def __init__(self, file_path, handle_style_error): 38 def check(self, lines): 45 def line_number_from_json_exception(error):
|
text.py | 38 def __init__(self, file_path, handle_style_error): 43 def check(self, lines): 48 def process_file_data(filename, lines, error):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/ |
mocktool_unittest.py | 38 def test_get__set(self): 45 def test_get__unset(self): 52 def test_kwarg__set(self):
|
/external/chromium_org/third_party/bintrees/bintrees/ |
qavltree.pyx | 20 def __cinit__(self, items=None): 26 def __dealloc__(self): 30 def count(self): 33 def __getstate__(self): 36 def __setstate__(self, state): 39 def clear(self): 44 def get_value(self, key): 51 def get_walker(self): 57 def insert(self, key, value): 64 def remove(self, key) [all...] |
qbintree.pyx | 20 def __cinit__(self, items=None): 26 def __dealloc__(self): 30 def count(self): 33 def __getstate__(self): 36 def __setstate__(self, state): 39 def clear(self): 44 def get_value(self, key): 51 def get_walker(self): 57 def insert(self, key, value): 63 def remove(self, key) [all...] |
qrbtree.pyx | 20 def __cinit__(self, items=None): 26 def __dealloc__(self): 30 def count(self): 33 def __getstate__(self): 36 def __setstate__(self, state): 39 def clear(self): 44 def get_value(self, key): 51 def get_walker(self): 57 def insert(self, key, value): 64 def remove(self, key) [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
htmlutil.py | 35 def __init__(self): 41 def start_script(self, attrs): 53 def end_script(self): 57 def handle_data(self, data): 72 def handle_comment(self, data): 80 def _AppendNewlines(self, data): 93 def GetScriptLines(self): 102 def GetScriptLines(f): 126 def StripTags(str): 162 def __init__(self) [all...] |
/external/chromium_org/third_party/skia/gm/rebaseline_server/ |
compare_configs_test.py | 33 def test_gm(self): 47 def mock_get_timestamp(): 52 def main():
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
tripledes.py | 7 def __init__(self, key, mode, IV, implementation): 21 def encrypt(self, plaintext): 26 def decrypt(self, ciphertext):
|
/external/chromium_org/tools/binary_size/ |
PRESUBMIT.py | 11 def CommonChecks(input_api, output_api): 27 def CheckChangeOnUpload(input_api, output_api): 31 def CheckChangeOnCommit(input_api, output_api):
|
/external/chromium_org/tools/cr/cr/actions/ |
action.py | 19 def AddArguments(cls, command, parser): 23 def AddSelectorArg(cls, command, parser): 32 def Skipping(self):
|