HomeSort by relevance Sort by last modified time
    Searched refs:temp_table (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/common/windows/
dia_util.cc 76 CComPtr<IDiaTable> temp_table; local
78 while (SUCCEEDED(enum_tables->Next(1, &temp_table, &fetched)) &&
81 if (SUCCEEDED(temp_table->QueryInterface(iid, &temp))) {
85 temp_table.Release();
  /art/patchoat/
patchoat.cc 472 InternTable temp_table; local
476 temp_table.AddTableFromMemory(image_->Begin() + section.Offset());
478 temp_table.VisitRoots(&visitor, kVisitRootFlagAllRoots);
490 ClassTable temp_table; local
491 temp_table.ReadFromMemory(image_->Begin() + section.Offset());
493 temp_table.VisitRoots(UnbufferedRootVisitor(&visitor, RootInfo(kRootUnknown)));
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 264 struct eloop_sock *temp_table; local
305 temp_table = os_realloc_array(eloop.fd_table, next,
307 if (temp_table == NULL)
311 eloop.fd_table = temp_table;
    [all...]
  /art/runtime/gc/space/
image_space.cc 1357 ClassTable temp_table; local
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 107 milliseconds