/external/chromium/chrome/browser/ui/cocoa/ |
dock_icon.h | 27 // Indicates the amount of progress made of the download. Ranges from [0..1].
|
/external/clang/include/clang/Serialization/ |
ContinuousRangeMap.h | 24 /// \brief A map from continuous integer ranges to some value, with a very 27 /// CRM maps from integer ranges to values. The ranges are continuous, i.e. 32 /// Ranges must be inserted in order. Inserting a new stop I4 into the map will
|
/external/icu4c/i18n/ |
ucol_bld.h | 41 WeightRange ranges[7]; member in struct:__anon6007
|
/external/iptables/extensions/ |
libipt_SAME.man | 9 multiple ranges.
|
/external/llvm/test/CodeGen/X86/ |
2003-08-03-CallArgLiveRanges.ll | 3 ; it makes a ton of annoying overlapping live ranges. This code should not
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
exit_compare_live_range.ll | 2 ; having overlapping live ranges that result in copies. We want the setcc
|
/external/v8/test/mjsunit/regress/ |
regress-1199401.js | 30 // Possible Smi ranges. 31 var ranges = [{min: -1073741824, max: 1073741823, bits: 31}, 34 for (var i = 0; i < ranges.length; i++) { 35 var range = ranges[i];
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/ |
mozilla | 5 Accept-Ranges
|
/external/llvm/test/ExecutionEngine/ |
2003-08-23-RegisterAllocatePhysReg.ll | 4 ; of registers (due to too many overlapping live ranges), but then attempts to 10 ; Produce lots of overlapping live ranges
|
/external/webkit/Source/WebKit2/Shared/mac/ |
ArgumentCodersMac.mm | 167 Vector<pair<NSRange, RetainPtr<NSDictionary> > > ranges; 171 // Collect ranges in a vector, becasue the total count should be encoded first. 178 ranges.append(make_pair(effectiveRange, attributesAtIndex)); 183 encoder->encodeUInt64(ranges.size()); 185 for (size_t i = 0; i < ranges.size(); ++i) { 186 encoder->encodeUInt64(ranges[i].first.location); 187 encoder->encodeUInt64(ranges[i].first.length); 188 CoreIPC::encode(encoder, ranges[i].second.get());
|
/system/core/sh/ |
syntax.c | 46 /* ':/' for tilde expansion, '-' for [a\-x] pattern ranges */ 63 /* ':/' for tilde expansion, '-' for [a\-x] pattern ranges */
|
/external/llvm/lib/CodeGen/ |
MachineLoopRanges.cpp | 1 //===- MachineLoopRanges.cpp - Ranges of machine loops --------------------===// 21 INITIALIZE_PASS_BEGIN(MachineLoopRanges, "machine-loop-ranges", 22 "Machine Loop Ranges", true, true) 25 INITIALIZE_PASS_END(MachineLoopRanges, "machine-loop-ranges", 26 "Machine Loop Ranges", true, true) 37 /// runOnMachineFunction - Don't do much, loop ranges are computed on demand.
|
/external/chromium/base/metrics/ |
histogram.cc | 122 DCHECK_GE(value, ranges(index)); 123 DCHECK_LT(value, ranges(index + 1)); 315 int new_range = ranges(index); 356 Histogram::Sample Histogram::ranges(size_t i) const { function in class:base::Histogram 469 DCHECK_LE(ranges(0), value); 470 DCHECK_GT(ranges(bucket_count()), value); 480 if (ranges(mid) <= value) 486 DCHECK_LE(ranges(mid), value); 487 CHECK_GT(ranges(mid+1), value); 497 DCHECK_GT(ranges(i + 1), ranges(i)) 912 std::vector<int> ranges = custom_ranges; local [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RangeConstraintManager.cpp | 73 /// RangeSet contains a set of ranges. If the set is empty, then 78 PrimRangeSet ranges; // no need to make const, since it is an member in class:__anon4472::RangeSet 85 RangeSet(PrimRangeSet RS) : ranges(RS) {} 87 iterator begin() const { return ranges.begin(); } 88 iterator end() const { return ranges.end(); } 90 bool isEmpty() const { return ranges.isEmpty(); } 94 : ranges(F.add(F.getEmptySet(), Range(from, to))) {} 98 void Profile(llvm::FoldingSetNodeID &ID) const { ranges.Profile(ID); } 104 return ranges.isSingleton() ? ranges.begin()->getConcreteValue() : 0 [all...] |
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
IntRangeManagerTest.java | 49 * Called when the list of enabled ranges has changed. This will be 109 assertTrue("updating ranges", testManager.updateRanges()); 128 assertTrue("updating ranges", testManager.updateRanges()); 156 assertTrue("updating ranges", testManager.updateRanges()); 180 assertTrue("updating ranges", testManager.updateRanges()); 198 assertTrue("updating ranges", testManager.updateRanges()); 225 assertTrue("updating ranges", testManager.updateRanges()); 273 assertTrue("updating ranges", testManager.updateRanges()); 289 assertTrue("updating ranges", testManager.updateRanges()); 309 assertTrue("updating ranges", testManager.updateRanges()) [all...] |
/external/freetype/src/autofit/ |
aftypes.h | 212 * - A set of Unicode ranges to test whether the face supports the 318 #define AF_DEFINE_SCRIPT_CLASS( script_class, script_, ranges, m_size, \ 324 ranges, \ 342 #define AF_DEFINE_SCRIPT_CLASS( script_class, script_, ranges, m_size, \ 348 ac->script_uni_ranges = ranges; \
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastConfigService.java | 35 * This service manages enabling and disabling ranges of message identifiers 54 private void setChannelRange(SmsManager manager, String ranges, boolean enable) { 56 for (String channelRange : ranges.split(",")) { 85 // Check for system property defining the emergency channel ranges to enable 119 // Check for system property defining the emergency channel ranges to enable
|
/external/icu4c/common/ |
usetiter.cpp | 72 * <br>You are guaranteed that the ranges are in sorted order, and the strings are in sorted order, 73 * and that all ranges are returned before any strings are returned. 74 * <br>You are also guaranteed that ranges are disjoint and non-contiguous.
|
/external/llvm/include/llvm/CodeGen/ |
MachineLoopRanges.h | 1 //===- MachineLoopRanges.h - Ranges of machine loops -----------*- c++ -*--===// 12 // Provide on-demand information about the ranges of machine instructions 70 /// print - Print loop ranges on OS.
|
/external/chromium/chrome/browser/extensions/ |
extension_omnibox_api.h | 58 // Converts a list of style ranges from the extension into the format expected 68 // Contains style ranges for the description.
|
/external/clang/test/Analysis/ |
additive-folding-range-constraints.c | 10 // Each of these adjusted ranges has an adjustment small enough to split the 54 // Each of these adjusted ranges has an adjustment large enough to push the
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_MEInit.c | 55 * - a negative or zero value was specified for one of the search ranges 58 * search ranges in the structure *pMEParams were configured such
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IntRangeManager.java | 23 * Clients can enable reception of SMS-CB messages for specific ranges of 31 * an incremental update operation if the enabled ranges have changed. 117 // ignore duplicate ranges from the same client 161 * List of integer ranges, one per client, sorted by start id. 168 * Enable a range for the specified client and update ranges 221 // insert new ClientRange before existing ranges 223 // coalesce range with following ranges up to endIndex-1 244 // insert new ClientRange before existing ranges 246 // coalesce range with following ranges up to endIndex 268 // insert new ClientRange before existing ranges [all...] |
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrPattern.cpp | 184 void addSortedRange(Vector<CharacterRange>& ranges, UChar lo, UChar hi) 186 unsigned end = ranges.size(); 188 // Simple linear scan - I doubt there are that many ranges anyway... 192 if (hi < ranges[i].begin) { 193 // optional optimization: concatenate appending ranges? - may not be worthwhile. 194 if (hi == (ranges[i].begin - 1)) { 195 ranges[i].begin = lo; 198 ranges.insert(i, CharacterRange(lo, hi)); 204 if (lo <= (ranges[i].end + 1)) { 206 ranges[i].begin = std::min(ranges[i].begin, lo) [all...] |
/external/v8/src/ |
jsregexp.cc | 1526 ZoneList<CharacterRange>* ranges = cc->ranges(); local 1995 ZoneList<CharacterRange>* ranges = tree->ranges(); local 2629 ZoneList<CharacterRange>* ranges = cc->ranges(); local 4387 ZoneList<CharacterRange>* CharacterSet::ranges() { function in class:v8::internal::CharacterSet 5151 ZoneList<CharacterRange>* ranges = char_class->ranges(); local 5271 ZoneList<CharacterRange>* ranges = tree->ranges(); local [all...] |