Searched
full:increment (Results
401 -
425 of
1961) sorted by null
<<11121314151617181920>>
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
StubMethodAdapter.java | 306 public void visitIincInsn(int var, int increment) { 308 mParentVisitor.visitIincInsn(var, increment);
|
/hardware/ti/wlan/wl1271/utils/ |
queue.c | 252 /* Enqueue item and increment items counter */ 354 /* Enqueue item and increment items counter */
|
/ndk/sources/host-tools/make-3.81/ |
hash.c | 31 always a power of two. The secondary (`increment') hash function 33 to the table size. This guarantees that the increment can
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
base.h | 353 // Pre-increment operator. 361 // Post-increment operator.
|
/bootable/recovery/tools/ota/ |
add-property-tag.c | 89 " -n (if set, add and increment a number after the tag)\n");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsReport.java | 58 /** Version of the test report. Increment whenever adding new tags and attributes. */
|
/cts/tests/tests/os/src/android/os/cts/ |
DebugTest.java | 93 // Do some work for a second to increment CPU time
|
/cts/tools/dasm/src/java_cup/ |
symbol.java | 73 /** Increment the use count. */
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
RemoteService.java | 76 // While this service is running, it will continually increment a 78 // increment. 93 // Remove the next pending message to increment the counter, stopping 94 // the increment loop.
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
MethodSourcer.java | 175 public void visitIincInsn(int var, int increment) {
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemExsltFunction.java | 72 // Increment the frame bottom of the variable stack by the
|
/external/bison/tests/ |
existing.at | 48 %token LEX_AND LEX_OR INCREMENT DECREMENT 68 %left INCREMENT DECREMENT 294 | variable INCREMENT 307 | INCREMENT variable
|
/external/bluetooth/glib/glib/ |
ghook.h | 144 /* return the first valid hook, and increment its reference count */
|
/external/bluetooth/glib/tests/ |
slice-color.c | 139 g_printerr ("Will allocate and touch %llu blocks of %llu bytes (= %llu bytes) %llu times with color increment: 0x%08llx\n",
|
/external/chromium/base/threading/ |
worker_pool_posix_unittest.cc | 45 // IncrementingTask's main purpose is to increment a counter. It also updates a
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_accessibility.cc | 64 // Increment the reference count for the retrieved interface.
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_selection_model_unittest.cc | 49 // Increment from 4. This shouldn't effect the selection as its past the
|
/external/chromium/chrome/browser/ui/views/ |
wrench_menu.cc | 308 // The menu model containing the increment/decrement/reset items. 374 // Padding between the increment buttons and the reset button. 443 // The increment/decrement button are forced to the same width. 608 // (increment/decrement/reset) are always enabled. The child views of these
|
/external/chromium/net/disk_cache/ |
bitmap.h | 82 // Note that to use these methods in a loop you must increment the index
|
/external/chromium/net/tools/fetch/ |
fetch_client.cc | 106 requests.Increment();
|
/external/chromium/testing/gtest/test/ |
gtest-port_test.cc | 998 void Increment() { 1028 param.first->Increment(); 1041 // Creates and runs kThreadCount threads that increment locked_counter [all...] |
/external/chromium-trace/src/shared/js/cr/ui/ |
repeating_button.js | 93 // then repeated based on a fixed time increment. The time intervals are
|
/external/clang/include/clang/AST/ |
DeclFriend.h | 149 assert(Ptr && "attempt to increment past end of friend list");
|
DependentDiagnostic.h | 140 assert(Ptr && "attempt to increment past end of diag list");
|
/external/compiler-rt/lib/profile/ |
GCDAProfiling.c | 136 /* Given an array of pointers to counters (counters), increment the n-th one,
|
Completed in 714 milliseconds
<<11121314151617181920>>