/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-gdb | |
i686-unknown-linux-gnu-gdbtui | |
/dalvik/docs/ |
dalvik-bytecode.html | 457 <td>filled-new-array/range {vCCCC .. vNNNN}, type@BBBB</td> 525 in a particular integral range, or fall through to the next 743 <td>invoke-<i>kind</i>/range {vCCCC .. vNNNN}, meth@BBBB<br/> 744 74: invoke-virtual/range<br/> 745 75: invoke-super/range<br/> 746 76: invoke-direct/range<br/> 747 77: invoke-static/range<br/> 748 78: invoke-interface/range [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Calendar.java | 55 * {@code Calendar} defines the range of values returned by certain 64 * range of field values than it produces. For example, a lenient 68 * out-of-range field settings. When calendars recompute field values for return 195 * {@code f}. Overflow occurs when a field value exceeds its range and, 197 * field value is adjusted back into its range. 865 * if the field is not inside the range of possible fields. 866 * The range is starting at 0 up to {@code FIELD_COUNT}. [all...] |
/external/icu4c/i18n/ |
astro.cpp | 210 * Given 'value', add or subtract 'range' until 0 <= 'value' < range. 213 inline static double normalize(double value, double range) { 214 return value - range * ClockMath::floorDivide(value, range); 218 * Normalize an angle so that it's in the range 0 - 2pi. 227 * Normalize an angle into the range -PI - PI [all...] |
/external/webkit/WebCore/editing/ |
ApplyStyleCommand.cpp | 42 #include "Range.h" 601 RefPtr<Range> startRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleStart.deepEquivalent())); 602 RefPtr<Range> endRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleEnd.deepEquivalent())); 705 if (startNode->isTextNode() && start.deprecatedEditingOffset() >= caretMaxOffset(startNode)) // Move out of text node if range does not include its characters. [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
String.java | 300 // Range: U-00000000 - U-0000007F 315 // Range: U-00000080 - U-000007FF (count == 1) 316 // Range: U-00000800 - U-0000FFFF (count == 2) 317 // Range: U-00010000 - U-001FFFFF (count == 3) 318 // Range: U-00200000 - U-03FFFFFF (count == 4) 319 // Range: U-04000000 - U-7FFFFFFF (count == 5) 464 // range check everything so a new char[] is not created 477 * Internal version of string constructor. Does not range check, null check, [all...] |
Character.java | 40 * Unicode characters are referred to as <i>code points</i>. The range of valid 42 * is the code point range U+0000 to U+FFFF. Characters above the BMP are 45 * supplementary range. A pair of {@code char} values that represent a 47 * range of 0xD800 to 0xDBFF and a <i>low surrogate</i> with a value range of [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
Dops.java | 213 Form3rc.THE_ONE, false, "filled-new-array/range"); 501 Form3rc.THE_ONE, false, "invoke-virtual/range"); 505 Form3rc.THE_ONE, false, "invoke-super/range"); 509 Form3rc.THE_ONE, false, "invoke-direct/range"); 513 Form3rc.THE_ONE, false, "invoke-static/range"); 517 Form3rc.THE_ONE, false, "invoke-interface/range"); [all...] |
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParser.java | 570 * If the given index is out of range, an exception is thrown. 581 * If the position is out of range, an exception is thrown. 805 * Throws an IndexOutOfBoundsException if the index is out of range 828 * Throws an IndexOutOfBoundsException if the index is out of range [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | 476 * Common code for method invocation with range. 502 * Common code for method invocation without range. 678 * TODO: now that we have range and non-range invoke handlers, this 684 * r9 is "bool methodCallRange", indicating if this is a /range variant [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
GlobalTime.java | 460 // light 0 X [in the range 0 to (width - 1)] 461 // light 0 Y ]in the range 0 to (height - 1)] 462 // light 1 X [in the range 0 to (width - 1)] 463 // light 1 Y ]in the range 0 to (height - 1)] 465 // light (N - 1) X [in the range 0 to (width - 1)] 466 // light (N - 1) Y ]in the range 0 to (height - 1)] [all...] |
/external/icu4c/common/ |
utrie2_builder.c | 43 * Most of the code is flexible enough to work with a range of values, 324 UBool exclusiveLimit; /* rather than inclusive range end */ 797 * because it's the null block or a range block (the repeatBlock from a previous 895 * Find the start of the last range in the trie by enumerating backward. 912 /* set variables for previous range */ 968 /* deliver last range */ [all...] |
/external/icu4c/test/intltest/ |
citrtest.cpp | 490 errln("creation of a restricted-range iterator failed"); 498 logln("Testing forward iteration over a range..."); 523 logln("Testing backward iteration over a range..."); 699 errln("creation of a restricted-range iterator failed"); 708 logln("Testing forward iteration over a range..."); 735 logln("Testing backward iteration over a range..."); [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
DumpRenderTree.mm | 716 NSRange range = [urlString rangeOfString:@"/LayoutTests/"]; 717 urlString = [@"(file test):" stringByAppendingString:[urlString substringFromIndex:(range.length + range.location)]]; [all...] |
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_passed.txt | [all...] |
/dalvik/vm/mterp/out/ |
InterpC-allstubs.c | 50 * statement, avoiding the "is the opcode in range" tests required for switch. [all...] |
InterpC-portdbg.c | 50 * statement, avoiding the "is the opcode in range" tests required for switch. [all...] |
InterpC-portstd.c | 50 * statement, avoiding the "is the opcode in range" tests required for switch. [all...] |
/external/opencore/extern_tools_v2/bin/linux/ |
tar | |
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 228 * Gets the register that begins the method's parameter range (including 229 * the 'this' parameter for non-static methods). The range continues until
|
/dalvik/libcore/luni/src/main/java/java/io/ |
PipedReader.java | 46 * range {@code [out, in)} and written to the range {@code [in, out)}.
|
/dalvik/libcore/luni/src/main/native/ |
org_apache_harmony_luni_platform_OSFileSystem.cpp | 139 // out of range lengths, though, we want our range checking to fire.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemSort.java | 107 * range of values as xml:lang [XML]; if no lang value is 120 * range of values as xml:lang [XML]; if no lang value is
|