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

<<41424344454647484950>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
log.py 16 def __init__(self, threshold=WARN):
19 def _log(self, level, msg, args):
33 def log(self, level, msg, *args):
36 def debug(self, msg, *args):
39 def info(self, msg, *args):
42 def warn(self, msg, *args):
45 def error(self, msg, *args):
48 def fatal(self, msg, *args):
59 def set_threshold(level):
65 def set_verbosity(v):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 12 def symtable(code, filename, compile_type):
20 def __init__(self):
23 def new(self, table, filename):
30 def __call__(self, table, filename):
42 def __init__(self, raw_table, filename):
47 def __repr__(self):
60 def get_type(self):
70 def get_id(self):
73 def get_name(self):
76 def get_lineno(self):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compare.py 5 def __repr__(self):
9 def __init__(self, arg):
12 def __repr__(self):
15 def __coerce__(self, other):
22 def __init__(self,arg):
25 def __repr__(self):
28 def __cmp__(self, other):
36 def test_comparisons(self):
44 def test_id_comparisons(self):
54 def test_main():
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_runner.py 11 def testCleanUp(self):
13 def testNothing(self):
21 def cleanup1(*args, **kwargs):
24 def cleanup2(*args, **kwargs):
40 def testCleanUpWithErrors(self):
42 def testNothing(self):
47 def addError(self, test, exc_info):
56 def cleanup1():
59 def cleanup2():
71 def testCleanupInRun(self):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Exception.py 22 def __init__(self):
27 def FromXml(self, Item, Key):
32 def __str__(self):
37 def __init__(self):
40 def FromXmlFile(self, FilePath):
47 def ToList(self):
55 def __str__(self):
64 def __init__(self, FilePath = None):
69 def LoadExceptionListXml(self, FilePath):
74 def IsException(self, ErrorID, KeyWord, FileID=-1):
    [all...]
  /external/autotest/client/cros/cellular/
labconfig_data.py 29 def combine_trees(a_original, b):
40 def MakeDefaultCallBoxConfig(specifics):
71 def MakeDefaultPerfServer(specifics):
215 def test_simple(self):
219 def test_override_simple(self):
223 def test_join_nested(self):
227 def test_override_in_nested(self):
231 def test_override_different_types(self):
237 def test_two_level(self):
241 def test_none(self)
    [all...]
  /external/autotest/site_utils/tester_feedback/
