/packages/modules/adb/client/ |
D | fastdeploycallbacks.cpp | 38 DeployAgentBufferCallback(std::vector<char>* outBuffer, std::vector<char>* errBuffer); 49 int capture_shell_command(const char* command, std::vector<char>* outBuffer, in capture_shell_command() argument 51 DeployAgentBufferCallback cb(outBuffer, errBuffer); in capture_shell_command() 55 DeployAgentBufferCallback::DeployAgentBufferCallback(std::vector<char>* outBuffer, in DeployAgentBufferCallback() argument 57 mpOutBuffer = outBuffer; in DeployAgentBufferCallback()
|
D | fastdeploycallbacks.h | 21 int capture_shell_command(const char* command, std::vector<char>* outBuffer,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
D | header_policy.cpp | 96 BufferWithExtendableBuffer *const outBuffer) const { in fillInAndWriteHeaderToBuffer() 100 if (!HeaderReadWriteUtils::writeDictionaryVersion(outBuffer, mDictFormatVersion, in fillInAndWriteHeaderToBuffer() 104 if (!HeaderReadWriteUtils::writeDictionaryFlags(outBuffer, mDictionaryFlags, in fillInAndWriteHeaderToBuffer() 110 if (!HeaderReadWriteUtils::writeDictionaryHeaderSize(outBuffer, 0 /* size */, in fillInAndWriteHeaderToBuffer() 114 if (!HeaderReadWriteUtils::writeHeaderAttributes(outBuffer, &attributeMapToWrite, in fillInAndWriteHeaderToBuffer() 119 if (!HeaderReadWriteUtils::writeDictionaryHeaderSize(outBuffer, writingPos, in fillInAndWriteHeaderToBuffer()
|
D | header_policy.h | 203 BufferWithExtendableBuffer *const outBuffer) const;
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | BinaryDictOffdeviceUtils.java | 196 final byte[] outBuffer) throws IOException, UnsupportedFormatException { in readStreamExhaustively() argument 199 while (readBytes != outBuffer.length) { in readStreamExhaustively() 200 readBytesLastCycle = inputStream.read(outBuffer, readBytes, in readStreamExhaustively() 201 outBuffer.length - readBytes); in readStreamExhaustively() 204 + " (expected " + outBuffer.length + ", read " + readBytes + ")"); in readStreamExhaustively()
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | LSHProjection.cpp | 189 const RunTimeOperandInfo* weight, int32_t* outBuffer); 192 const RunTimeOperandInfo* weight, int32_t* outBuffer); 196 const RunTimeOperandInfo* weight, int32_t* outBuffer); 199 const RunTimeOperandInfo* weight, int32_t* outBuffer);
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
D | patricia_trie_reading_utils.cpp | 71 int *const outBuffer, int *const pos) { in getCharsAndAdvancePosition() argument 75 outBuffer, pos); in getCharsAndAdvancePosition() 87 outBuffer[0] = codePoint; in getCharsAndAdvancePosition()
|
D | patricia_trie_reading_utils.h | 42 const int maxLength, const int *const codePointTable, int *const outBuffer,
|
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | LSHProjection.h | 71 int32_t* outBuffer); 75 const RunTimeOperandInfo* weight, int32_t* outBuffer);
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsReplySender.java | 213 final byte[] outBuffer = MdnsUtils.createRawDnsPacket(mPacketCreationBuffer, packet); in sendNow() 214 mSocket.send(new DatagramPacket(outBuffer, 0, outBuffer.length, destination)); in sendNow()
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/util/ |
D | MdnsUtils.java | 324 final byte[] outBuffer = Arrays.copyOfRange(packetCreationBuffer, 0, len); in createQueryDatagramPackets() 325 datagramPackets.add(new DatagramPacket(outBuffer, 0, outBuffer.length, destination)); in createQueryDatagramPackets()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | byte_array_utils.h | 186 const int maxLength, const int *const codePointTable, int *const outBuffer, in readStringAndAdvancePosition() argument 191 outBuffer[length++] = codePoint; in readStringAndAdvancePosition()
|
/packages/services/Car/tests/usb/AoapPhoneCompanionApp/src/com/google/android/car/usb/aoap/companion/ |
D | AoapPhoneCompanionActivity.java | 208 byte[] outBuffer = "DONE".getBytes(); in run() 210 mOutputStream.write(outBuffer); in run()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/nodes/ |
D | IVideoRendererNode.cpp | 623 uint8_t* inBuffer, uint32_t inBufferSize, uint8_t** outBuffer, uint32_t* outBufferSize) in RemoveAUDNalUnit() argument 626 *outBuffer = inBuffer; in RemoveAUDNalUnit() 648 *outBuffer = currBuffer; in RemoveAUDNalUnit()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/video/nodes/ |
D | IVideoRendererNode.h | 86 uint8_t* inBuffer, uint32_t ibufferSize, uint8_t** outBuffer, uint32_t* outBufferSize);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 160 byte[] outBuffer = {0x1, 0x2, 0x3, 0x4}; in testFileContent() 161 out.write(outBuffer); in testFileContent() 167 assertEquals(numBytesRead, outBuffer.length); in testFileContent() 168 MoreAsserts.assertEquals(outBuffer, inBuffer); in testFileContent()
|