HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 1 - 25 of 1496) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/base/
PRESUBMIT.py 12 def GetPreferredTrySlaves():
  /external/chromium/chrome/browser/chromeos/
PRESUBMIT.py 11 def GetPreferredTrySlaves():
  /external/chromium/chrome/browser/sync/
PRESUBMIT.py 12 def GetPreferredTrySlaves():
  /external/chromium/chrome/browser/ui/views/
PRESUBMIT.py 12 def GetPreferredTrySlaves():
  /external/chromium/chrome/common/net/
PRESUBMIT.py 12 def GetPreferredTrySlaves():
  /external/chromium/net/
PRESUBMIT.py 12 def GetPreferredTrySlaves():
  /development/host/windows/usb/adb_winapi_test/
MAKEFILE 22 !INCLUDE $(NTMAKEENV)\makefile.def
  /development/host/windows/usb/api/
MAKEFILE 22 !INCLUDE $(NTMAKEENV)\makefile.def
  /development/host/windows/usb/winusb/
MAKEFILE 22 !INCLUDE $(NTMAKEENV)\makefile.def
  /external/webkit/Tools/Scripts/webkitpy/common/config/
urls.py 30 def view_source_url(local_path):
34 def view_revision_url(revision_number):
  /frameworks/compile/slang/
RSCCOptions.td 30 def target_api : Separate<"-target-api">,
32 def target_api_EQ : Joined<"-target-api=">, Alias<target_api>;
38 def I : JoinedOrSeparate<"-I">, MetaVarName<"<directory>">,
40 def _I : Separate<"include-path">, MetaVarName<"<directory>">, Alias<I>;
46 def o : Separate<"-o">, MetaVarName<"<directory>">,
49 def Output_Type_Group : OptionGroup<"<output type group>">;
52 def emit_asm : Flag<"-emit-asm">,
54 def _emit_asm : Flag<"-S">, Alias<emit_asm>;
55 def emit_llvm : Flag<"-emit-llvm">,
57 def emit_bc : Flag<"-emit-bc">
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
zipfileset_mock.py 30 def make_factory(ziphashes):
34 def __init__(self, url):
38 def namelist(self):
41 def read(self, member):
44 def close(self):
47 def maker(url):
urlfetcher_mock.py 30 def make_fetcher_cls(urls):
34 def __init__(self, filesystem):
37 def fetch(self, url):
40 def fetch_into_file(self, url):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config_mock.py 34 def __init__(self, default_configuration='Release'):
37 def build_directory(self, configuration):
40 def build_dumprendertree(self, configuration):
43 def default_configuration(self):
46 def path_from_webkit_base(self, *comps):
49 def webkit_base_dir(self):
  /external/webkit/Tools/Scripts/webkitpy/common/
array_stream.py 42 def __init__(self):
45 def write(self, msg):
49 def get(self):
53 def reset(self):
57 def empty(self):
61 def flush(self):
65 def __repr__(self):
newstringio.py 36 def __enter__(self):
39 def __exit__(self, type, value, traceback):
  /external/protobuf/python/google/protobuf/
message.py 70 def __eq__(self, other_msg):
73 def __ne__(self, other_msg):
77 def __str__(self):
80 def MergeFrom(self, other_msg):
93 def CopyFrom(self, other_msg):
107 def Clear(self):
111 def SetInParent(self):
120 def IsInitialized(self):
135 def MergeFromString(self, serialized):
165 def ParseFromString(self, serialized)
    [all...]
service.py 61 def GetDescriptor():
65 def CallMethod(self, method_descriptor, rpc_controller,
93 def GetRequestClass(self, method_descriptor):
108 def GetResponseClass(self, method_descriptor):
132 def Reset(self):
140 def Failed(self):
150 def ErrorText(self):
154 def StartCancel(self):
167 def SetFailed(self, reason):
178 def IsCanceled(self)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 50 def Modified(self):
77 def Modified(self):
  /external/zlib/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...]
  /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...]
  /external/sonivox/jet_tools/JetCreator/
img_Paste.py 8 def getData():
30 def getBitmap():
33 def getImage():
37 def getIcon():
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 44 def getText(self):
51 def setText(self, text):
59 def getType(self):
66 def setType(self, ttype):
74 def getLine(self):
83 def setLine(self, line):
91 def getCharPositionInLine(self):
100 def setCharPositionInLine(self, pos):
108 def getChannel(self):
115 def setChannel(self, channel)
    [all...]
  /external/v8/test/benchmarks/
testcfg.py 33 def IsNumber(string):
43 def __init__(self, path, context, mode):
47 def GetLabel(self):
50 def IsFailureOutput(self, output):
61 def GetCommand(self):
66 def GetName(self):
69 def BeforeRun(self):
72 def AfterRun(self, result):
75 def GetSource(self):
78 def GetCustomFlags(self, mode)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug.py 39 def __init__(self, bug_dictionary, bugzilla):
43 def id(self):
46 def title(self):
50 def reporter_email(self):
53 def assigned_to_email(self):
62 def is_unassigned(self):
65 def status(self):
73 def is_open(self):
76 def is_closed(self):
79 def duplicate_of(self)
    [all...]

Completed in 191 milliseconds

1 2 3 4 5 6 7 8 91011>>