HomeSort by relevance Sort by last modified time
    Searched defs:GetEntries (Results 1 - 4 of 4) sorted by null

  /bionic/tests/libs/
bionic_tests_zipalign.cpp 42 static bool GetEntries(ZipArchiveHandle handle, std::vector<ZipData>* entries) {
72 if (!GetEntries(handle, &entries)) {
  /external/v8/src/third_party/vtune/
vtune-jit.cc 118 static JitInfoMap* GetEntries() {
191 GetEntries()->find(event->code_start);
192 if (entry != GetEntries()->end() && IsLineInfoTagged(entry->first)) {
213 GetEntries()->erase(event->code_start);
246 GetEntries()->insert(std::pair <void*, void*>(event->code_start, event->user_data));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpmgmt.h     [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 215 milliseconds