/packages/apps/TV/tests/unit/src/com/android/tv/dvr/ |
ScheduledRecordingTest.java | 27 import android.util.Range; 114 assertEquals("isOverlapping(Range(" + lower + "," + upper + "), recording " + r, expected, 115 r.isOverLapping(new Range<>(lower, upper)));
|
/system/core/libmemunreachable/ |
LeakFolding.cpp | 43 leak_scc->size += node->ptr->range.size(); 75 heap_walker_.ForEachAllocation([&](const Range& range, HeapWalker::AllocationInfo& allocation) { 77 auto it = leak_map_.emplace(std::piecewise_construct, std::forward_as_tuple(range), 78 std::forward_as_tuple(range, allocator_)); 87 heap_walker_.ForEachPtrInRange(leak.range, 88 [&](Range& ptr_range, HeapWalker::AllocationInfo* ptr_info) { 117 leak_bytes += leak.range.size(); 123 leaked.emplace_back(Leak{leak.range, leak.scc->cuumulative_count - 1, 124 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/libvpx/libvpx/test/ |
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/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...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_parse.h | 63 struct tgsi_declaration_range Range;
|
/packages/apps/TV/src/com/android/tv/util/ |
AsyncDbTask.java | 29 import android.util.Range; 337 protected final Range<Long> mPeriod; 341 @Nullable Range<Long> period) { 355 public final Range<Long> getPeriod() {
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Format/ |
Format.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/Refactoring/ |
AtomicChange.h | 73 /// \brief Adds a replacement that replaces the given Range with 76 llvm::Error replace(const SourceManager &SM, const CharSourceRange &Range, 79 /// \brief Adds a replacement that replaces range [Loc, Loc+Length) with
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Format/ |
Format.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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;
|