Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 107) sorted by relevance

12345

/packages/modules/DnsResolver/
Dhostent.h50 #define HENT_ARRAY(dst, anum, ptr, len) do { \ argument
58 #define HENT_COPY(dst, src, slen, ptr, len) do { \ argument
66 #define HENT_SCOPY(dst, src, ptr, len) do { \ argument
Dres_comp.cpp87 int dn_expand(const uint8_t* msg, const uint8_t* eom, const uint8_t* src, char* dst, int dstsiz) { in dn_expand()
99 int dn_comp(const char* src, uint8_t* dst, int dstsiz, uint8_t** dnptrs, uint8_t** lastdnptr) { in dn_comp()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_pan_ci.cc37 BT_HDR* bta_pan_ci_readbuf(uint16_t handle, RawAddress& src, RawAddress& dst, in bta_pan_ci_readbuf()
45 void bta_pan_ci_rx_write(uint16_t handle, const RawAddress& dst, in bta_pan_ci_rx_write()
50 void bta_pan_ci_rx_writebuf(uint16_t handle, const RawAddress& dst, in bta_pan_ci_rx_writebuf()
Dmock_stack_pan_api.cc93 tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst, in PAN_Write()
100 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf()
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_ci.cc118 void bta_pan_ci_rx_write(uint16_t handle, const RawAddress& dst, in bta_pan_ci_rx_write()
155 void bta_pan_ci_rx_writebuf(uint16_t handle, const RawAddress& dst, 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/Bluetooth/system/osi/src/
Dcompat.cc64 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/services/Car/cpp/evs/apps/default/
DFormatConvert.cpp63 uint32_t* dst, unsigned dstStridePixels) in copyNV21toRGB32()
94 uint32_t* dst, unsigned dstStridePixels) in copyYV12toRGB32()
128 uint32_t* dst, unsigned dstStridePixels) in copyYUYVtoRGB32()
160 void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats()
174 BufferDesc_1_1 dst = {}; in convertBufferDesc() local
/packages/modules/StatsD/lib/libkll/encoding/
Dencoder.cpp47 void Encoder::AppendToString(const int64_t src, std::string* dst) { in AppendToString()
58 std::string* dst) { in SerializeToPackedStringAll()
/packages/modules/DnsResolver/tests/
Dtun_forwarder.h58 in_addr dst; member
68 in6_addr dst; member
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DVideoUtils.java71 public static void startTrim(File src, File dst, int startMs, int endMs) in startTrim()
83 File dst = dstFileInfo.mFile; in startMuteUsingMp4Parser() local
101 private static void writeMovieIntoFile(File dst, Movie movie) in writeMovieIntoFile()
235 private static void trimUsingMp4Parser(File src, File dst, int startMs, int endMs) in trimUsingMp4Parser()
/packages/apps/Gallery2/jni/filters/
Dkmeans.h26 inline void sum(T values[], int len, int dimension, int stride, N dst[]) { in sum()
48 inline void add(T val[], N dst[], int dimension) { in add()
56 inline void divide(T dst[], N divisor, int dimension) { in divide()
88 void initialPickHeuristicRandom(int k, T values[], int len, int dimension, int stride, T dst[], in initialPickHeuristicRandom()
142 T dst[]) { in calculateNewCentroids()
Dnegative.c26 char * dst = destination; in JNIFUNCF() local
Dgeometry.c131 …ry, nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth,… in JNIFUNCF()
144 …, nativeApplyFilterRotate, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth,… in JNIFUNCF()
154 …ry, nativeApplyFilterCrop, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth,… in JNIFUNCF()
165 jint srcHeight __unused, jobject dst, jint dstWidth, jint dstHeight, in JNIFUNCF()
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_hook.cpp25 DestManager *dst = reinterpret_cast<DestManager*>(cinfo->dest); in Mgr_init_destination_fcn() local
31 DestManager *dst = reinterpret_cast<DestManager*>(cinfo->dest); in Mgr_empty_output_buffer_fcn() local
42 DestManager *dst = reinterpret_cast<DestManager*>(cinfo->dest); in Mgr_term_destination_fcn() local
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DMemory.java36 public static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { in pokeInt()
74 public static void pokeLong(byte[] dst, int offset, long value, ByteOrder order) { in pokeLong()
/packages/services/Car/cpp/evs/support_library/
DFormatConvert.cpp66 uint32_t* dst, unsigned dstStridePixels) in copyNV21toRGB32()
97 uint32_t* dst, unsigned dstStridePixels) in copyYV12toRGB32()
131 uint32_t* dst, unsigned dstStridePixels) in copyYUYVtoRGB32()
163 void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java124 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testSet() local
144 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testCopy() local
165 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testAppend() local
235 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testAppendResizableIntArray() local
DResizableIntArrayTests.java201 final ResizableIntArray dst = new ResizableIntArray(DEFAULT_CAPACITY); in testSet() local
215 final ResizableIntArray dst = new ResizableIntArray(DEFAULT_CAPACITY); in testCopy() local
244 final ResizableIntArray dst = new ResizableIntArray(DEFAULT_CAPACITY * 2); in testAppend() local
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java840 public final InetAddress dst; field in IpServerTest.TetherOffloadRuleParcelMatcher
843 TetherOffloadRuleParcelMatcher(int upstreamIfindex, InetAddress dst, MacAddress dstMac) { in TetherOffloadRuleParcelMatcher()
866 int upstreamIfindex, InetAddress dst, MacAddress dstMac) { in matches()
872 int upstreamIfindex, @NonNull InetAddress dst, @NonNull MacAddress dstMac) { in makeForwardingRule()
879 @NonNull MacAddress upstreamMac, @NonNull final InetAddress dst) { in makeDownstream6Key()
898 @NonNull MacAddress upstreamMac, @NonNull final InetAddress dst, in verifyTetherOffloadRuleAdd()
911 @NonNull MacAddress upstreamMac, @NonNull final InetAddress dst, in verifyNeverTetherOffloadRuleAdd()
931 @NonNull MacAddress upstreamMac, @NonNull final InetAddress dst, in verifyTetherOffloadRuleRemove()
/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/modules/NeuralNetworks/runtime/
DMemory.cpp223 const std::optional<RunTimePoolInfo>& dst) { in copyHidlMemories()
239 int copyIBufferToMemory(const SharedBuffer& src, const SharedMemory& dst) { in copyIBufferToMemory()
248 int copyMemoryToIBuffer(const SharedMemory& src, const SharedBuffer& dst, in copyMemoryToIBuffer()
258 static int copyIBuffers(const SharedBuffer& src, const SharedBuffer& dst, in copyIBuffers()
273 static int copyInternal(const RuntimeMemory& src, const RuntimeMemory& dst) { in copyInternal()
303 int RuntimeMemory::copy(const RuntimeMemory& src, const RuntimeMemory& dst) { in copy()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCompletionInfoUtils.java34 final CompletionInfo[] dst = new CompletionInfo[src.length]; in removeNulls() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetrics.java137 @Nullable DocumentInfo dst) { in logFileOperation()
301 DocumentInfo dst, in logInterProviderFileOps()
605 ProviderCounts counts, List<DocumentInfo> srcs, @Nullable DocumentInfo dst) { in countProviders()
623 ProviderCounts counts, String authority, @Nullable DocumentInfo dst) { in countForAuthority()
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtilsTests.java99 final File dst = File.createTempFile("testGetRawDict", ".tmp"); in testGetRawDictWorks() local
128 final File dst = File.createTempFile("testGetRawDict", ".tmp"); in testGetRawDictFails() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringInterfaceUtils.java96 private static String getInterfaceForDestination(LinkProperties lp, InetAddress dst) { in getInterfaceForDestination()

12345