HomeSort by relevance Sort by last modified time
    Searched full:deallocatememory (Results 1 - 20 of 20) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
LatinIMEForTests.java 28 protected void deallocateMemory() {
29 super.deallocateMemory();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesAdapter.java 99 oldKeyboardView.deallocateMemory();
111 oldKeyboardView.deallocateMemory();
140 keyboardView.deallocateMemory();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DrawingPreviewPlacerView.java 63 public void deallocateMemory() {
73 deallocateMemory();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 380 public void deallocateMemory() {
383 mKeyboardView.deallocateMemory();
MainKeyboardView.java     [all...]
KeyboardView.java 587 public void deallocateMemory() {
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.h 73 nub_bool_t DeallocateMemory (nub_addr_t addr);
MachTask.cpp     [all...]
  /external/lldb/source/Expression/
IRMemoryMap.cpp 398 process_sp->DeallocateMemory(allocation.m_process_alloc); // FindSpace allocated this for real
408 process_sp->DeallocateMemory(allocation.m_process_alloc);
ClangFunction.cpp 479 exe_ctx.GetProcessRef().DeallocateMemory(args_addr);
  /external/lldb/source/Target/
Memory.cpp 441 AllocatedMemoryCache::DeallocateMemory (lldb::addr_t addr)
457 log->Printf("AllocatedMemoryCache::DeallocateMemory (addr = 0x%16.16" PRIx64 ") => %i", (uint64_t)addr, success);
Process.cpp     [all...]
  /external/lldb/include/lldb/Target/
Memory.h 170 DeallocateMemory (lldb::addr_t ptr);
Process.h     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 272 latinIme.deallocateMemory();
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 200 DeallocateMemory (lldb::addr_t addr);
GDBRemoteCommunicationClient.cpp     [all...]
ProcessGDBRemote.cpp     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp     [all...]
  /external/lldb/tools/debugserver/source/
DNB.cpp     [all...]

Completed in 1566 milliseconds