/external/chromium_org/chrome/browser/chromeos/memory/ |
oom_priority_manager.h | 44 // Number of discard events since Chrome started. 63 // Tab discard happens sometime later, as collecting the statistics touches 89 // can be easily reloaded and hence makes a good choice to discard. 92 // Discards a tab with the given unique ID. Returns true if discard occurred. 95 // Records UMA histogram statistics for a tab discard. We record statistics 152 // Wall-clock time of last tab discard during this browsing session, or 0 if 153 // no discard has happened yet. 163 // Whether a tab discard event has occurred during the last time interval,
|
oom_priority_manager.cc | 70 // you must replace Tabs.Discard.DiscardInLastMinute with a new statistic. 78 // updated to reflect its front-most status and protect it from discard. 244 // discard the entire set together, or use that in the priority computation. 297 // Can't discard tabs that are already discarded or active. 306 // memory state that lead to the discard. 318 // Record a raw count so we can compare to discard reloads. 321 "Tabs.Discard.DiscardCount", discard_count_, 1, 1000, 50); 325 "Tabs.Discard.TabCount", GetTabCount(), 1, 100, 50); 337 // This is the first discard this session. 342 "Tabs.Discard.InitialTime2", interval_seconds, 1, 100000, 50) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
toolbar_button.mm | 34 // Discard the events before the middle button up event. 35 // If we don't discard it, the events will be re-processed later.
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
SoftParticle.frag | 26 discard;
45 discard;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
discard.pass.cpp | 15 // void discard(unsigned long long z); 26 e1.discard(3);
|
/system/extras/tests/mmc_tracepoints/ |
README | 25 It includes read, write and discard entries. The discard entries came from
|
/external/chromium_org/chrome/common/extensions/api/ |
webrtc_logging_private.idl | 48 // otherwise it will be discarded. The default setting is to discard it. 53 // Stops logging. After stop has finished, either upload() or discard() 66 static void discard(long tabId,
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
IndexBuffer.cpp | 116 bool IndexBufferInterface::discard() function in class:rx::IndexBufferInterface 118 return mIndexBuffer->discard(); 153 if (!discard())
|
IndexBuffer11.h | 35 virtual bool discard();
|
IndexBuffer9.h | 35 virtual bool discard();
|
IndexBuffer.h | 31 virtual bool discard() = 0; 71 bool discard();
|
/dalvik/dx/src/com/android/dx/merge/ |
CollisionPolicy.java | 25 * Keep the class def from the first dex file and discard the def from the
|
/external/blktrace/ |
act_mask.c | 29 DECLARE_MASK_MAP(DISCARD),
|
/external/chromium_org/media/mp2t/ |
ts_section_psi.h | 44 // Number of leading bytes to discard (pointer field).
|
/external/chromium_org/tools/gyp/test/win/uldi/ |
uldi.gyp | 40 # same name, the linker will discard the obj file, invalidating the
|
/external/llvm/test/Transforms/InstCombine/ |
2011-05-13-InBoundsGEP.ll | 4 ; must not discard GEPs that might overflow at runtime (aren't inbounds)
|
/external/chromium_org/tools/perf/measurements/ |
memory_pressure.py | 35 histogram_type, "Tabs.Discard.DiscardCount", tab) 53 # End the test at the first kill or discard.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
io.pass.cpp | 36 e1.discard(100); 50 e1.discard(100);
|
/packages/apps/UnifiedEmail/res/menu-sw600dp/ |
compose_menu.xml | 40 <item android:id="@+id/discard" 42 android:title="@string/discard" />
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 28 together with information about whether or not Path, Port and Discard were 84 discard = False 87 discard = True 96 discard, 100 if not ignore_discard and c.discard: 123 if not ignore_discard and cookie.discard:
|
_weakrefset.py | 44 self.data.discard(item) 54 discard = self.data.discard 56 discard(l.pop()) 111 def discard(self, item): member in class:WeakSet 114 self.data.discard(ref(item))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 28 together with information about whether or not Path, Port and Discard were 84 discard = False 87 discard = True 96 discard, 100 if not ignore_discard and c.discard: 123 if not ignore_discard and cookie.discard:
|
_weakrefset.py | 44 self.data.discard(item) 54 discard = self.data.discard 56 discard(l.pop()) 111 def discard(self, item): member in class:WeakSet 114 self.data.discard(ref(item))
|
/external/apache-http/src/org/apache/http/cookie/ |
SetCookie2.java | 57 * Set the Discard attribute. 59 * Note: <tt>Discard</tt> attribute overrides <tt>Max-age</tt>. 63 void setDiscard(boolean discard);
|
/external/chromium_org/net/spdy/ |
spdy_buffer.h | 37 DISCARD 43 // source followed by at most one call with DISCARD as the 57 // any consume callbacks with a DISCARD source.
|