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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 81 def __init__(self, policyfile=None):
99 def __repr__(self):
102 def __str__(self):
105 def __deepcopy__(self, memo):
117 def _load_policy(self, filename):
131 def _potential_policies():
142 def _load_running_policy(self):
161 def handle_unknown(self):
166 def mls(self):
171 def version(self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decorators.py 4 def funcattrs(**kwds):
5 def decorate(func):
12 def author(name):
13 def decorate(func):
21 def __init__(self, exprstr, func, args, kwds):
27 def dbcheck(exprstr, globals=None, locals=None):
29 def decorate(func):
31 def check(*args, **kwds):
40 def countcalls(counts):
42 def decorate(func):
    [all...]
profilee.py 22 def timer():
25 def testfunc():
35 def factorial(n):
48 def mul(a, b):
55 def helper():
73 def helper1():
84 def helper2_indirect():
88 def helper2():
98 def subhelper():
110 def __getattr__(self, name):
    [all...]
test_doctest.py 17 def sample_func(v):
44 def __init__(self, val):
51 def double(self):
58 def get(self):
65 def a_staticmethod(v):
73 def a_classmethod(cls, v):
95 def __init__(self, val=0):
101 def square(self):
103 def get(self):
113 def __init__(self, val):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decorators.py 4 def funcattrs(**kwds):
5 def decorate(func):
12 def author(name):
13 def decorate(func):
21 def __init__(self, exprstr, func, args, kwds):
27 def dbcheck(exprstr, globals=None, locals=None):
29 def decorate(func):
31 def check(*args, **kwds):
40 def countcalls(counts):
42 def decorate(func)
    [all...]
profilee.py 22 def timer():
25 def testfunc():
35 def factorial(n):
48 def mul(a, b):
55 def helper():
73 def helper1():
84 def helper2_indirect():
88 def helper2():
98 def subhelper():
110 def __getattr__(self, name)
    [all...]
test_doctest.py 17 def sample_func(v):
44 def __init__(self, val):
51 def double(self):
58 def get(self):
65 def a_staticmethod(v):
73 def a_classmethod(cls, v):
95 def __init__(self, val=0):
101 def square(self):
103 def get(self):
113 def __init__(self, val)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decorators.py 4 def funcattrs(**kwds):
5 def decorate(func):
12 def author(name):
13 def decorate(func):
21 def __init__(self, exprstr, func, args, kwds):
27 def dbcheck(exprstr, globals=None, locals=None):
29 def decorate(func):
31 def check(*args, **kwds):
40 def countcalls(counts):
42 def decorate(func)
    [all...]
profilee.py 22 def timer():
25 def testfunc():
35 def factorial(n):
48 def mul(a, b):
55 def helper():
73 def helper1():
84 def helper2_indirect():
88 def helper2():
98 def subhelper():
110 def __getattr__(self, name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 4 def funcattrs(**kwds):
5 def decorate(func):
12 def author(name):
13 def decorate(func):
21 def __init__(self, exprstr, func, args, kwds):
27 def dbcheck(exprstr, globals=None, locals=None):
29 def decorate(func):
31 def check(*args, **kwds):
40 def countcalls(counts):
42 def decorate(func)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 4 def funcattrs(**kwds):
5 def decorate(func):
12 def author(name):
13 def decorate(func):
21 def __init__(self, exprstr, func, args, kwds):
27 def dbcheck(exprstr, globals=None, locals=None):
29 def decorate(func):
31 def check(*args, **kwds):
40 def countcalls(counts):
42 def decorate(func)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 9 def snake_case( str )
17 def parse_version( version_string )
23 def tidy( here_doc, flow = false )
32 def silence_warnings
45 def shared_attribute( name, *additional_members )
54 def #{ name }= value
66 def abstract( name, message = nil )
70 def #{ name }( * )
76 def deprecate( name, extra_message = nil )
87 def #{ name }( *args, &block
    [all...]
  /external/autotest/server/cros/
stress_unittest.py 17 def testEscalateExceptions(self):
18 def stress_event():
26 def testDontEscalateExceptions(self):
28 def stress_event():
39 def testOnExit(self):
40 def stress_event():
44 def on_exit():
53 def testOnExitWithException(self):
54 def stress_event():
58 def on_exit()
    [all...]
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
multiprocessing_shim.py 14 def __init__(self, shim, *args, **kwards):
18 def run(self,*args,**kwargs):
28 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}):
33 def run(self):
36 def start(self):
39 def terminate(self):
45 def join(self, timeout=None):
48 def is_alive(self):
52 def name(self):
56 def name(self, name)
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/testdefs/
XmlDefsParserTest.java 63 InstrumentationTestDef def = parser.getTestDefs().iterator().next(); local
64 assertEquals("frameworks-core", def.getName());
65 assertEquals(TEST_PKG, def.getPackage());
66 assertTrue(def.isContinuous());
67 assertNull(def.getClassName());
68 assertNull(def.getRunner());
69 assertNull(def.getCoverageTarget());
79 InstrumentationTestDef def = parser.getTestDefs().iterator().next(); local
80 assertFalse(def.isContinuous());
90 InstrumentationTestDef def = parser.getTestDefs().iterator().next() local
101 InstrumentationTestDef def = parser.getTestDefs().iterator().next(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbobj.py 39 def __init__(self, *args, **kwargs):
42 def close(self, *args, **kwargs):
44 def open(self, *args, **kwargs):
46 def remove(self, *args, **kwargs):
48 def set_shm_key(self, *args, **kwargs):
50 def set_cachesize(self, *args, **kwargs):
52 def set_data_dir(self, *args, **kwargs):
54 def set_flags(self, *args, **kwargs):
56 def set_lg_bsize(self, *args, **kwargs):
58 def set_lg_dir(self, *args, **kwargs)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbobj.py 39 def __init__(self, *args, **kwargs):
42 def close(self, *args, **kwargs):
44 def open(self, *args, **kwargs):
46 def remove(self, *args, **kwargs):
48 def set_shm_key(self, *args, **kwargs):
50 def set_cachesize(self, *args, **kwargs):
52 def set_data_dir(self, *args, **kwargs):
54 def set_flags(self, *args, **kwargs):
56 def set_lg_bsize(self, *args, **kwargs):
58 def set_lg_dir(self, *args, **kwargs)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 39 def __init__(self, *args, **kwargs):
42 def close(self, *args, **kwargs):
44 def open(self, *args, **kwargs):
46 def remove(self, *args, **kwargs):
48 def set_shm_key(self, *args, **kwargs):
50 def set_cachesize(self, *args, **kwargs):
52 def set_data_dir(self, *args, **kwargs):
54 def set_flags(self, *args, **kwargs):
56 def set_lg_bsize(self, *args, **kwargs):
58 def set_lg_dir(self, *args, **kwargs)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 39 def __init__(self, *args, **kwargs):
42 def close(self, *args, **kwargs):
44 def open(self, *args, **kwargs):
46 def remove(self, *args, **kwargs):
48 def set_shm_key(self, *args, **kwargs):
50 def set_cachesize(self, *args, **kwargs):
52 def set_data_dir(self, *args, **kwargs):
54 def set_flags(self, *args, **kwargs):
56 def set_lg_bsize(self, *args, **kwargs):
58 def set_lg_dir(self, *args, **kwargs)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfBuildOptionObject.py 24 def __init__(self):
29 def SetContent(self, Content):
31 def GetContent(self):
34 def SetSupArchList(self, SupArchList):
36 def GetSupArchList(self):
42 def SetAsBuildList(self, AsBuildList):
44 def GetAsBuildList(self):
53 def __init__(self):
70 def SetBuildOptions(self, BuildOptCont, ArchList = None, SectionContent = ''):
92 def GetBuildOptions(self):
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t026actions.py 7 def parserClass(self, base):
9 def __init__(self, *args, **kwargs):
16 def capture(self, t):
20 def emitErrorMessage(self, msg):
27 def lexerClass(self, base):
29 def __init__(self, *args, **kwargs):
36 def capture(self, t):
40 def emitErrorMessage(self, msg):
47 def setUp(self):
51 def testValid1(self)
    [all...]
  /external/autotest/client/bin/input/
linux_ioctl.py 42 def sizeof(t):
45 def IOC(d, t, nr, size):
50 def IO(t, nr, t_format):
53 def IOW(t, nr, t_format):
56 def IOR(t, nr, t_format):
59 def IOWR(t, nr, t_format):
63 def IOC_DIR(nr):
66 def IOC_TYPE(nr):
69 def IOC_NR(nr):
72 def IOC_SIZE(nr)
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
py_utils_unittest.py 13 def testIsExecutable(self):
22 def _GetFileInTestDir(file_name):
28 def testWaitForTrue(self):
29 def ReturnTrue():
33 def testWaitForFalse(self):
34 def ReturnFalse():
40 def testWaitForEventuallyTrue(self):
44 def ReturnCounterBasedValue():
50 def testWaitForTrueLambda(self):
53 def testWaitForFalseLambda(self)
    [all...]
  /external/harfbuzz_ng/src/
check-defs.sh 17 defs="harfbuzz.def"
20 for def in $defs; do
21 lib=`echo "$def" | sed 's/[.]def$//;s@.*/@@'`
28 echo "Checking that $so has the same symbol list as $def"
32 # cheat: copy the last line from the def file!
33 tail -n1 "$def"
34 } | diff "$def" - >&2 || stat=1
  /external/toolchain-utils/bestflags/
mock_task.py 22 def __init__(self, stage, identifier, cost=0):
45 def __eq__(self, other):
51 def GetIdentifier(self, stage):
55 def SetResult(self, stage, cost):
60 def Work(self, stage):
64 def GetResult(self, stage):
68 def Done(self, stage):
74 def LogSteeringCost(self):
86 def __hash__(self):
89 def __eq__(self, other)
    [all...]

Completed in 606 milliseconds

<<11121314151617181920>>