/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/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsReplySender.java | 115 final byte[] outBuffer = new byte[len]; in sendNow() 116 System.arraycopy(mPacketCreationBuffer, 0, outBuffer, 0, len); in sendNow() 118 mSocket.send(new DatagramPacket(outBuffer, 0, len, destination)); in sendNow()
|
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | LSHProjection.h | 71 int32_t* outBuffer); 75 const RunTimeOperandInfo* weight, int32_t* outBuffer);
|
/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 | 609 uint8_t* inBuffer, uint32_t inBufferSize, uint8_t** outBuffer, uint32_t* outBufferSize) in RemoveAUDNalUnit() argument 612 *outBuffer = inBuffer; in RemoveAUDNalUnit() 634 *outBuffer = currBuffer; in RemoveAUDNalUnit()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/video/nodes/ |
D | IVideoRendererNode.h | 97 uint8_t* inBuffer, uint32_t ibufferSize, uint8_t** outBuffer, uint32_t* outBufferSize);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 159 byte[] outBuffer = {0x1, 0x2, 0x3, 0x4}; in testFileContent() 160 out.write(outBuffer); in testFileContent() 166 assertEquals(numBytesRead, outBuffer.length); in testFileContent() 167 MoreAsserts.assertEquals(outBuffer, inBuffer); in testFileContent()
|