HomeSort by relevance Sort by last modified time
    Searched refs:ranges (Results 126 - 150 of 422) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/catapult/dashboard/dashboard/
associate_alerts.py 69 ranges = [(a.start_revision, a.end_revision) for a in alert_entities]
71 # Mark bugs that have overlapping revision ranges as potentially relevant.
73 # overlaps with the revision ranges for all of the selected alerts; the
78 bug['relevant'] = all(_RangesOverlap(this_range, r) for r in ranges)
104 revision ranges don't overlap.
135 """Checks whether the alerts' revision ranges intersect.
206 """Checks whether two revision ranges overlap.
  /external/icu/icu4c/source/i18n/
collationdata.h 39 // Note: The ucadata.icu loader could discover the reserved ranges by setting an array
40 // parallel with the ranges, and resetting ranges that are indexed.
157 * Writes the permutation of primary-weight ranges
164 * The list will be empty if no ranges are reordered.
167 UVector32 &ranges, UErrorCode &errorCode) const;
226 * There are special codes at the end for reorder-reserved primary ranges.
252 UVector32 &ranges, UErrorCode &errorCode) const;
collationsettings.h 126 const uint32_t *ranges, int32_t rangesLength,
226 * Primary-weight ranges for script reordering,
240 * In the settings object, the initial ranges before the first split lead byte
242 * If there are no split-reordered lead bytes, then no ranges are needed.
252 * If 0, then the codes, the ranges, and the table are aliases.
254 * the codes, the ranges, and the table are in the same memory block, in that order.
264 const uint32_t *ranges, int32_t rangesLength,
collationsets.h 132 UnicodeSet ranges; member in class:ContractionsAndExpansions
  /external/opencv3/modules/cudaimgproc/perf/
