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

<<31323334353637383940>>

  /external/lldb/test/functionalities/longjmp/
TestLongjmp.py 15 def setUp(self):
19 def test_step_out(self):
25 def test_step_over(self):
31 def test_step_back_out(self):
36 def start_test(self, symbol):
50 def check_status(self):
56 def step_out(self):
61 def step_over(self):
67 def step_back_out(self):
  /libcore/luni/src/main/java/java/util/zip/
DeflaterInputStream.java 35 protected final Deflater def; field in class:DeflaterInputStream
83 this.def = deflater;
94 def.end();
126 while (count < byteCount && !def.finished()) {
127 if (def.needsInput()) {
131 def.finish();
133 def.setInput(buf, 0, bytesRead);
136 int bytesDeflated = def.deflate(buffer, byteOffset + count, byteCount - count);
147 if (def.finished()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 12 def __init__(self, gen):
15 def __enter__(self):
21 def __exit__(self, type, value, traceback):
54 def contextmanager(func):
60 def some_generator(<arguments>):
83 def helper(*args, **kwds):
89 def nested(*managers):
149 def __init__(self, thing):
151 def __enter__(self):
153 def __exit__(self, *exc_info)
    [all...]
genericpath.py 15 def exists(path):
26 def isfile(path):
38 def isdir(s):
47 def getsize(filename):
52 def getmtime(filename):
57 def getatime(filename):
62 def getctime(filename):
68 def commonprefix(m):
85 def _splitext(p, sep, altsep, extsep):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 13 def library_dir_option(self, dir):
16 def runtime_library_dir_option(self, dir):
19 def find_library_file(self, dirs, lib, debug=0):
22 def library_option(self, lib):
27 def test_gen_lib_options(self):
38 def test_debug_print(self):
58 def test_customize_compiler(self):
71 def set_executables(self, **kw):
78 def test_suite():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
charmap.py 25 def __init__(self, errors='strict', mapping=None):
29 def encode(self, input, final=False):
33 def __init__(self, errors='strict', mapping=None):
37 def decode(self, input, final=False):
42 def __init__(self,stream,errors='strict',mapping=None):
46 def encode(self,input,errors='strict'):
51 def __init__(self,stream,errors='strict',mapping=None):
55 def decode(self,input,errors='strict'):
60 def getregentry():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 11 def __init__(self, logfn, lineevents=0, linetimings=1):
26 def close(self):
30 def fileno(self):
34 def start(self):
38 def stop(self):
42 def addinfo(self, key, value):
49 def run(self, cmd):
60 def runctx(self, cmd, globals, locals):
70 def runcall(self, func, *args, **kw):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userlist.py 9 def test_getslice(self):
19 def test_add_specials(self):
24 def test_radd_specials(self):
31 def test_iadd(self):
37 def test_mixedcmp(self):
43 def test_mixedadd(self):
48 def test_getitemoverwriteiter(self):
51 def __getitem__(self, key):
55 def test_main():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 12 def __init__(self, gen):
15 def __enter__(self):
21 def __exit__(self, type, value, traceback):
54 def contextmanager(func):
60 def some_generator(<arguments>):
83 def helper(*args, **kwds):
89 def nested(*managers):
149 def __init__(self, thing):
151 def __enter__(self):
153 def __exit__(self, *exc_info)
    [all...]
genericpath.py 15 def exists(path):
26 def isfile(path):
38 def isdir(s):
47 def getsize(filename):
52 def getmtime(filename):
57 def getatime(filename):
62 def getctime(filename):
68 def commonprefix(m):
85 def _splitext(p, sep, altsep, extsep):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 13 def library_dir_option(self, dir):
16 def runtime_library_dir_option(self, dir):
19 def find_library_file(self, dirs, lib, debug=0):
22 def library_option(self, lib):
27 def test_gen_lib_options(self):
38 def test_debug_print(self):
58 def test_customize_compiler(self):
71 def set_executables(self, **kw):
78 def test_suite():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
charmap.py 25 def __init__(self, errors='strict', mapping=None):
29 def encode(self, input, final=False):
33 def __init__(self, errors='strict', mapping=None):
37 def decode(self, input, final=False):
42 def __init__(self,stream,errors='strict',mapping=None):
46 def encode(self,input,errors='strict'):
51 def __init__(self,stream,errors='strict',mapping=None):
55 def decode(self,input,errors='strict'):
60 def getregentry():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 11 def __init__(self, logfn, lineevents=0, linetimings=1):
26 def close(self):
30 def fileno(self):
34 def start(self):
38 def stop(self):
42 def addinfo(self, key, value):
49 def run(self, cmd):
60 def runctx(self, cmd, globals, locals):
70 def runcall(self, func, *args, **kw):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_userlist.py 9 def test_getslice(self):
19 def test_add_specials(self):
24 def test_radd_specials(self):
31 def test_iadd(self):
37 def test_mixedcmp(self):
43 def test_mixedadd(self):
48 def test_getitemoverwriteiter(self):
51 def __getitem__(self, key):
55 def test_main():
  /external/chromium_org/tools/idl_parser/
idl_parser.py 73 def Boolean(val):
80 def ListFromConcat(*items):
93 def ExpandProduction(p):
108 def TokenTypeName(t):
164 def p_Top(self, p):
171 def p_Comments(self, p):
177 def p_CommentsRest(self, p):
189 def p_Definitions(self, p):
197 def p_Definition(self, p):
208 def p_DefinitionError(self, p)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py 82 def dash_to_camelcase(word):
86 def fix_camel_case(name):
92 def to_title_case(name):
98 def lower_camel_case_to_upper(str):
104 def upper_camel_case_to_lower(str):
121 def camel_case_to_capitalized_with_underscores(str):
128 def split_camel_case_(str):
164 def get_fixed_data(cls, domain_name):
175 def get(json_type):
197 def get_argument_prefix()
    [all...]
  /development/testrunner/test_defs/
test_defs.py 36 def __init__(self):
40 def __iter__(self):
46 def Parse(self, file_path):
67 def ParseString(self, xml_string):
73 def _ParseDoc(self, doc):
83 def _GetRootElement(self, doc):
90 def _AddTest(self, test):
102 def GetTests(self):
105 def GetContinuousTests(self):
112 def GetTestsInSuite(self, suite)
    [all...]
  /development/testrunner/tests/
android_manifest_tests.py 28 def setUp(self):
32 def testGetPackageName(self):
36 def testGetInstrumentationNames(self):
  /device/asus/grouper/
releasetools.py 20 def FullOTA_InstallEnd(info):
29 def IncrementalOTA_InstallEnd(info):
45 def WriteBootloader(info, bootloader_bin):
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testdfa.py 10 def setUp(self):
23 def testInit(self):
42 def testUnpack(self):
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
htmlutil.py 35 def __init__(self):
41 def start_script(self, attrs):
53 def end_script(self):
57 def handle_data(self, data):
72 def handle_comment(self, data):
80 def _AppendNewlines(self, data):
93 def GetScriptLines(self):
102 def GetScriptLines(f):
126 def StripTags(str):
162 def __init__(self)
    [all...]
  /external/chromium_org/ash/resources/
PRESUBMIT.py 14 def CheckChangeOnUpload(input_api, output_api):
18 def CheckChangeOnCommit(input_api, output_api):
22 def _CommonChecks(input_api, output_api):
  /external/chromium_org/build/android/pylib/device/
decorators.py 28 def _TimeoutRetryWrapper(f, timeout_func, retries_func, pass_values=False):
42 def TimeoutRetryWrapper(*args, **kwargs):
48 def impl():
61 def WithTimeoutAndRetries(f):
76 def WithExplicitTimeoutAndRetries(timeout, retries):
89 def decorator(f):
96 def WithTimeoutAndRetriesDefaults(default_timeout, default_retries):
112 def decorator(f):
119 def WithTimeoutAndRetriesFromInstance(
138 def decorator(f)
    [all...]
  /external/chromium_org/build/android/pylib/uiautomator/
test_package.py 14 def __init__(self, jar_path, jar_info_path):
21 def GetPackageName(self):
26 def Install(self, device):
  /external/chromium_org/build/util/lib/common/
util.py 18 def GetPlatformName():
29 def IsWindows():
33 def IsLinux():
37 def IsMac():
41 def _DeleteDir(path):
54 def Delete(path):
62 def MaybeDelete(path):
68 def MakeTempDir(parent_dir=None):
86 def Unzip(zip_path, output_dir):
106 def Kill(pid)
    [all...]

Completed in 1880 milliseconds

<<31323334353637383940>>