/frameworks/compile/slang/ |
D | RSSpec.mk | 19 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,$(RS_SPEC_TABLES)),) [all …]
|
D | Android.mk | 61 AttrList.inc \ 62 Attrs.inc \ 63 CommentCommandList.inc \ 64 CommentNodes.inc \ 65 DeclNodes.inc \ 66 DiagnosticCommonKinds.inc \ 67 DiagnosticFrontendKinds.inc \ 68 DiagnosticSemaKinds.inc \ 69 StmtNodes.inc 144 AttrList.inc \ [all …]
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
D | Android.mk | 38 $(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/mcs/src/ |
D | Android.mk | 42 $(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/src/ |
D | Android.mk | 77 $(TOP)/frameworks/av/libvideoeditor/osal/inc \ 78 $(TOP)/frameworks/av/libvideoeditor/vss/inc \ 79 $(TOP)/frameworks/av/libvideoeditor/vss/mcs/inc \ 80 $(TOP)/frameworks/av/libvideoeditor/vss/common/inc \ 81 $(TOP)/frameworks/av/libvideoeditor/vss/stagefrightshells/inc \
|
/frameworks/base/media/jni/mediaeditor/ |
D | Android.mk | 41 $(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/lvpp/ |
D | Android.mk | 75 $(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/3gpwriter/src/ |
D | Android.mk | 40 $(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/video_filters/src/ |
D | Android.mk | 45 $(TOP)/frameworks/av/libvideoeditor/osal/inc \ 46 $(TOP)/frameworks/av/libvideoeditor/vss/common/inc
|
/frameworks/native/libs/utils/ |
D | RefBase.cpp | 110 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local 111 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 124 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local 125 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 265 char inc = ref->ref >= 0 ? '+' : '-'; in removeRef() local 266 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref); in removeRef() 292 char inc = refs->ref >= 0 ? '+' : '-'; in printRefsLocked() local 294 inc, refs->id, refs->ref); in printRefsLocked()
|
D | BasicHashtable.cpp | 131 size_t inc = chainIncrement(hash, mBucketCount); in find() local 133 index = chainSeek(index, inc, mBucketCount); in find() 160 size_t inc = chainIncrement(hash, mBucketCount); in add() local 163 index = chainSeek(index, inc, mBucketCount); in add() 217 size_t inc = chainIncrement(hash, newBucketCount); in rehash() local 220 index = chainSeek(index, inc, newBucketCount); in rehash()
|
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/ |
D | MipsABCExpandVAArg.cpp | 59 llvm::Value *inc = llvm::ConstantInt::get(int_ty, type_align - 1); in expandVAArg() local 61 llvm::Value *add_v = builder.CreateAdd(addr_as_int, inc); in expandVAArg()
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | Android.mk | 10 external/libgsm/inc
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | System.inc | 1 //===- System.inc ---------------------------------------------------------===//
|
D | FileSystem.inc | 1 //===- FileSystem.inc -----------------------------------------------------===//
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | System.inc | 1 //===- System.inc ---------------------------------------------------------===//
|
D | FileSystem.inc | 1 //===- FileSystem.inc -----------------------------------------------------===//
|
D | PathV3.inc | 1 //===- PathV3.inc ---------------------------------------------------------===//
|
/frameworks/av/libvideoeditor/osal/src/ |
D | Android.mk | 47 $(TOP)/frameworks/av/libvideoeditor/osal/inc \
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | Android.mk | 47 external/libgsm/inc \
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
D | Android.mk | 36 LOCAL_C_INCLUDES := $(LOCAL_PATH)/./inc \ 118 LOCAL_C_INCLUDES := $(LOCAL_PATH)/inc
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | Android.mk | 71 $(LOCAL_PATH)/inc \
|
/frameworks/av/services/audioflinger/ |
D | AudioResampler.cpp | 71 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) { in Advance() argument 72 *frac += inc; in Advance()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | Android.mk | 102 $(LOCAL_PATH)/inc
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1658 public static float nextDefaultStop(float h, int inc) { in nextDefaultStop() argument 1659 return ((int) ((h + inc) / inc)) * inc; in nextDefaultStop()
|