/external/autotest/site_utils/sponge_lib/ |
autotest_job_info.py | 32 def __init__(self, job): 42 def id(self): 47 def label(self): 52 def user(self): 57 def start_time(self): 62 def end_time(self): 67 def dut(self): 72 def drone(self): 77 def keyvals(self): 82 def tasks(self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
netcontext.py | 33 def netifcon_factory(policy, name): 42 def nodecon_factory(policy, name): 51 def portcon_factory(policy, name): 64 def __str__(self): 68 def context(self): 72 def statement(self): 80 def __str__(self): 83 def __hash__(self): 87 def netif(self): 92 def context(self) [all...] |
/test/vts/testcases/template/binary_test/ |
binary_test_case.py | 22 def _SafeStrip(value): 54 def __init__(self, 78 def __str__(self): 81 def GetFullName(self): 92 def GetRunCommand(self): 118 def test_suite(self): 123 def test_suite(self, test_suite): 128 def test_name(self): 133 def test_name(self, test_name): 138 def path(self) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/ |
IN.py | 50 def __PMT(args): return args 52 def __P(args): return args 54 def __PMT(args): return args 56 def __STRING(x): return #x 62 def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname) 64 def __attribute__(xyz): return 66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x))) 68 def __attribute_format_arg__(x): return 86 def __INT64_C(c): return c ## L 88 def __UINT64_C(c): return c ## U [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/ |
IN.py | 50 def __PMT(args): return args 52 def __P(args): return args 54 def __PMT(args): return args 56 def __STRING(x): return #x 62 def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname) 64 def __attribute__(xyz): return 66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x))) 68 def __attribute_format_arg__(x): return 86 def __INT64_C(c): return c ## L 88 def __UINT64_C(c): return c ## U [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/ |
saxutils.py | 24 def __dict_replace(s, d):
30 def escape(data, entities={}):
46 def unescape(data, entities={}):
60 def quoteattr(data, entities={}):
86 def __init__(self, out=None, encoding="iso-8859-1"):
97 def _write(self, text):
103 def _qname(self, name):
122 def startDocument(self):
126 def startPrefixMapping(self, prefix, uri):
131 def endPrefixMapping(self, prefix): [all...] |
/external/deqp/modules/gles3/scripts/ |
genutil.py | 33 def __init__(self, name, description, children): 39 def __init__(self): 44 def indentTextBlock(text, indent): 51 def writeCase(f, case, indent, prefix): 65 def writeAllCases(fileName, caseList): 78 def genValues(inputs, outputs): 86 def fillTemplate(template, params): 105 def shuffled(lst): 110 def repeatToLength(lst, toLength): 115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst [all...] |
/external/deqp/modules/gles31/scripts/ |
genutil.py | 33 def __init__(self, name, description, children): 39 def __init__(self): 44 def indentTextBlock(text, indent): 51 def writeCase(f, case, indent, prefix): 65 def writeAllCases(fileName, caseList): 78 def genValues(inputs, outputs): 86 def fillTemplate(template, params): 105 def shuffled(lst): 110 def repeatToLength(lst, toLength): 115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
_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):
67 def __len__(self):
70 def __contains__(self, item):
77 def __reduce__(self): [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
xdrlib.py | 26 def __init__(self, msg):
28 def __repr__(self):
30 def __str__(self):
42 def __init__(self):
45 def reset(self):
48 def get_buffer(self):
53 def pack_uint(self, x):
56 def pack_int(self, x):
61 def pack_bool(self, x):
65 def pack_uhyper(self, x): [all...] |
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): pass [all...] |
/external/autotest/server/cros/ |
debugd_dev_tools.py | 70 def query_dev_tools_state(host): 86 def are_dev_tools_available(host): 100 def remove_temp_files(host): 112 def expect_access_failure(host, tools): 139 def _send_debugd_command(host, name, args=()): 184 def initialize(self, host, save_initial_state=False): 197 def is_enabled(self): 206 def enable(self): 213 def disable(self): 220 def save_state(self) [all...] |
/external/fonttools/Lib/fontTools/pens/ |
basePen.py | 48 def moveTo(self, pt): 54 def lineTo(self, pt): 58 def curveTo(self, *points): 79 def qCurveTo(self, *points): 96 def closePath(self): 102 def endPath(self): 108 def addComponent(self, glyphName, transformation): 122 def moveTo(self, pt): 125 def lineTo(self, pt): 128 def curveTo(self, *points) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
xdrlib.py | 26 def __init__(self, msg): 28 def __repr__(self): 30 def __str__(self): 42 def __init__(self): 45 def reset(self): 48 def get_buffer(self): 53 def pack_uint(self, x): 56 def pack_int(self, x): 61 def pack_bool(self, x): 65 def pack_uhyper(self, x) [all...] |
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...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
xdrlib.py | 26 def __init__(self, msg): 28 def __repr__(self): 30 def __str__(self): 42 def __init__(self): 45 def reset(self): 48 def get_buffer(self): 53 def pack_uint(self, x): 56 def pack_int(self, x): 61 def pack_bool(self, x): 65 def pack_uhyper(self, x) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xdrlib.py | 26 def __init__(self, msg): 28 def __repr__(self): 30 def __str__(self): 42 def __init__(self): 45 def reset(self): 48 def get_buffer(self): 53 def pack_uint(self, x): 56 def pack_int(self, x): 61 def pack_bool(self, x): 65 def pack_uhyper(self, x) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xdrlib.py | 26 def __init__(self, msg): 28 def __repr__(self): 30 def __str__(self): 42 def __init__(self): 45 def reset(self): 48 def get_buffer(self): 53 def pack_uint(self, x): 56 def pack_int(self, x): 61 def pack_bool(self, x): 65 def pack_uhyper(self, x) [all...] |
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
options.h | 64 #define DRI_CONF_NO_RAST(def) \ 65 DRI_CONF_OPT_BEGIN(no_rast,bool,def) \ 74 #define DRI_CONF_PERFORMANCE_BOXES(def) \ 75 DRI_CONF_OPT_BEGIN(performance_boxes,bool,def) \ 95 #define DRI_CONF_EXCESS_MIPMAP(def) \ 96 DRI_CONF_OPT_BEGIN(excess_mipmap,bool,def) \ 104 #define DRI_CONF_TEXTURE_DEPTH(def) \ 105 DRI_CONF_OPT_BEGIN_V(texture_depth,enum,def,"0:3") \ 144 #define DRI_CONF_DEF_MAX_ANISOTROPY(def,range) \ 145 DRI_CONF_OPT_BEGIN_V(def_max_anisotropy,float,def,range) [all...] |
/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
shared_prefs.py | 36 def __init__(self, elem): 42 def __str__(self): 46 def get(self): 50 def set(self, value): 55 def has_value(self): 69 def get(self): 73 def set(self, value): 86 def get(self): 99 def get(self): 123 def get(self) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
InfDepexObject.py | 29 def __init__(self):
33 def SetSectionType(self, SectionType):
35 def GetSectionType(self):
38 def SetSectionString(self, SectionString):
40 def GetSectionString(self):
45 def __init__(self):
53 def SetFeatureFlagExp(self, FeatureFlagExp):
55 def GetFeatureFlagExp(self):
58 def SetSupArch(self, Arch):
60 def GetSupArch(self): [all...] |
/external/autotest/client/cros/chameleon/ |
audio_board.py | 20 def __init__(self, chameleon_connection): 41 def get_audio_bus(self, bus_index): 52 def get_jack_plugger(self): 62 def get_bluetooth_controller(self): 99 def __init__(self, endpoints): 108 def __init__(self, bus_index, chameleon_connection): 120 def _get_endpoint_name(self, port_id): 132 def _connect_endpoint(self, endpoint): 145 def _disconnect_endpoint(self, endpoint): 158 def connect(self, port_id) [all...] |
/external/autotest/server/cros/ap_configurators/ |
asus_qis_ap_configurator.py | 15 def _set_authentication(self, authentication, wait_for_xpath=None): 26 def navigate_to_page(self, page_number): 35 def get_number_of_pages(self): 39 def save_page(self, page_number): 49 def get_supported_bands(self): 56 def get_supported_modes(self): 63 def set_mode(self, mode, band=None): 69 def _set_mode(self, mode, band=None): 84 def set_ssid(self, ssid): 88 def _set_ssid(self, ssid) [all...] |
dlink_dir505l_ap_configurator.py | 19 def _alert_handler(self, alert): 37 def get_number_of_pages(self): 41 def get_supported_bands(self): 46 def get_supported_modes(self): 53 def is_security_mode_supported(self, security_mode): 67 def navigate_to_page(self, page_number): 86 def save_page(self, page_number): 108 def set_mode(self, mode, band=None): 114 def _set_mode(self, mode, band=None): 130 def set_radio(self, enabled=True) [all...] |
/external/chromium-trace/catapult/devil/devil/android/ |
flag_changer_test.py | 16 def __init__(self): 21 def HasRoot(self): 24 def PathExists(self, filepath): 27 def RemovePath(self, path, **_kwargs): 30 def WriteFile(self, path, contents, **_kwargs): 33 def ReadFile(self, path, **_kwargs): 38 def setUp(self): 45 def testFlagChanger_removeLegacyCmdLine(self): 55 def testFlagChanger_mustBeFileName(self): 61 def _testQuoteFlag(self, flag, expected_quoted_flag) [all...] |