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

<<41424344454647484950>>

  /prebuilts/python/linux-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/linux-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...]
test_sets.py 15 def test_repr(self):
19 def test_length(self):
22 def test_self_equality(self):
25 def test_equivalent_equality(self):
28 def test_copy(self):
31 def test_self_union(self):
35 def test_empty_union(self):
39 def test_union_empty(self):
43 def test_self_intersection(self):
47 def test_empty_intersection(self)
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/pts/
rfcomm_lib.py 27 def __init__(self, log, mac_addr, dut):
33 def connect(self, line):
44 def open_rfcomm_socket(self):
48 def open_l2cap_socket(self):
52 def write(self, line):
56 def write_binary(self, line):
60 def end_connect(self):
64 def accept(self, line):
75 def stop(self):
79 def open_l2cap_socket(self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sets.py 15 def test_repr(self):
19 def test_length(self):
22 def test_self_equality(self):
25 def test_equivalent_equality(self):
28 def test_copy(self):
31 def test_self_union(self):
35 def test_empty_union(self):
39 def test_union_empty(self):
43 def test_self_intersection(self):
47 def test_empty_intersection(self):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sets.py 15 def test_repr(self):
19 def test_length(self):
22 def test_self_equality(self):
25 def test_equivalent_equality(self):
28 def test_copy(self):
31 def test_self_union(self):
35 def test_empty_union(self):
39 def test_union_empty(self):
43 def test_self_intersection(self):
47 def test_empty_intersection(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sets.py 15 def test_repr(self):
19 def test_length(self):
22 def test_self_equality(self):
25 def test_equivalent_equality(self):
28 def test_copy(self):
31 def test_self_union(self):
35 def test_empty_union(self):
39 def test_union_empty(self):
43 def test_self_intersection(self):
47 def test_empty_intersection(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sets.py 15 def test_repr(self):
19 def test_length(self):
22 def test_self_equality(self):
25 def test_equivalent_equality(self):
28 def test_copy(self):
31 def test_self_union(self):
35 def test_empty_union(self):
39 def test_union_empty(self):
43 def test_self_intersection(self):
47 def test_empty_intersection(self)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
encoder.py 82 def _VarintSize(value):
96 def _SignedVarintSize(value):
111 def _TagSize(field_number):
126 def _SimpleSizer(compute_value_size):
130 def SpecificSizer(field_number, is_repeated, is_packed):
134 def PackedFieldSize(value):
141 def RepeatedFieldSize(value):
148 def FieldSize(value):
155 def _ModifiedSizer(compute_value_size, modify_value):
159 def SpecificSizer(field_number, is_repeated, is_packed)
    [all...]
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 40 def read_byte(self, b0, data, index):
43 def read_smallInt1(self, b0, data, index):
47 def read_smallInt2(self, b0, data, index):
51 def read_shortInt(self, b0, data, index):
55 def read_longInt(self, b0, data, index):
59 def read_fixed1616(self, b0, data, index):
63 def read_realNumber(self, b0, data, index):
79 def buildOperatorDict(operatorList):
152 def getIntEncoder(format):
161 def encodeInt(value, fourByteOp=fourByteOp, bytechr=bytechr
    [all...]
  /external/autotest/client/bin/net/
net_tc.py 12 def __init__(self, name):
15 def get_name(self):
50 def new_handle():
58 def __init__(self, handle, minor, leaf_qdisc=None):
66 def get_leaf_qdisc(self):
70 def set_leaf_qdisc(self, leaf_qdisc):
75 def get_parent_class(self):
79 def set_parent_class(self, parent_class):
83 def get_minor(self):
87 def id(self)
    [all...]
net_utils.py 15 def reset(self, ignore_status=False):
19 def start(self, ignore_status=False):
23 def stop(self, ignore_status=False):
27 def list(self):
31 def get_ip_local(self, query_ip, netmask="24"):
47 def disable_ip_local_loopback(self, ignore_status=False):
54 def enable_ip_local_loopback(self, ignore_status=False):
61 def process_mpstat(self, mpstat_out, sample_count, loud = True):
104 def network():
116 def __init__(self, name)
    [all...]
  /external/autotest/server/lib/
status_history.py 71 def parse_time(time_string):
115 def get_log_url(cls, afe_hostname, logdir):
132 def get_gs_url(cls, logdir):
147 def __init__(self, start_time, end_time):
152 def __cmp__(self, other):
165 def id(self):
171 def name(self):
177 def job_status(self):
183 def logdir(self):
189 def job_url(self)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/
vdec.mk 12 libOmxVdec-def += -D__align=__alignx
13 libOmxVdec-def += -Dinline=__inline
14 libOmxVdec-def += -DIMAGE_APPS_PROC
15 libOmxVdec-def += -D_ANDROID_
16 libOmxVdec-def += -DCDECL
17 libOmxVdec-def += -DT_ARM
18 libOmxVdec-def += -DNO_ARM_CLZ
19 libOmxVdec-def += -UENABLE_DEBUG_LOW
20 libOmxVdec-def += -DENABLE_DEBUG_HIGH
21 libOmxVdec-def += -DENABLE_DEBUG_ERRO
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RemoteDebugger.py 41 def wrap_frame(frame):
46 def wrap_info(info):
60 def __init__(self, conn, gui_adap_oid):
64 def interaction(self, message, frame, info=None):
73 def __init__(self, idb):
78 def set_step(self):
81 def set_quit(self):
84 def set_continue(self):
87 def set_next(self, fid):
91 def set_return(self, fid)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RemoteDebugger.py 41 def wrap_frame(frame):
46 def wrap_info(info):
60 def __init__(self, conn, gui_adap_oid):
64 def interaction(self, message, frame, info=None):
73 def __init__(self, idb):
78 def set_step(self):
81 def set_quit(self):
84 def set_continue(self):
87 def set_next(self, fid):
91 def set_return(self, fid)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 41 def wrap_frame(frame):
46 def wrap_info(info):
60 def __init__(self, conn, gui_adap_oid):
64 def interaction(self, message, frame, info=None):
73 def __init__(self, idb):
78 def set_step(self):
81 def set_quit(self):
84 def set_continue(self):
87 def set_next(self, fid):
91 def set_return(self, fid)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 41 def wrap_frame(frame):
46 def wrap_info(info):
60 def __init__(self, conn, gui_adap_oid):
64 def interaction(self, message, frame, info=None):
73 def __init__(self, idb):
78 def set_step(self):
81 def set_quit(self):
84 def set_continue(self):
87 def set_next(self, fid):
91 def set_return(self, fid)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 7 def flatten(seq):
18 def flatten_nodes(seq):
25 def getChildren(self):
27 def __iter__(self):
30 def asList(self): # for backwards compatibility
32 def getChildNodes(self):
41 def __init__(self, node):
44 def getChildren(self):
47 def getChildNodes(self):
50 def __repr__(self):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 7 def flatten(seq):
18 def flatten_nodes(seq):
25 def getChildren(self):
27 def __iter__(self):
30 def asList(self): # for backwards compatibility
32 def getChildNodes(self):
41 def __init__(self, node):
44 def getChildren(self):
47 def getChildNodes(self):
50 def __repr__(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 7 def flatten(seq):
18 def flatten_nodes(seq):
25 def getChildren(self):
27 def __iter__(self):
30 def asList(self): # for backwards compatibility
32 def getChildNodes(self):
41 def __init__(self, node):
44 def getChildren(self):
47 def getChildNodes(self):
50 def __repr__(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 7 def flatten(seq):
18 def flatten_nodes(seq):
25 def getChildren(self):
27 def __iter__(self):
30 def asList(self): # for backwards compatibility
32 def getChildNodes(self):
41 def __init__(self, node):
44 def getChildren(self):
47 def getChildNodes(self):
50 def __repr__(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 7 def flatten(seq):
18 def flatten_nodes(seq):
25 def getChildren(self):
27 def __iter__(self):
30 def asList(self): # for backwards compatibility
32 def getChildNodes(self):
41 def __init__(self, node):
44 def getChildren(self):
47 def getChildNodes(self):
50 def __repr__(self)
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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...]

Completed in 613 milliseconds

<<41424344454647484950>>