HomeSort by relevance Sort by last modified time
    Searched refs:of (Results 126 - 150 of 8142) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableListMultimap.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * Implementation of {@link ImmutableListMultimap} with no entries.
32 super(ImmutableMap.<Object, ImmutableList<Object>>of(), 0); method
EmptyImmutableSetMultimap.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * Implementation of {@link ImmutableListMultimap} with no entries.
32 super(ImmutableMap.<Object, ImmutableSet<Object>>of(), 0, null); method
  /external/icu/icu4c/source/extra/uconv/
resfiles.mk 2 # A small makefile containing the list of resource bundles
6 # the character separating components of a filename.
  /external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 * the corresponding logic in the C-version of the HtmlParser as such
49 * Indicates the type of content contained in the {@code content} HTML
50 * attribute of the {@code meta} HTML tag. Used by
55 * <li>{@code URL_START} if it contains a URL but hasn't seen any of
57 * <li>{@code URL} if it contains a URL and has seen at least some of
68 * A regular expression matching the format of a {@code content} attribute
79 * Set of keywords that can precede a regular expression literal. Taken from:
88 ImmutableSortedSet.of(
    [all...]
  /external/libpng/contrib/tools/
intgamma.sh 16 # fixed point values of logarithms appropriate to finding the log of an 8-bit
22 # function to print out a list of numbers as integers; the function truncates
52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to
53 * 255, so it's the base 2 logarithm of a normalized 8-bit floating point
76 * requires perhaps spurious accuracy in the decoding of the logarithm to
78 * of getting this accuracy in practice.
80 * To deal with this the following exp() function works out the exponent of the
81 * frational part of the logarithm by using an accurate 32-bit value from the
100 # And the table of adjustment values
    [all...]
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml 5 * This file is distributed under the University of Illinois Open Source
11 exception Error of string
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.ml 5 * This file is distributed under the University of Illinois Open Source
11 exception Error of string
  /external/llvm/bindings/ocaml/linker/
llvm_linker.ml 5 * This file is distributed under the University of Illinois Open Source
10 exception Error of string
  /external/llvm/test/MC/X86/AlignedBundling/
pad-align-to-bundle-end.s 4 # Test some variations of padding to the end of a bundle.
10 # Each of these callq instructions is 5 bytes long
26 # Here we have to pad until the end of the *next* boundary because
  /external/mockito/src/org/mockito/exceptions/verification/
ArgumentsAreDifferent.java 3 * This program is made available under the terms of the MIT License.
21 return new RemoveFirstLine().of(super.toString());
WantedButNotInvoked.java 3 * This program is made available under the terms of the MIT License.
21 return new RemoveFirstLine().of(super.toString());
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 3 # Use of this source code is governed by a BSD-style license that can be
13 # The contents of the new .grd file
19 <!-- TODO add each of your output files. Modify the three below, and add
29 <!-- TODO add references to each of the XTB files (from the Translation
30 Console) that contain translations of messages in your project. Each
36 <!-- TODO add a list of your included resources here, e.g. BMP and GIF
40 <!-- TODO add a list of all your structured resources here, e.g. HTML
45 <!-- TODO add all of your "string table" messages here. Remember to
46 change nontranslateable parts of the messages into placeholders (using the
65 print 'This tool requires exactly one argument, the name of the output file.
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
readYUV420file.m 9 % Number of pixels per image
15 % calculate number of frames
16 fseek(fid,0,'eof'); % move to end of file
17 fileLen=ftell(fid); % number of bytes
20 % calculate number of frames
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
object.pxd 13 # of the object is written instead of the repr().
23 # or NULL on failure. This is the equivalent of the Python
34 # or NULL on failure. This is the equivalent of the Python
38 # Set the value of the attribute named attr_name, for object o, to
39 # the value v. Returns -1 on failure. This is the equivalent of
43 # Set the value of the attribute named attr_name, for object o, to
44 # the value v. Returns -1 on failure. This is the equivalent of
49 # failure. This is the equivalent of the Python statement: "del
54 # failure. This is the equivalent of the Python statement "de
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 2 // Use of this source code is governed by a BSD-style license that can be
16 * Checks if a node is in a given class of MathML nodes.
19 * @param {Array.<string>} tags List of tag names.
28 * Checks if a node is in a given class of MathJax nodes.
31 * @param {Array.<string>} tags List of tag names.
46 * of MathML or MathJax nodes.
49 * @param {Array.<string>} tags List of tag names.
60 * Array of MathML Token Elements.
67 * Checks if an element of a math expression is a Token Element.
75 * @param {!Node} element The element of the math expression
    [all...]
math_semantic_util.js 2 // Use of this source code is governed by a BSD-style license that can be
19 * Merges keys of objects into an array.
21 * @return {Array.<string>} Array of all keys of the objects.
31 * Merges values of objects into an array.
33 * @return {Array.<string>} Array of all values of the objects.
72 * Transforms a numberic representation of a unicode character into its
88 * Returns the tagname of an element node in upper case.
98 * List of MathML Tags that are to be ignored
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
tts.js 2 // Use of this source code is governed by a BSD-style license that can be
6 * @fileoverview Dummy implementation of TTS for testing.
66 * All calls to tts.speak are saved in an array of utterances.
74 * Return a string of what was spoken by tts.speak().
85 * Return a list of strings of what was spoken by tts.speak().
86 * @return {Array.<string>} A list of all utterances spoken since
98 * Return a list of strings of what was spoken by tts.speak().
100 * A list of info about all utterances spoken sinc
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
unittestresults_unittest.py 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer.
10 # copyright notice, this list of conditions and the following disclaimer
13 # * Neither the name of Google Inc. nor the names of its
19 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/chromium_org/ui/keyboard/resources/
constants.js 2 // Use of this source code is governed by a BSD-style license that can be
13 * Ratio of key height and font size.
28 * The enumerations of key sounds.
38 * The enumeration of swipe directions.
50 * The ratio between the width and height of the key when in portrait mode.
56 * The ratio between the width and height of the key when in landscape mode.
62 * The ratio between the height and width of the compact keyboard.
68 * The default weight of a key.
96 * The maximum number of extra pixels before a resize is triggered.
102 * The size of the pool to use for playing audio sounds on key press. This is t
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 2 // Use of this source code is governed by a BSD-style license that can be
6 // Open the link in a new tab of the current window.
15 // Given an array of URLs, build a DOM list of those URLs in the
40 // subtract a week of microseconds from the current time.
44 // Track the number of callbacks from chrome.history.getVisits()
57 // We need the url of the visited item to process the visit.
72 // Maps URLs to a count of the number of times the user typed that URL into
76 // Callback for chrome.history.getVisits(). Counts the number of
    [all...]
  /external/eigen/blas/
chbmv.f 26 * triangular part of the band matrix A is being supplied as
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
38 * On entry, N specifies the order of the matrix A.
43 * On entry, K specifies the number of super-diagonals of the
51 * A - COMPLEX array of DIMENSION ( LDA, n ).
53 * by n part of the array A must contain the upper triangular
54 * band part of the hermitian matrix, supplied column by
55 * column, with the leading diagonal of the matrix in ro
    [all...]
zhbmv.f 26 * triangular part of the band matrix A is being supplied as
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
38 * On entry, N specifies the order of the matrix A.
43 * On entry, K specifies the number of super-diagonals of the
51 * A - COMPLEX*16 array of DIMENSION ( LDA, n ).
53 * by n part of the array A must contain the upper triangular
54 * band part of the hermitian matrix, supplied column by
55 * column, with the leading diagonal of the matrix in ro
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 8 This document provides a high level description of the Vorbis codec's
12 understanding of the Vorbis decode process, which is
18 over an exceptionally wide range of bitrates. At the high
19 quality/bitrate end of the scale (CD or DAT rate stereo, 16/24 bits)
24 masters) and a range of channel representations (monaural,
32 addition of a hybrid wavelet filterbank in Vorbis II to offer better
43 codebooks used in the first stage of decoding from the bitstream are
50 Vorbis provides none of its own framing, synchronization or protection
51 against errors; it is solely a method of accepting input audio,
55 them, and reassembles the frames into a facsimile of the origina
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 38 Written based on the wording of the OpenGL 2.0 specification and
43 There are a number of circumstances where an application may wish to
44 blend two textures out of a larger set of textures. Moreover, in some
49 different "exposures" of an image as different textures. On a
53 2. A terrain engine where the altitude of a point determines the
60 single frame of video.
64 textures without mipmaps. Both of these options have major drawbacks.
67 drawbacks of both previous methods. A new texture target,
69 all aspects except the sizes of the non-base level images. I
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 27 EXT_abgr affects the definition of this extension
28 SGIS_texture4D affects the definition of this extension
29 EXT_cmyka affects the definition of this extension
30 ARB_packed_pixels affects the definition of this extension
61 Accepted by the <format> parameter of ReadPixels and DrawPixels:
65 Accepted by the <type> parameter of ReadPixels and DrawPixels:
72 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
76 Additions to Chapter 3 of the 1.1 Specification (Rasterization)
103 gives a description of and the number and order of elements in
    [all...]

Completed in 434 milliseconds

1 2 3 4 56 7 8 91011>>