Searched defs:the (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A D__init__.py4 # 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
29 """Port-specific entrypoints for the layou
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/
H A Dnasm.h5 ; 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 name
[all...]
/external/chromium_org/tools/site_compare/commands/
H A Dmaskmaker.py3 # 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")
80 "Percentage of different pixels (0-100) above which the scrape will be"
81 "discarded and the mas
[all...]
H A Dtimeload.py3 # found in the LICENSE file.
8 and measures how long the page takes to load in each. Outputs a
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 results
H A Dcompare2.py3 # 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",
81 ["-d", "--diffdir"], "Path to hold the differenc
[all...]
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py4 # 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
44 window_size: size of the browser window to display
62 # default save path is "scrapes" off the current root
80 base: (browser, version) tuple of version to consider the baseline
83 root_path: root of the scrape
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex51 \newcommand{\mysection}[1] % Re-define the chaptering command to use
57 \newcommand{\mystarsection}[1] % Re-define the chaptering command to use
92 This document is part of the LibTomCrypt package and is hereby released into the public domain.
118 \mysection{What is the LibTomCrypt?}
123 The library was designed such that new ciphers/hashes/PRNGs can be added at run-time and the existing API
124 (and helper API functions) are able to use the new designs automatically. There exists self-check functions for each
125 block cipher and hash function to ensure that they compile and execute to the published design specifications. The library
128 \subsection{What the library IS for?}
130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the bo
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c14 // modify it under the terms of the GNU Lesser General Public
15 // License as published by the Free Software Foundation; either
16 // version 2 of the License, or (at your option) any later version.
18 // This library is distributed in the hope that it will be useful,
19 // but WITHOUT ANY WARRANTY; without even the implied warranty of
20 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23 // You should have received a copy of the GNU Lesser General Public
24 // License along with this library; if not, write to the Free Software
74 // the bio
6791 ;; now we need to move the 32bit result dx:ax to what the local
[all...]

Completed in 6244 milliseconds