/external/openssl/crypto/engine/ |
eng_ctrl.c | 90 /* NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So
|
/external/qemu/block/ |
dmg.c | 38 * the sectors array is ordered
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_syswm.c | 79 struct /* RGBQUAD -- note it's BGR ordered */ {
|
/external/v8/benchmarks/ |
splay.js | 364 * Performs an ordered traversal of the subtree starting at
|
/external/v8/src/ |
factory.h | 349 // The key the an ordered set of property names.
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.4.5-1.js | 58 values (possibly the same value) considered as an ordered pair, it
|
15.4.4.5-2.js | 59 values (possibly the same value) considered as an ordered pair, it
|
/external/webkit/SunSpider/tests/v8-v4/ |
v8-splay.js | 359 * Performs an ordered traversal of the subtree starting at
|
/external/webkit/WebCore/editing/ |
InsertListCommand.cpp | 120 // ends "inside" that paragraph, so it would be confusing if InsertUn{Ordered}List
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebInspectorClient.mm | 323 [super showWindow:sender]; // call super so the window will be ordered front if needed
|
/external/webkit/WebKit/mac/WebView/ |
WebTextCompletionController.mm | 161 [[_view window] addChildWindow:_popupWindow ordered:NSWindowAbove];
|
/external/webkit/WebKitTools/Scripts/ |
validate-committer-lists | 251 - List of committers ordered by last commit
|
/packages/apps/Browser/src/com/android/browser/widget/ |
BookmarkWidgetService.java | 295 // Clear the ordered list of ids and the map of ids to bitmaps.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
ggc.h | 48 /* One of these is called before objects are re-ordered in memory.
|
/external/guava/javadoc/com/google/common/collect/class-use/ |
ImmutableSortedMap.Builder.html | 130 ordered by their natural ordering.</TD> 181 ordered by the reverse of their natural ordering.</TD>
|
ImmutableSortedSet.Builder.html | 165 ordered by their natural ordering.</TD> 199 ordered by the reverse of their natural ordering.</TD>
|
/external/guava/src/com/google/common/collect/ |
ImmutableSortedMap.java | 269 * ordered by their natural ordering. The sorted maps use {@link 295 * ordered by the reverse of their natural ordering.
|
/external/jpeg/ |
jdmerge.c | 43 /* Declarations for ordered dithering. 45 * We use 4x4 ordered dither array packed into 32 bits. This array is
|
/external/kernel-headers/original/linux/ |
blkdev.h | 426 unsigned int ordered, next_ordered, ordseq; member in struct:request_queue 478 * Ordered operation sequence
|
/external/webkit/JavaScriptCore/icu/unicode/ |
uset.h | 514 * the set is ordered by ascending code point. If the character 527 * the set is ordered by ascending code point. If the index is
|
/external/webkit/WebCore/icu/unicode/ |
uset.h | 514 * the set is ordered by ascending code point. If the character 527 * the set is ordered by ascending code point. If the index is
|
/external/webkit/WebKit/mac/History/ |
WebHistory.mm | 395 // then they will be ordered chronologically from newest to oldest. We can make adding them 552 // Test against date limit. Since the items are ordered newest to oldest, we can stop comparing
|
/external/webkit/WebKit/win/ |
WebHistory.cpp | 332 // Test against date limit. Since the items are ordered newest to oldest, we can stop comparing 417 // then they will be ordered chronologically from newest to oldest. We can make adding them [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 57 // Cache for settings, access-ordered for acting as LRU. 604 super(MAX_CACHE_ENTRIES, 0.75f /* load factor */, true /* access ordered */);
|
/frameworks/base/core/java/android/app/ |
ActivityThread.java | [all...] |