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

<<11121314151617181920>>

  /external/autotest/client/tests/error_cleanup/
error_cleanup.py 7 def execute(self):
11 def cleanup(self):
  /external/autotest/client/tests/error_initialize/
error_initialize.py 7 def initialize(self):
11 def execute(self):
  /external/autotest/client/tests/error_setup/
error_setup.py 7 def setup(self):
10 def execute(self):
  /external/autotest/database/server_db_migrations/
001_initial_db.py 0 def migrate_up(manager):
10 def migrate_down(manager):
  /external/autotest/frontend/migrations/
002_cleanup_fields.py 0 def migrate_up(manager):
7 def migrate_down(manager):
018_add_label_only_if_needed.py 16 def migrate_up(manager):
21 def migrate_down(manager):
  /external/autotest/frontend/
thread_local.py 6 def set_user(user):
14 def get_user():
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 22 def __init__(self, device_host):
52 def start_bluetoothd(self):
62 def stop_bluetoothd(self):
72 def is_bluetoothd_running(self):
81 def reset_on(self):
90 def reset_off(self):
99 def has_adapter(self):
104 def set_powered(self, powered):
115 def is_powered_on(self):
125 def get_hci(self)
    [all...]
  /external/chromium-trace/catapult/telemetry/examples/browser_tests/
sample_unittest.py 8 def testPassing(self):
11 def testFailing(self):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/app/
possible_app.py 12 def __init__(self, app_type, target_os):
18 def __repr__(self):
22 def app_type(self):
26 def target_os(self):
31 def platform(self):
35 def _InitPlatformIfNeeded(self):
38 def Create(self, finder_options):
41 def SupportsOptions(self, browser_options):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
__init__.py 15 def Create(self, port_pair):
25 def host_ip(self):
31 def __init__(self, port_pair):
37 def host_port(self):
41 def host_ip(self):
45 def port_pair(self):
49 def url(self):
53 def Close(self):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/
moose_object.py 8 def __init__(self):
11 def Run(self):
  /external/chromium-trace/catapult/telemetry/telemetry/story/
shared_state.py 16 def __init__(self, test, options, story_set):
29 def platform(self):
35 def WillRunStory(self, story):
42 def DidRunStory(self, results):
49 def CanRunStory(self, story):
60 def RunStory(self, results):
67 def TearDownState(self):
74 def DumpStateUponFailure(self, story, results):
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/rules/
rule.py 24 def IsType(self, rule_type_name):
28 def ApplyRule(self, return_value, request, response):
  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/
_logging.py 31 def enableTrace(traceable):
45 def dump(title, message):
52 def error(msg):
56 def warning(msg):
60 def debug(msg):
64 def trace(msg):
69 def isEnabledForError():
73 def isEnabledForDebug():
  /external/jsoncpp/scons-tools/
globtool.py 4 def generate( env ):
5 def Glob( env, includes = None, excludes = None, dir = '.' ):
17 def filterFilename(path):
41 def makeAbsFileNode( path ):
49 def exists(env):
  /external/libnl/python/netlink/
util.py 21 def _color(t, c):
24 def black(t):
27 def red(t):
30 def green(t):
33 def yellow(t):
36 def blue(t):
39 def magenta(t):
42 def cyan(t):
45 def white(t):
48 def bold(t)
    [all...]
  /external/mesa3d/scons/
x11.py 31 def generate(env):
44 def exists(env):
  /external/nanopb-c/generator/google/protobuf/internal/
message_listener.py 50 def Modified(self):
77 def Modified(self):
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
DynamicCallHelper.py 54 def __init__(self, func, *args):
67 def __call__(self):
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 50 def Modified(self):
77 def Modified(self):
  /external/skia/infra/bots/recipes/
upload_dm_results.py 15 def RunSteps(api):
19 def GenTests(api):
upload_nano_results.py 15 def RunSteps(api):
19 def GenTests(api):
  /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/gdb/darwin-x86/lib/python2.7/test/
badsyntax_future3.py 5 def f(x):
6 def g(y):

Completed in 1027 milliseconds

<<11121314151617181920>>