HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 776 - 800 of 14820) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 19 def __init__(self, msg, exception=None):
26 def getMessage(self):
30 def getException(self):
34 def __str__(self):
38 def __getitem__(self, ix):
59 def __init__(self, msg, exception, locator):
72 def getColumnNumber(self):
77 def getLineNumber(self):
81 def getPublicId(self):
85 def getSystemId(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 47 def __init__(self, get, name):
60 def __repr__(self):
70 def __getattr__(self, name):
87 def Bastion(object, filter = lambda name: name[:1] != '_',
117 def get1(name, object=object, filter=filter):
125 def get2(name, get1=get1):
134 def _test():
137 def __init__(self):
139 def add(self, n):
141 def _add(self, n)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 15 def bz2_encode(input,errors='strict'):
29 def bz2_decode(input,errors='strict'):
49 def encode(self, input, errors='strict'):
51 def decode(self, input, errors='strict'):
55 def __init__(self, errors='strict'):
60 def encode(self, input, final=False):
67 def reset(self):
71 def __init__(self, errors='strict'):
76 def decode(self, input, final=False):
82 def reset(self)
    [all...]
zlib_codec.py 14 def zlib_encode(input,errors='strict'):
28 def zlib_decode(input,errors='strict'):
48 def encode(self, input, errors='strict'):
50 def decode(self, input, errors='strict'):
54 def __init__(self, errors='strict'):
59 def encode(self, input, final=False):
66 def reset(self):
70 def __init__(self, errors='strict'):
75 def decode(self, input, final=False):
82 def reset(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 19 def __init__(self, msg, exception=None):
26 def getMessage(self):
30 def getException(self):
34 def __str__(self):
38 def __getitem__(self, ix):
59 def __init__(self, msg, exception, locator):
72 def getColumnNumber(self):
77 def getLineNumber(self):
81 def getPublicId(self):
85 def getSystemId(self)
    [all...]
  /system/update_engine/scripts/update_payload/
format_utils_unittest.py 15 def testHundredPercent(self):
18 def testOverHundredPercent(self):
21 def testWholePercent(self):
24 def testDefaultMinPrecision(self):
28 def testDefaultMaxPrecision(self):
32 def testCustomMinPrecision(self):
38 def testCustomMaxPrecision(self):
46 def testBaseTwo(self):
52 def testDecimal(self):
61 def testDefaultPrecision(self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_property.py 21 def __init__(self):
25 def spam(self):
30 def spam(self, value):
34 def spam(self):
40 def spam(self):
45 def spam(self, value):
49 def spam(self):
54 def _get_spam(self):
60 def spam(self):
66 def spam(self):
    [all...]
test_enumerate.py 8 def __init__(self, seqn):
10 def __getitem__(self, i):
15 def __init__(self, seqn):
18 def __iter__(self):
20 def next(self):
28 def __init__(self, seqn):
31 def __iter__(self):
37 def __init__(self, seqn):
40 def next(self):
48 def __init__(self, seqn):
    [all...]
  /external/autotest/server/cros/multimedia/
display_facade_adapter.py 25 def __init__(self, host, remote_facade_proxy):
36 def _display_proxy(self):
44 def get_external_connector_name(self):
53 def get_internal_connector_name(self):
62 def move_to_display(self, display_index):
70 def set_fullscreen(self, is_fullscreen):
79 def load_url(self, url):
88 def load_calibration_image(self, resolution):
97 def load_color_sequence(self, tab_descriptor, color_sequence):
112 def close_tab(self, tab_descriptor)
    [all...]
  /external/libvpx/libvpx/
args.c 32 a.def = NULL;
36 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) {
43 if (def->short_name && strlen(arg.argv[0]) == strlen(def->short_name) + 1 &&
44 !strcmp(arg.argv[0] + 1, def->short_name)) {
46 arg.val = def->has_val ? arg.argv[1] : NULL;
47 arg.argv_step = def->has_val ? 2 : 1;
48 } else if (def->long_name) {
49 const size_t name_len = strlen(def->long_name);
52 !strncmp(arg.argv[0] + 2, def->long_name, name_len) &
94 const struct arg_def *def = *defs; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_property.py 21 def __init__(self):
25 def spam(self):
30 def spam(self, value):
34 def spam(self):
40 def spam(self):
45 def spam(self, value):
49 def spam(self):
54 def _get_spam(self):
60 def spam(self):
66 def spam(self)
    [all...]
test_enumerate.py 8 def __init__(self, seqn):
10 def __getitem__(self, i):
15 def __init__(self, seqn):
18 def __iter__(self):
20 def next(self):
28 def __init__(self, seqn):
31 def __iter__(self):
37 def __init__(self, seqn):
40 def next(self):
48 def __init__(self, seqn)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_property.py 21 def __init__(self):
25 def spam(self):
30 def spam(self, value):
34 def spam(self):
40 def spam(self):
45 def spam(self, value):
49 def spam(self):
54 def _get_spam(self):
60 def spam(self):
66 def spam(self)
    [all...]
test_enumerate.py 8 def __init__(self, seqn):
10 def __getitem__(self, i):
15 def __init__(self, seqn):
18 def __iter__(self):
20 def next(self):
28 def __init__(self, seqn):
31 def __iter__(self):
37 def __init__(self, seqn):
40 def next(self):
48 def __init__(self, seqn)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_property.py 21 def __init__(self):
25 def spam(self):
30 def spam(self, value):
34 def spam(self):
40 def spam(self):
45 def spam(self, value):
49 def spam(self):
54 def _get_spam(self):
60 def spam(self):
66 def spam(self)
    [all...]
test_enumerate.py 8 def __init__(self, seqn):
10 def __getitem__(self, i):
15 def __init__(self, seqn):
18 def __iter__(self):
20 def next(self):
28 def __init__(self, seqn):
31 def __iter__(self):
37 def __init__(self, seqn):
40 def next(self):
48 def __init__(self, seqn)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_property.py 21 def __init__(self):
25 def spam(self):
30 def spam(self, value):
34 def spam(self):
40 def spam(self):
45 def spam(self, value):
49 def spam(self):
54 def _get_spam(self):
60 def spam(self):
66 def spam(self)
    [all...]
test_enumerate.py 8 def __init__(self, seqn):
10 def __getitem__(self, i):
15 def __init__(self, seqn):
18 def __iter__(self):
20 def next(self):
28 def __init__(self, seqn):
31 def __iter__(self):
37 def __init__(self, seqn):
40 def next(self):
48 def __init__(self, seqn)
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
import_statement.py 25 def Annotate(cls, symbol_type, children):
31 def value(self):
35 def value(self, value):
59 def Annotate(cls, symbol_type, children):
66 def name(self):
70 def name(self, value):
74 def alias(self):
80 def alias(self, value):
116 def has_from(self):
121 def values(self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
support.py 8 def test_hash(self):
33 def test_eq(self):
39 def test_ne(self):
46 def __init__(self, log):
50 def startTest(self, test):
54 def startTestRun(self):
58 def stopTest(self, test):
62 def stopTestRun(self):
66 def addFailure(self, *args):
70 def addSuccess(self, *args):
    [all...]
  /external/autotest/client/common_lib/cros/
retry_unittest.py 27 def setUp(self):
32 def testRetryDecoratorSucceeds(self):
35 def succeed():
43 def testRetryDecoratorFlakySucceeds(self):
47 def flaky_succeed():
59 def testRetryDecoratorFails(self):
63 def fail():
72 def testRetryDecoratorRaisesCrosDynamicSuiteException(self):
75 def fail():
83 def testRetryDecoratorFailsWithTimeout(self)
    [all...]
  /external/autotest/client/common_lib/feedback/
client.py 57 def __init__(self):
62 def _check_active(self):
70 def __enter__(self):
75 def __exit__(self, ex_type, ex_val, ex_tb):
79 def initialize(self, test, host=None):
99 def _initialize_impl(self, test, host):
107 def new_query(self, query_id):
120 def _new_query_impl(self, query_id):
128 def finalize(self):
140 def _finalize_impl(self)
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 21 def __init__(self):
27 def _get_proxy(self, path=pm_constants.TESTING_PATH):
31 def _get_ism_proxy(self, state_machine):
36 def Begin(self):
45 def can_exit(self):
50 def do_is_alive(self, args):
63 def help_is_alive(self):
68 def do_properties(self, args):
93 def help_properties(self):
98 def do_sms(self, args)
    [all...]
  /external/autotest/database/
migrate_unittest.py 23 def __init__(self, version):
29 def get_migrations_done(cls):
34 def clear_migrations_done(cls):
39 def do_migration(cls, version, direction):
43 def migrate_up(self, manager):
49 def migrate_down(self, manager):
57 def _set_migrations_dir(self, migrations_dir=None):
61 def get_migrations(self, minimum_version=None, maximum_version=None):
68 def setUp(self):
76 def tearDown(self)
    [all...]
  /external/toolchain-utils/automation/common/
events.py 20 def __init__(self, event, time_started=None, time_elapsed=None):
29 def event(self):
33 def time_started(self):
36 def _TimeElapsedGet(self):
44 def _TimeElapsedSet(self, time_elapsed):
53 def has_finished(self):
56 def GetTimeStartedFormatted(self):
59 def GetTimeElapsedRounded(self):
62 def Finish(self):
70 def __str__(self)
    [all...]

Completed in 924 milliseconds

<<31323334353637383940>>