/packages/apps/Settings/src/com/android/settings/wifi/ |
WpsDialog.java | 167 * increment timeout bar per second.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/ |
osd.h | 72 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
osd.h | 72 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
osd.h | 72 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
ImageCanvas.java | 149 // The default increment is 1 pixel. Assign a saner default.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckSecuritySyntaxOnly.cpp | 225 // Does the loop have an increment? 226 const Expr *increment = FS->getInc(); local 228 if (!increment) 233 increment = increment->IgnoreParenCasts(); 264 // Does either variable appear in increment? 265 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS);
|
/frameworks/base/core/jni/ |
android_server_BluetoothEventLoop.cpp | [all...] |
/libcore/luni/src/main/java/java/util/ |
Calendar.java | 265 * increment and decrement buttons for the month, day, and year, and an 267 * 31, 1999 and the user presses the month increment button, what should it 270 * if the user presses the month increment button again, it should read March [all...] |
/external/icu4c/common/unicode/ |
normlzr.h | 68 * with post-increment semantics (like CharacterIterator::next32PostInc()). 85 * function's iteration semantics (post-increment or pre-decrement). 92 * (post-increment semantics). 462 * (Post-increment semantics.) 481 * (Post-increment semantics.)
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
NoiseGenerator.java | 476 float value, increment, rmd;
local 490 increment = (abstractNoiseFunc.executeSigned(x, y, z) + musgraveData.offset) * pwr * value;
491 value += increment;
500 increment = (abstractNoiseFunc.executeSigned(x, y, z) + musgraveData.offset) * pwr * value;
501 value += rmd * increment;
[all...] |
/external/libmtp/src/ |
Makefile.in | 239 # - CURRENT (Major): Increment if the interface has changes. AGE is always 241 # - AGE (Micro): Increment if any interfaces have been added; set to 0 245 # - REVISION (Minor): Increment any time the source changes; set to 248 # To summarize. Any interface *change* increment CURRENT. If that interface 250 # increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
|
/external/libnfc-nxp/src/ |
phFriNfc_MifStdFormat.c | [all...] |
phFriNfc_FelicaMap.c | 389 /*increment the index,internal buffer len*/ 413 /*increment the index*/ 590 /*Copy exactly remained last bytes to user buffer and increment the index*/ 602 /*Copy the data to apdu buffer and increment the index */ [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_chorus.c | 119 //convert rate from steps of .05 Hz to value which can be used as phase increment, 324 //increment chorus delay index and make it wrap as needed 329 //increment fractional lfo phase, and make it wrap as needed 369 //increment chorus delay index and make it wrap as needed 374 //increment fractional lfo phase, and make it wrap as needed
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_chorus.c | 119 //convert rate from steps of .05 Hz to value which can be used as phase increment, 324 //increment chorus delay index and make it wrap as needed 329 //increment fractional lfo phase, and make it wrap as needed 369 //increment chorus delay index and make it wrap as needed 374 //increment fractional lfo phase, and make it wrap as needed
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_chorus.c | 119 //convert rate from steps of .05 Hz to value which can be used as phase increment, 324 //increment chorus delay index and make it wrap as needed 329 //increment fractional lfo phase, and make it wrap as needed 369 //increment chorus delay index and make it wrap as needed 374 //increment fractional lfo phase, and make it wrap as needed
|
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | 20 // Terminology note: this code has a lot of handling for "post-increment" or 21 // "post-inc" users. This is not talking about post-increment addressing modes; 32 // example, the icmp is a post-increment user, since it uses %i.next, which is 33 // the value of the induction variable after the increment. The other common 34 // case of post-increment users is users outside the loop. 47 // multiple base registers, or as the increment expression in an addrec), 668 /// TODO: Allow UDivExpr if we can find an existing IV increment that is an [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorTypes.cpp | 719 // Increment the pointer to the other part. [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_headers.h | 361 void increment() { function in class:net::BalsaHeaders::iterator_base 455 void increment() { function in class:net::BalsaHeaders::reverse_iterator_base 463 iterator_base::increment(); 483 iterator_base::increment(); 515 reverse_iterator_base::increment(); 543 iterator_base::increment(); [all...] |
/external/icu4c/common/ |
utrie2.h | 402 * UTF-16: Get the next code point (UChar32 c, out), post-increment src, 414 * UTF-16: Get the next code point (UChar32 c, out), post-increment src, 450 * UTF-8: Post-increment src and get a 16-bit value from the trie. 461 * UTF-8: Post-increment src and get a 32-bit value from the trie. [all...] |
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Gen.cpp | 33 * ...and then code to increment the execution 38 * add r1, #1 @ increment [2 bytes]
|
/external/chromium/base/third_party/icu/ |
icu_utf.h | 206 * and is advanced (post-increment). 367 * and is advanced (post-increment).
|
/external/chromium/chrome/browser/ |
jankometer.cc | 165 queueing_delay_counter_.Increment(); 188 slow_processing_counter_.Increment();
|
/external/chromium/chrome/browser/safe_browsing/ |
prefix_set_unittest.cc | 84 // Helper function to read the int32 value at |offset|, increment it 128 // Open |filename| and increment the int32 at |offset| by |inc|.
|