HomeSort by relevance Sort by last modified time
    Searched refs:ranges (Results 226 - 250 of 776) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
err_disable_arange1.stderr.exp 35 Exiting. Expect warnings of 2 remaining ranges.
  /hardware/interfaces/broadcastradio/2.0/
types.hal 167 * With typical configuration, it's expected to have two frequency ranges
168 * for capabilities check (AM and FM) and four ranges for specific region
171 vec<AmFmBandRange> ranges;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusstringformat.h 181 const CharacterRange *ranges)
184 nativeStringFormat, rangeCount, ranges));
  /prebuilts/go/darwin-x86/src/math/cmplx/
log.go 43 // The arctangent ranges from -PI to +PI.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
trie.go 52 // is a list of ranges with an accompanying value. Given a matching range r,
  /prebuilts/go/linux-x86/src/math/cmplx/
log.go 43 // The arctangent ranges from -PI to +PI.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
trie.go 52 // is a list of ranges with an accompanying value. Given a matching range r,
  /build/make/tools/releasetools/
blockimgdiff.py 59 def RangeSha1(self, ranges):
62 def ReadRangeSet(self, ranges):
68 def WriteRangeDataToFd(self, ranges, fd):
83 def RangeSha1(self, ranges):
86 def ReadRangeSet(self, ranges):
95 def WriteRangeDataToFd(self, ranges, fd):
160 def _GetRangeData(self, ranges):
161 for s, e in ranges:
164 def RangeSha1(self, ranges):
166 for data in self._GetRangeData(ranges)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableRangeSetTest.java 42 private static final ImmutableSet<Range<Integer>> RANGES = ImmutableSet.of(
337 ImmutableSet<Range<Integer>> ranges = ImmutableSet.of( local
349 for (Set<Range<Integer>> subset : Sets.powerSet(ranges)) {
474 ImmutableList<Range<Integer>> ranges = rangesBuilder.build(); local
480 for (Range<Integer> range1 : ranges) {
481 for (Range<Integer> range2 : ranges) {
  /frameworks/minikin/tests/unittest/
CmapCoverageTest.cpp 66 static std::vector<uint8_t> buildCmapFormat4Table(const std::vector<uint16_t>& ranges) {
67 uint16_t segmentCount = ranges.size() / 2 + 1 /* +1 for end marker */;
93 for (size_t i = 0; i < ranges.size() / 2; ++i) {
94 const uint16_t begin = ranges[i * 2];
95 const uint16_t end = ranges[i * 2 + 1];
118 static std::vector<uint8_t> buildCmapFormat12Table(const std::vector<uint32_t>& ranges) {
119 uint32_t numGroups = ranges.size() / 2;
134 const uint32_t start = ranges[2 * i];
135 const uint32_t end = ranges[2 * i + 1];
256 const std::vector<uint16_t>& ranges) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp 155 if (li.ranges.size() != 1)
157 const LiveRange &range = li.ranges.front();
220 for (LiveInterval::Ranges::const_iterator
221 I = li.ranges.begin(), E = li.ranges.end(); I != E; ++I) {
882 // Move the trimmed ranges back.
883 li->ranges.swap(NewLI.ranges);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 152 // Append ranges that end before the new range.
156 // Join any ranges that intersect new range
168 // Append remaining ranges.
327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify)
332 , m_ranges (ranges, ranges+numRanges)
354 // Fill specified ranges with glBufferSubData()
505 // Verify valid ranges.
712 std::vector<tcu::IVec2> ranges; \
713 RangeVecBuilder builder(ranges); \
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 152 // Append ranges that end before the new range.
156 // Join any ranges that intersect new range
168 // Append remaining ranges.
327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify)
332 , m_ranges (ranges, ranges+numRanges)
354 // Fill specified ranges with glBufferSubData()
517 // Verify valid ranges.
712 std::vector<tcu::IVec2> ranges; \
713 RangeVecBuilder builder(ranges); \
    [all...]
es3fFragmentOutputTests.cpp 341 // \todo [2012-04-09 pyry] Not quite the full ranges.
342 static const Vec2 ranges[] = local
348 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(ranges) == glu::PRECISION_LAST);
349 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(ranges)));
350 return ranges[precision];
355 static const IVec2 ranges[] = local
361 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(ranges) == glu::PRECISION_LAST);
362 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(ranges)));
363 return ranges[precision];
368 static const UVec2 ranges[] local
    [all...]
  /frameworks/base/tests/net/java/com/android/server/connectivity/
VpnTest.java 182 final Set<UidRange> ranges = vpn.createUserAndRestrictedProfilesRanges(primaryUser.id, local
188 })), ranges);
196 final Set<UidRange> ranges = vpn.createUserAndRestrictedProfilesRanges(primaryUser.id, local
201 })), ranges);
209 final Set<UidRange> ranges = new ArraySet<>(); local
210 vpn.addUserToRanges(ranges, primaryUser.id, null, null);
214 })), ranges);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 212 final List<MotionRange> ranges = device.getMotionRanges(); local
213 for (MotionRange range : ranges) {
222 for (MotionRange range : ranges) {
  /external/perf_data_converter/src/quipper/
address_mapper_test.cc 35 // Some address ranges to map. It is important that none of these overlap with
44 // List of real addresses that are not in the above ranges.
55 // Address ranges in |ranges| are mapped starting at address 0.
56 uint64_t GetMappedAddressFromRanges(const Range* ranges,
62 mapped_range_addr += ranges[i].size, ++i) {
63 const Range& range = ranges[i];
148 // Map all the ranges at once and test looking up addresses.
179 // Test some addresses that are out of these ranges, should not be able to
186 // Map all the ranges at once and test looking up IDs and offsets
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 2034 UidRange[] ranges; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 64 * or are in the surrogate pair ranges. For example "/uffff" will not encode properly
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 357 std::vector<SourceRange> ranges; member in class:clang::ento::PathDiagnosticPiece
395 ranges.push_back(R);
401 ranges.push_back(SourceRange(B,E));
405 ArrayRef<SourceRange> getRanges() const { return ranges; }
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 279 SmallVector<SourceRange, 2> ranges; local
287 ranges.push_back(drCond->getSourceRange());
288 ranges.push_back(drInc->getSourceRange());
296 FSLoc, ranges);
  /external/icu/icu4c/source/i18n/
collationsets.cpp 372 // checkTailored > 0: Exclude tailored ranges from the base data enumeration.
378 cne->ranges.set(start, end).removeAll(cne->tailored);
379 int32_t count = cne->ranges.getRangeCount();
381 cne->handleCE32(cne->ranges.getRangeStart(i), cne->ranges.getRangeEnd(i), ce32);
  /external/libchrome/base/metrics/
statistics_recorder.h 128 // already registered, then the argument |ranges| will deleted. The returned
132 const BucketRanges* ranges);
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.h 38 struct nine_range *ranges; /* single MALLOC, but next-pointers valid */ member in struct:nine_lconstf
  /external/opencv/cv/src/
cvhistogram.cpp 45 cvCreateHist( int dims, int *sizes, CvHistType type, float** ranges, int uniform )
78 if( ranges )
79 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform ));
93 float *data, float **ranges, int uniform )
112 if( ranges )
115 CV_ERROR( CV_StsBadArg, "Only uniform bin ranges can be used here "
117 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform ));
661 float* ranges[CV_MAX_DIM]; local
705 ranges[i] = (float*)src->thresh[i];
706 thresh = ranges;
    [all...]

Completed in 578 milliseconds

1 2 3 4 5 6 7 8 91011>>