/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
cpu_speed_test.cc | 112 ::testing::Range(0, 8));
|
cq_test.cc | 19 // CQ level range: [kCQLevelMin, kCQLevelMax). 106 ::testing::Range(kCQLevelMin, kCQLevelMax,
|
tile_independence_test.cc | 105 VP9_INSTANTIATE_TEST_CASE(TileIndependenceTest, ::testing::Range(0, 2, 1));
|
/hardware/libhardware/tests/camera2/ |
CameraFrameTests.cpp | 135 testing::Range(1, 10));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
24k-triple-stores-4.s | 0 # Range check for safe case after alignment its range >= 32.
|
24k-triple-stores-8.s | 0 # Range check after alignment between adjacent offsets >= 24 ??
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BufferedTokenStream.cs | 103 public virtual int Range { 207 throw new IndexOutOfRangeException("token index " + i + " out of range 0.." + (_tokens.Count - 1)); 268 if (i > Range) 269 Range = i;
|
LegacyCommonTokenStream.cs | 108 public virtual int Range { 312 if (i > Range) 313 Range = i;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BufferedTokenStream.cs | 112 public virtual int Range 240 throw new IndexOutOfRangeException("token index " + i + " out of range 0.." + (_tokens.Count - 1)); 305 if (i > Range) 306 Range = i;
|
LegacyCommonTokenStream.cs | 112 public virtual int Range 355 if (i > Range) 356 Range = i;
|
/external/llvm/tools/dsymutil/ |
DwarfLinker.cpp | 281 /// \brief Add a function range [\p LowPC, \p HighPC) that is 721 // Offset each range by the right amount. 723 for (const auto &Range : Entries) { 724 if (Range.isBaseAddressSelectionEntry(AddressSize)) { 730 if (Range.StartAddress == Range.EndAddress) 733 // All range entries should lie in the function range. 734 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && 735 Range.EndAddress + OrigLowPc <= FuncRange.stop()) [all...] |
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCamera2Capabilities.java | 27 import android.util.Range; 46 for (Range<Integer> fpsRange : p.get(CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES)) { 74 Range<Integer> ecRange = p.get(CONTROL_AE_COMPENSATION_RANGE);
|
/frameworks/native/include/media/hardware/ |
VideoAPI.h | 114 // this is in sync with the range values in graphics.h 115 enum Range : uint32_t { 179 Range mRange; // IN/OUT 266 inline static const char *asString(ColorAspects::Range i, const char *def = "??") {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
concepts.hpp | 1 // Boost.Range library concept checks 13 // For more information, see http://www.boost.org/libs/range/ 21 #include <boost/range/begin.hpp> 22 #include <boost/range/end.hpp> 23 #include <boost/range/iterator.hpp> 24 #include <boost/range/value_type.hpp> 25 #include <boost/range/detail/misc_concept.hpp> 29 * \brief Concept checks for the Boost Range library. 33 * parameter is compatible with a range concept. If not, a meaningful 34 * compile time error is generated. Checks are provided for the range [all...] |
/packages/apps/Camera2/src/com/android/camera/burst/ |
BurstCaptureCommand.java | 23 import android.util.Range; 188 Range<Integer> frameRateBackOff = new Range<>(7, 24);
|
/packages/apps/TV/src/com/android/tv/dvr/ |
DvrManager.java | 27 import android.util.Range; 90 * Adds a recording schedule with a time range. 184 private static Range getPeriod(Program program) { 185 return new Range(program.getStartTimeUtcMillis(), program.getEndTimeUtcMillis());
|
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
mat.hpp | 618 Mat B = A(Range::all(), Range(1, 3)); 620 // that is, C \~ A(Range(5, 9), Range(1, 3)) 621 Mat C = B(Range(5, 9), Range::all()); [all...] |
/external/compiler-rt/lib/ubsan/ |
ubsan_diag.cc | 233 /// Find the earliest-starting range in Ranges which ends after Loc. 234 static Range *upperBound(MemoryLocation Loc, Range *Ranges, 236 Range *Best = 0; 257 Range *Ranges, unsigned NumRanges, 289 Range *InRange = upperBound(Min, Ranges, NumRanges); 321 // FIXME: We only support naming one range for now! 333 // * If we have a pointer-size, pointer-aligned range highlighted, 334 // determine whether the value of that range is a pointer to an
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/ |
SetGenerators.java | 35 import com.google.common.collect.Range; 271 * defer that to Range, since it's ContiguousSet.create() that's used to create the sets. However, 272 * that gets messy here, and we already have null tests for Range. 322 return ContiguousSet.create(Range.openClosed(0, 1), DiscreteDomain.integers()).subSet(0, 1); 343 Range<Integer> range = local 344 (elements.isEmpty()) ? Range.closedOpen(0, 0) : Range.encloseAll(elements); 345 return ContiguousSet.create(range, DiscreteDomain.integers());
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SetGenerators.java | 36 import com.google.common.collect.Range; 298 * defer that to Range, since it's ContiguousSet.create() that's used to create the sets. However, 299 * that gets messy here, and we already have null tests for Range. 349 return ContiguousSet.create(Range.openClosed(0, 1), DiscreteDomain.integers()).subSet(0, 1); 383 Range<Integer> range = local 384 (elements.isEmpty()) ? Range.closedOpen(0, 0) : Range.encloseAll(elements); 385 return ContiguousSet.create(range, DiscreteDomain.integers());
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMachObjectWriter.cpp | 320 int64_t Range; 328 Range = 0x1ffffff; 334 Range = 0xffffff; 337 // would result in the target being out of range. This gives the linker 341 // If the resultant value would be out of range for an internal relocation, 343 if (Value > Range || Value < -(Range + 1))
|
/external/opencv3/modules/videoio/test/ |
test_ffmpeg.cpp | 233 virtual void operator() (const Range& range) const 235 for (int i = range.start; i != range.end; ++i) 279 virtual void operator() (const Range& range) const 281 for (int j = range.start; j < range.end; ++j) 321 virtual void operator() (const Range& range) cons [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
Opcode.java | 36 import com.google.common.collect.Range; 81 FILLED_NEW_ARRAY_RANGE(0x25, "filled-new-array/range", ReferenceType.TYPE, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT), 153 INVOKE_VIRTUAL_RANGE(0x74, "invoke-virtual/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT), 154 INVOKE_SUPER_RANGE(0x75, "invoke-super/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT), 155 INVOKE_DIRECT_RANGE(0x76, "invoke-direct/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE), 156 INVOKE_STATIC_RANGE(0x77, "invoke-static/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT), 157 INVOKE_INTERFACE_RANGE(0x78, "invoke-interface/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT), 275 EXECUTE_INLINE_RANGE(firstApi(0xef, 8), "execute-inline/range", ReferenceType.NONE, Format.Format3rmi, Opcode.ODEX_ONLY | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT), 397 Range range; local [all...] |
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 129 /// Represents a range of memset'd bytes with the ByteVal value. 136 /// the first store, we make a range [1, 2). The second store extends the range 137 /// to [0, 2). The third makes a new range [2, 3). The fourth store joins the 141 // Start/End - A semi range that describes the span that this range covers. 142 // The range is closed at the start and open at the end: [Start, End). 146 /// range. 152 /// TheStores - The actual stores that make up this range. 244 /// new range for the specified store at the specified offset, merging int [all...] |