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

<<11121314151617181920>>

  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
story_test.py 22 def WillRunStory(self, platform):
31 def Measure(self, platform, results):
41 def DidRunStory(self, platform):
  /external/deqp/scripts/egl/
func_ptrs.py 26 def commandTypedefDecl (command):
32 def commandMemberDecl (command):
36 def gen (iface):
  /external/deqp/scripts/opengl/
gen_func_ptrs.py 25 def commandTypedefDecl (command):
31 def commandMemberDecl (command):
35 def genFunctionPointers (iface):
  /external/libnl/python/netlink/route/links/
dummy.py 17 def __init__(self, link):
21 def brief():
24 def init(link):
  /external/nanopb-c/generator/google/protobuf/
service.py 61 def GetDescriptor():
65 def CallMethod(self, method_descriptor, rpc_controller,
93 def GetRequestClass(self, method_descriptor):
108 def GetResponseClass(self, method_descriptor):
132 def Reset(self):
140 def Failed(self):
150 def ErrorText(self):
154 def StartCancel(self):
167 def SetFailed(self, reason):
178 def IsCanceled(self)
    [all...]
  /external/protobuf/python/google/protobuf/
service.py 61 def GetDescriptor():
65 def CallMethod(self, method_descriptor, rpc_controller,
93 def GetRequestClass(self, method_descriptor):
108 def GetResponseClass(self, method_descriptor):
132 def Reset(self):
140 def Failed(self):
150 def ErrorText(self):
154 def StartCancel(self):
167 def SetFailed(self, reason):
178 def IsCanceled(self)
    [all...]
  /external/protobuf/ruby/lib/google/protobuf/
message_exts.rb 36 def self.included(klass)
43 def to_json
47 def to_proto
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
gdb_sample.py 3 def foo(a, b, c):
6 def bar(a, b, c):
9 def baz(*args):
test_complex_args.py 8 def check(self, func, expected, *args):
17 def test_func_parens_no_unpacking(self):
19 def f(((((x))))): return x
22 def f(((x)),): return x
26 def test_func_1(self):
28 def f(((((x),)))): return x
30 def f(((((x)),))): return x
32 def f(((((x))),)): return x
34 def f(((x),)): return x
38 def test_func_2(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
gdb_sample.py 3 def foo(a, b, c):
6 def bar(a, b, c):
9 def baz(*args):
test_complex_args.py 8 def check(self, func, expected, *args):
17 def test_func_parens_no_unpacking(self):
19 def f(((((x))))): return x
22 def f(((x)),): return x
26 def test_func_1(self):
28 def f(((((x),)))): return x
30 def f(((((x)),))): return x
32 def f(((((x))),)): return x
34 def f(((x),)): return x
38 def test_func_2(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
gdb_sample.py 3 def foo(a, b, c):
6 def bar(a, b, c):
9 def baz(*args):
test_complex_args.py 8 def check(self, func, expected, *args):
17 def test_func_parens_no_unpacking(self):
19 def f(((((x))))): return x
22 def f(((x)),): return x
26 def test_func_1(self):
28 def f(((((x),)))): return x
30 def f(((((x)),))): return x
32 def f(((((x))),)): return x
34 def f(((x),)): return x
38 def test_func_2(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
gdb_sample.py 3 def foo(a, b, c):
6 def bar(a, b, c):
9 def baz(*args):
test_complex_args.py 8 def check(self, func, expected, *args):
17 def test_func_parens_no_unpacking(self):
19 def f(((((x))))): return x
22 def f(((x)),): return x
26 def test_func_1(self):
28 def f(((((x),)))): return x
30 def f(((((x)),))): return x
32 def f(((((x))),)): return x
34 def f(((x),)): return x
38 def test_func_2(self)
    [all...]
  /test/vts/utils/python/mirror/
shell_mirror_object.py 25 def __init__(self, client):
28 def Execute(self, command):
32 def CleanUp(self):
  /test/vts/utils/python/os/
path_utils.py 19 def JoinTargetPath(path, *paths):
32 def TargetBaseName(path):
44 def TargetDirName(path):
  /test/vts-testcase/kernel/api/proc/
ProcModulesTest.py 23 def parse_contents(self, contents):
26 def result_correct(self, parse_result):
29 def get_path(self):
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_event.py 22 def foo():
27 def bar(self):
56 def trace_can_enable():
68 def trace_is_enabled():
71 def trace_enable(logfile):
74 def trace_disable():
77 def trace_flush():
80 def trace_begin(name, **kwargs):
85 def trace_end(name):
88 def trace(name, **kwargs)
    [all...]
  /frameworks/rs/tests/lldb/tests/testcases/
test_allocation_dump_1.py 39 def test_setup(self):
49 def test_dump_to_file1(self):
61 def test_dump_to_file2(self):
72 def test_dump_char(self):
99 def test_dump_char2(self):
114 def test_dump_char3(self):
123 def test_dump_char4(self):
132 def test_dump_short(self):
159 def test_dump_short2(self):
174 def test_dump_short3(self)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 44 def getText(self):
51 def setText(self, text):
59 def getType(self):
66 def setType(self, ttype):
74 def getLine(self):
83 def setLine(self, line):
91 def getCharPositionInLine(self):
100 def setCharPositionInLine(self, pos):
108 def getChannel(self):
115 def setChannel(self, channel)
    [all...]
  /packages/services/Car/tools/hidl_parser/
parser.py 44 def t_COMMENT(t):
56 def t_IDENTIFIER(t):
66 def t_error(t):
76 def __init__(self, name, base):
80 def __str__(self):
84 def __init__(self, header, cases):
88 def __str__(self):
92 def __repr__(self):
96 def __init__(self, name, value):
100 def __str__(self)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/
vdec.mk 13 libOmxVdec-def := -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
14 libOmxVdec-def += -D__align=__alignx
15 libOmxVdec-def += -Dinline=__inline
16 libOmxVdec-def += -g -O3
17 libOmxVdec-def += -DIMAGE_APPS_PROC
18 libOmxVdec-def += -D_ANDROID_
19 libOmxVdec-def += -DCDECL
20 libOmxVdec-def += -DT_ARM
21 libOmxVdec-def += -DNO_ARM_CLZ
22 libOmxVdec-def += -UENABLE_DEBUG_LO
    [all...]
  /external/autotest/tko/
status_lib.py 9 def is_worse_than(lhs, rhs):
15 def is_worse_than_or_equal_to(lhs, rhs):
24 def clean_raw_line(raw_line, blacklist=DEFAULT_BLACKLIST):
30 def __init__(self):
34 def current_status(self):
38 def update(self, new_status):
45 def start(self):
49 def end(self):
56 def size(self):
61 def __init__(self)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
tracing_config.py 38 def __init__(self):
50 def enable_atrace_trace(self):
54 def enable_atrace_trace(self, value):
58 def enable_cpu_trace(self):
62 def enable_cpu_trace(self, value):
66 def enable_platform_display_trace(self):
70 def enable_platform_display_trace(self, value):
74 def enable_android_graphics_memtrack(self):
78 def enable_android_graphics_memtrack(self, value):
82 def enable_battor_trace(self)
    [all...]

Completed in 428 milliseconds

<<11121314151617181920>>