Searched refs:of (Results 101 - 125 of 2387) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/linux/
H A Dblockfault.stderr.exp3 Process terminating with default action of signal 11 (SIGSEGV)
6 If you believe this happened as a result of a stack
8 possible), you can try to increase the size of the
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dnumber.pxd15 # Returns the result of adding o1 and o2, or NULL on failure. This
16 # is the equivalent of the Python expression "o1 + o2".
20 # Returns the result of subtracting o2 from o1, or NULL on
21 # failure. This is the equivalent of the Python expression "o1 -
26 # Returns the result of multiplying o1 and o2, or NULL on
27 # failure. This is the equivalent of the Python expression "o1 *
32 # Returns the result of dividing o1 by o2, or NULL on
33 # failure. This is the equivalent of the Python expression "o1 /
38 # Return the floor of o1 divided by o2, or NULL on failure. This
39 # is equivalent to the ``classic'' division of integer
[all...]
H A Dtuple.pxd10 # Return true if p is a tuple object or an instance of a subtype
11 # of the tuple type.
14 # Return true if p is a tuple object, but not an instance of a subtype of the tuple type.
18 # Return a new tuple object of size len, or NULL on failure.
22 # Return a new tuple object of size n, or NULL on failure. The
28 # Take a pointer to a tuple object, and return the size of that tuple.
31 # Return the size of the tuple p, which must be non-NULL and point
37 # p. If pos is out of bounds, return NULL and sets an IndexError
42 # Like PyTuple_GetItem(), but does no checking of it
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_control.spec35 of color buffer swaps, measured in video frame periods.
53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
57 Additions to Chapter 3 of the 1.4 GL Specification (Rasterization)
61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations
66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
76 [Add the following to Section 3.3.10 of the GLX Specification (Double
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
80 per buffer swap. (e.g. a value of two means that the color buffers
82 of zer
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsegoff.asm1 ; all of these should be legal and should just result in the offset portion
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableMultiset.java5 * use this file except in compliance with the License. You may obtain a copy of
40 return ImmutableSet.of();
65 return ImmutableSet.of();
/external/llvm/lib/Support/Windows/
H A DTimeValue.inc5 // This file is distributed under the University of Illinois Open Source
10 // This file provides the Win32 implementation of the TimeValue class.
40 // Old versions of mingw don't have _localtime64_s. Remove this once we drop support
/external/llvm/test/MC/Mips/mips32r2/
H A Dinvalid.s2 # invalid set of operands or operand's restrictions not met).
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid.s2 # the assembler (e.g. invalid set of operands or operand's restrictions not met).
/external/llvm/test/MC/Mips/mips64r2/
H A Dinvalid.s2 # invalid set of operands or operand's restrictions not met).
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid.s2 # the assembler (e.g. invalid set of operands or operand's restrictions not met).
/external/mesa3d/docs/
H A DMESA_swap_control.spec35 of color buffer swaps, measured in video frame periods.
53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
57 Additions to Chapter 3 of the 1.4 GL Specification (Rasterization)
61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations
66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
76 [Add the following to Section 3.3.10 of the GLX Specification (Double
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
80 per buffer swap. (e.g. a value of two means that the color buffers
82 of zer
[all...]
/external/mockito/src/org/mockito/internal/util/collections/
H A DSets.java3 * This program is made available under the terms of the MIT License.
16 return HashCodeAndEqualsSafeSet.of(mocks);
20 return HashCodeAndEqualsSafeSet.of(mocks);
29 throw new IllegalArgumentException("Expected an array of elements (or empty array) but received a null.");
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleTrackNumberBox.java17 * @param of number of tracks overall
19 public void setTrackNumber(byte track, byte of) { argument
24 appleDataBox.setData(new byte[]{0, 0, 0, track, 0, of, 0, 0});
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/util/
H A DSuperclassChainTest.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
56 ImmutableSet<ClassDef> classes = ImmutableSet.<ClassDef>of(
67 ImmutableList.<TypeProto>of(),
71 ImmutableList.<TypeProto>of(objectClassProto),
75 ImmutableList.<TypeProto>of(oneClassProto, objectClassProto),
79 ImmutableList.<TypeProto>of(twoClassProt
[all...]
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dmillion.S8 lis 15,499997@ha # load high 16-bits of counter
9 addi 15,15,499997@l # load low 16-bits of counter
/external/valgrind/main/helgrind/tests/
H A Dtc13_laog1.stderr.exp10 Observed (incorrect) order is: acquisition of lock at 0x........
14 followed by a later acquisition of lock at 0x........
18 Required order was established by acquisition of lock at 0x........
22 followed by a later acquisition of lock at 0x........
/external/valgrind/main/memcheck/tests/
H A Derr_disable3.stderr.exp11 Invalid read of size 1
15 Address 0x........ is 5 bytes inside a block of size 10 free'd
29 Invalid read of size 1
32 Address 0x........ is 5 bytes inside a block of size 10 free'd
H A Dmalloc1.stderr.exp1 Invalid write of size 1
4 Address 0x........ is 1 bytes inside a block of size 10 free'd
9 Invalid write of size 1
12 Address 0x........ is 1 bytes before a block of size 10 alloc'd
H A Dpartial_load_dflt.stderr.exp2 Invalid read of size 4
4 Address 0x........ is 0 bytes inside a block of size 3 alloc'd
8 Invalid read of size 4
10 Address 0x........ is 1 bytes inside a block of size 4 alloc'd
14 Invalid read of size 2
16 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
20 Invalid read of size 4
22 Address 0x........ is 0 bytes inside a block of size 4 free'd
33 For counts of detected and suppressed errors, rerun with: -v
H A Dpointer-trace.stderr.exp1 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
H A Dsignal2.stderr.exp1 Invalid write of size 4
H A Dstatic_malloc.stderr.exp1 10 bytes in 1 blocks are definitely lost in loss record ... of ...
/external/libvorbis/doc/
H A D02-bitpacking.tex13 native word size of eight bits (octets), sixteen bits, thirty-two bits
15 convention specifies the correct mapping of the logical packet
24 purposes of the bitpacking convention, a byte implies the native,
27 necessarily because of the processor but because of the
29 bytes as the fundamental atom of storage). A 'word' is an integer
30 size that is a grouped multiple of this smallest size.
33 octet (eight bits) and a word to be a group of two, four or eight
36 the native bit-width of a given storage system. This document assumes
37 that a byte is one octet for purposes of exampl
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionRemoveAllTester.java6 * You may obtain a copy of the License at
47 collection.removeAll(MinimalCollection.of()));
54 collection.removeAll(MinimalCollection.of(samples.e3)));
62 collection.removeAll(MinimalCollection.of(samples.e0)));
70 collection.removeAll(MinimalCollection.of(samples.e0, samples.e3)));
81 collection.removeAll(MinimalCollection.of(
92 collection.removeAll(MinimalCollection.of()));
103 collection.removeAll(MinimalCollection.of(samples.e3)));
113 collection.removeAll(MinimalCollection.of(samples.e0));
152 MinimalCollection<?> containsNull = MinimalCollection.of((Objec
[all...]

Completed in 1627 milliseconds

1234567891011>>