/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
userfunctions.py | 28 def func_returntext(): 30 def func_returnunicode(): 32 def func_returnint(): 34 def func_returnfloat(): 36 def func_returnnull(): 38 def func_returnblob(): 40 def func_returnlonglong(): 42 def func_raiseexception(): 45 def func_isstring(v): 47 def func_isint(v) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
userfunctions.py | 28 def func_returntext(): 30 def func_returnunicode(): 32 def func_returnint(): 34 def func_returnfloat(): 36 def func_returnnull(): 38 def func_returnblob(): 40 def func_returnlonglong(): 42 def func_raiseexception(): 45 def func_isstring(v): 47 def func_isint(v) [all...] |
/external/autotest/server/cros/ap_configurators/ |
buffalo_ap_configurator.py | 22 def __init__(self, ap_config): 27 def get_number_of_pages(self): 31 def is_update_interval_supported(self): 40 def get_supported_modes(self): 47 def get_supported_bands(self): 52 def is_security_mode_supported(self, security_mode): 67 def navigate_to_page(self, page_number): 91 def save_page(self, page_number): 112 def _retry_page(self, page_number): 120 def _wait_for_item_in_popup(self, item, popup) [all...] |
trendnet432brp_ap_configurator.py | 17 def _alert_handler(self, alert): 33 def get_number_of_pages(self): 37 def get_supported_bands(self): 41 def get_supported_modes(self): 45 def is_security_mode_supported(self, security_mode): 56 def navigate_to_page(self, page_number): 74 def save_page(self, page_number): 83 def set_radio(self, enabled=True): 87 def _set_radio(self, enabled=True): 94 def _set_ssid(self, ssid) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/ |
benchmark.py | 23 def __init__(self, name, description='', rerun_options=None): 29 def name(self): 33 def description(self): 37 def rerun_options(self): 40 def AsDict(self): 62 def __init__(self, max_failures=None): 81 def ShouldDisable(cls, possible_browser): 89 def Run(self, finder_options): 94 def max_failures(self): 98 def Name(cls) [all...] |
/external/llvm/utils/lit/lit/ |
Test.py | 13 def __new__(cls, name, isFailure): 18 def __getnewargs__(self): 21 def __init__(self, name, isFailure): 25 def __repr__(self): 41 def format(self): 50 def todata(self): 60 def __init__(self, value): 63 def format(self): 66 def todata(self): 70 def __init__(self, value) [all...] |
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_dump.py | 52 def __init__(self, instance = '', decl = None): 57 def clone(self): 60 def visit_class(self): 69 def visit_enumeration(self): 84 def dump_decl(instance, decl): 91 def __init__(self, instance, type_): 96 def clone(self): 99 def visit_char(self): 102 def visit_unsigned_char(self): 105 def visit_signed_char(self) [all...] |
/external/toolchain-utils/automation/common/ |
command.py | 13 def __init__(self, cmd, *args, **kwargs): 21 def __str__(self): 32 def AddOption(self, option): 41 def __init__(self, command, cwd=None, env=None, umask=None): 65 def counter(self): 70 def __str__(self): 77 def __init__(self, *commands): 80 def __contains__(self, command): 83 def __iter__(self): 86 def __len__(self) [all...] |
/development/python-packages/adb/ |
device.py | 29 def __init__(self, serial): 36 def __init__(self): 41 def __init__(self, cmd, stdout, stderr, exit_code): 50 def get_devices(adb_path='adb'): 70 def _get_unique_device(product=None, adb_path='adb'): 77 def _get_device_by_serial(serial, product=None, adb_path='adb'): 84 def get_device(serial=None, product=None, adb_path='adb'): 115 def _get_device_by_type(flag, adb_path): 129 def get_usb_device(adb_path='adb'): 142 def get_emulator_device(adb_path='adb') [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
debug.rb | 13 def self.wrap( adaptor, debug_listener = nil ) 21 def create_with_payload( payload ) 27 def create_from_token( token_type, from_token, text = nil ) 33 def create_from_type( token_type, text ) 39 def create_error_node( input, start, stop, exc ) 45 def copy_tree( tree ) 51 def simulate_tree_construction( tree ) 60 def copy_node( tree_node ) 66 def create_flat_list 72 def add_child( tree, child [all...] |
/external/autotest/site_utils/suite_scheduler/ |
base_event.py | 25 def SectionName(keyword): 33 def HonoredSection(section): 41 def BuildName(board, type, milestone, manifest): 73 def CreateFromConfig(cls, config, manifest_versions): 84 def _ParseConfig(cls, config): 97 def __init__(self, keyword, manifest_versions, always_handle): 111 def keyword(self): 117 def tasks(self): 123 def launch_control_branches_targets(self): 138 def tasks(self, iterable_of_tasks) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
ios_browser_backend.py | 22 def __init__(self, ios_platform_backend, browser_options): 35 def UpdateRunningBrowsersInfo(self): 53 def GetDeviceUrls(self): 70 def GetWebSocketDebuggerUrls(self, device_urls): 77 def GetData(): 105 def GetSystemInfo(self): 111 def IsBrowserRunning(self): 117 def browser_directory(self): 122 def profile_directory(self): 126 def Start(self) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/story/ |
story_set.py | 19 def __init__(self, archive_data_file='', cloud_storage_bucket=None, 51 def allow_mixed_story_states(self): 65 def file_path(self): 69 def base_dir(self): 77 def serving_dirs(self): 85 def archive_data_file(self): 89 def bucket(self): 93 def wpr_archive_info(self): 101 def stories(self): 104 def AddStory(self, story) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
system_stub.py | 22 def __init__(self, base_module, module_list): 61 def __del__(self): 64 def Restore(self): 80 def __init__(self): 89 def HasRoot(self): 92 def NeedsSU(self): 95 def RunShellCommand(self, args, **kwargs): 102 def FileExists(self, _): 105 def ReadFile(self, device_path, as_root=False): 109 def GetProp(self, property_name) [all...] |
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
sermsdos.py | 63 def device(portnum): 81 def __init__(self, 121 def __del__(self): 124 def close(self): 127 def _config(self, port, baud, parity, data, stop, retry, 135 def setBaudrate(self, baudrate): 140 def inWaiting(self): 144 def read(self, num = 1): 152 def write(self, s): 160 def flushInput(self) [all...] |
/external/libnl/python/netlink/route/links/ |
inet.py | 45 def _resolve(id): 53 def __init__(self, link): 56 def details(self, fmt): 69 def get_conf(self, id): 72 def set_conf(self, id, value): 78 def forwarding(self): 82 def forwarding(self, value): 88 def mc_forwarding(self): 92 def mc_forwarding(self, value): 98 def proxy_arp(self) [all...] |
/external/mesa3d/src/gallium/tools/trace/ |
format.py | 36 def __init__(self, stream): 39 def text(self, text): 42 def newline(self): 45 def function(self, name): 48 def variable(self, name): 51 def literal(self, value): 54 def address(self, addr): 73 def _escape(self, code): 76 def function(self, name): 81 def variable(self, name) [all...] |
/external/parameter-framework/upstream/tools/xmlGenerator/ |
PfwBaseTranslator.py | 45 def __init__(self): 54 def _getContext(self): 61 def _check(self, func): 66 def wrapped(*args, **kwargs): 77 def createDomain(self, name, sequence_aware=False): 92 def addElement(self, path): 102 def createConfiguration(self, name): 116 def setElementSequence(self, paths): 130 def setRule(self, rule): 140 def setParameter(self, path, value) [all...] |
/external/selinux/python/sepolicy/ |
test_sepolicy.py | 10 def assertDenied(self, err): 14 def assertNotFound(self, err): 18 def assertFailure(self, status): 22 def assertSuccess(self, status, err): 26 def test_man_domain(self): 32 def test_man_all(self): 38 def test_network_l(self): 44 def test_network_t(self): 50 def test_network_p(self): 56 def test_network_d(self) [all...] |
/external/skia/infra/bots/recipe_modules/flavor/ |
default_flavor.py | 19 def __init__(self, 36 def dm_dir(self): 41 def perf_data_dir(self): 45 def resource_dir(self): 49 def images_dir(self): 53 def skp_dir(self): 58 def svg_dir(self): 62 def tmp_dir(self): 78 def __init__(self, m): 87 def copy_extra_build_products(self, swarming_out_dir) [all...] |
/external/v8/tools/testrunner/local/ |
perfdata.py | 35 def __init__(self): 39 def AddResult(self, result): 51 def __init__(self, datadir, arch, mode): 57 def __del__(self): 60 def close(self): 65 def GetKey(self, test): 70 def FetchPerfData(self, test): 77 def UpdatePerfData(self, test): 82 def RawUpdatePerfData(self, testkey, duration): 93 def __init__(self, datadir) [all...] |
/external/vixl/tools/ |
util.py | 37 def ListCCFilesWithoutExt(path): 42 def abort(message): 48 def getstatusoutput(command, shell=False): 57 def IsCommandAvailable(command): 62 def ensure_dir(path_name): 68 def require_program(program_name): 74 def relrealpath(path, start=os.getcwd()): 79 def GetCompilerDirectives(env): 105 def GetHostArch(env): 120 def __init__(self, env) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
typeattr.py | 24 def _symbol_lookup(qpol_policy, name): 35 def attribute_factory(qpol_policy, name): 50 def type_factory(qpol_policy, name, deref=False): 67 def type_or_attr_factory(qpol_policy, name, deref=False): 90 def ispermissive(self): 93 def expand(self): 97 def attributes(self): 101 def aliases(self): 111 def ispermissive(self): 115 def expand(self) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_optparse.py | 30 def __init__(self, 38 def __str__(self): 42 def exit(self, status=0, msg=None): 45 def error(self, msg): 50 def assertParseOK(self, args, expected_opts, expected_positional_args): 80 def assertRaises(self, 139 def assertParseFail(self, cmdline_args, expected_output): 151 def assertOutput(self, 183 def assertTypeError(self, func, expected_message, *args): 187 def assertHelp(self, parser, expected_help) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_optparse.py | 30 def __init__(self, 38 def __str__(self): 42 def exit(self, status=0, msg=None): 45 def error(self, msg): 50 def assertParseOK(self, args, expected_opts, expected_positional_args): 80 def assertRaises(self, 139 def assertParseFail(self, cmdline_args, expected_output): 151 def assertOutput(self, 183 def assertTypeError(self, func, expected_message, *args): 187 def assertHelp(self, parser, expected_help) [all...] |