Searched refs:inc (Results 1 - 14 of 14) sorted by relevance
/frameworks/compile/slang/ |
H A D | Android.mk | 72 AttrList.inc \ 73 Attrs.inc \ 74 CommentCommandList.inc \ 75 CommentNodes.inc \ 76 DeclNodes.inc \ 77 DiagnosticCommonKinds.inc \ 78 DiagnosticFrontendKinds.inc \ 79 DiagnosticSemaKinds.inc \ 80 StmtNodes.inc 140 AttrList.inc \ [all...] |
/frameworks/compile/mclinker/tools/mcld/ |
H A D | Android.mk | 77 # Build Options.inc from Options.td for the device 79 LOCAL_GENERATED_SOURCES += $(intermediates)/Options.inc 80 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(LLVM_TBLGEN) 108 # Build Options.inc from Options.td for the host 110 LOCAL_GENERATED_SOURCES += $(intermediates)/Options.inc 111 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(LLVM_TBLGEN)
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
H A D | Android.mk | 10 external/libgsm/inc
|
/frameworks/opt/net/voip/src/jni/rtp/ |
H A D | Android.mk | 47 external/libgsm/inc \
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
H A D | Android.mk | 36 LOCAL_C_INCLUDES := $(LOCAL_PATH)/./inc \ 120 LOCAL_C_INCLUDES := $(LOCAL_PATH)/inc
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
H A D | Android.mk | 74 $(LOCAL_PATH)/inc \
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
H A D | Android.mk | 102 $(LOCAL_PATH)/inc
|
/frameworks/av/services/audioflinger/ |
H A D | AudioResampler.cpp | 71 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) { argument 72 *frac += inc; 596 // r9 inc 716 // r9 inc
|
H A D | AudioMixer.cpp | 552 const float inc = (newVolume - *pPrevVolume) / ramp; // could be inf, nan, subnormal local 555 if (isnormal(inc) // inc must be a normal number (no subnormals, infinite, nan) 556 && maxv + inc != maxv) { // inc must make forward progress 557 *pVolumeInc = inc; 583 const int32_t inc = ((intVolume << 16) - *pIntPrevVolume) / ramp; local 585 if (inc != 0) { // inc must make forward progress 586 *pIntVolumeInc = inc; [all...] |
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
H A D | GridLayoutManager.java | 1015 final int start, inc, limit; 1018 inc = -1; 1022 inc = 1; 1030 for (int i = start; i != limit; i += inc) {
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
H A D | GridLayoutManager.java | 2869 int inc = movement == NEXT_ITEM || movement == NEXT_ROW ? 1 : -1; 2870 int loop_end = inc > 0 ? getChildCount() - 1 : 0; 2873 loop_start = inc > 0 ? 0 : getChildCount() - 1; 2875 loop_start = focusedIndex + inc; 2877 for (int i = loop_start; inc > 0 ? i <= loop_end : i >= loop_end; i += inc) {
|
/frameworks/base/core/java/android/text/ |
H A D | Layout.java | 1792 public static float nextDefaultStop(float h, int inc) { argument 1793 return ((int) ((h + inc) / inc)) * inc;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
H A D | Paint_Delegate.java | 633 int inc = count > 0 ? 1 : -1; 636 for (int i = index; i != index + count; i += inc, measureIndex++) {
|
/frameworks/opt/setupwizard/tools/docs/ |
H A D | jsilver.jar | META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ... |
Completed in 748 milliseconds