/external/webkit/Tools/Scripts/webkitpy/common/net/ |
statusserver_unittest.py | 37 def test_url_for_issue(self):
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
ospath.py | 35 def relpath(path, start_path, os_path_abspath=None, sep=None):
|
/external/webkit/Tools/Scripts/webkitpy/test/ |
main.py | 40 def _find_unittest_files(self, webkitpy_dir): 53 def _modules_from_paths(self, package_root, paths): 82 def _win32_blacklist(self, module_path): 96 def run_tests(self, sys_argv, external_package_paths=None):
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
scanner.py | 13 def __init__(self, lexicon, flags=FLAGS): 33 def iterscan(self, string, idx=0, context=None): 58 def pattern(pattern, flags=FLAGS): 59 def decorator(fn):
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
bugfortest.py | 40 def execute(self, options, args, tool):
|
sheriffbot_unittest.py | 40 def test_sheriff_bot(self):
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
closebugforlanddiff_unittest.py | 36 def test_empty_state(self):
|
preparechangelogfordepsroll.py | 36 def run(self, state):
|
reopenbugafterrollout.py | 35 def run(self, state):
|
/external/webkit/Tools/wx/build/ |
wxpresets.py | 31 def parse_build_cfg(filename): 51 def get_wx_version(wx_root): 63 def get_wxmsw_settings(wx_root, shared = False, unicode = False, debug = False, wxPython=False): 109 def get_wxlib_name(name):
|
/hardware/ril/mock-ril/src/python/ |
tcs.py | 34 def recvall(s, count): 55 def sendall(s, data): 69 def __init__(self): 75 def sendHeader(self, s): 94 def recvHeader(self, s): 113 def __init__(self): 123 def sendMsg(self, s, cmd, token, protobuf=''): 152 def recvMsg(self, s): 170 def main(argv):
|
/packages/apps/Browser/tools/ |
get_search_engines.py | 53 def __init__(self): 69 def getXmlString(self, str): 93 def getEngineData(self, name): 145 def getSearchEnginesForCountry(self, country): 174 def writeAllEngines(self): 193 def generateDefaultList(self): 196 def generateListForLocale(self, locale): 215 def writeEngineList(self, dir_path, country): 242 def generateXmlFromTemplate(self, template_path, out_path, text):
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_runner.py | 70 def summarize_results(port_obj, expectations, result_summary, retry_summary, test_timings, only_unexpected): 190 def __init__(self, reason): 193 def __reduce__(self): 207 def __init__(self, port, options, printer): 237 def collect_tests(self, args, last_unexpected_results): 251 def _strip_test_dir_prefixes(self, paths): 254 def _strip_test_dir_prefix(self, path): 259 def lint(self): 275 def lint_expectations(self, config): 285 def parse_expectations(self) [all...] |
/external/bison/doc/ |
refcard.tex | 19 \def\finalout{\overfullrule=0pt} 69 \def\bisonversion{1.31} % the bison version 71 \def\refcardversion{0.5} % reference card version 72 \def\month{November} % month 73 \def\year{2001} % year 74 \def\version{\month\ \year, Bison Refcard Version \refcardversion} 77 \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip} 78 \def\medium{\mediumfont\textfont2=\mediumsy\baselineskip=.8\baselineskip} 80 \def\copyrightnotice{ 105 \def\smallcopyrightnotice [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 66 def _ssl_wrap_socket(sock, key_file, cert_file): 74 def iri2uri(uri): 77 def has_timeout(timeout): # python 2.6 94 def sorted(seq): 99 def HTTPResponse__getheaders(self): 114 def __init__(self, desc, response, content): 153 def _get_end2end_headers(response): 160 def parse_uri(uri): 168 def urlnorm(uri): 188 def safename(filename) [all...] |
/external/llvm/lib/CodeGen/ |
InlineSpiller.cpp | 298 << UseVNI->id << '@' << UseVNI->def << '\n'); 305 MachineBasicBlock *UseMBB = LIS.getMBBFromIndex(UseVNI->def); 319 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); 321 // This is an alternative def earlier in the same MBB. 325 // x = def 329 // Hoisting the spill of s to immediately after the def removes the 332 // x = def 336 if (VNI->def < SVI.SpillVNI->def) { 338 << PrintReg(Reg) << ':' << VNI->id << '@' << VNI->def [all...] |
/build/tools/ |
warn.py | 21 def colorforseverity(sev): 401 def output(text): 404 def htmlbig(param): 407 def dumphtmlprologue(title): 412 def tablerow(text): 419 def begintable(text, backgroundcolor): 432 def endtable(): 437 def dumpstats(): 453 def allpatterns(cat): 460 def descriptionfor(cat) [all...] |
/external/icu4c/test/intltest/ |
nmfmapts.cpp | 69 NumberFormat *def = NumberFormat::createInstance(status); local 185 if (fr != NULL && def != NULL) 197 fr->setParseIntegerOnly( def->isParseIntegerOnly() ); 198 if(fr->isParseIntegerOnly() != def->isParseIntegerOnly() ) { 202 fr->setGroupingUsed( def->isGroupingUsed() ); 203 if(fr->isGroupingUsed() != def->isGroupingUsed() ) { 207 fr->setMaximumIntegerDigits( def->getMaximumIntegerDigits() ); 208 if(fr->getMaximumIntegerDigits() != def->getMaximumIntegerDigits() ) { 212 fr->setMinimumIntegerDigits( def->getMinimumIntegerDigits() ); 213 if(fr->getMinimumIntegerDigits() != def->getMinimumIntegerDigits() ) [all...] |
dtfmapts.cpp | 137 DateFormat *def = DateFormat::createInstance(); local 142 if (def == NULL || fr == NULL || it == NULL || de == NULL){ 147 if (fr != NULL && def != NULL) 182 if (def != NULL) 190 def->parseObject(text, result1, pos); 197 result2 = def->parse(text, status); 204 result3 = def->parse(text, pos01); 227 const Calendar *cal = def->getCalendar(); 235 const NumberFormat *nf = def->getNumberFormat(); 243 const TimeZone& tz = def->getTimeZone() [all...] |
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | 70 def __init__(self, bytes): 74 def ReadVarint(self): 83 def ReadSInt64(self): 88 def ReadFieldNumberAndWireType(self): 91 def ReadFloat(self): 96 def ReadDouble(self): 101 def EndOfStream(self): 107 def assertIs(self, values, others): 112 def testScalarConstructor(self): 123 def testRepeatedScalarConstructor(self) [all...] |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 66 def authenticate(self): 94 def validate(self): 118 def post(self): 121 def get(self): 134 def get(self): 138 def post(self): 165 def get_updated_contacts(self, client_state, updated_contacts): 218 def process_client_changes(self, contacts_buffer, updated_contacts): 287 def list_contains_contact(self, contact_list, contact): 296 def safe_attr(self, obj, attr_name) [all...] |
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 85 def __init__(self, term_stream=sys.stdout): 133 def _tigetstr(self, cap_name): 141 def render(self, template): 149 def _render_sub(self, match): 166 def __init__(self, header): 170 def update(self, percent, message): 192 def clear(self): 212 def __init__(self, term, header, useETA=True): 234 def update(self, percent, message): 263 def clear(self) [all...] |
/external/markdown/markdown/ |
html4.py | 69 def _raise_serialization_error(text): 74 def _encode(text, encoding): 80 def _escape_cdata(text, encoding): 97 def _escape_attrib(text, encoding): 114 def _escape_attrib_html(text, encoding): 128 def _serialize_html(write, elem, encoding, qnames, namespaces): 180 def write_html(root, f, 200 def _namespaces(elem, encoding, default_namespace=None): 211 def encode(text): 214 def add_qname(qname) [all...] |
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 20 def sorted_walk(path): 31 def parse_json_file(path, encoding="utf-8"): 65 def __init__(self, manifest_path): 73 def _getDocLink(self, method, hashprefix): 90 def _parseModuleDocLinksByKey(self, module, key): 130 def getModuleNames(self): 139 def getDocumentationLinks(self): 156 def __init__(self, base_sample_path, base_dir, api_manifest): 170 def _locateManifestsFromPath(self, path): 188 def _parseManifestData(self, manifest_paths, api_manifest) [all...] |
/development/build/tools/ |
mk_sources_zip.py | 30 def __init__(self): 47 def verbose(msg, *args): 57 def usage(error=None): 80 def parseArgs(argv): 121 def parseSrcDir(p, srcdir): 151 def checkJavaFile(path): 170 def copy(p, filepath, dest_pkg): 178 def main():
|