HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 201 - 225 of 7993) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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_global.py 10 def test1(self):
12 def wrong1():
20 def test2(self):
22 def wrong2():
28 def test3(self):
30 def wrong3():
37 def test4(self):
46 def test_main():
  /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_global.py 10 def test1(self):
12 def wrong1():
20 def test2(self):
22 def wrong2():
28 def test3(self):
30 def wrong3():
37 def test4(self):
46 def test_main():
  /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...]
  /external/chromium_org/third_party/jinja2/
tests.py 23 def test_odd(value):
28 def test_even(value):
33 def test_divisibleby(value, num):
38 def test_defined(value):
55 def test_undefined(value):
60 def test_none(value):
65 def test_lower(value):
70 def test_upper(value):
75 def test_string(value):
80 def test_mapping(value)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 17 def test_group
21 def test_directory
25 def local_path( *parts )
29 def output_directory( name = test_group )
43 def import( ruby_file )
49 def import_grammar_targets( grammar )
62 def add_default_compile_option( name, value )
80 def const_missing( name )
101 def grammars
105 def grammar_coun
    [all...]
  /external/chromium_org/media/
PRESUBMIT_test.py 11 def __init__(self):
17 def AffectedFiles(self):
20 def AffectedSourceFiles(self, fn):
24 def ReadFile(self, f):
30 def __init__(self, message, items=None, long_text=''):
36 def __init__(self, message, items, long_text=''):
41 def __init__(self, message, items, long_text=''):
46 def __init__(self, message, items, long_text=''):
51 def __init__(self, message, items, long_text=''):
57 def __init__(self, local_path, new_contents)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
offline_file_system.py 13 def __init__(self, fs):
16 def Read(self, paths, skip_not_found=False):
18 def raise_file_not_found():
22 def Stat(self, path):
25 def GetIdentity(self):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_mock.py 36 def __init__(self, filesystem=None, executive=None):
42 def add(self, destination_path, return_exit_code=False):
45 def add_list(self, destination_paths, return_exit_code=False):
50 def has_working_directory_changes(self):
53 def ensure_cleanly_tracking_remote_master(self):
56 def current_branch(self):
59 def checkout_branch(self, name):
62 def create_clean_branch(self, name):
65 def delete_branch(self, name):
68 def supports_local_commits(self)
    [all...]
  /external/chromium_org/tools/cr/cr/base/
linux.py 19 def __init__(self):
22 def Matches(self):
35 def enabled(self):
39 def priority(self):
43 def paths(self):
  /external/chromium_org/tools/json_schema_compiler/
schema_util.py 7 def CapitalizeFirstLetter(value):
11 def GetNamespace(ref):
15 def StripNamespace(ref):
19 def SplitNamespace(ref):
28 def JsFunctionNameToClassName(namespace_name, function_name):
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
browser_backend.py 18 def __init__(self, is_content_shell, supports_extensions, browser_options,
29 def AddReplayServerOptions(self, extra_wpr_args):
32 def SetBrowser(self, browser):
39 def browser(self):
43 def supports_extensions(self):
48 def wpr_mode(self):
52 def supports_tab_control(self):
57 def tab_list_backend(self):
61 def supports_tracing(self):
65 def supports_system_info(self)
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
fooSynthProvider.py 3 def __init__(self, valobj, dict):
6 def num_children(self):
8 def get_child_at_index(self, index):
16 def get_child_index(self, name):
22 def update(self):
  /external/lldb/test/python_api/formatters/
jas_synth.py 3 def __init__(self, valobj, dict):
5 def num_children(self):
7 def get_child_at_index(self, index):
14 def get_child_index(self, name):
21 def __lldb_init_module(debugger,dict):
  /external/lldb/test/unittest2/test/
test_functiontestcase.py 10 def test_countTestCases(self):
22 def test_run_call_order__error_in_setUp(self):
26 def setUp():
30 def test():
33 def tearDown():
47 def test_run_call_order__error_in_test(self):
51 def setUp():
54 def test():
58 def tearDown():
73 def test_run_call_order__failure_in_test(self)
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 75 OMX_PARAM_PORTDEFINITIONTYPE def; local
76 InitOMXParams(&def);
78 def.nPortIndex = kInputPortIndex;
79 def.eDir = OMX_DirInput;
80 def.nBufferCountMin = numInputBuffers;
81 def.nBufferCountActual = def.nBufferCountMin;
82 def.nBufferSize = inputBufferSize;
83 def.bEnabled = OMX_TRUE;
84 def.bPopulated = OMX_FALSE
127 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kInputPortIndex)->mDef; local
171 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; local
206 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; local
360 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(newParams->nPortIndex)->mDef; local
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
DeflaterOutputStream.java 44 protected Deflater def; field in class:DeflaterOutputStream
60 public DeflaterOutputStream(OutputStream os, Deflater def) {
61 this(os, def, BUF_SIZE, false);
67 public DeflaterOutputStream(OutputStream os, Deflater def, int bufferSize) {
68 this(os, def, bufferSize, false);
84 public DeflaterOutputStream(OutputStream os, Deflater def, boolean syncFlush) {
85 this(os, def, BUF_SIZE, syncFlush);
93 public DeflaterOutputStream(OutputStream os, Deflater def, int bufferSize, boolean syncFlush) {
97 } else if (def == null) {
98 throw new NullPointerException("def == null")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py 10 def test_countTestCases(self):
22 def test_run_call_order__error_in_setUp(self):
26 def setUp():
30 def test():
33 def tearDown():
47 def test_run_call_order__error_in_test(self):
51 def setUp():
54 def test():
58 def tearDown():
73 def test_run_call_order__failure_in_test(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py 10 def test_countTestCases(self):
22 def test_run_call_order__error_in_setUp(self):
26 def setUp():
30 def test():
33 def tearDown():
47 def test_run_call_order__error_in_test(self):
51 def setUp():
54 def test():
58 def tearDown():
73 def test_run_call_order__failure_in_test(self)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/client/
webelement.py 10 def __init__(self, chromedriver, id_):
14 def _Execute(self, command, params=None):
20 def FindElement(self, strategy, target):
24 def FindElements(self, strategy, target):
28 def GetText(self):
31 def HoverOver(self):
34 def Click(self):
37 def SingleTap(self):
40 def Clear(self):
43 def SendKeys(self, *values)
    [all...]
  /pdk/apps/CameraITS/pymodules/its/
caps.py 18 def full(props):
30 def limited(props):
42 def legacy(props):
54 def manual_sensor(props):
67 def manual_post_proc(props):
80 def raw(props):
92 def raw16(props):
103 def raw10(props):
114 def sensor_fusion(props):
127 def read_3a(props)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/
venc.mk 12 libmm-venc-def := -g -O3 -Dlrintf=_ffix_r
13 libmm-venc-def += -D__align=__alignx
14 libmm-venc-def += -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
15 libmm-venc-def += -DT_ARM
16 libmm-venc-def += -Dinline=__inline
17 libmm-venc-def += -D_ANDROID_
18 libmm-venc-def += -UENABLE_DEBUG_LOW
19 libmm-venc-def += -DENABLE_DEBUG_HIGH
20 libmm-venc-def += -DENABLE_DEBUG_ERROR
21 libmm-venc-def += -UINPUT_BUFFER_LO
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t015calc.py 6 def setUp(self):
10 def _evaluate(self, expr, expected, errors=[]):
20 def testValid01(self):
24 def testValid02(self):
28 def testValid03(self):
32 def testValid04(self):
36 def testMalformedInput(self):

Completed in 1972 milliseconds

1 2 3 4 5 6 7 891011>>