/packages/apps/Camera/src/com/android/camera/ui/ |
IndicatorControlWheel.java | 444 double increment = Math.toRadians(expectedAngle) local 446 for (int i = 0 ; i < getChildCount(); ++i) mChildRadians[i] += increment;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 562 // we do not increment i in this case. 651 // we do not increment i in this case. [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3inputstream.c | 336 /* Increment to next character position 803 // Increment to next character position, accounting for any surrogates [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_reverb.c | 306 /* increment update counter */ 343 // if phase increment > 0, then sin -> 1, cos -> 0 363 // if phase increment < 0, then sin -> 0, cos -> 1 396 //calculate the per-sample increment required to get there by the next update 406 /* increment update counter */ [all...] |
eas_fmsynth.c | 581 /* increment the LFO phase if the delay time has elapsed */ 736 /* increment LFO phase */ 756 /* set base phase increment for each operator */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_reverb.c | 306 /* increment update counter */ 343 // if phase increment > 0, then sin -> 1, cos -> 0 363 // if phase increment < 0, then sin -> 0, cos -> 1 396 //calculate the per-sample increment required to get there by the next update 406 /* increment update counter */ [all...] |
eas_fmsynth.c | 581 /* increment the LFO phase if the delay time has elapsed */ 736 /* increment LFO phase */ 756 /* set base phase increment for each operator */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_reverb.c | 306 /* increment update counter */ 343 // if phase increment > 0, then sin -> 1, cos -> 0 363 // if phase increment < 0, then sin -> 0, cos -> 1 396 //calculate the per-sample increment required to get there by the next update 406 /* increment update counter */ [all...] |
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditor3gpReader.cpp | 205 * @brief Increment the bitstream pointer of <length> bits. [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViews.java | 1282 public void increment(int numBytes) { method in class:RemoteViews.MemoryUsageCounter [all...] |
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.info | 81 * Increment a number:: [all...] |
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 253 // Check IV increment. Reject this PN if increment operation is not 254 // an add or increment value can not be represented by an integer. 419 // Delete the old floating point increment. [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_IVCommon.h | 433 * nBracketStartValue and nBracketStep are in Q16. Increment is additive. 436 * nBracketStartValue and nBracketStep are in Q16. Increment is multiplicative. 440 * Increment is additive. 444 * The value should be interpreted as U32 value. Increment is additive. 446 * Power of flash is adjusted relative to the automatic level. Increment is multiplicative. 448 * Aperture number relative to the automatic setting. Data in Q16 format. Increment is multiplicative. [all...] |
/external/clang/lib/Lex/ |
HeaderSearch.cpp | 775 // Increment the number of times this file has been included. [all...] |
/external/clang/lib/Sema/ |
SemaPseudoObject.cpp | 27 // of a unary increment or decrement, both are required; for example, 386 /// The basic skeleton for building an increment or decrement [all...] |
/external/icu4c/i18n/unicode/ |
tblcoll.h | 735 /* primary strength increment */ [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_DesfireMap.c | 512 /* Increment the Number of Bytes Read, which will be returned to the caller. */ 529 /* Increment the Number of Bytes Read, which will be returned to the caller. */ [all...] |
phFriNfc_TopazMap.c | [all...] |
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 897 it.increment(ec); 924 SI.increment(ec)) { 942 SI.increment(ec)) { [all...] |
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 291 // Increment Low, so we can use it as a "insert before" hint 397 // Couldn't we just do increment the UI iterator earlier and erase the [all...] |
/external/quake/quake/src/WinQuake/ |
snd_gus.cpp | 280 // Increment current_section_buffer
307 // Increment current_field_buffer
895 +(0<<5) // address increment
[all...] |
/external/srtp/test/ |
srtp_driver.c | 508 /* increment message number */ 734 /* increment sequence number in header */ 933 /* increment sequence number in header */ [all...] |
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 346 // Increment pointers into match and capture strings. 414 // On success, increment position by length of capture. 461 // Increment pointers into capture and match string. [all...] |
/external/v8/src/x64/ |
regexp-macro-assembler-x64.cc | 385 // Increment pointers into match and capture strings. 454 // On success, increment position by length of capture. 510 // Increment pointers into capture and match string. [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c3_14pf.cpp | 459 * they are, in fact, pointers with fixed increment. For example, * 466 /* idx increment = STEP */ 520 /* index increment = STEP */
|