/external/proguard/src/proguard/evaluation/ |
BasicInvocationUnit.java | 219 // Pop the parameters and the class reference, in reverse order.
|
/external/qemu/docs/ |
AUDIO.TXT | 192 Things are similar but in reverse order. I.e. the HWVoiceIn acquires sound samples
|
/external/skia/src/animator/ |
SkDisplayPost.cpp | 114 //and the parts seem to be in the reverse order from the one in which we find the
|
/external/stlport/test/unit/ |
rm_cp_test.cpp | 58 reverse(numbers, numbers + 6);
|
/external/tcpdump/ |
print-ether.c | 50 { ETHERTYPE_REVARP, "Reverse ARP"},
|
/external/webkit/JavaScriptCore/runtime/ |
JSGlobalData.cpp | 242 // FIXME: We can also detect forms like v1 < v2 ? -1 : 0, reverse comparison, etc.
|
JSLock.cpp | 158 // need ensure that callbacks return in the reverse chronological order of the
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-191479.js | 88 * Let's reverse the operands in Sections 1-3 above -
|
/external/webkit/WebCore/inspector/front-end/ |
BottomUpProfileDataGridTree.js | 28 // a reverse-callstack showing how many of those calls came from it. So, unlike top-down, the statistics in
|
/external/webkit/WebCore/platform/text/ |
TextBreakIteratorICU.cpp | 220 "!!reverse;"
|
/frameworks/base/core/java/com/android/internal/database/ |
SortCursor.java | 114 * reverse-order access.
|
/packages/apps/Contacts/src/com/android/contacts/ |
TextHighlightingAnimation.java | 266 // If we have started dimming, reverse the direction and adjust the target
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
SortCursor.java | 136 * access and reverse-order access.
|
/packages/apps/Music/src/com/android/music/ |
SortCursor.java | 114 * reverse-order access.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 35 * Reverse key.
|
/external/guava/src/com/google/common/collect/ |
Iterables.java | 679 * for (String str : Iterables.reverse(mylist)) { 687 * @return an iterable with the same elements as the list, in reverse 689 public static <T> Iterable<T> reverse(final List<T> list) {
|
/external/icu4c/i18n/unicode/ |
utrans.h | 70 * e.g., the forward or reverse rules of a RuleBasedTransliterator. 73 * B to A when operating in the reverse direction. 89 * opened using a rule, it means reverse direction rules, e.g.,
|
/external/v8/tools/ |
tickprocessor.py | 450 entries.sort(key=lambda e: (e.tick_count, e.ToString()), reverse=True) 467 items.sort(key=lambda e: e[1][1], reverse=True) 484 all_stacks_items.sort(key = itemgetter(1), reverse=True)
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
uctralgo.h | 359 /// Reverse reverses a range. 365 inline void reverse (Container& ctr) function in namespace:ustl 367 reverse (ctr.begin(), ctr.end());
|
/hardware/ril/reference-ril/ |
atchannel.c | 137 will be in reverse order of lines received. the order is flipped 696 * The line reader places the intermediate responses in reverse order 772 /* line reader stores intermediate responses in reverse order */
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
LongTest.java | [all...] |
/external/icu4c/tools/gencase/ |
store.c | 62 i4 unfoldLength; -- length in uint16_t of the reverse-folding array (new in format version 1.1) 164 Reverse case folding data ("unfold") array: (new in format version 1.1) 214 /* reverse case folding ("unfold") data */ 440 /* finalize reverse case folding ("unfold") data ---------------------------- */ [all...] |
/external/libpcap/ |
gencode.c | 652 * with the test specified by "jtype"; if "reverse" is true, the test 656 gen_ncmp(offrel, offset, size, mask, jtype, reverse, v) 660 int reverse; 676 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE)) [all...] |
/external/guava/javadoc/com/google/common/collect/ |
Ordering.html | 108 <pre> <code>if (Ordering.from(comparator).reverse().isOrdered(list)) { ... }</code></pre> 508 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Ordering.html#reverse()">reverse</A></B>()</CODE> 511 Returns the reverse of this ordering; the <code>Ordering</code> equivalent to [all...] |
/external/icu4c/test/intltest/ |
ustrtest.cpp | [all...] |