/external/valgrind/main/coregrind/m_syswrap/ |
syscall-arm-linux.S | 129 /* export the ranges so that
|
syscall-ppc32-linux.S | 141 /* export the ranges so that
|
syscall-ppc64-linux.S | 149 /* export the ranges so that
|
syscall-x86-linux.S | 152 /* export the ranges so that
|
/external/valgrind/main/helgrind/ |
libhb.h | 126 /* Set memory address ranges to new (freshly allocated), or noaccess
|
/frameworks/base/core/java/android/text/ |
Spanned.java | 21 * ranges of it. Not all text classes have mutable markup or text;
|
/frameworks/base/services/jni/ |
com_android_server_InputManager.cpp | 56 // where the speed ranges from -7 to + 7 and is supplied by the user. 1239 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); local [all...] |
/libcore/luni/src/main/java/java/text/ |
AttributedCharacterIterator.java | 32 * their limits. Runs are defined as ranges of characters that all have the same
|
Format.java | 47 * {@code NumberFormat} which allows the user to format different number ranges
|
/ndk/sources/host-tools/sed-4.2.1/ |
BUGS | 99 that match would be ignored because address ranges must span at least
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringAssistant.java | 147 // Most of the visual refactorings do not work on text ranges
|
/external/srec/audio/AudioIn/UNIX/include/ |
audioin.h | 154 unsigned long u32AudioInID, /*@parm [in] Audio-in device ID (ranges from 0 to a number of available 169 unsigned long u32AudioInID, /* [in] audio-in device ID (ranges from 0 to a number of available devices on the 180 unsigned long u32AudioInID, /* [in] audio-in device ID (ranges from 0 to a number of available devices on the
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uset.h | 553 * @return a non-negative integer counting the character ranges 717 * Returns the number of disjoint ranges of characters contained in 721 * @return a non-negative integer counting the character ranges
|
/external/webkit/Source/WebCore/icu/unicode/ |
uset.h | 553 * @return a non-negative integer counting the character ranges 717 * Returns the number of disjoint ranges of characters contained in 721 * @return a non-negative integer counting the character ranges
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceFrame.js | 443 _collectRegexMatches: function(regexObject, ranges) 451 ranges.push(new WebInspector.TextRange(i, offset + match.index, i, offset + match.index + match[0].length)); 457 return ranges; [all...] |
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCacheWin.cpp | 169 while (i < glyphset->cRanges && glyphset->ranges[i].wcLow <= character) 172 return i && glyphset->ranges[i - 1].wcLow + glyphset->ranges[i - 1].cGlyphs > character;
|
/external/v8/src/ |
parser.cc | 4386 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local 4456 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local 4952 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local [all...] |
/external/srec/audio/AudioIn/UNIX/src/ |
audioin.c | 969 unsigned long u32AudioInID, /*@parm [in] Audio-in device ID (ranges from 0 to a number of available [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | 539 // Keep track of any GNU case ranges we see. The APSInt is the low value. 641 // Detect duplicate case ranges, which usually don't exist at all in 644 // Sort all the case ranges by their low value so we can easily detect 645 // overlaps between ranges. 648 // Scan the ranges, computing the high values and removing empty ranges. 684 // Rescan the ranges, looking for overlap with singleton values and other 685 // ranges. Since the range list is sorted, we only need to compare case 686 // ranges with their neighbors. 782 // See which of case ranges aren't in enu [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 604 /* ranges */ 908 /* ranges in their charmaps */ [all...] |
ttsbit.c | 534 /* allocate the index ranges for each strike table */ 692 /* Scans a given strike's ranges and return, for a given glyph */ 723 /* scan all ranges in strike */ [all...] |
/external/chromium/net/http/ |
http_cache_unittest.cc | 884 std::vector<net::HttpByteRange> ranges; local 888 !net::HttpUtil::ParseRangeHeader(range_header, &ranges) || bad_200_ || 889 ranges.size() != 1) { 898 net::HttpByteRange byte_range = ranges[0]; 953 "Accept-Ranges: bytes\n" 983 // Creates a truncated entry that can be resumed using byte ranges. [all...] |
/external/libxml2/ |
xmlregexp.c | 196 xmlRegRangePtr *ranges; member in struct:_xmlRegAtom 806 xmlRegFreeRange(atom->ranges[i]); 807 if (atom->ranges != NULL) 808 xmlFree(atom->ranges); 844 ret->ranges = (xmlRegRangePtr *) xmlMalloc(sizeof(xmlRegRangePtr) * 846 if (ret->ranges == NULL) { 851 ret->ranges[i] = xmlRegCopyRange(ctxt, atom->ranges[i]); 852 if (ret->ranges[i] == NULL) 940 fprintf(output, "ranges "); break [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfException.cpp | 270 // try-ranges. 334 /// the try. In our case it's an accumulation of the ranges covered by the 370 // try-ranges for them need be deduced when using DWARF exception handling.
|
/external/skia/src/ports/ |
SkFontHost_win.cpp | 222 // glyph id in a font file are continuous. So, even if we have ranges, 225 int count = glyphSet->ranges[i].cGlyphs; 230 chars[j] = glyphSet->ranges[i].wcLow + j; [all...] |