/external/chromium_org/tools/perf/page_sets/ |
webrtc_cases.py | 12 def __init__(self, url, page_set): 20 def __init__(self, page_set): 25 def RunWebrtc(self, action_runner): 35 def __init__(self, page_set): 40 def RunEndure(self, action_runner): 47 def RunWebrtc(self, action_runner): 59 def __init__(self):
|
/external/chromium_org/tools/telemetry/ |
PRESUBMIT.py | 10 def _CommonChecks(input_api, output_api): 35 def GetPathsToPrepend(input_api): 38 def RunWithPrependedPath(prepended_path, fn, *args): 47 def CheckChangeOnUpload(input_api, output_api): 48 def go(): 54 def CheckChangeOnCommit(input_api, output_api): 55 def go():
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
extension_backend.py | 14 def __init__(self, browser_backend): 18 def ShouldIncludeContext(self, context): 25 def __init__(self, browser_backend): 28 def __getitem__(self, extension_id): 37 def __iter__(self): 41 def __len__(self): 44 def ContextIdToExtensionId(self, context_id):
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
gpu_device.py | 19 def __init__(self, vendor_id, device_id, vendor_string, device_string): 25 def __str__(self): 38 def FromDict(cls, attrs): 53 def vendor_id(self): 61 def device_id(self): 69 def vendor_string(self): 78 def device_string(self):
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/ |
power_monitor_controller_unittest.py | 12 def testComposition(self): 15 def StartMonitoringPower(self, browser): 17 def StopMonitoringPower(self): 21 def __init__(self, value): 24 def CanMonitorPower(self): 26 def StartMonitoringPower(self, browser): 28 def StopMonitoringPower(self):
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
__init__.py | 20 def __init__(self, browser_backend, platform_backend, output_path, state): 27 def name(cls): 32 def is_supported(cls, browser_type): 37 def CustomizeBrowserOptions(cls, browser_type, options): 42 def WillCloseBrowser(cls, browser_backend, platform_backend): 46 def _GetProcessOutputFileMap(self): 66 def CollectProfile(self):
|
/external/chromium_org/tools/telemetry/telemetry/results/ |
block_page_measurement_results_unittest.py | 15 def _MakePageSet(): 23 def __init__(self, *args): 26 def _PrintPerfResult(self, *args): 30 def setUp(self): 35 def lines(self): 40 def data(self): 43 def test_with_output_after_every_page(self):
|
/external/chromium_org/tools/telemetry/telemetry/util/ |
global_hooks.py | 15 def InstallHooks(): 23 def RemoveAllStalePycFiles(base_dir): 50 def InstallUnhandledExceptionFormatter(): 55 def InstallStackDumpOnSigusr1(): 61 def PrintDiagnostics(_, stack_frame): 67 def InstallTerminationHook(): 69 def PrintStackAndExit(sig, stack_frame):
|
/external/deqp/scripts/build/ |
common.py | 10 def die (msg): 14 def shellquote(s): 19 def pushWorkingDir (path): 24 def popWorkingDir (): 30 def execute (args): 35 def readFile (filename): 41 def writeFile (filename, data):
|
/external/fonttools/Lib/fontTools/misc/ |
eexec.py | 8 def _decryptChar(cipher, R): 14 def _encryptChar(plain, R): 21 def decrypt(cipherstring, R): 29 def encrypt(plainstring, R): 38 def hexString(s): 42 def deHexString(h): 48 def _test():
|
/external/lldb/test/types/ |
TestFloatTypes.py | 15 def setUp(self): 24 def test_float_type_with_dsym(self): 30 def test_float_type_from_block_with_dsym(self): 35 def test_float_type_with_dwarf(self): 41 def test_double_type_with_dsym(self): 47 def test_double_type_from_block_with_dsym(self): 52 def test_double_type_with_dwarf(self):
|
TestFloatTypesExpr.py | 18 def setUp(self): 27 def test_float_type_with_dsym(self): 33 def test_float_type_from_block_with_dsym(self): 38 def test_float_type_with_dwarf(self): 44 def test_double_type_with_dsym(self): 50 def test_double_type_from_block_with_dsym(self): 55 def test_double_type_with_dwarf(self):
|
/external/lldb/utils/misc/ |
grep-svn-log.py | 23 def __init__(self): 25 def add_line(self, a_line): 32 def del_line(self): 35 def reset(self): 39 def finish(self): 45 def grep(regexp): 75 def main():
|
/external/markdown/markdown/ |
blockparser.py | 22 def set(self, state): 26 def reset(self): 30 def isstate(self, state): 44 def __init__(self): 48 def parseDocument(self, lines): 63 def parseChunk(self, parent, text): 77 def parseBlocks(self, parent, blocks):
|
/external/skia/tools/copyright/ |
fileparser.py | 11 def CreateParser(filepath): 26 def __init__(self): 31 def FindCopyrightBlock(self, comment_blocks): 43 def GetCopyrightBlockAttributes(self, comment_block): 72 def __init__(self): 76 def FindAllCommentBlocks(self, file_contents): 81 def CreateCopyrightBlock(self, year, holder):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
future.py | 7 def is_future(stmt): 22 def __init__(self): 25 def visitModule(self, node): 31 def check_stmt(self, stmt): 43 def get_features(self): 50 def visitFrom(self, node): 57 def find_futures(node):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
base64_codec.py | 13 def base64_encode(input,errors='strict'): 27 def base64_decode(input,errors='strict'): 47 def encode(self, input,errors='strict'): 49 def decode(self, input,errors='strict'): 53 def encode(self, input, final=False): 58 def decode(self, input, final=False): 70 def getregentry():
|
hex_codec.py | 13 def hex_encode(input,errors='strict'): 27 def hex_decode(input,errors='strict'): 47 def encode(self, input,errors='strict'): 49 def decode(self, input,errors='strict'): 53 def encode(self, input, final=False): 58 def decode(self, input, final=False): 70 def getregentry():
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 25 def __init__(self, editwin=None): 34 def close(self): 37 def _make_tk_calltip_window(self): 41 def _remove_calltip_window(self, event=None): 46 def force_open_calltip_event(self, event): 52 def try_open_calltip_event(self, event): 59 def refresh_calltip_event(self, event): 66 def open_calltip(self, evalfuncs): 83 def fetch_tip(self, expression): 108 def get_entity(self, expression) [all...] |
RemoteObjectBrowser.py | 3 def remote_object_tree_item(item): 12 def __init__(self, item): 15 def __getattr__(self, name): 19 def _GetSubList(self): 26 def __init__(self, sockio, oid): 30 def __getattr__(self, name): 34 def _GetSubList(self):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sched.py | 39 def __init__(self, timefunc, delayfunc): 46 def enterabs(self, time, priority, action, argument): 57 def enter(self, delay, priority, action, argument): 66 def cancel(self, event): 76 def empty(self): 80 def run(self): 123 def queue(self):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unary.py | 8 def test_negative(self): 16 def test_positive(self): 24 def test_invert(self): 30 def test_no_overflow(self): 36 def test_negation_of_exponentiation(self): 44 def test_bad_types(self): 54 def test_main():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
future.py | 7 def is_future(stmt): 22 def __init__(self): 25 def visitModule(self, node): 31 def check_stmt(self, stmt): 43 def get_features(self): 50 def visitFrom(self, node): 57 def find_futures(node):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
base64_codec.py | 13 def base64_encode(input,errors='strict'): 27 def base64_decode(input,errors='strict'): 47 def encode(self, input,errors='strict'): 49 def decode(self, input,errors='strict'): 53 def encode(self, input, final=False): 58 def decode(self, input, final=False): 70 def getregentry():
|
hex_codec.py | 13 def hex_encode(input,errors='strict'): 27 def hex_decode(input,errors='strict'): 47 def encode(self, input,errors='strict'): 49 def decode(self, input,errors='strict'): 53 def encode(self, input, final=False): 58 def decode(self, input, final=False): 70 def getregentry():
|