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

  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
backends.py 137 def Freeze(self):
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
background_tasks.py 93 # Freeze the process, so that the mmaps and the heap dump are consistent.
94 process.Freeze()
  /external/chromium_org/v8/src/
interface.h 91 void Freeze(bool* ok) {
parser.cc     [all...]
objects.h     [all...]
objects.cc     [all...]
runtime.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocmm.h 175 virtual HRESULT WINAPI Freeze(WINBOOL fFreeze) = 0;
186 HRESULT (WINAPI *Freeze)(ITimer *This,WINBOOL fFreeze);
199 #define ITimer_Freeze(This,fFreeze) (This)->lpVtbl->Freeze(This,fFreeze)
oleidl.h     [all...]
tom.h 169 virtual HRESULT WINAPI Freeze(__LONG32 *pCount) = 0;
199 HRESULT (WINAPI *Freeze)(ITextDocument *This,__LONG32 *pCount);
231 #define ITextDocument_Freeze(This,pCount) (This)->lpVtbl->Freeze(This,pCount)
    [all...]
ocidl.h     [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend.py 420 def Freeze(self):
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 55 FREEZE,
89 public static final BlendComposite Freeze = new BlendComposite(BlendingMode.FREEZE);
468 case FREEZE:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 1113 ULONG Freeze;
    [all...]

Completed in 477 milliseconds