/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 118 /// MemsetRange - Represents a range of memset'd bytes with the ByteVal value. 125 /// the first store, we make a range [1, 2). The second store extends the range 126 /// to [0, 2). The third makes a new range [2, 3). The fourth store joins the 130 // Start/End - A semi range that describes the span that this range covers. 131 // The range is closed at the start and open at the end: [Start, End). 135 /// range. 141 /// TheStores - The actual stores that make up this range. 232 /// new range for the specified store at the specified offset, merging int [all...] |
/frameworks/base/core/java/android/hardware/camera2/params/ |
StreamConfigurationMap.java | 30 import android.util.Range; 178 // For each Size/FPS range, track how many FPS range/Size there are available 181 Range<Integer> fpsRange = config.getFpsRange(); 506 * {@link CaptureRequest#CONTROL_AE_TARGET_FPS_RANGE FPS range} from 552 public Range<Integer>[] getHighSpeedVideoFpsRangesFor(Size size) { 560 Range<Integer>[] fpsRanges = new Range[fpsRangeCount]; 575 * list the supported high speed video FPS range configurations. Application can then use 576 * {@link #getHighSpeedVideoSizesFor} to query available sizes for one of returned FPS range [all...] |
/external/libvpx/libvpx/test/ |
test_vector_test.cc | 168 ::testing::Range(1, 8), // With 1 ~ 8 threads. 194 ::testing::Range(2, 9), // With 2 ~ 8 threads.
|
aq_segment_test.cc | 108 ::testing::Range(3, 9));
|
tile_independence_test.cc | 103 VP9_INSTANTIATE_TEST_CASE(TileIndependenceTest, ::testing::Range(0, 2, 1));
|
/external/llvm/include/llvm/CodeGen/ |
LiveIntervalUnion.h | 87 void unify(LiveInterval &VirtReg, const LiveRange &Range); 93 void extract(LiveInterval &VirtReg, const LiveRange &Range);
|
/external/lzma/C/ |
Ppmd7.h | 110 UInt32 Range;
127 UInt32 Range;
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 263 SID(decl->Range.First); 264 if (decl->Range.First != decl->Range.Last) { 266 SID(decl->Range.Last); 356 if (decl->Range.Last < 10) 358 else if (decl->Range.Last < 100) { 361 } else if (decl->Range.Last < 1000) { 374 for(i = 1; i <= decl->Range.Last; ++i) {
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 444 class Range 447 Range(int a, int b) : next(0), bgn(a), end(b) { } 449 Range *next; 453 void coalesce(Range **ptail) 455 Range *rnn; 469 Range *head; 470 Range *tail; 501 // NOTE: range may not cross 32 bit boundary (implies n <= 32) 518 // NOTE: range may not cross 32 bit boundary (implies n <= 32) 530 // NOTE: range may not cross 32 bit boundary (implies n <= 32 [all...] |
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/ |
ScheduledRecordingTest.java | 25 import android.util.Range; 107 assertEquals("isOverlapping(Range(" + lower + "," + upper + "), recording " + r, expected, 108 r.isOverLapping(new Range<>(lower, upper)));
|
/system/core/libmemunreachable/ |
LeakFolding.cpp | 41 leak_scc->size += node->ptr->range.size(); 77 [&](const Range& range, HeapWalker::AllocationInfo& allocation) { 80 std::forward_as_tuple(range), 81 std::forward_as_tuple(range, allocator_)); 90 heap_walker_.ForEachPtrInRange(leak.range, 91 [&](Range& ptr_range, HeapWalker::AllocationInfo* ptr_info) { 120 leak_bytes += leak.range.size(); 126 leaked.emplace_back(Leak{leak.range, 128 leak.scc->cuumulative_size - leak.range.size()}) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
debug1.d | 14 Line Range: 14
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
pr13167.d | 12 Line Range: 14
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips@24k-triple-stores-2.d | 3 #name: 24K: Triple Store (Range Check)
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
StaticMetadata.java | 28 import android.util.Range; 315 * Get the exposure time value and clamp to the range if needed. 318 * @return Exposure value in the legal range. 430 checkTrueForKey(key, " value is out of range" , 498 checkTrueForKey(key, "mode value " + mode + " is out if range", 971 Range<Integer> range = getValueFromKeyNonNull( local 1004 Range<Integer> range = getValueFromKeyNonNull( local 1024 Range<Long> range = getValueFromKeyNonNull( local 1057 Range<Long> range = getValueFromKeyNonNull( local [all...] |
/cts/tests/video/src/android/video/cts/ |
CodecInfo.java | 29 import android.util.Range;
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
SmmProfileInternal.h | 80 MEMORY_RANGE Range;
|
/external/clang/include/clang/Lex/ |
PPConditionalDirectiveRecord.h | 73 /// \brief Returns true if the given range intersects with a conditional 74 /// directive. if a \#if/\#endif block is fully contained within the range, 76 bool rangeIntersectsConditionalDirective(SourceRange Range) const;
|
/external/clang/lib/CodeGen/ |
CoverageMappingGen.h | 43 void SourceRangeSkipped(SourceRange Range) override;
|
/external/clang/lib/Format/ |
TokenAnalyzer.h | 56 ArrayRef<tooling::Range> Ranges);
|
WhitespaceManager.h | 196 /// \brief Stores \p Text as the replacement for the whitespace in \p Range. 197 void storeReplacement(SourceRange Range, StringRef Text);
|
/external/clang/tools/clang-format/ |
ClangFormat.cpp | 40 cl::desc("Format a range starting at this byte offset.\n" 47 cl::desc("Format a range of this length (in bytes).\n" 56 LineRanges("lines", cl::desc("<start line>:<end line> - format a range of\n" 131 std::vector<tooling::Range> &Ranges) { 163 Ranges.push_back(tooling::Range(Offset, Length)); 196 Ranges.push_back(tooling::Range(Offset, Length)); 250 std::vector<tooling::Range> Ranges;
|
/external/easymock/src/org/easymock/internal/ |
ReplayState.java | 131 public void times(Range range) {
|
UnorderedBehavior.java | 35 Range count) {
|
/external/llvm/lib/Target/Hexagon/ |
HexagonExpandCondsets.cpp | 92 // range contains all liveness information about the subregister, except 239 void removeImpDefSegments(LiveRange &Range); 240 void updateDeadsInRange(unsigned Reg, LaneBitmask LM, LiveRange &Range); 396 void HexagonExpandCondsets::removeImpDefSegments(LiveRange &Range) { 401 Range.segments.erase(std::remove_if(Range.begin(), Range.end(), StartImpDef), 402 Range.end()); 406 LiveRange &Range) { 408 if (Range.empty() [all...] |