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

  /external/llvm/utils/FileCheck/
CMakeLists.txt 7 target_link_libraries(FileCheck imagehlp psapi)
  /external/llvm/utils/FileUpdate/
CMakeLists.txt 7 target_link_libraries(FileUpdate imagehlp psapi)
  /external/llvm/utils/not/
CMakeLists.txt 7 target_link_libraries(not imagehlp psapi)
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 162 static HMODULE psapi = NULL; local
176 if (!psapi)
177 if ((psapi = LoadLibrary ("psapi.dll")) == NULL)
180 if (!(pfnEnumProcessModules = (PFNENUMPROCESSMODULES) GetProcAddress (psapi, "EnumProcessModules")))
ChangeLog 764 * gmodule-win32.c: No need to include <psapi.h>
774 process. There are two alternative APIs to do this: PSAPI and
782 Code for using PSAPI and Toolhelp was borrowed from the Dr. Mingw
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp 20 #include <psapi.h>
  /external/webkit/Tools/record-memory-win/
main.cpp 3 #include <psapi.h>
10 #pragma comment(lib, "psapi.lib")
  /external/llvm/cmake/modules/
TableGen.cmake 115 target_link_libraries(${target} imagehlp psapi)
LLVM-Config.cmake 5 set(system_libs ${system_libs} imagehlp psapi)
  /external/llvm/lib/Support/Windows/
Process.inc 15 #include <psapi.h>
25 #pragma comment(lib, "psapi.lib")
Signals.inc 24 #include <psapi.h>
27 #pragma comment(lib, "psapi.lib")
  /external/chromium/chrome/browser/
memory_details_win.cc 7 #include <psapi.h>
browser_focus_uitest.cc 46 #include <Psapi.h>
    [all...]
  /external/chromium/base/
process_util_win.cc 11 #include <psapi.h>
871 const wchar_t kPsapiDllName[] = L"psapi.dll";
file_util_win.cc 9 #include <psapi.h>
    [all...]
  /external/llvm/device/include/llvm/Config/
config.h 197 /* Define to 1 if you have the `psapi' library (-lpsapi). */
  /external/llvm/host/include/llvm/Config/
config.h 506 /* Define to 1 if you have the `psapi' library (-lpsapi). */
  /external/llvm/include/llvm/Config/
config.h.cmake 211 /* Define to 1 if you have the `psapi' library (-lpsapi). */
config.h.in 209 /* Define to 1 if you have the `psapi' library (-lpsapi). */
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 54 #include <psapi.h>
  /external/chromium/build/
common.gypi     [all...]
  /external/llvm/autoconf/
configure.ac     [all...]
  /external/llvm/projects/sample/autoconf/
configure.ac     [all...]

Completed in 927 milliseconds