HomeSort by relevance Sort by last modified time
    Searched defs:the (Results 1 - 7 of 7) sorted by null

  /build/tools/
java-layers.py 11 sys.stderr.write("DIRECTORY and prints errors when the packages violate\n")
12 sys.stderr.write("the rules defined in the DEPENDENCY_FILE.\n")
15 sys.stderr.write("on the assumption that it should fit somewhere into the\n")
20 sys.stderr.write(" - Lines consisting of two java package names: The\n")
22 sys.stderr.write(" to any classes present in the second package, or any\n")
24 sys.stderr.write(" - Lines consisting of one java package name: The\n")
28 sys.stderr.write(" package name: The package is considered a low level\n")
29 sys.stderr.write(" package and may not import any of the other packages\n" namespace
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
__init__.py 4 # modification, are permitted provided that the following conditions are
7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following disclaimer
11 # in the documentation and/or other materials provided with the
13 # * Neither the name of Google Inc. nor the names of its
17 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTOR
33 from base import Port # It's possible we don't need to export this virtual baseclass outside the module. namespace
    [all...]
  /external/flac/libFLAC/ia32/
nasm.h 5 ; modification, are permitted provided that the following conditions
8 ; - Redistributions of source code must retain the above copyright
9 ; notice, this list of conditions and the following disclaimer.
11 ; - Redistributions in binary form must reproduce the above copyright
12 ; notice, this list of conditions and the following disclaimer in the variable
13 ; documentation and/or other materials provided with the distribution.
15 ; - Neither the name of the Xiph.org Foundation nor the names of it
    [all...]
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 # found in the LICENSE file.
7 Works by repeated invokation of a browser and scraping of the resulting page.
8 Areas that differ will be added to the auto-generated mask. The mask generator
9 considers the mask complete when further scrapes fail to produce any differences
10 in the mask.
13 import os # Functions for walking the directory tree namespace
25 """Inserts the command and arguments into a command line for parsing."""
39 ["-bv", "--browserver"], "Version of the browser", metaname="VERSION"
    [all...]
timeload.py 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 # found in the LICENSE file.
8 and measures how long the page takes to load in each. Outputs a
9 comma-delimited file. The first line is "URL,[browser names", each
11 or the string "timeout" or "crashed".
15 import os # Functions for walking the directory tree namespace
21 # output depending on the performance of an operation
27 """Inserts the command and arguments into a command line for parsing."""
72 """Executes the TimeLoad command."""
140 # output the result
    [all...]
compare2.py 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 # found in the LICENSE file.
5 """SiteCompare command to invoke the same page in two versions of a browser.
7 Does the easiest compatibility test: equality comparison between two different
8 versions of the same browser. Invoked with a series of command line options
13 import os # Functions for walking the directory tree namespace
19 # output depending on the performance of an operation
25 """Inserts the command and arguments into a command line for parsing."""
28 "Compares the output of two browsers on the same URL or list of URLs"
    [all...]
  /external/chromium_org/tools/site_compare/
site_compare.py 2 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 # found in the LICENSE file.
9 saving the rendered results to a specified directory, then
10 performs comparison operations on the resulting bitmaps and
11 saves the results
18 import os # Functions for walking the directory tree namespace
24 # output depending on the performance of an operation
33 # The timeload command is obsolete (too flaky); it may be reinstated
44 window_size: size of the browser window to display
62 # default save path is "scrapes" off the current roo
    [all...]

Completed in 103 milliseconds