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

  /external/webkit/WebKitTools/record-memory-win/
main.cpp 12 bool gSingleProcess = true;
46 gSingleProcess = false;
121 unsigned int memUsage = gSingleProcess ? OneQuery(hProcess) : OneQueryMP(hProcess);
125 memUsage = gSingleProcess ? OneQuery(hProcess) : OneQueryMP(hProcess);
  /frameworks/base/libs/binder/
ProcessState.cpp 46 static bool gSingleProcess = false;
87 gSingleProcess = singleProcess;
325 if (gSingleProcess) {

Completed in 69 milliseconds