query_delegate.py 22 def __init__(self, test, dut, multiplexer, atomic=True):
42 def _process_request(self, req):
48 def prepare(self, **kwargs):
53 def _prepare_impl(self, **kwargs):
58 def validate(self, **kwargs):
71 def _validate_impl(self, **kwargs):
83 def emit(self):
88 def _emit_impl(self):
93 def register_delegate_cls(query_id, delegate_cls):
102 def get_delegate_cls(query_id)
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry_unittest.py 23 def _CountTries(tries):
31 def testRun(self):
35 def testTimeout(self):
38 def _sleep():
47 def testRetries(self):
54 def testNoRetries(self):
61 def testReturnValue(self):
64 def testCurrentTimeoutThreadGroup(self):
65 def InnerFunc():
69 def InnerInnerFunc()
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
simple_mock_unittest.py 12 def testBasic(self):
18 def testReturn(self):
25 def testArgs(self):
31 def testArgs2(self):
37 def testArgsMismatch(self):
45 def testArgsDontCare(self):
51 def testOnCall(self):
55 def Handler(arg0):
64 def testSubObject(self):
74 def testSubObjectMismatch(self)
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Stat.py 11 def GetRootAsStat(cls, buf, offset):
18 def Init(self, buf, pos):
22 def Id(self):
29 def Val(self):
36 def Count(self):
42 def StatStart(builder): builder.StartObject(3)
43 def StatAddId(builder, id): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(id), 0)
44 def StatAddVal(builder, val): builder.PrependInt64Slot(1, val, 0)
45 def StatAddCount(builder, count): builder.PrependUint16Slot(2, count, 0)
46 def StatEnd(builder): return builder.EndObject(
    [all...]
  /external/flatbuffers/tests/namespace_test/NamespaceA/
TableInFirstNS.py 11 def GetRootAsTableInFirstNS(cls, buf, offset):
18 def Init(self, buf, pos):
22 def FooTable(self):
33 def FooEnum(self):
40 def FooStruct(self):
50 def TableInFirstNSStart(builder): builder.StartObject(3)
51 def TableInFirstNSAddFooTable(builder, fooTable): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(fooTable), 0)
52 def TableInFirstNSAddFooEnum(builder, fooEnum): builder.PrependInt8Slot(1, fooEnum, 0)
53 def TableInFirstNSAddFooStruct(builder, fooStruct): builder.PrependStructSlot(2, flatbuffers.number_types.UOffsetTFlags.py_type(fooStruct), 0)
54 def TableInFirstNSEnd(builder): return builder.EndObject(
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/utils/
timeout_retry_unittest.py 23 def _CountTries(tries):
31 def testRun(self):
35 def testTimeout(self):
38 def _sleep():
47 def testRetries(self):
54 def testNoRetries(self):
61 def testReturnValue(self):
64 def testCurrentTimeoutThreadGroup(self):
65 def InnerFunc():
69 def InnerInnerFunc()
    [all...]
  /frameworks/base/core/java/android/util/
KeyValueListParser.java 68 * @param def The value to return if the key was not found, or the value was not a long.
71 public int getInt(String key, int def) {
80 return def;
86 * @param def The value to return if the key was not found, or the value was not a long.
89 public long getLong(String key, long def) {
98 return def;
104 * @param def The value to return if the key was not found, or the value was not a float.
107 public float getFloat(String key, float def) {
116 return def;
122 * @param def The value to return if the key was not found
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
SystemProperties_Delegate.java 42 /*package*/ static String native_get(String key, String def) {
49 return def;
52 /*package*/ static int native_get_int(String key, int def) {
59 return def;
63 /*package*/ static long native_get_long(String key, long def) {
70 return def;
78 /*package*/ static boolean native_get_boolean(String key, boolean def) {
92 return def;
96 /*package*/ static void native_set(String key, String def) {
98 properties.put(key, def);
    [all...]
  /frameworks/rs/tests/lldb/tests/testcases/
test_write_local.py 35 def _try_modifying_local(self, local_name, new_value, data_type_in,
69 def test_setup(self):
82 def test_modify_char(self):
87 def test_modify_primitive(self):
120 def test_modify_uchar2(self):
124 def test_modify_vec2(self):
156 def test_modify_short3(self):
160 def test_modify_vec3(self):
195 def test_modify_ushort4(self):
200 def test_modify_vec4(self)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
log.py 16 def __init__(self, threshold=WARN):
19 def _log(self, level, msg, args):
33 def log(self, level, msg, *args):
36 def debug(self, msg, *args):
39 def info(self, msg, *args):
42 def warn(self, msg, *args):
45 def error(self, msg, *args):
48 def fatal(self, msg, *args):
59 def set_threshold(level):
65 def set_verbosity(v)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 12 def symtable(code, filename, compile_type):
20 def __init__(self):
23 def new(self, table, filename):
30 def __call__(self, table, filename):
42 def __init__(self, raw_table, filename):
47 def __repr__(self):
60 def get_type(self):
70 def get_id(self):
73 def get_name(self):
76 def get_lineno(self)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compare.py 5 def __repr__(self):
9 def __init__(self, arg):
12 def __repr__(self):
15 def __coerce__(self, other):
22 def __init__(self,arg):
25 def __repr__(self):
28 def __cmp__(self, other):
36 def test_comparisons(self):
44 def test_id_comparisons(self):
54 def test_main()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
log.py 16 def __init__(self, threshold=WARN):
19 def _log(self, level, msg, args):
33 def log(self, level, msg, *args):
36 def debug(self, msg, *args):
39 def info(self, msg, *args):
42 def warn(self, msg, *args):
45 def error(self, msg, *args):
48 def fatal(self, msg, *args):
59 def set_threshold(level):
65 def set_verbosity(v)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 12 def symtable(code, filename, compile_type):
20 def __init__(self):
23 def new(self, table, filename):
30 def __call__(self, table, filename):
42 def __init__(self, raw_table, filename):
47 def __repr__(self):
60 def get_type(self):
70 def get_id(self):
73 def get_name(self):
76 def get_lineno(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compare.py 5 def __repr__(self):
9 def __init__(self, arg):
12 def __repr__(self):
15 def __coerce__(self, other):
22 def __init__(self,arg):
25 def __repr__(self):
28 def __cmp__(self, other):
36 def test_comparisons(self):
44 def test_id_comparisons(self):
54 def test_main()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 16 def __init__(self, threshold=WARN):
19 def _log(self, level, msg, args):
33 def log(self, level, msg, *args):
36 def debug(self, msg, *args):
39 def info(self, msg, *args):
42 def warn(self, msg, *args):
45 def error(self, msg, *args):
48 def fatal(self, msg, *args):
59 def set_threshold(level):
65 def set_verbosity(v)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 12 def symtable(code, filename, compile_type):
20 def __init__(self):
23 def new(self, table, filename):
30 def __call__(self, table, filename):
42 def __init__(self, raw_table, filename):
47 def __repr__(self):
60 def get_type(self):
70 def get_id(self):
73 def get_name(self):
76 def get_lineno(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compare.py 5 def __repr__(self):
9 def __init__(self, arg):
12 def __repr__(self):
15 def __coerce__(self, other):
22 def __init__(self,arg):
25 def __repr__(self):
28 def __cmp__(self, other):
36 def test_comparisons(self):
44 def test_id_comparisons(self):
54 def test_main()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 16 def __init__(self, threshold=WARN):
19 def _log(self, level, msg, args):
33 def log(self, level, msg, *args):
36 def debug(self, msg, *args):
39 def info(self, msg, *args):
42 def warn(self, msg, *args):
45 def error(self, msg, *args):
48 def fatal(self, msg, *args):
59 def set_threshold(level):
65 def set_verbosity(v)
    [all...]

Completed in 745 milliseconds

<<41424344454647484950>>