/prebuilts/gdb/linux-x86/lib/python2.7/ |
htmllib.py | 34 def __init__(self, formatter, verbose=0): 44 def error(self, message): 47 def reset(self): 63 def handle_data(self, data): 74 def save_bgn(self): 84 def save_end(self): 101 def anchor_bgn(self, href, name, type): 115 def anchor_end(self): 128 def handle_image(self, src, alt, *args): 139 def start_html(self, attrs): pas [all...] |
_weakrefset.py | 16 def __init__(self, weakcontainer): 20 def __enter__(self): 26 def __exit__(self, e, t, b): 36 def __init__(self, data=None): 38 def _remove(item, selfref=ref(self)): 52 def _commit_removals(self): 58 def __iter__(self): 65 def __len__(self): 68 def __contains__(self, item): 75 def __reduce__(self) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
htmllib.py | 34 def __init__(self, formatter, verbose=0): 44 def error(self, message): 47 def reset(self): 63 def handle_data(self, data): 74 def save_bgn(self): 84 def save_end(self): 101 def anchor_bgn(self, href, name, type): 115 def anchor_end(self): 128 def handle_image(self, src, alt, *args): 139 def start_html(self, attrs): pas [all...] |
_weakrefset.py | 16 def __init__(self, weakcontainer): 20 def __enter__(self): 26 def __exit__(self, e, t, b): 36 def __init__(self, data=None): 38 def _remove(item, selfref=ref(self)): 52 def _commit_removals(self): 58 def __iter__(self): 65 def __len__(self): 68 def __contains__(self, item): 75 def __reduce__(self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
htmllib.py | 34 def __init__(self, formatter, verbose=0): 44 def error(self, message): 47 def reset(self): 63 def handle_data(self, data): 74 def save_bgn(self): 84 def save_end(self): 101 def anchor_bgn(self, href, name, type): 115 def anchor_end(self): 128 def handle_image(self, src, alt, *args): 139 def start_html(self, attrs): pas [all...] |
_weakrefset.py | 16 def __init__(self, weakcontainer): 20 def __enter__(self): 26 def __exit__(self, e, t, b): 36 def __init__(self, data=None): 38 def _remove(item, selfref=ref(self)): 52 def _commit_removals(self): 58 def __iter__(self): 65 def __len__(self): 68 def __contains__(self, item): 75 def __reduce__(self) [all...] |
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
set.py | 30 def __init__(self, items=None): 42 def __repr__(self): 45 def add(self, item): 50 def remove(self, item): 54 def discard(self, item): 61 def _clone(self): 79 def __copy__(self): 83 def copy(self): 87 def union_update(self, other): 100 def intersection_update(self, other) [all...] |
/external/toolchain-utils/automation/common/ |
command_executer_test.py | 18 def AddScriptDirToPath(): 36 def LogCmd(self, cmd, machine='', user=''): 42 def LogError(self, msg): 45 def LogWarning(self, msg): 48 def LogOutput(self, msg): 54 def __init__(self): 62 def stdout(self): 66 def stderr(self): 69 def DataReceivedOnOutput(self, data): 72 def DataReceivedOnError(self, data) [all...] |
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
SoftGSM.cpp | 63 OMX_PARAM_PORTDEFINITIONTYPE def; local 64 InitOMXParams(&def); 66 def.nPortIndex = 0; 67 def.eDir = OMX_DirInput; 68 def.nBufferCountMin = kNumBuffers; 69 def.nBufferCountActual = def.nBufferCountMin; 70 def.nBufferSize = 1024 / kMSGSMFrameSize * kMSGSMFrameSize; 71 def.bEnabled = OMX_TRUE; 72 def.bPopulated = OMX_FALSE [all...] |
/frameworks/av/media/libstagefright/codecs/raw/ |
SoftRaw.cpp | 56 OMX_PARAM_PORTDEFINITIONTYPE def; local 57 InitOMXParams(&def); 59 def.nPortIndex = 0; 60 def.eDir = OMX_DirInput; 61 def.nBufferCountMin = kNumBuffers; 62 def.nBufferCountActual = def.nBufferCountMin; 63 def.nBufferSize = 32 * 1024; 64 def.bEnabled = OMX_TRUE; 65 def.bPopulated = OMX_FALSE [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_weakrefset.py | 16 def __init__(self, weakcontainer): 20 def __enter__(self): 26 def __exit__(self, e, t, b): 36 def __init__(self, data=None): 38 def _remove(item, selfref=ref(self)): 52 def _commit_removals(self): 58 def __iter__(self): 65 def __len__(self): 68 def __contains__(self, item): 75 def __reduce__(self) [all...] |
/art/test/utils/python/testgen/ |
mixins.py | 31 def get_name(self): 43 def get_file_name(self): 48 def get_file_extension(self): 53 def get_file_extension_mixin(ext): 64 def get_file_name(self): 67 def get_file_extension(self): 94 def __lt__(self, other): 97 def __gt__(self, other): 100 def __eq__(self, other): 103 def __le__(self, other) [all...] |
/cts/hostsidetests/theme/ |
android_device.py | 28 def __init__(self, adbDevice): 31 def runAdbCommand(self, cmd): 38 def runShellCommand(self, cmd): 41 def waitForAdbDevice(self): 45 def waitForBootComplete(self, timeout = 240): 61 def installApk(self, apkPath): 66 def uninstallApk(self, package): 71 def runInstrumentationTest(self, option): 74 def isProcessAlive(self, processName): 82 def getVersionSdkInt(self) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_future.py | 9 def get_error_location(msg):
15 def test_future1(self):
20 def test_future2(self):
25 def test_future3(self):
29 def test_badfuture3(self):
37 def test_badfuture4(self):
45 def test_badfuture5(self):
53 def test_badfuture6(self):
61 def test_badfuture7(self):
69 def test_badfuture8(self): [all...] |
/external/autotest/site_utils/tester_feedback/ |
input_handlers.py | 15 def get_choices_supplements(self): 31 def _get_input_choices_and_default(self): 36 def _get_choices_details(self): 41 def process(self, input_str): 58 def _get_input_choices_and_default(self): 62 def _get_choices_details(self): 66 def process(self, input_str): 73 def __init__(self, default=None): 85 def _get_input_choices_and_default(self): 91 def _get_choices_details(self) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/ |
android_browser_backend_settings.py | 11 def __init__(self, activity, cmdline_file, package, pseudo_exec_name, 20 def activity(self): 24 def package(self): 28 def pseudo_exec_name(self): 32 def supports_tab_control(self): 36 def command_line_name(self): 39 def GetDevtoolsRemotePort(self, device): 43 def profile_ignore_list(self): 52 def __init__(self, package): 60 def GetDevtoolsRemotePort(self, device) [all...] |
form_based_credentials_backend.py | 12 def __init__(self): 15 def IsAlreadyLoggedIn(self, tab): 19 def credentials_type(self): 23 def url(self): 27 def login_form_id(self): 31 def login_button_javascript(self): 36 def login_input_id(self): 40 def password_input_id(self): 44 def logged_in_javascript(self): 48 def IsLoggedIn(self) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
inspector_backend_list.py | 9 def DebuggerUrlToId(debugger_url): 16 def __init__(self, browser_backend): 31 def _devtools_client(self): 35 def app(self): 38 def GetContextInfo(self, context_id): 41 def ShouldIncludeContext(self, _): 45 def CreateWrapper(self, inspector_backend_instance): 55 def __getitem__(self, index): 66 def GetTabById(self, identifier): 70 def GetBackendFromContextId(self, context_id) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/story/ |
story.py | 31 def __init__(self, shared_state_class, name='', tags=None, 68 def Run(self, shared_state): 73 def tags(self): 77 def shared_state_class(self): 81 def id(self): 85 def name(self): 89 def grouping_keys(self): 93 def display_name_and_grouping_key_tuple(self): 96 def AsDict(self): 106 def file_safe_name(self) [all...] |
/external/deqp/scripts/khr_util/ |
registry_cache.py | 32 def __init__(self, filename, revision, checksum): 37 def __hash__(self): 40 def __eq__(self, other): 43 def getFilename (self): 46 def getCacheFilename (self): 49 def getChecksum (self): 52 def getRevision (self): 55 def getSourceUrl (self): 58 def computeChecksum (data): 61 def fetchUrl (url) [all...] |
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
gmock_class_test.py | 37 def StripLeadingWhitespace(self, lines): 41 def assertEqualIgnoreLeadingWhitespace(self, expected_lines, lines): 48 def GenerateMethodSource(self, cpp_source): 57 def testSimpleMethod(self): 68 def testSimpleConstMethod(self): 79 def testExplicitVoid(self): 90 def testStrangeNewlineInParameter(self): 102 def testDefaultParameters(self): 113 def testMultipleDefaultParameters(self): 124 def testRemovesCommentsWhenDefaultsArePresent(self) [all...] |
/external/toolchain-utils/bestflags/ |
flags.py | 42 def Search(spec): 51 def ReadConf(file_name): 92 def __init__(self, spec, value=-1): 114 def __eq__(self, other): 119 def __hash__(self): 122 def GetValue(self): 131 def GetSpec(self): 140 def FormattedForUse(self): 161 def __init__(self, flag_array): 165 def __eq__(self, other) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_future.py | 9 def get_error_location(msg): 15 def test_future1(self): 20 def test_future2(self): 25 def test_future3(self): 29 def test_badfuture3(self): 37 def test_badfuture4(self): 45 def test_badfuture5(self): 53 def test_badfuture6(self): 61 def test_badfuture7(self): 69 def test_badfuture8(self) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_future.py | 9 def get_error_location(msg): 15 def test_future1(self): 20 def test_future2(self): 25 def test_future3(self): 29 def test_badfuture3(self): 37 def test_badfuture4(self): 45 def test_badfuture5(self): 53 def test_badfuture6(self): 61 def test_badfuture7(self): 69 def test_badfuture8(self) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_future.py | 9 def get_error_location(msg): 15 def test_future1(self): 20 def test_future2(self): 25 def test_future3(self): 29 def test_badfuture3(self): 37 def test_badfuture4(self): 45 def test_badfuture5(self): 53 def test_badfuture6(self): 61 def test_badfuture7(self): 69 def test_badfuture8(self) [all...] |