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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 34 def __init__(self, formatter, verbose=0):
44 def error(self, message):
47 def reset(self):
63 def handle_data(self, data):
74 def save_bgn(self):
84 def save_end(self):
101 def anchor_bgn(self, href, name, type):
115 def anchor_end(self):
128 def handle_image(self, src, alt, *args):
139 def start_html(self, attrs): pas
    [all...]
_weakrefset.py 16 def __init__(self, weakcontainer):
20 def __enter__(self):
26 def __exit__(self, e, t, b):
36 def __init__(self, data=None):
38 def _remove(item, selfref=ref(self)):
52 def _commit_removals(self):
58 def __iter__(self):
65 def __len__(self):
68 def __contains__(self, item):
75 def __reduce__(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 34 def __init__(self, formatter, verbose=0):
44 def error(self, message):
47 def reset(self):
63 def handle_data(self, data):
74 def save_bgn(self):
84 def save_end(self):
101 def anchor_bgn(self, href, name, type):
115 def anchor_end(self):
128 def handle_image(self, src, alt, *args):
139 def start_html(self, attrs): pas
    [all...]
_weakrefset.py 16 def __init__(self, weakcontainer):
20 def __enter__(self):
26 def __exit__(self, e, t, b):
36 def __init__(self, data=None):
38 def _remove(item, selfref=ref(self)):
52 def _commit_removals(self):
58 def __iter__(self):
65 def __len__(self):
68 def __contains__(self, item):
75 def __reduce__(self)
    [all...]
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 59 OMX_PARAM_PORTDEFINITIONTYPE def; local
60 InitOMXParams(&def);
62 def.nPortIndex = 0;
63 def.eDir = OMX_DirInput;
64 def.nBufferCountMin = kNumBuffers;
65 def.nBufferCountActual = def.nBufferCountMin;
66 def.nBufferSize = 8192;
67 def.bEnabled = OMX_TRUE;
68 def.bPopulated = OMX_FALSE
    [all...]
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 60 OMX_PARAM_PORTDEFINITIONTYPE def; local
61 InitOMXParams(&def);
63 def.nPortIndex = 0;
64 def.eDir = OMX_DirInput;
65 def.nBufferCountMin = kNumBuffers;
66 def.nBufferCountActual = def.nBufferCountMin;
67 def.nBufferSize = sizeof(gsm_frame);
68 def.bEnabled = OMX_TRUE;
69 def.bPopulated = OMX_FALSE
    [all...]
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 54 OMX_PARAM_PORTDEFINITIONTYPE def; local
55 InitOMXParams(&def);
57 def.nPortIndex = 0;
58 def.eDir = OMX_DirInput;
59 def.nBufferCountMin = kNumBuffers;
60 def.nBufferCountActual = def.nBufferCountMin;
61 def.nBufferSize = 32 * 1024;
62 def.bEnabled = OMX_TRUE;
63 def.bPopulated = OMX_FALSE
    [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
unittest_util.py 23 def __init__(self, stream, descriptions, verbosity):
27 def _GetTestURI(self, test):
32 def getDescription(self, test):
35 def startTest(self, test):
39 def addSuccess(self, test):
43 def addError(self, test, err):
48 def addFailure(self, test, err):
53 def getRetestFilter(self):
63 def __init__(self, verbosity=1):
67 def _makeResult(self)
    [all...]
  /external/chromium_org/remoting/tools/
native_messaging_host_test.py 15 def PrintMenuAndGetBuilder(messages):
30 def BuildHello():
34 def BuildClearAllPairedClients():
38 def BuildDeletePairedClient():
44 def BuildGetHostName():
48 def BuildGetPinHash():
56 def BuildGenerateKeyPair():
60 def BuildUpdateDaemonConfig():
66 def BuildGetDaemonConfig():
70 def BuildGetPairedClients()
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mac.py 65 def determine_full_port_name(cls, host, options, port_name):
76 def __init__(self, host, port_name, **kwargs):
81 def _modules_to_search_for_symbols(self):
84 def check_build(self, needs_http, printer):
93 def operating_system(self):
100 def _lighttpd_path(self, *comps):
103 def _wdiff_missing_message(self):
106 def path_to_apache(self):
109 def path_to_apache_config_file(self):
112 def path_to_lighttpd(self)
    [all...]
  /external/chromium_org/tools/cr/cr/actions/
adb.py 24 def GetPids(cls, target):
37 def Run(cls, target, arguments):
49 def Kill(cls, target, _):
64 def Uninstall(cls, target, arguments):
73 def Install(cls, target, arguments):
82 def Reinstall(cls, target, arguments):
92 def AttachGdb(cls, target, arguments):
108 def enabled(self):
111 def Kill(self, targets, arguments):
115 def Run(self, target, arguments)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
form_based_credentials_backend.py 9 def _WaitForLoginFormToLoad(backend, login_form_id, tab):
10 def IsFormLoadedOrAlreadyLoggedIn():
18 def _SubmitFormAndWait(form_id, tab):
22 def FinishedLoading():
30 def __init__(self):
33 def IsAlreadyLoggedIn(self, tab):
37 def credentials_type(self):
41 def url(self):
45 def login_form_id(self):
49 def login_input_id(self)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/timeline/
counter.py 11 def __init__(self, counter, sample_index):
16 def name(self):
20 def start(self):
24 def start(self, start):
28 def duration(self):
32 def end(self):
36 def thread_start(self):
40 def thread_duration(self):
44 def thread_end(self):
51 def __init__(self, parent, category, name)
    [all...]
  /external/chromium_org/v8/tools/
gdb-v8-support.py 63 def has_smi_tag(v):
67 def has_failure_tag(v):
71 def has_heap_object_tag(v):
75 def raw_heap_object(v):
79 def smi_to_int_32(v):
87 def smi_to_int_64(v):
91 def decode_v8_value(v, bitness):
108 def __init__(self, val):
110 def to_string(self):
119 def display_hint(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future.py 9 def get_error_location(msg):
15 def test_future1(self):
20 def test_future2(self):
25 def test_future3(self):
29 def test_badfuture3(self):
37 def test_badfuture4(self):
45 def test_badfuture5(self):
53 def test_badfuture6(self):
61 def test_badfuture7(self):
69 def test_badfuture8(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future.py 9 def get_error_location(msg):
15 def test_future1(self):
20 def test_future2(self):
25 def test_future3(self):
29 def test_badfuture3(self):
37 def test_badfuture4(self):
45 def test_badfuture5(self):
53 def test_badfuture6(self):
61 def test_badfuture7(self):
69 def test_badfuture8(self)
    [all...]
  /external/chromium_org/build/
landmine_utils.py 13 def memoize(default=None):
15 def memoizer(func):
18 def inner():
30 def IsWindows():
35 def IsLinux():
40 def IsMac():
45 def gyp_defines():
51 def gyp_msvs_version():
55 def distributor():
68 def platform()
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
future_test.py 14 def testNoValueOrDelegate(self):
17 def testValue(self):
22 def testDelegateValue(self):
24 def callback():
32 def testErrorThrowingDelegate(self):
37 def qux():
39 def baz():
41 def bar():
43 def foo():
48 def callback()
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/lldb/
lldb_webkit.py 35 def __lldb_init_module(debugger, dict):
48 def WTFString_SummaryProvider(valobj, dict):
53 def WTFStringImpl_SummaryProvider(valobj, dict):
58 def WTFAtomicString_SummaryProvider(valobj, dict):
62 def WTFVector_SummaryProvider(valobj, dict):
67 def WTFHashTable_SummaryProvider(valobj, dict):
72 def WebCoreLayoutUnit_SummaryProvider(valobj, dict):
77 def WebCoreLayoutSize_SummaryProvider(valobj, dict):
82 def WebCoreLayoutPoint_SummaryProvider(valobj, dict):
87 # def WTFCString_SummaryProvider(valobj, dict)
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
treeslice.py 13 def __init__(self, tree, start, stop):
18 def __repr__(self):
22 def __contains__(self, key):
28 def _inrange(self, key):
35 def __getitem__(self, key):
43 def _subslice(self, start, stop):
44 def newstart():
52 def newstop():
62 def keys(self):
66 def values(self)
    [all...]
  /external/chromium_org/third_party/pexpect/
screen.py 46 def constrain (n, min, max):
64 def __init__ (self, r=24,c=80):
78 def __str__ (self):
85 def dump (self):
92 def pretty (self):
101 def fill (self, ch=SPACE):
105 def fill_region (self, rs,cs, re,ce, ch=SPACE):
119 def cr (self):
126 def lf (self):
137 def crlf (self)
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
stacktrace.py 13 def __init__(self):
16 def Add(self, frame):
21 def depth(self):
24 def __getitem__(self, index):
27 def __str__(self):
34 def __init__(self, address):
49 def SetExecFileInfo(self, exec_file_rel_path, offset):
61 def SetSymbolInfo(self, sym):
68 def exec_file_name(self):
73 def raw_address(self)
    [all...]
symbol.py 9 def __init__(self):
12 def Add(self, exec_file_rel_path, offset, symbol):
16 def Lookup(self, exec_file_rel_path, offset):
19 def Merge(self, other):
23 def __len__(self):
27 def _GetKey(exec_file_rel_path, offset):
37 def __init__(self, name, source_file_path=None, line_number=None):
43 def AddSourceLineInfo(self, source_file_path, line_number):
46 def __str__(self):
55 def __init__(self, source_file_path, line_number)
    [all...]
  /external/lldb/test/
lldbbench.py 34 def __enter__(self):
40 def __exit__(self, type, value, tb):
46 def reset(self):
54 def __init__(self):
57 def start(self):
65 def stop(self):
76 def laps(self):
80 def avg(self):
84 #def sigma(self):
90 def __str__(self)
    [all...]
  /external/lldb/test/pexpect-2.4/
screen.py 30 def constrain (n, min, max):
48 def __init__ (self, r=24,c=80):
62 def __str__ (self):
69 def dump (self):
76 def pretty (self):
85 def fill (self, ch=SPACE):
89 def fill_region (self, rs,cs, re,ce, ch=SPACE):
103 def cr (self):
110 def lf (self):
121 def crlf (self)
    [all...]

Completed in 1792 milliseconds

<<11121314151617181920>>