HomeSort by relevance Sort by last modified time
    Searched full:ranges (Results 51 - 75 of 550) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/opengl/libagl/
Tokenizer.cpp 164 const run_t* ranges = mRanges.array(); local
168 LOGD("%u: (%u, %u)\n", i, ranges[i].first, ranges[i].length);
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.c 421 os_memoryZero( pMeasurementSRV->hOS, &(pNoiseHistParams.ranges[0]), MEASUREMENT_NOISE_HISTOGRAM_NUM_OF_RANGES );
423 /* Set Ranges */
434 pNoiseHistParams.ranges[rangeIndex] = 0;
438 pNoiseHistParams.ranges[rangeIndex] = rangeUpperBound;
442 pNoiseHistParams.ranges[rangeIndex] = 0xFE;
445 TRACE8(pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ":Noise histogram Measurement Ranges:\n%d %d %d %d %d %d %d %d\n", (TI_INT8) pNoiseHistParams.ranges[0], (TI_INT8) pNoiseHistParams.ranges[1], (TI_INT8) pNoiseHistParams.ranges[2], (TI_INT8) pNoiseHistParams.ranges[3], (TI_INT8) pNoiseHistParams.ranges[4], (TI_INT8) pNoiseHistParams.ranges[5], (TI_INT8) pNoiseHi (…)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrvSM.c 467 os_memoryZero( pMeasurementSRV->hOS, &(pNoiseHistParams.ranges[0]), MEASUREMENT_NOISE_HISTOGRAM_NUM_OF_RANGES );
469 /* Set Ranges */
480 pNoiseHistParams.ranges[rangeIndex] = 0;
484 pNoiseHistParams.ranges[rangeIndex] = rangeUpperBound;
488 pNoiseHistParams.ranges[rangeIndex] = 0xFE;
492 ("%s:Noise histogram Measurement Ranges:\n%d %d %d %d %d %d %d %d\n", __FUNCTION__,
493 (INT8) pNoiseHistParams.ranges[0], (INT8) pNoiseHistParams.ranges[1],
494 (INT8) pNoiseHistParams.ranges[2], (INT8) pNoiseHistParams.ranges[3]
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrvSM.c 421 os_memoryZero( pMeasurementSRV->hOS, &(pNoiseHistParams.ranges[0]), MEASUREMENT_NOISE_HISTOGRAM_NUM_OF_RANGES );
423 /* Set Ranges */
434 pNoiseHistParams.ranges[rangeIndex] = 0;
438 pNoiseHistParams.ranges[rangeIndex] = rangeUpperBound;
442 pNoiseHistParams.ranges[rangeIndex] = 0xFE;
445 TRACE8(pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ":Noise histogram Measurement Ranges:\n%d %d %d %d %d %d %d %d\n", (TI_INT8) pNoiseHistParams.ranges[0], (TI_INT8) pNoiseHistParams.ranges[1], (TI_INT8) pNoiseHistParams.ranges[2], (TI_INT8) pNoiseHistParams.ranges[3], (TI_INT8) pNoiseHistParams.ranges[4], (TI_INT8) pNoiseHistParams.ranges[5], (TI_INT8) pNoiseHi (…)
    [all...]
  /external/elfcopy/
elfcopy.c 883 range_t *ranges = get_sorted_ranges(old_section_ranges, &num_ranges); local
926 range_t *ranges = get_sorted_ranges(section_ranges, &num_ranges); local
1526 range_t *ranges = get_sorted_ranges(old_section_ranges, &num_ranges); variable
    [all...]
dwarf.h 56 ranges, enumerator in enum:dwarf_section_display_enum
  /external/webkit/JavaScriptCore/wrec/
CharacterClassConstructor.h 82 void addSortedRange(Vector<CharacterRange>& ranges, UChar lo, UChar hi);
WRECGenerator.cpp 337 void Generator::generateCharacterClassInvertedRange(JumpList& failures, JumpList& matchDest, const CharacterRange* ranges, unsigned count, unsigned* matchIndex, const UChar* matches, unsigned matchCount)
342 char lo = ranges[which].begin;
343 char hi = ranges[which].end;
345 // check if there are any ranges or matches below lo. If not, just jl to failure -
350 // generate code for all ranges before this one
352 generateCharacterClassInvertedRange(failures, matchDest, ranges, which, matchIndex, matches, matchCount);
364 generateCharacterClassInvertedRange(failures, matchDest, ranges, which, matchIndex, matches, matchCount);
379 ranges += next;
415 generateCharacterClassInvertedRange(failures, matchDest, charClass.ranges, charClass.numRanges, &matchIndex, charClass.matches, charClass.numMatches);
  /external/webkit/WebCore/css/
CSSFontFace.h 53 const Vector<UnicodeRange>& ranges() const { return m_ranges; } function in class:WebCore::CSSFontFace
  /external/webkit/WebCore/dom/
ExceptionCode.h 26 // numerical ranges for different types of DOM exception, so that
Range.idl 21 module ranges {
  /external/webkit/WebCore/html/
TimeRanges.h 64 // We consider all the Ranges to be semi-bounded as follow: [start, end[
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 86 * \brief TX Delay Ranges
89 * The Tx path delay histogram (host + MAC)ranges in msec
90 * Used as indexes in tx Delay Histogram Ranges (including Start & End of ranges) Table
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
STADExternalIf.h 86 * \brief TX Delay Ranges
89 * The Tx path delay histogram (host + MAC)ranges in msec
90 * Used as indexes in tx Delay Histogram Ranges (including Start & End of ranges) Table
  /external/v8/test/cctest/
test-regexp.cc 448 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local
449 CharacterRange::AddClassEscape(c, ranges);
452 for (int j = 0; !in_class && j < ranges->length(); j++) {
453 CharacterRange& range = ranges->at(j);
584 uc16 ranges[kRangeCount][2 * kRangeSize]; local
586 Vector<uc16> range(ranges[i], 2 * kRangeSize);
599 uc16* range = ranges[i];
607 uc16* range = ranges[j];
1343 ZoneList<CharacterRange>* ranges = local
1364 ZoneList<CharacterRange>* ranges = local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
SoundexUtils.java 61 * <li>For Soundex, this return value ranges from 0 through 4: 0 indicates
91 * <li>For Soundex, this return value ranges from 0 through 4: 0 indicates
  /external/elfutils/libdw/
libdwP.h 133 /* Address ranges. */
206 /* Representation of address ranges. */
  /external/icu4c/i18n/
bocsu.h 66 * Note that the lead byte ranges overlap some, but that the sequences as a whole
69 * It would be possible to encode slightly larger ranges for each length (>1) by
  /external/webkit/JavaScriptCore/pcre/
pcre_xclass.cpp 82 not, we still carry on, because there may be ranges that start below 256 in the
91 properties or large chars or ranges that end with a large char. We won't ever
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaCellLocation.java 35 * It is represented in units of 0.25 seconds and ranges from -1296000
43 * It is represented in units of 0.25 seconds and ranges from -2592000
  /external/webkit/WebCore/inspector/front-end/
SourceFrame.js 193 var ranges = [];
204 this._collectRegexMatches(regexObject, ranges);
209 this._collectRegexMatches(new RegExp(query.substring(1, query.length - 1)), ranges);
213 return ranges;
216 _collectRegexMatches: function(regexObject, ranges)
224 ranges.push(new WebInspector.TextRange(i, offset + match.index, i, offset + match.index + match[0].length));
230 return ranges;
  /external/v8/src/
jsregexp.h 237 static void AddClassEscape(uc16 type, ZoneList<CharacterRange>* ranges);
257 void AddCaseEquivalents(ZoneList<CharacterRange>* ranges, bool is_ascii);
262 // Whether a range list is in canonical form: Ranges ordered by from value,
263 // and ranges non-overlapping and non-adjacent.
264 static bool IsCanonical(ZoneList<CharacterRange>* ranges);
265 // Convert range list to canonical form. The characters covered by the ranges
267 // adjacent ranges are merged. The resulting list may be shorter than the
269 static void Canonicalize(ZoneList<CharacterRange>* ranges);
272 static SetRelation WordCharacterRelation(ZoneList<CharacterRange>* ranges);
334 // A mapping from integers, specified as ranges, to a set of integers
    [all...]
  /external/webkit/WebCore/rendering/
RenderMediaControlsChromium.cpp 123 // Draw the buffered ranges.
124 // FIXME: Draw multiple ranges if there are multiple buffered ranges.
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 131 * kernel oops. Illegal ranges of incoming indices are caught too.
  /external/webkit/WebCore/editing/
SmartReplaceCF.cpp 46 // Adding CJK ranges

Completed in 545 milliseconds

1 23 4 5 6 7 8 91011>>