/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | FocusFinderTest.java | 38 final Rect src = new Rect(100, 100, 200, 200); in testPartiallyInDirection() local 52 final Rect src = new Rect(100, 100, 200, 200); in testInDirection() local 69 final Rect src = new Rect(100, 100, 200, 200); in testNotInDirection() local 93 final Rect src = new Rect(0, 30, 10, 40); in testAboveShareEdgeEdgeOkForDirectionUp() local 230 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testDirectlyAboveTrumpsAboveLeft() local 243 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testAboveInBeamTrumpsSlightlyCloserOutOfBeam() local 259 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testOutOfBeamBeatsInBeamUp() local 287 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testNonCandidateCanBeBetterCandidate() local 509 private void assertIsPartiallyInDirection(int direction, Rect src, Rect dest) { in assertIsPartiallyInDirection() 517 private void assertIsInDirection(int direction, Rect src, Rect dest) { in assertIsInDirection() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
D | ResizableIntArrayTests.java | 41 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testNewInstance() local 50 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAdd() local 80 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAddAt() local 95 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testGet() local 125 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testReset() local 157 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testSetLength() local 194 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testSet() local 209 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testCopy() local 239 final ResizableIntArray src = new ResizableIntArray(srcLength); in testAppend() local 290 final ResizableIntArray src = new ResizableIntArray(srcLength); in testFill() local [all …]
|
D | InputPointersTests.java | 41 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testNewInstance() local 51 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testReset() local 67 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testAdd() local 91 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testAddAt() local 115 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testSet() local 135 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testCopy() local 320 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testShift() local
|
/packages/apps/DocumentsUI/ |
D | wrap_alpha.py | 23 src = src[0:-4] variable 29 src = src[0:-6] variable 39 src = src[0:-3] variable
|
/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/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/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/modules/Bluetooth/system/test/mock/ |
D | mock_bta_pan_ci.cc | 36 BT_HDR* bta_pan_ci_readbuf(uint16_t handle, RawAddress& src, RawAddress& dst, in bta_pan_ci_readbuf() 43 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_write() 48 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_writebuf()
|
/packages/modules/Bluetooth/system/bta/pan/ |
D | bta_pan_ci.cc | 119 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_write() 156 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_writebuf() 179 BT_HDR* bta_pan_ci_readbuf(uint16_t handle, RawAddress& src, RawAddress& dst, in bta_pan_ci_readbuf()
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MulticastPacketReader.java | 45 void handlePacket(byte[] recvbuf, int length, InetSocketAddress src); in handlePacket() 50 final InetSocketAddress src; field in MulticastPacketReader.RecvBuffer 52 private RecvBuffer(byte[] data, InetSocketAddress src) { in RecvBuffer()
|
/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 | 26 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()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | compat.cc | 64 size_t strlcpy(char* dst, const char* src, size_t siz) { in strlcpy() 95 size_t strlcat(char* dst, const char* src, size_t siz) { in strlcat()
|
/packages/apps/Nfc/nci/jni/ |
D | DataQueue.cpp | 124 char* src = (char*)(header) + sizeof(tHeader) + header->mOffset; in dequeue() local 132 char* src = (char*)(header) + sizeof(tHeader) + header->mOffset; in dequeue() local
|
/packages/modules/DnsResolver/tests/ |
D | tun_forwarder.h | 57 in_addr src; member 67 in6_addr src; member
|
/packages/modules/DnsResolver/ |
D | hostent.h | 58 #define HENT_COPY(dst, src, slen, ptr, len) do { \ argument 66 #define HENT_SCOPY(dst, src, ptr, len) do { \ argument
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | Memory.java | 22 public static int peekInt(byte[] src, int offset, ByteOrder order) { in peekInt() 50 public static long peekLong(byte[] src, int offset, ByteOrder order) { in peekLong()
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | FormatConvert.cpp | 54 void copyNV21toRGB32(unsigned width, unsigned height, uint8_t* src, uint32_t* dst, in copyNV21toRGB32() 82 void copyYV12toRGB32(unsigned width, unsigned height, uint8_t* src, uint32_t* dst, in copyYV12toRGB32() 113 void copyYUYVtoRGB32(unsigned width, unsigned height, uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() 143 void copyMatchedInterleavedFormats(unsigned width, unsigned height, void* src, in copyMatchedInterleavedFormats()
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | CanonicalBuffer.cpp | 39 GeneralResult<void> copyFromInternal(const SharedMemory& src, const Dimensions& dimensions, in copyFromInternal() 88 GeneralResult<void> Buffer::copyFrom(const SharedMemory& src, const Dimensions& dimensions) const { in copyFrom() argument
|
/packages/services/Car/cpp/evs/support_library/ |
D | FormatConvert.cpp | 57 void copyNV21toRGB32(unsigned width, unsigned height, uint8_t* src, uint32_t* dst, in copyNV21toRGB32() 85 void copyYV12toRGB32(unsigned width, unsigned height, uint8_t* src, uint32_t* dst, in copyYV12toRGB32() 116 void copyYUYVtoRGB32(unsigned width, unsigned height, uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() 146 void copyMatchedInterleavedFormats(unsigned width, unsigned height, void* src, in copyMatchedInterleavedFormats()
|
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/ |
D | oi_string.h | 62 #define OI_Strcpy(dest, src) strcpy((dest), (src)) argument 63 #define OI_Strcat(dest, src) strcat((dest), (src)) argument
|
/packages/modules/DnsResolver/doh/tests/doh_frontend/ |
D | mod.rs | 3 pub mod src; module
|
/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 235 private static void trimUsingMp4Parser(File src, File dst, int startMs, int endMs) in trimUsingMp4Parser()
|
/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()
|