Searched refs:inc (Results 1 - 21 of 21) sorted by relevance

/frameworks/compile/slang/
H A DRSSpec.mk19 define generate-rs-spec-inc
29 ifneq ($(findstring RSClangBuiltinEnums.inc,$(RS_SPEC_TABLES)),)
30 LOCAL_GENERATED_SOURCES += $(intermediates)/RSClangBuiltinEnums.inc
31 $(intermediates)/RSClangBuiltinEnums.inc: $(RS_SPEC_GEN)
32 $(call generate-rs-spec-inc,clang-builtin-enums)
35 ifneq ($(findstring RSDataTypeEnums.inc,$(RS_SPEC_TABLES)),)
36 LOCAL_GENERATED_SOURCES += $(intermediates)/RSDataTypeEnums.inc
37 $(intermediates)/RSDataTypeEnums.inc: $(RS_SPEC_GEN)
38 $(call generate-rs-spec-inc,rs-data-type-enums)
41 ifneq ($(findstring RSMatrixTypeEnums.inc,
[all...]
H A DAndroid.mk105 AttrList.inc \
106 Attrs.inc \
107 CommentNodes.inc \
108 DeclNodes.inc \
109 DiagnosticCommonKinds.inc \
110 DiagnosticFrontendKinds.inc \
111 DiagnosticSemaKinds.inc \
112 StmtNodes.inc
212 AttrList.inc \
213 Attrs.inc \
[all...]
/frameworks/compile/llvm-ndk-cc/
H A DAndroid.mk71 AttrList.inc \
72 Attrs.inc \
73 CommentNodes.inc \
74 DeclNodes.inc \
75 DiagnosticCommonKinds.inc \
76 DiagnosticFrontendKinds.inc \
77 DiagnosticSemaKinds.inc \
78 StmtNodes.inc
109 AttrList.inc \
110 Attrs.inc \
[all...]
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DAndroid.mk40 $(TOP)/frameworks/av/libvideoeditor/osal/inc \
41 $(TOP)/frameworks/av/libvideoeditor/vss/3gpwriter/inc \
42 $(TOP)/frameworks/av/libvideoeditor/vss/common/inc
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DAndroid.mk42 $(TOP)/frameworks/av/libvideoeditor/osal/inc \
43 $(TOP)/frameworks/av/libvideoeditor/vss/mcs/inc \
44 $(TOP)/frameworks/av/libvideoeditor/vss/common/inc \
45 $(TOP)/frameworks/av/libvideoeditor/vss/stagefrightshells/inc \
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DAndroid.mk38 $(TOP)/frameworks/av/libvideoeditor/osal/inc \
39 $(TOP)/frameworks/av/libvideoeditor/vss/inc \
40 $(TOP)/frameworks/av/libvideoeditor/vss/common/inc \
41 $(TOP)/frameworks/av/libvideoeditor/vss/mcs/inc \
42 $(TOP)/frameworks/av/libvideoeditor/vss/stagefrightshells/inc \
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DAndroid.mk45 $(TOP)/frameworks/av/libvideoeditor/osal/inc \
46 $(TOP)/frameworks/av/libvideoeditor/vss/common/inc
/frameworks/av/libvideoeditor/lvpp/
H A DAndroid.mk75 $(TOP)/frameworks/av/libvideoeditor/osal/inc \
76 $(TOP)/frameworks/av/libvideoeditor/vss/common/inc \
77 $(TOP)/frameworks/av/libvideoeditor/vss/mcs/inc \
78 $(TOP)/frameworks/av/libvideoeditor/vss/inc \
79 $(TOP)/frameworks/av/libvideoeditor/vss/stagefrightshells/inc \
/frameworks/av/libvideoeditor/vss/src/
H A DAndroid.mk76 $(TOP)/frameworks/av/libvideoeditor/osal/inc \
77 $(TOP)/frameworks/av/libvideoeditor/vss/inc \
78 $(TOP)/frameworks/av/libvideoeditor/vss/mcs/inc \
79 $(TOP)/frameworks/av/libvideoeditor/vss/common/inc \
80 $(TOP)/frameworks/av/libvideoeditor/vss/stagefrightshells/inc \
/frameworks/base/media/jni/mediaeditor/
H A DAndroid.mk41 $(TOP)/frameworks/av/libvideoeditor/vss/inc \
42 $(TOP)/frameworks/av/libvideoeditor/vss/common/inc \
43 $(TOP)/frameworks/av/libvideoeditor/vss/mcs/inc \
44 $(TOP)/frameworks/av/libvideoeditor/vss/stagefrightshells/inc \
46 $(TOP)/frameworks/av/libvideoeditor/osal/inc \
/frameworks/av/libvideoeditor/osal/src/
H A DAndroid.mk47 $(TOP)/frameworks/av/libvideoeditor/osal/inc \
/frameworks/native/libs/utils/
H A DBasicHashtable.cpp131 size_t inc = chainIncrement(hash, mBucketCount); local
133 index = chainSeek(index, inc, mBucketCount);
160 size_t inc = chainIncrement(hash, mBucketCount); local
163 index = chainSeek(index, inc, mBucketCount);
217 size_t inc = chainIncrement(hash, newBucketCount); local
220 index = chainSeek(index, inc, newBucketCount);
H A DRefBase.cpp105 char inc = refs->ref >= 0 ? '+' : '-'; local
106 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
123 char inc = refs->ref >= 0 ? '+' : '-'; local
124 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
272 char inc = ref->ref >= 0 ? '+' : '-'; local
273 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref);
301 char inc = refs->ref >= 0 ? '+' : '-'; local
303 inc, refs->id, refs->ref);
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
H A DMipsABCExpandVAArg.cpp59 llvm::Value *inc = llvm::ConstantInt::get(int_ty, type_align - 1); local
61 llvm::Value *add_v = builder.CreateAdd(addr_as_int, inc);
/frameworks/base/voip/jni/rtp/
H A DAndroid.mk47 external/libgsm/inc \
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DAndroid.mk36 LOCAL_C_INCLUDES := $(LOCAL_PATH)/./inc \
118 LOCAL_C_INCLUDES := $(LOCAL_PATH)/inc
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAndroid.mk71 $(LOCAL_PATH)/inc \
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DAndroid.mk102 $(LOCAL_PATH)/inc
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp71 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) { argument
72 *frac += inc;
551 // r9 inc
661 // r9 inc
/frameworks/base/core/java/android/text/
H A DLayout.java1619 public static float nextDefaultStop(float h, int inc) { argument
1620 return ((int) ((h + inc) / inc)) * inc;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java602 int inc = count > 0 ? 1 : -1;
606 for (int i = index; i != index + count; i += inc, measureIndex++) {

Completed in 384 milliseconds