/external/webkit/Source/WebCore/dom/ |
PositionIterator.h | 35 // increment, decrement, and several predicates on the Position it is at. 54 void increment();
|
/external/webkit/Source/WebCore/manual-tests/ |
scrollbar-hover-active.html | 19 div::-webkit-scrollbar-button:-webkit-increment:-webkit-start { 29 div::-webkit-scrollbar-button:-webkit-increment:-webkit-end {
|
/frameworks/av/include/media/stagefright/ |
YUVCanvas.h | 61 // For each X increment in the target image, skipX pixels are skipped 63 // Similarly for each Y increment in the target image, skipY pixels
|
/external/bluetooth/glib/tests/ |
date-test.c | 330 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 339 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 348 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 365 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 374 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 388 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 413 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 422 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 433 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 445 /***** increment test relative to our local Julian count * [all...] |
testgdate.c | 337 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 346 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 355 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 372 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 381 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 395 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 420 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 429 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 440 g_print(" (increment %u, dmy %u %u %u) ", i, day, m, y); 452 /***** increment test relative to our local Julian count * [all...] |
/frameworks/base/core/java/android/widget/ |
AbsSeekBar.java | 48 * On key presses (right or left), the amount to increment/decrement the 167 * @param increment The amount to increment or decrement when the user 170 public void setKeyProgressIncrement(int increment) { 171 mKeyProgressIncrement = increment < 0 ? -increment : increment; 179 * @return The amount to increment or decrement when the user presses the 511 final int increment = Math.max(1, Math.round((float) getMax() / 5)); 517 setProgress(progress - increment, true) [all...] |
/external/chromium/chrome/browser/chromeos/ |
drop_shadow_label.h | 31 // it is drawn three extra times for each increment of |size|.
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-step-on-do-while-statements.html | 8 increment();
|
debugger-step-on-for-statements.html | 6 for (initialize(); condition(); increment())
|
debugger-step-on-while-statements.html | 8 increment();
|
/external/chromium/chrome/browser/sync/syncable/ |
autofill_migration.h | 40 // NOTE(akalin): We don't increment
|
/external/chromium/third_party/libevent/ |
Makefile.am | 16 # increment Revision. 19 # not break programs compiled against the old binary API, increment 24 # compatibility with old binaries. Increment Current. Set Age to 0, 31 # Libevent 1.4.5 is 3:0:1 (we forgot to increment in the past)
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
qname.cc | 55 int increment = index >> (bits - 1) | 1; local 67 index += increment; 74 int increment = index >> (bits - 1) | 1; local 90 index += increment;
|
/external/clang/test/CodeGen/ |
2002-07-14-MiscListTests.c | 26 Foo += 1; // Increment static variable
|
/external/clang/test/SemaCXX/ |
bool.cpp | 9 // bool cannot be decremented, and gives a warning on increment
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_process.c | 60 /* increment counter */ 90 /* increment counter */ 108 /* increment counter */ 126 /* increment counter */
|
/external/llvm/test/CodeGen/X86/ |
change-compare-stride-trickiness-1.ll | 6 ; TODO: By making the first store post-increment as well, the loop setup
|
/external/webkit/LayoutTests/storage/indexeddb/ |
objectstore-autoincrement.html | 13 description("Test IndexedDB's IDBObjectStore auto-increment feature."); 70 debug("Insert into object store with auto increment and key path, with key in the object."); 81 debug("Insert into object store with auto increment and key path, without key in the object."); 149 debug("Try adding with no key to object store without auto increment.");
|
/external/webkit/Source/JavaScriptCore/wtf/ |
RefCountedLeakCounter.h | 36 void increment();
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
debugger-step-on-do-while-statements.html | 8 increment();
|
debugger-step-on-while-statements.html | 8 increment();
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
error_handlers.py | 35 Check whether the error is reportable. If so, increment the total 109 """Increment the error count and return the new category total.""" 110 self._increment_error_count() # Increment the total. 112 # Increment the category total.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/ |
mozilla | 20 -moz-math-increment-script-level
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_Clip8_s.s | 68 ADD pDst,pDst,step ;// Increment pDst by step value
|
/frameworks/base/core/java/android/net/ |
INetworkStatsService.aidl | 38 /** Increment data layer count of operations performed for UID and tag. */
|