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

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15926.go 7 // Issue 15926: linker was adding .def to the end of symbols, causing
8 // a name collision with a method actually named def.
14 func (s S) def() {} func
16 var I = S.def
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15926.go 7 // Issue 15926: linker was adding .def to the end of symbols, causing
8 // a name collision with a method actually named def.
14 func (s S) def() {} func
16 var I = S.def
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
target_info.py 18 def __init__(self, full_config):
21 def platform(self):
24 def add_locale_features(self, features):
28 def add_cxx_compile_flags(self, flags): pass
29 def add_cxx_link_flags(self, flags): pass
30 def configure_env(self, env): pass
31 def allow_cxxabi_link(self): return True
32 def add_sanitizer_features(self, sanitizer_type, features): pass
33 def use_lit_shell_default(self): return False
36 def test_locale(loc)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserList.py 6 def __init__(self, initlist=None):
16 def __repr__(self): return repr(self.data)
17 def __lt__(self, other): return self.data < self.__cast(other)
18 def __le__(self, other): return self.data <= self.__cast(other)
19 def __eq__(self, other): return self.data == self.__cast(other)
20 def __ne__(self, other): return self.data != self.__cast(other)
21 def __gt__(self, other): return self.data > self.__cast(other)
22 def __ge__(self, other): return self.data >= self.__cast(other)
23 def __cast(self, other):
26 def __cmp__(self, other)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_simplesubclasses.py 5 def __cmp__(self, other):
9 def __hash__(self): # Silence Py3k warning
14 def test_compare(self):
18 def test_ignore_retval(self):
22 def func():
29 def test_int_callback(self):
31 def func(arg):
45 def test_int_struct(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 18 def setUp(self):
21 def test_all_project_files(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 45 def __init__(self, address=None, family=None, backlog=1):
48 def accept(self):
51 def close(self):
57 def Client(address):
63 def Pipe(duplex=True):
70 def __init__(self, _in, _out):
76 def poll(self, timeout=0.0):
86 def close(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 41 def DateFromTicks(ticks):
44 def TimeFromTicks(ticks):
47 def TimestampFromTicks(ticks):
55 def register_adapters_and_converters():
56 def adapt_date(val):
59 def adapt_datetime(val):
62 def convert_date(val):
65 def convert_timestamp(val):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 31 def rollback(self):
37 def setUp(self):
43 def tearDown(self):
46 def CheckContextManager(self):
51 def CheckContextManagerCommit(self):
59 def CheckContextManagerRollback(self):
71 def suite():
75 def test():
regression.py 29 def setUp(self):
32 def tearDown(self):
35 def CheckPragmaUserVersion(self):
40 def CheckPragmaSchemaVersion(self):
50 def CheckStatementReset(self):
65 def CheckColumnNameWithSpaces(self):
73 def CheckStatementFinalizationOnCloseDb(self):
87 def CheckOnConflictRollback(self):
103 def CheckWorkaroundForBuggySqliteTransferBindings(self):
112 def CheckEmptyStatement(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
badsyntax_future5.py 7 def f(x):
8 def g(y):
badsyntax_future7.py 6 def f(x):
7 def g(y):
test_crypt.py 8 def test_crypt(self):
13 def test_main():
test_getargs.py 23 def test_with_marshal(self):
27 def test_main():
test_longexp.py 5 def test_longexp(self):
10 def test_main():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserList.py 6 def __init__(self, initlist=None):
16 def __repr__(self): return repr(self.data)
17 def __lt__(self, other): return self.data < self.__cast(other)
18 def __le__(self, other): return self.data <= self.__cast(other)
19 def __eq__(self, other): return self.data == self.__cast(other)
20 def __ne__(self, other): return self.data != self.__cast(other)
21 def __gt__(self, other): return self.data > self.__cast(other)
22 def __ge__(self, other): return self.data >= self.__cast(other)
23 def __cast(self, other):
26 def __cmp__(self, other)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_simplesubclasses.py 5 def __cmp__(self, other):
9 def __hash__(self): # Silence Py3k warning
14 def test_compare(self):
18 def test_ignore_retval(self):
22 def func():
29 def test_int_callback(self):
31 def func(arg):
45 def test_int_struct(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 18 def setUp(self):
21 def test_all_project_files(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 45 def __init__(self, address=None, family=None, backlog=1):
48 def accept(self):
51 def close(self):
57 def Client(address):
63 def Pipe(duplex=True):
70 def __init__(self, _in, _out):
76 def poll(self, timeout=0.0):
86 def close(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 50 def __PMT(args): return args
52 def __P(args): return args
54 def __PMT(args): return args
56 def __STRING(x): return #x
62 def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
64 def __attribute__(xyz): return
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
68 def __attribute_format_arg__(x): return
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
defaults.py 26 def __init__(self, pathname):
43 def __call__(self, testfilename, pathset="SELINUX_DEVEL_PATH"):
58 def data_dir():
61 def perm_map():
64 def interface_info():
67 def attribute_info():
70 def refpolicy_makefile():
74 def headers():
refpolicy.py 53 def __init__(self, parent=None):
74 def __init__(self, parent=None):
78 def __iter__(self):
86 def nodes(self):
89 def modules(self):
92 def interfaces(self):
95 def templates(self):
98 def support_macros(self):
103 def module_declarations(self):
106 def interface_calls(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
conditional.py 26 def __init__(self, cond):
30 def __eq__(self, other):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 41 def DateFromTicks(ticks):
44 def TimeFromTicks(ticks):
47 def TimestampFromTicks(ticks):
55 def register_adapters_and_converters():
56 def adapt_date(val):
59 def adapt_datetime(val):
62 def convert_date(val):
65 def convert_timestamp(val):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 31 def rollback(self):
37 def setUp(self):
43 def tearDown(self):
46 def CheckContextManager(self):
51 def CheckContextManagerCommit(self):
59 def CheckContextManagerRollback(self):
71 def suite():
75 def test():

Completed in 1024 milliseconds

<<31323334353637383940>>