/external/chromium/base/metrics/ |
histogram.h | 268 typedef int Sample; // Used for samples (and ranges of samples). 275 typedef std::vector<Sample> Ranges; 409 // 0x8000 means print ranges in hex. 429 // Check to see if bucket ranges, counts and tallies in the snapshot are 430 // consistent with the bucket ranges and checksums in our histogram. This can 443 virtual Sample ranges(size_t i) const; 566 Ranges ranges_; 568 // For redundancy, we store a checksum of all the sample ranges when ranges 628 // For some ranges, we store a printable description of a bucket range [all...] |
/external/clang/include/clang/Basic/ |
Diagnostic.h | 592 /// NumRanges - This is the number of ranges in the DiagRanges array. 614 /// DiagRanges - The list of ranges added to this diagnostic. It currently 615 /// only support 10 ranges, could easily be extended if needed. 672 /// allows insertion of extra information (arguments and source ranges) into the [all...] |
/external/icu4c/common/ |
rbbisetb.cpp | 18 // - compute a set of non-overlapping character ranges 125 // build Build the list of non-overlapping character ranges 152 // Find the set of non-overlapping ranges of characters 173 // skip over ranges from the range list that are completely 193 // Same thing at the end of the ranges... 214 // Advance over ranges that we are finished with. 225 // Group the above ranges, with each group consisting of one or more 226 // ranges that are in exactly the same set of original UnicodeSets. 259 // they doesn't affect the computation of ranges or TRIE. 439 RBBIDebugPrintf("\n\n Nonoverlapping Ranges ...\n") [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 145 SmallVector<DbgRange, 4> Ranges; 163 const SmallVector<DbgRange, 4> &getRanges() { return Ranges; } 188 Ranges.push_back(DbgRange(FirstInsn, LastInsn)); 523 const SmallVector<DbgRange, 4> &Ranges = Scope->getRanges(); 524 if (Ranges.empty()) 528 SmallVector<DbgRange, 4>::const_iterator RI = Ranges.begin(); 529 if (Ranges.size() > 1) { 535 for (SmallVector<DbgRange, 4>::const_iterator RI = Ranges.begin(), 536 RE = Ranges.end(); RI != RE; ++RI) { 564 const SmallVector<DbgRange, 4> &Ranges = Scope->getRanges() [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | 463 location list. Zero length ranges, with aMax == aMin-1, are not 600 /* ignore zero length ranges */ 712 /* Enumerate the address ranges starting at img-offset 725 Cursor ranges; local 732 init_Cursor( &ranges, cc->debug_ranges_img, 735 set_position_of_Cursor( &ranges, debug_ranges_offset ); 746 UWord w1 = get_UWord( &ranges ); 747 UWord w2 = get_UWord( &ranges ); 1252 XArray* ranges[N_D3_VAR_STACK]; \/* XArray of AddrRange *\/ member in struct:__anon12171 3263 Cursor ranges; \/* for showing .debug_ranges *\/ local [all...] |
/external/icu4c/tools/genuca/ |
genuca.cpp | 927 } ranges[] = local [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocPBQP.cpp | 470 // Iterate over all live ranges. 575 typedef LiveInterval::Ranges::const_iterator LRIterator; 609 // Ranges which are assigned a stack slot only are ignored. 618 // Iterate over the ranges of the current interval... 690 // Finalise allocation, allocate empty ranges.
|
/external/llvm/utils/TableGen/ |
TGParser.cpp | 464 bool TGParser::ParseRangePiece(std::vector<unsigned> &Ranges) { 477 Ranges.push_back(Start); 497 Ranges.push_back(Start); 500 Ranges.push_back(Start); 505 /// ParseRangeList - Parse a list of scalars and ranges into scalar values. 528 bool TGParser::ParseOptionalRangeList(std::vector<unsigned> &Ranges) { 536 Ranges = ParseRangeList(); 537 if (Ranges.empty()) return true; 550 bool TGParser::ParseOptionalBitList(std::vector<unsigned> &Ranges) { 558 Ranges = ParseRangeList() [all...] |
/external/chromium/webkit/glue/media/ |
buffered_resource_loader.cc | 289 // Check to see whether the server supports byte ranges. 291 response.httpHeaderField("Accept-Ranges").utf8(); 299 // requests without advertising Accept-Ranges: bytes.
|
/external/clang/lib/StaticAnalyzer/Core/ |
PlistDiagnostics.cpp | 253 // Output the ranges (if any). 258 Indent(o, indent) << "<key>ranges</key>\n"; 359 // ranges of the diagnostics.
|
/external/libphonenumber/java/ |
release_notes.txt | 166 - Update UAN number ranges for IM and JE. 181 - Addition of "Personal Number" ranges to all NANPA countries 204 area-code-optional, and no-international-dialling ranges.
|
/external/v8/src/ |
lithium-allocator.h | 275 // Representation of SSA values' live ranges as a collection of (continuous) 568 // Return parallel move that should be used to connect ranges split at the 602 // Lists of live ranges
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-readelf.1 | 153 \fB\-\-debug\-dump\fR[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 311 .IP "\fB\-\-debug\-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 312 .IX Item "--debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-readelf.1 | 155 \fB\-\-debug\-dump\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 331 .IP "\fB\-\-debug\-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 332 .IX Item "--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-readelf.1 | 155 \fB\-\-debug\-dump\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 331 .IP "\fB\-\-debug\-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 332 .IX Item "--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man1/ |
arm-eabi-readelf.1 | 155 \fB\-\-debug\-dump\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 331 .IP "\fB\-\-debug\-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 332 .IX Item "--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/ |
arm-linux-androideabi-readelf.1 | 164 \fB\-\-debug\-dump\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 351 .IP "\fB\-\-debug\-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 352 .IX Item "--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-readelf.1 | 153 \fB\-\-debug\-dump\fR[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 311 .IP "\fB\-\-debug\-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 312 .IX Item "--debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-readelf.1 | 155 \fB\-\-debug\-dump\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 331 .IP "\fB\-\-debug\-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 332 .IX Item "--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-readelf.1 | 155 \fB\-\-debug\-dump\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 331 .IP "\fB\-\-debug\-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 332 .IX Item "--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/man/man1/ |
arm-eabi-readelf.1 | 155 \fB\-\-debug\-dump\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 331 .IP "\fB\-\-debug\-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 332 .IX Item "--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/ |
arm-linux-androideabi-readelf.1 | 164 \fB\-\-debug\-dump\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 351 .IP "\fB\-\-debug\-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 352 .IX Item "--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-readelf.1 | 153 \fB\-\-debug\-dump\fR[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 311 .IP "\fB\-\-debug\-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 312 .IX Item "--debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/system/media/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 305 /* Get all supported playback rate ranges */ 313 fprintf(stderr, "implementation supports no rate ranges\n"); 319 fprintf(stderr, "implementation supports way too many rate ranges, I'm giving up\n");
|
/external/icu4c/i18n/unicode/ |
choicfmt.h | 44 * ChoiceFormat converts between ranges of numeric values 45 * and string names for those ranges. A <code>ChoiceFormat</code> splits 47 * or more contiguous ranges. Each range is mapped to a 137 * <code>0..n-1</code>, where <code>n</code> is the number of ranges:</p> 184 * <p>Here is an example that maps the ranges [-Inf, 1), [1, 1], and (1, 186 * ranges: x < 1.0, x = 1.0, and x > 1.0.</p>
|