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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/cr/cr/actions/
linux.py 17 def enabled(self):
20 def Kill(self, targets, arguments):
24 def Run(self, target, arguments):
28 def Test(self, target, arguments):
40 def enabled(self):
43 def Uninstall(self, targets, arguments):
46 def Install(self, targets, arguments):
49 def Reinstall(self, targets, arguments):
  /external/chromium_org/tools/perf/benchmarks/
silk_flags.py 5 def CustomizeBrowserOptionsForFastPath(options):
10 def CustomizeBrowserOptionsForGpuRasterization(options):
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
__init__.py 14 def Create(self, port_pairs):
24 def host_ip(self):
28 def does_forwarder_override_dns(self):
34 def __init__(self, port_pairs):
39 def host_port(self):
43 def host_ip(self):
47 def url(self):
51 def Close(self):
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner_repeat.py 7 def __init__(self, args):
14 def WillRunPage(self):
18 def WillRunPageSet(self):
22 def DidRunPage(self):
26 def DidRunPageSet(self):
30 def ShouldRepeatPageSet(self):
34 def ShouldRepeatPage(self):
38 def ShouldNavigate(self, skip_navigate_on_repeat):
  /external/lldb/test/functionalities/command_script/import/foo/
foo2.py 0 def foo2_function(debugger, args, result, dict):
5 def __lldb_init_module(debugger, session_dict):
  /external/mesa3d/scons/
x11.py 31 def generate(env):
44 def exists(env):
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 50 def Modified(self):
77 def Modified(self):
  /external/zlib/src/examples/
fitblk.c 70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def)
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def)
113 def->avail_in = RAWLEN - inf->avail_out
134 z_stream def, inf; \/* zlib deflate and inflate states *\/ local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
badsyntax_future3.py 5 def f(x):
6 def g(y):
badsyntax_future4.py 5 def f(x):
6 def g(y):
badsyntax_future6.py 5 def f(x):
6 def g(y):
badsyntax_future9.py 5 def f(x):
6 def g(y):
test_doctest2.py 35 def __init__(self):
42 def __str__(self):
56 def nested(self):
62 def getx(self):
71 def setx(self, value):
88 def statm():
100 def clsm(cls, val):
111 def test_main():
test_future1.py 6 def f(x):
7 def g(y):
test_future2.py 5 def f(x):
6 def g(y):
warning_tests.py 5 def outer(message, stacklevel=1):
8 def inner(message, stacklevel=1):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
badsyntax_future3.py 5 def f(x):
6 def g(y):
badsyntax_future4.py 5 def f(x):
6 def g(y):
badsyntax_future6.py 5 def f(x):
6 def g(y):
badsyntax_future9.py 5 def f(x):
6 def g(y):
test_doctest2.py 35 def __init__(self):
42 def __str__(self):
56 def nested(self):
62 def getx(self):
71 def setx(self, value):
88 def statm():
100 def clsm(cls, val):
111 def test_main():
test_future1.py 6 def f(x):
7 def g(y):
test_future2.py 5 def f(x):
6 def g(y):
warning_tests.py 5 def outer(message, stacklevel=1):
8 def inner(message, stacklevel=1):
  /development/testrunner/test_defs/
test_suite.py 27 def __init__(self):
37 def GetName(self):
40 def SetName(self, name):
44 def GetBuildPath(self):
48 def SetBuildPath(self, build_path):
52 def GetBuildDependencies(self, options):
56 def SetBuildDependencies(self, build_dependencies):
60 def IsContinuous(self):
64 def SetContinuous(self, continuous):
68 def GetSuite(self)
    [all...]

Completed in 335 milliseconds

1 2 3 4 56 7 8 91011>>