perf_histogram.cpp 76 const float* ranges[] = {hranges}; local
81 TEST_CYCLE() cv::calcHist(&src, 1, channels, cv::Mat(), dst, 1, histSize, ranges);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 160 private void addRange(List<int[]> ranges, int min, int max) {
164 ranges.add(range);
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 21 'ranges' : diag.ranges,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodePropertySource.java 212 static final int[][] ranges = { field in class:UnicodePropertySource.ICU
220 for (int i = 0; i < ranges.length; ++i) {
221 for (int j = ranges[i][0]; j < ranges[i][1]; ++j) {
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodePropertySource.java 211 static final int[][] ranges = { field in class:UnicodePropertySource.ICU
219 for (int i = 0; i < ranges.length; ++i) {
220 for (int j = ranges[i][0]; j < ranges[i][1]; ++j) {
  /external/libchrome/base/metrics/
statistics_recorder.h 49 // already registered, then the argument |ranges| will deleted. The returned
53 const BucketRanges* ranges);
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h 76 typedef std::vector<Range> Ranges;
109 // Finds all the ranges of system calls that need to be handled. Ranges are
111 // ranges. System calls with identical CodeGen::Nodes are coalesced into a
114 void FindRanges(Ranges* ranges);
118 CodeGen::Node AssembleJumpTable(Ranges::const_iterator start,
119 Ranges::const_iterator stop);
  /external/llvm/test/MC/ARM/
arm-memory-instructions.s 32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
  /frameworks/base/media/java/android/media/
Utils.java 35 * @throws java.lang.IllegalArgumentException if ranges are not distinct
37 public static <T extends Comparable<? super T>> void sortDistinctRanges(Range<T>[] ranges) {
38 Arrays.sort(ranges, new Comparator<Range<T>>() {
47 "sample rate ranges must be distinct (" + lhs + " and " + rhs + ")");
53 * Returns the intersection of two sets of non-intersecting ranges
54 * @param one a sorted set of non-intersecting ranges in ascending order
55 * @param another another sorted set of non-intersecting ranges in ascending order
83 * Returns the index of the range that contains a value in a sorted array of distinct ranges.
84 * @param ranges a sorted array of non-intersecting ranges in ascending orde
    [all...]
  /system/update_engine/payload_generator/
ext2_filesystem.cc 310 ExtentRanges ranges;
311 ranges.AddExtents(file.extents);
312 file.extents = ranges.GetExtentsForBlockCount(ranges.blocks());
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 620 const Vec2 ranges[] = local
639 const float v = de::clamp(float(ndx) - 10.5f, ranges[precision].x(), ranges[precision].y());
646 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), (float*)values[0] + numSpecialCases*scalarSize, (numValues-numSpecialCases)*scalarSize);
732 const Vec2 ranges[] = local
744 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), values[0], numValues*scalarSize);
963 const Vec2 ranges[] = local
1087 const Vec2 ranges[] = local
1183 const Vec2 ranges[] = local
1291 const Vec2 ranges[] = local
1419 const Vec2 ranges[] = local
1524 const Vec2 ranges[] = local
    [all...]
es3fBufferObjectQueryTests.cpp 425 } ranges[] = local
433 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(ranges); ++ndx)
435 glMapBufferRange(m_bufferTarget, ranges[ndx].offset, ranges[ndx].length, GL_MAP_WRITE_BIT);
438 m_verifier->verifyInteger(m_testCtx, m_bufferTarget, GL_BUFFER_MAP_OFFSET, ranges[ndx].offset);
439 m_verifier->verifyInteger(m_testCtx, m_bufferTarget, GL_BUFFER_MAP_LENGTH, ranges[ndx].length);
  /external/libbrillo/brillo/http/
http_request.cc 74 const char response_header::kAcceptRanges[] = "Accept-Ranges";
246 std::vector<std::string> ranges; local
248 ranges.reserve(ranges_.size());
260 ranges.push_back(range);
264 if (!ranges.empty())
267 "bytes=" + brillo::string_utils::Join(",", ranges));
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 272 // Record the address ranges for a compilation unit.
344 // For compile_unit DIEs, record the address ranges. For all
815 // Record the address ranges for a compilation unit.
826 Dwarf_range_list* ranges = this->read_range_list(shndx, ranges_offset); local
827 if (ranges != NULL)
829 this->cu_index_, ranges);
852 Dwarf_range_list* ranges = new Dwarf_range_list(); local
853 ranges->add(shndx, low_pc, high_pc);
855 this->cu_index_, ranges);
1285 const Dwarf_range_list& ranges = *this->ranges_[i].ranges; local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlet/
DefaultServlet.java 944 List ranges =InclusiveByteRange.satisfiableRanges(reqRanges,content_length); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 814 const Vec2 ranges[] = local
833 const float v = de::clamp(float(ndx) - 10.5f, ranges[precision].x(), ranges[precision].y());
840 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), (float*)values[0] + numSpecialCases*scalarSize, (numValues-numSpecialCases)*scalarSize);
940 const Vec2 ranges[] = local
952 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), values[0], numValues*scalarSize);
1218 const Vec2 ranges[] = local
1395 const Vec2 ranges[] = local
1506 const Vec2 ranges[] = local
1629 const Vec2 ranges[] = local
1772 const Vec2 ranges[] = local
1892 const Vec2 ranges[] = local
2019 const Vec2 ranges[] = local
2126 const Vec2 ranges[] = local
2277 const Vec2 ranges[] = local
    [all...]
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 361 struct wpa_freq_range_list ranges; local
389 os_memset(&ranges, 0, sizeof(ranges));
390 if (freq_range_list_parse(&ranges, "") != 0 ||
391 freq_range_list_includes(&ranges, 0) != 0 ||
392 freq_range_list_str(&ranges) != NULL)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 84 for (auto iter = modules[i].ranges(); iter.hasNext();) {
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.h 68 // @param ranges the range bounds to use for the checksum
69 void SetCheckSumRanges(const IntegerList& ranges);
192 // ranges do not overlap, and are monotonically increasing.
226 // that can be represented within 31 bits, ranges do not overlap, and are
283 // Compute the checksum for the font data using any ranges set for the
  /external/v8/test/webkit/fast/js/
regexp-ranges-and-escaped-hyphens.js 28 // Basic test for ranges - one to three and five are in regexp, four is not, and '-' should not match
36 // These are invalid ranges, according to ECMA-262, but we allow them.
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 135 * arg is a set of start end pairs defining the ranges.
346 * Set all packets from users in ranges to go through VPN specified by netId.
348 void addVpnUidRanges(int netId, in UidRange[] ranges);
351 * Clears the special VPN rules for users in ranges and VPN specified by netId.
353 void removeVpnUidRanges(int netId, in UidRange[] ranges);

Completed in 1255 milliseconds

1 2 3 4 56 7 8 91011>>