Home
last modified time | relevance | path

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

123456789

/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DFocusFinderTest.java38 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/
DResizableIntArrayTests.java41 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 …]
DInputPointersTests.java41 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/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/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/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordRepositoryTest.kt244 val src = InetSocketAddress(parseNumericAddress("192.0.2.123"), 5353) in testAddAndUpdates() constant
579 val src = InetSocketAddress(parseNumericAddress("192.0.2.123"), 5353) in testGetReplyCaseInsensitive() constant
610 val src = InetSocketAddress(parseNumericAddress("192.0.2.123"), 5353) in testGetReply_singlePtrQuestion_returnsSrvTxtAddressNsecRecords() constant
643 val src = InetSocketAddress(parseNumericAddress("fe80::1234"), 5353) in testGetReply_ptrQuestionForServiceWithCustomHost_customHostUsedInAdditionalAnswers() constant
690 val src = InetSocketAddress(parseNumericAddress("fe80::1234"), 5353) in testGetReply_ptrQuestionForServicesWithSameCustomHost_customHostUsedInAdditionalAnswers() constant
727 val src = InetSocketAddress(parseNumericAddress("192.0.2.123"), 5353) in testGetReply_singleSubtypePtrQuestion_returnsSrvTxtAddressNsecRecords() constant
760 val src = InetSocketAddress(parseNumericAddress("192.0.2.123"), 5353) in testGetReply_duplicatePtrQuestions_doesNotReturnDuplicateRecords() constant
793 val src = InetSocketAddress(parseNumericAddress("192.0.2.123"), 5353) in testGetReply_multiplePtrQuestionsWithSubtype_doesNotReturnDuplicateRecords() constant
829 val src = InetSocketAddress(parseNumericAddress("192.0.2.123"), 5353) in testGetReply_txtQuestion_returnsNoNsecRecord() constant
848 val src = InetSocketAddress(parseNumericAddress("192.0.2.123"), 5353) in testGetReply_AAAAQuestionButNoIpv6Address_returnsNsecRecord() constant
[all …]
/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/modules/Bluetooth/system/bta/pan/
Dbta_pan_ci.cc118 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_write()
155 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_writebuf()
178 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/
DMulticastPacketReader.java51 void handlePacket(byte[] recvbuf, int length, InetSocketAddress src); in handlePacket()
56 final InetSocketAddress src; field in MulticastPacketReader.RecvBuffer
58 private RecvBuffer(byte[] data, InetSocketAddress src) { in RecvBuffer()
/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()
/packages/apps/Nfc/nci/jni/
DDataQueue.cpp123 char* src = (char*)(header) + sizeof(tHeader) + header->mOffset; in dequeue() local
131 char* src = (char*)(header) + sizeof(tHeader) + header->mOffset; in dequeue() local
/packages/modules/DnsResolver/tests/
Dtun_forwarder.h57 in_addr src; member
67 in6_addr src; member
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DSlice.h113 inline size_t copy(const Slice dst, const Slice src) { in copy()
121 inline size_t extract(const Slice src, Head& head) { in extract()
129 inline size_t extract(const Slice src, Head& head, Tail&... tail) { in extract()
/packages/modules/DnsResolver/
Dhostent.h58 #define HENT_COPY(dst, src, slen, ptr, len) do { \ argument
66 #define HENT_SCOPY(dst, src, ptr, len) do { \ argument
/packages/services/Car/cpp/evs/apps/default/src/
DFormatConvert.cpp54 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/
DCanonicalBuffer.cpp39 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/providers/MediaProvider/src/com/android/providers/media/util/
DMemory.java27 public static int peekInt(byte[] src, int offset, ByteOrder order) { in peekInt()
55 public static long peekLong(byte[] src, int offset, ByteOrder order) { in peekLong()
/packages/services/Car/cpp/evs/support_library/
DFormatConvert.cpp57 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/Connectivity/clatd/
Dipv6.c58 void log_bad_address(const char *fmt, const struct in6_addr *src, const struct in6_addr *dst) { in log_bad_address()
67 #define log_bad_address(fmt, src, dst) argument
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_string.h62 #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/
Dmod.rs3 pub mod src; module
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DBpf2Apf.java159 Register src = opcode.contains("x") ? R1 : R0; in convertLine() local
164 gen.addStoreToMemory(byIndex(memory_slot), src); in convertLine() local

123456789