Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 91) sorted by relevance

1234

/packages/apps/Settings/
Dwrap_alpha.py22 src = src[0:-4] variable
28 src = src[0:-6] variable
35 src = src[0:-3] variable
/packages/apps/DocumentsUI/
Dwrap_alpha.py23 src = src[0:-4] variable
29 src = src[0:-6] variable
39 src = src[0:-3] variable
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DResizableIntArrayTests.java29 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testNewInstance() local
37 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAdd() local
66 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAddAt() local
80 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testGet() local
109 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testReset() local
140 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testSetLength() local
176 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testSet() local
190 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testCopy() local
219 final ResizableIntArray src = new ResizableIntArray(srcLength); in testAppend() local
269 final ResizableIntArray src = new ResizableIntArray(srcLength); in testFill() local
[all …]
DInputPointersTests.java29 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testNewInstance() local
38 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testReset() local
53 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testAdd() local
76 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testAddAt() local
99 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testSet() local
118 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testCopy() local
300 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testShift() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state.h43 DicNodeState(const DicNodeState& src) in DicNodeState()
65 AK_FORCE_INLINE void initByCopy(const DicNodeState *const src) { in initByCopy()
72 void init(const DicNodeState *const src, const uint16_t mergedNodeCodePointCount, in init()
Ddic_node_state_input.h40 void init(const DicNodeStateInput *const src, const bool resetTerminalDiffCost) { in init()
56 void initByCopy(const DicNodeStateInput *const src) { in initByCopy()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dnj_str.c21 NJ_CHAR *nj_strcpy(NJ_CHAR *dst, NJ_CHAR *src) { in nj_strcpy()
33 NJ_CHAR *nj_strncpy(NJ_CHAR *dst, NJ_CHAR *src, NJ_UINT16 n) { in nj_strncpy()
122 NJ_CHAR *nj_charncpy(NJ_CHAR *dst, NJ_CHAR *src, NJ_UINT16 n) { in nj_charncpy()
143 NJ_UINT8 *nj_memcpy(NJ_UINT8 *dst, NJ_UINT8 *src, NJ_UINT16 n) { in nj_memcpy()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DBitmapUtil.java47 public static Bitmap decodeByteArray(byte[] src, int w, int h) { in decodeByteArray()
74 public static Bitmap decodeByteArrayWithCenterCrop(byte[] src, int w, int h) { in decodeByteArrayWithCenterCrop()
96 public static Bitmap centerCrop(final Bitmap src, final int w, final int h) { in centerCrop()
131 public static Bitmap crop(final Bitmap src, final int w, final int h, in crop()
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
DSourceLatency.java89 public void checkSourceConcurrent(final String src, final ComponentName componentName, in checkSourceConcurrent()
122 public void checkSource(String src, ComponentName componentName, String[] queries) { in checkSource()
133 public long checkSource(String src, ComponentName componentName, String query) { in checkSource()
138 private long checkSourceInternal(String src, SearchableInfo searchable, String query) { in checkSourceInternal()
214 public void checkLiveSource(String src, ComponentName componentName, String query) { in checkLiveSource()
225 public LiveSourceCheck(String src, ComponentName componentName, String query) { in LiveSourceCheck()
285 public MyDataSetObserver(String src, long start, Cursor cursor) { in MyDataSetObserver()
/packages/apps/Nfc/nci/jni/
DDataQueue.cpp124 char* src = (char*)(header) + sizeof(tHeader) + header->mOffset; in dequeue() local
132 char* src = (char*)(header) + sizeof(tHeader) + header->mOffset; in dequeue() local
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java73 private DecoderChainSpec(final DecoderChainSpec<T> src) { in DecoderChainSpec()
108 public InputStream getStream(final File src) throws FileNotFoundException, IOException { in getStream()
224 public static <T> DecoderChainSpec<T> decodeDictionaryForProcess(@Nonnull final File src, in decodeDictionaryForProcess()
260 public static DecoderChainSpec<File> getRawDictionaryOrNull(@Nonnull final File src) { in getRawDictionaryOrNull()
/packages/apps/Gallery2/jni/filters/
DredEyeMath.c26 int isRed(unsigned char *src, int p) { in isRed()
35 void findPossible(unsigned char *src, unsigned char *mask, int iw, in findPossible()
56 void findReds(unsigned char *src, unsigned char *mask, int iw, int ih __unused, in findReds()
73 void dialateMaskIfRed(unsigned char *src, int iw, int ih __unused, in dialateMaskIfRed()
112 void filterRedEye(unsigned char *src, unsigned char *dest, int iw, int ih, short *rect) { in filterRedEye()
Dgeometry.c131 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeigh… in JNIFUNCF()
144 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterRotate, jobject src, jint srcWidth, jint srcHei… in JNIFUNCF()
154 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterCrop, jobject src, jint srcWidth, jint srcHeigh… in JNIFUNCF()
164 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterStraighten, jobject src, jint srcWidth __unused, in JNIFUNCF()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCompletionInfoUtils.java32 public static CompletionInfo[] removeNulls(final CompletionInfo[] src) { in removeNulls()
/packages/services/Car/evs/app/
DFormatConvert.cpp61 uint8_t* src, in copyNV21toRGB32()
92 uint8_t* src, in copyYV12toRGB32()
126 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32()
158 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats()
DRenderPixelCopy.cpp85 sp<android::GraphicBuffer> src = new android::GraphicBuffer( in drawFrame() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DParameter.java32 public void copyFrom(Parameter src); in copyFrom()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DVideoUtils.java71 public static void startTrim(File src, File dst, int startMs, int endMs) in startTrim()
84 File src = new File(filePath); in startMuteUsingMp4Parser() local
230 private static void trimUsingMp4Parser(File src, File dst, int startMs, int endMs) in trimUsingMp4Parser()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities.cpp102 inline void db_WarpImageLutFast_u(const unsigned char * const * src, unsigned char ** dst, int w, i… in db_WarpImageLutFast_u()
123 inline void db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int … in db_WarpImageLutBilinear_u()
143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java266 RectF src, float x0, float y0, float x, float y, float scaleX, in mapRect()
278 RectF src = mSrcRect; in drawMixed() local
297 RectF src = mSrcRect; in draw() local
315 RectF src = mSrcRect; in draw() local
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java369 void processDocument(DocumentInfo src, DocumentInfo srcParent, in processDocument()
402 void byteCopyDocument(DocumentInfo src, DocumentInfo dest) throws ResourceException { in byteCopyDocument()
508 DocumentInfo src; in copyDirectoryHelper() local
544 private void copyFileHelper(DocumentInfo src, DocumentInfo dest, DocumentInfo destParent, in copyFileHelper()
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_hook.cpp90 SourceManager *src = reinterpret_cast<SourceManager*>(cinfo->src); in Mgr_fill_input_buffer_fcn() local
123 SourceManager *src = reinterpret_cast<SourceManager*>(cinfo->src); in Mgr_skip_input_data_fcn() local
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DRangeArray.java30 public RangeArray(T[] src, int min, int max) { in RangeArray()
DRangeBoolArray.java30 public RangeBoolArray(boolean[] src, int min, int max) { in RangeBoolArray()
DRangeIntArray.java30 public RangeIntArray(int[] src, int min, int max) { in RangeIntArray()

1234