/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
bitset | 860 * @throw std::out_of_range If @a pos is bigger the size of @a __s. 883 * @throw std::out_of_range If @a __position is bigger the size 1065 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1088 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1114 * @throw std::out_of_range If @a pos is bigger the size of the %set. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
bitset | 860 * @throw std::out_of_range If @a pos is bigger the size of @a __s. 883 * @throw std::out_of_range If @a __position is bigger the size 1065 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1088 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1114 * @throw std::out_of_range If @a pos is bigger the size of the %set. [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/ |
ArmMmuLibCore.c | 600 ASSERT (0); // Bigger than 48-bit memory space are not supported
622 ASSERT (0); // Bigger than 48-bit memory space are not supported
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 48 * Also seems like or() from util is wrong when size of incoming set is bigger 162 // clear all bits in this not present in a (if this bigger than a).
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorSyclTuple.h | 69 /// elements inside the tuple is bigger than 1. It recursively calls itself to 90 static_assert(sizeof...(Ts)!=0, "The requseted value is bigger than the size of the tuple"); \
|
/external/eigen/unsupported/Eigen/ |
FFT | 34 * - fftw (http://www.fftw.org) : faster, GPL -- incompatible with Eigen in LGPL form, bigger code size. 72 // FFTW: faster, GPL -- incompatible with Eigen in LGPL form, bigger code size
|
/external/kernel-headers/original/uapi/linux/ |
input.h | 211 * the mask is bigger than what is known to the kernel, the ioctl is still 276 * They are pieces of a bigger structure (called ff_effect)
|
/external/llvm/test/CodeGen/SystemZ/ |
frame-08.ll | 109 ; Like f1 but with a frame that is 8 bytes bigger. This is the smallest 176 ; Like f2 but with a frame that is 8 bytes bigger. This is the smallest
|
/external/ltp/testcases/network/stress/ns-tools/ |
ns-common.c | 196 * last : Last value of the range. If bigger than RAND_MAX, assumed RAND_MAX 335 if (len > 9) { /* Check the specified value is bigger than 999999999 */
|
/external/pdfium/public/ |
fpdf_annot.h | 303 // define a bigger one. 328 // defines a bigger one.
|
/external/protobuf/src/google/protobuf/stubs/ |
int128_unittest.cc | 51 uint128 bigger(2001, 1); 132 EXPECT_EQ(big + kuint64max, bigger);
|
/external/skia/tests/ |
PathOpsCubicIntersectionTestData.cpp | 190 {{{1, 1}, {3, 3}, {2, 2}, {4, 4+F+F}}}, // INVESTIGATE: why the epsilon is bigger 191 {{{1, 1+F+F}, {2, 2}, {4, 4}, {3, 3}}}, // INVESTIGATE: why the epsilon is bigger
|
/external/skqp/tests/ |
PathOpsCubicIntersectionTestData.cpp | 190 {{{1, 1}, {3, 3}, {2, 2}, {4, 4+F+F}}}, // INVESTIGATE: why the epsilon is bigger 191 {{{1, 1+F+F}, {2, 2}, {4, 4}, {3, 3}}}, // INVESTIGATE: why the epsilon is bigger
|
/external/zopfli/src/zopflipng/ |
zopflipng_bin.cc | 89 " it's bigger than the original, for benchmarking the algorithm. Not" 145 bool always_zopflify = false; // overwrite file even if we have bigger result
|
/frameworks/base/libs/hwui/ |
PathCache.cpp | 252 // Don't even try to cache a bitmap that's bigger than the cache 290 // Note here that we upload to a texture even if it's bigger than mMaxSize.
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
DecodeTask.java | 534 * dimensions, we will either truncate, in which case we decode from a bigger region and 540 * Always decode from a bigger region and crop down.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
decompose.go | 94 // floats are never decomposed, even ones bigger than RegSize 118 // floats are never decomposed, even ones bigger than RegSize
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
decompose.go | 94 // floats are never decomposed, even ones bigger than RegSize 118 // floats are never decomposed, even ones bigger than RegSize
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationVerifier.java | 47 * The standard deviation computed for the deltas should not be bigger
|
/cts/tests/tests/location/src/android/location/cts/asn1/base/ |
Asn1Tag.java | 173 throw new IllegalArgumentException("Lengths bigger than 2^^31-1 unsupported: " + bi);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Input.h | 237 @retval EFI_BUFFER_TOO_SMALL The number of non-empty block is bigger than the
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Input.h | 159 @retval EFI_BUFFER_TOO_SMALL The number of non-empty blocks is bigger than the
|
/external/aac/libFDK/include/ |
fixminmax.h | 109 /* Inline Function to determine the smaller/bigger value of two values with same
|
/external/autotest/server/site_tests/kernel_MemoryRamoop/ |
kernel_MemoryRamoop.py | 20 that tests a bigger scope, i.e. the whole error reporting mechanism.
|
/external/clang/test/Sema/ |
bitfield-layout.c | 93 // Bit-field with explicit align bigger than normal.
|