Searched refs:of (Results 126 - 150 of 2387) sorted by relevance

1234567891011>>

/external/oprofile/events/i386/nehalem/
H A Dunit_masks7 0x01 any Counts the number of store forwards
9 0x01 std Counts the number of loads blocked by a preceding store with unknown data
10 0x04 address_offset Counts the number of loads blocked by a preceding store address
12 0x01 cycles Counts the cycles of store buffer drains
14 0x01 load Counts the number of misaligned load references
15 0x02 store Counts the number of misaligned store references
16 0x03 any Counts the number of misaligned memory references
18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
20 0x04 at_ret Counts number of loads delayed with at-Retirement block code
25 0x02 walk_completed Counts number of complete
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin1-yes.stderr.exp2 Undef 1 of 8 (stack, 32 bit)
9 Undef 2 of 8 (stack, 32 bit)
16 Undef 3 of 8 (stack, 64 bit)
23 Undef 4 of 8 (mallocd, 32-bit)
31 Undef 5 of 8 (realloc)
39 Undef 6 of 8 (MALLOCLIKE_BLOCK)
46 Undef 7 of 8 (brk)
50 Undef 8 of 8 (MAKE_MEM_UNDEFINED)
57 Def 1 of 3
59 Def 2 of
[all...]
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex12 The \xref{vorbis:spec:intro} provides an overview of the construction
13 of Vorbis audio packets.
17 bitstream and framing spec} provide detailed descriptions of Ogg
19 knowledge of the concepts covered in these named backround
44 for low-bitrate movies consisting of DivX video and Vorbis audio.
48 specific support of Vorbis within a degenrate Ogg stream (naturally,
57 The MIME type of Ogg files depend on the context. Specifically, complex
61 in any of those types. RTP encapsulated Vorbis should use
67 Ogg encapsulation of a Vorbis packet stream is straightforward.
74 first page of th
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd13 # This subtype of PyObject represents a Python bytes object.
15 # This instance of PyTypeObject represents the Python bytes type;
20 # Return true if the object o is a string object or an instance of
21 # a subtype of the string type.
24 # Return true if the object o is a string object, but not an instance of a subtype of the string type.
35 # success, and NULL on failure. If v is NULL, the contents of the
40 # Take a C printf()-style format string and a variable number of
41 # arguments, calculate the size of the resulting Python string and
59 # %p void* The hex representation of
[all...]
H A Dstring.pxd13 # This subtype of PyObject represents a Python string object.
15 # This instance of PyTypeObject represents the Python string type;
20 # Return true if the object o is a string object or an instance of
21 # a subtype of the string type.
24 # Return true if the object o is a string object, but not an instance of a subtype of the string type.
35 # success, and NULL on failure. If v is NULL, the contents of the
40 # Take a C printf()-style format string and a variable number of
41 # arguments, calculate the size of the resulting Python string and
59 # %p void* The hex representation of
[all...]
H A Dlist.pxd9 # Return a new list of length len on success, or NULL on failure.
18 # Return true if p is a list object or an instance of a subtype of
22 # Return true if p is a list object, but not an instance of a
23 # subtype of the list type.
26 # Return the length of the list object in list; this is equivalent
30 # Macro form of PyList_Size() without error checking.
35 # p. The position must be positive, indexing from the end of the
36 # list is not supported. If pos is out of bounds, return NULL and
41 # Macro form of PyList_GetIte
[all...]
H A Dcomplex.pxd13 # This subtype of PyObject represents a Python complex number object.
22 # This instance of PyTypeObject represents the Python complex
27 # Return true if its argument is a PyComplexObject or a subtype of
31 # Return true if its argument is a PyComplexObject, but not a subtype of PyComplexObject.
42 # Return the real part of op as a C double.
45 # Return the imaginary part of op as a C double.
48 # Return the Py_complex value of the complex number op.
50 # Returns (-1+0i) in case of an error
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dstep.css3 * Use of this source code is governed by a BSD-style license that can be
34 .step .controls button:first-of-type {
38 .step .controls button:last-of-type {
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
H A Dfind_bar_text_field_cell.h2 // Use of this source code is governed by a BSD-style license that can be
12 // results label rooted at the right edge of the cell.
15 // Set if there is a results label to display on the right side of the cell.
19 // Sets the results label to the localized equivalent of "X of Y".
20 - (void)setActiveMatch:(NSInteger)current of:(NSInteger)total;
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Dresfiles.mk2 # A small makefile containing the list of resource bundles
6 # the character separating components of a filename.
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DAddressFieldTest.java6 * You may obtain a copy of the License at
27 assertEquals(AddressField.COUNTRY, AddressField.of('R'));
/external/clang/test/Sema/
H A Dpredef.c9 expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qualifiers}}
/external/compiler-rt/make/
H A Dlib_info.mk7 # AvailableFunctions - The entire list of function names (unmangled) the
9 # CommonFunctions - The list of generic functions available.
10 # ArchFunctions.<arch> - The list of functions commonly available for
14 # AvailableIn.<function> - The list of subdir keys where 'function' is
17 # Determine the set of available modules.
21 # Build a per-module map of subdir keys.
49 # Compute lists of where each function is available.
54 # The names of all the available options.
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableListMultimap.java6 * You may obtain a copy of the License at
22 * Implementation of {@link ImmutableListMultimap} with no entries.
32 super(ImmutableMap.<Object, ImmutableList<Object>>of(), 0);
H A DEmptyImmutableSetMultimap.java6 * You may obtain a copy of the License at
22 * Implementation of {@link ImmutableListMultimap} with no entries.
32 super(ImmutableMap.<Object, ImmutableSet<Object>>of(), 0, null);
/external/icu/icu4c/source/extra/uconv/
H A Dresfiles.mk2 # A small makefile containing the list of resource bundles
6 # the character separating components of a filename.
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DHtmlUtils.java6 * You may obtain a copy of the License at
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(
138 * Set of al
[all...]
/external/libpng/contrib/tools/
H A Dintgamma.sh16 # 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 adjustmen
[all...]
/external/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.ml5 * This file is distributed under the University of Illinois Open Source
11 exception Error of string
/external/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.ml5 * This file is distributed under the University of Illinois Open Source
11 exception Error of string
/external/llvm/bindings/ocaml/linker/
H A Dllvm_linker.ml5 * This file is distributed under the University of Illinois Open Source
10 exception Error of string
/external/llvm/test/MC/X86/AlignedBundling/
H A Dpad-align-to-bundle-end.s4 # 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/
H A DArgumentsAreDifferent.java3 * This program is made available under the terms of the MIT License.
21 return new RemoveFirstLine().of(super.toString());
H A DWantedButNotInvoked.java3 * This program is made available under the terms of the MIT License.
21 return new RemoveFirstLine().of(super.toString());
/external/stlport/
H A Dlibstlport.mk3 # We put the STL libraries in front of any user libraries, but we need to
4 # keep the RTTI stuff in abi/cpp/include in front of our STL headers.

Completed in 3006 milliseconds

1234567891011>>