Home
last modified time | relevance | path

Searched defs:outBuffer (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/client/
Dfastdeploycallbacks.cpp49 int capture_shell_command(const char* command, std::vector<char>* outBuffer, in capture_shell_command()
55 DeployAgentBufferCallback::DeployAgentBufferCallback(std::vector<char>* outBuffer, in DeployAgentBufferCallback()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Dpatricia_trie_reading_utils.cpp71 int *const outBuffer, int *const pos) { in getCharsAndAdvancePosition()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java196 final byte[] outBuffer) throws IOException, UnsupportedFormatException { in readStreamExhaustively()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbyte_array_utils.h186 const int maxLength, const int *const codePointTable, int *const outBuffer, in readStringAndAdvancePosition()