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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 25 def __init__(self, editwin=None):
34 def close(self):
37 def _make_tk_calltip_window(self):
41 def _remove_calltip_window(self, event=None):
46 def force_open_calltip_event(self, event):
52 def try_open_calltip_event(self, event):
59 def refresh_calltip_event(self, event):
66 def open_calltip(self, evalfuncs):
83 def fetch_tip(self, expression):
108 def get_entity(self, expression)
    [all...]
RemoteObjectBrowser.py 3 def remote_object_tree_item(item):
12 def __init__(self, item):
15 def __getattr__(self, name):
19 def _GetSubList(self):
26 def __init__(self, sockio, oid):
30 def __getattr__(self, name):
34 def _GetSubList(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sched.py 39 def __init__(self, timefunc, delayfunc):
46 def enterabs(self, time, priority, action, argument):
57 def enter(self, delay, priority, action, argument):
66 def cancel(self, event):
76 def empty(self):
80 def run(self):
123 def queue(self):
formatter.py 38 def __init__(self, writer=None):
42 def end_paragraph(self, blankline): pass
43 def add_line_break(self): pass
44 def add_hor_rule(self, *args, **kw): pass
45 def add_label_data(self, format, counter, blankline=None): pass
46 def add_flowing_data(self, data): pass
47 def add_literal_data(self, data): pass
48 def flush_softspace(self): pass
49 def push_alignment(self, align): pass
50 def pop_alignment(self): pas
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unary.py 8 def test_negative(self):
16 def test_positive(self):
24 def test_invert(self):
30 def test_no_overflow(self):
36 def test_negation_of_exponentiation(self):
44 def test_bad_types(self):
54 def test_main():
test_poplib.py 35 def __init__(self, conn):
41 def collect_incoming_data(self, data):
44 def found_terminator(self):
59 def handle_error(self):
62 def push(self, data):
65 def cmd_echo(self, arg):
69 def cmd_user(self, arg):
74 def cmd_pass(self, arg):
79 def cmd_stat(self, arg):
82 def cmd_list(self, arg)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
encoder.py 73 def _VarintSize(value):
87 def _SignedVarintSize(value):
102 def _TagSize(field_number):
117 def _SimpleSizer(compute_value_size):
121 def SpecificSizer(field_number, is_repeated, is_packed):
125 def PackedFieldSize(value):
132 def RepeatedFieldSize(value):
139 def FieldSize(value):
146 def _ModifiedSizer(compute_value_size, modify_value):
150 def SpecificSizer(field_number, is_repeated, is_packed)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 38 def __init__(self, writer=None):
42 def end_paragraph(self, blankline): pass
43 def add_line_break(self): pass
44 def add_hor_rule(self, *args, **kw): pass
45 def add_label_data(self, format, counter, blankline=None): pass
46 def add_flowing_data(self, data): pass
47 def add_literal_data(self, data): pass
48 def flush_softspace(self): pass
49 def push_alignment(self, align): pass
50 def pop_alignment(self): pas
    [all...]
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 35 def GenerateMessageId(message, meaning=''):
51 def __init__(self, args = ''):
60 def __str__(self):
65 def GetOriginal(self):
68 def GetPresentation(self):
71 def GetExample(self):
74 def __eq__(self, other):
85 def EqualTo(self, other, strict = 1, ignore_trailing_spaces = 1):
113 def __eq__(self, other):
117 def GetName(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py 35 def __init__(self, conn):
41 def collect_incoming_data(self, data):
44 def found_terminator(self):
59 def handle_error(self):
62 def push(self, data):
65 def cmd_echo(self, arg):
69 def cmd_user(self, arg):
74 def cmd_pass(self, arg):
79 def cmd_stat(self, arg):
82 def cmd_list(self, arg)
    [all...]
  /development/testrunner/
android_manifest.py 35 def __init__(self, app_path=None):
39 def GetAppPath(self):
43 def GetPackageName(self):
54 def _ParseManifest(self, app_path):
67 def AddUsesSdk(self, min_sdk_version):
84 def GetInstrumentationNames(self):
96 def _GetManifestElement(self):
107 def _SaveXml(self):
112 def CreateAndroidManifest(path):
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_branch_utility.py 14 def __init__(self, versions, channels):
22 def CreateWithCannedData():
28 def GetAllChannelInfo(self):
32 def GetChannelInfo(self, channel):
36 def GetStableChannelInfo(self, version):
39 def GetBranchForVersion(self, version):
42 def GetChannelForVersion(self, version):
49 def Older(self, channel_info):
59 def Newer(self, channel_info):
  /external/chromium_org/chrome/test/ispy/server/
gs_bucket.py 17 def __init__(self, bucket):
25 def _full_path(self, path):
29 def UploadFile(self, path, contents, content_type):
36 def DownloadFile(self, path):
46 def UpdateFile(self, path, contents):
54 def RemoveFile(self, path):
58 def FileExists(self, path):
66 def GetImageURL(self, path):
70 def GetAllPaths(self, prefix):
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
config.py 15 def IsSourceValid(url):
30 def __init__(self, data=None):
37 def LoadJson(self, json_data):
43 def ToJson(self):
49 def __getattr__(self, name):
55 def __setattr__(self, name, value):
58 def AddSource(self, source):
69 def RemoveSource(self, source):
75 def RemoveAllSources(self):
  /external/chromium_org/net/android/tools/
proxy_test_cases.py 286 def Generate(self):
296 def _GenerateDescription(self, description):
299 def _GenerateConfiguration(self, properties):
304 def _GenerateMappings(self, mappings):
312 def Generate(self):
326 def _GenerateDescription(self, description):
333 def _GenerateConfiguration(self, properties):
338 def _GenerateMappings(self, mappings):
346 def main():
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zipfileset.py 34 def __init__(self, zip_url, filesystem=None, zip_factory=None):
41 def _retrieve_zip_file(self, zip_url):
45 def _load(self):
49 def open(self, filename):
53 def close(self):
58 def namelist(self):
62 def read(self, filename):
66 def extract(self, filename, path):
70 def delete(self, filename):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
bytecode.py 7 def __init__(self):
30 def __init__(self, code):
35 def __getitem__(self, i):
38 def __getitem__(self, i):
41 def __iter__(self):
44 def __next__(self):
72 def __init__(self, code):
75 def __iter__(self):
78 def __next__(self):
  /external/chromium_org/tools/cr/cr/commands/
build.py 16 def __init__(self):
24 def AddArguments(self, subparsers):
31 def Run(self):
42 def __init__(self):
48 def AddArguments(self, subparsers):
55 def Run(self):
66 def __init__(self):
72 def AddArguments(self, subparsers):
79 def Run(self):
  /external/chromium_org/tools/gdb/
gdb_chrome.py 37 def typed_ptr(ptr):
48 def yield_fields(val):
52 def children():
68 def __init__(self, val):
73 def display_hint(self):
78 def to_string(self):
87 def to_string(self):
93 def to_string(self):
99 def to_string(self):
105 def to_string(self)
    [all...]
  /external/chromium_org/tools/perf/page_sets/
tough_webgl_cases.py 14 def __init__(self, url, page_set):
18 def CanRunOnBrowser(self, browser_info):
24 def RunNavigateSteps(self, action_runner):
30 def RunSmoothness(self, action_runner):
40 def __init__(self, page_set):
45 def RunNavigateSteps(self, action_runner):
54 def __init__(self, page_set):
59 def RunNavigateSteps(self, action_runner):
72 def __init__(self):
  /external/chromium_org/v8/tools/testrunner/local/
utils.py 38 def GetSuitePaths(test_root):
39 def IsSuite(path):
45 def ReadLinesFrom(name):
58 def GuessOS():
82 def UseSimulator(arch):
91 def DefaultArch():
108 def GuessWordsize():
115 def IsWindows():
119 def URLRetrieve(source, destination):
  /external/chromium_org/v8/tools/testrunner/objects/
testcase.py 32 def __init__(self, suite, path, flags=[], dependency=None):
42 def CopyAddingFlags(self, flags):
47 def PackTask(self):
57 def UnpackTask(task):
65 def SetSuiteObject(self, suites):
68 def PackResult(self):
73 def MergeResult(self, result):
79 def suitename(self):
82 def GetLabel(self):
  /external/deqp/framework/delibs/scripts/
pre_commit.py 10 def git(*args, **kwargs):
13 def get_changed_paths(filter):
17 def get_against():
30 def croak(path, line, msg, *args):
39 def check_filenames():
54 def check_whitespace():
67 def check_external_guards (infile):
74 def check_changed_files():
78 def main():
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py 19 def avg(total, n):
22 def nsecs(secs, nsecs):
25 def nsecs_secs(nsecs):
28 def nsecs_nsecs(nsecs):
31 def nsecs_str(nsecs):
35 def add_stats(dict, key, value):
47 def clear_term():
76 def syscall_name(id):
82 def strerror(nr):
  /external/lldb/test/
argparse_compat.py 23 def __init__(self, description="My program's description", prefix_chars='-', add_help=True):
28 def add_argument_group(self, name):
36 def add_argument(self, *opt_strs, **kwargs):
38 # def add_argument(self, opt_str, action='store', dest=None, metavar=None, help=''):
42 def parse_args(self, arguments=sys.argv[1:]):
49 def print_help(self):
54 def __init__(self, option_group):
57 def add_argument(self, *opt_strs, **kwargs):
71 def __init__(self, d):
74 def __str__(self)
    [all...]

Completed in 1048 milliseconds

<<31323334353637383940>>