| /packages/apps/Settings/ |
| D | wrap_alpha.py | 22 src = src[0:-4] variable 28 src = src[0:-6] variable 35 src = src[0:-3] variable
|
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
| D | ResizableIntArrayTests.java | 29 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 …]
|
| D | InputPointersTests.java | 29 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/ |
| D | dic_node_state.h | 43 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()
|
| D | dic_node_state_input.h | 40 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/ |
| D | nj_str.c | 21 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/ |
| D | BitmapUtil.java | 47 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/ |
| D | SourceLatency.java | 89 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/ |
| D | DataQueue.cpp | 139 char* src = (char*)(header) + sizeof(tHeader) + header->mOffset; in dequeue() local 149 char* src = (char*)(header) + sizeof(tHeader) + header->mOffset; in dequeue() local
|
| /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
| D | BinaryDictOffdeviceUtils.java | 73 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/ |
| D | redEyeMath.c | 24 int isRed(unsigned char *src, int p) { in isRed() 33 void findPossible(unsigned char *src, unsigned char *mask, int iw, int ih, in findPossible() 54 void findReds(unsigned char *src, unsigned char *mask, int iw, int ih, in findReds() 71 void dialateMaskIfRed(unsigned char *src, int iw, int ih, unsigned char *mask, in dialateMaskIfRed() 110 void filterRedEye(unsigned char *src, unsigned char *dest, int iw, int ih, short *rect) { in filterRedEye()
|
| D | geometry.c | 130 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeigh… in JNIFUNCF() 143 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() 165 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterStraighten, jobject src, jint srcWidth, jint sr… in JNIFUNCF()
|
| D | wbalance.c | 19 void estmateWhite(unsigned char *src, int len, int *wr, int *wb, int *wg){ in estmateWhite() 101 void estmateWhiteBox(unsigned char *src, int iw, int ih, int x,int y, int *wr, int *wb, int *wg){ in estmateWhiteBox()
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
| D | CompletionInfoUtils.java | 32 public static CompletionInfo[] removeNulls(final CompletionInfo[] src) { in removeNulls()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
| D | Parameter.java | 32 public void copyFrom(Parameter src); in copyFrom()
|
| /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
| D | db_utilities.cpp | 102 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/app/ |
| D | VideoUtils.java | 71 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/Gallery2/src/com/android/gallery3d/glrenderer/ |
| D | TiledTexture.java | 266 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/Gallery2/jni_jpegstream/src/ |
| D | jpeg_hook.cpp | 90 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/ |
| D | RangeIntArray.java | 30 public RangeIntArray(int[] src, int min, int max) { in RangeIntArray()
|
| D | RangeBoolArray.java | 30 public RangeBoolArray(boolean[] src, int min, int max) { in RangeBoolArray()
|
| D | RangeArray.java | 30 public RangeArray(T[] src, int min, int max) { in RangeArray()
|
| /packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/ |
| D | widget.json | 10 "src": "Images/Sun.png", string
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
| D | TransitionImageAnimation.java | 50 public void onRemovedView(TransitionImage src, TransitionImage dst) { in onRemovedView() 178 public void addTransitionSource(TransitionImage src) { in addTransitionSource()
|
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| D | ViewIdGenerator.java | 114 private void readFromParcel(Parcel src) { in readFromParcel()
|