/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_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/chromium_org/chrome/browser/chromeos/memory/ |
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/media/base/ |
audio_discard_helper_unittest.cc | 132 // Tell the helper we want to discard half of the initial frames. 158 // Tell the helper we want to discard 1.5 buffers worth of frames. 221 // Set a discard padding equivalent to half the buffer. 244 // Set a discard padding equivalent to double the buffer size. 248 // Verify the end discard padding is rejected. 265 // Set a discard padding equivalent to a quarter of the buffer. 269 // Set an initial discard of a quarter of the buffer. 294 // Set all the discard values to be different to ensure each is properly used. 324 // Set a discard padding equivalent to half of the buffer. 332 // Processing another buffer (with the same discard padding) should discar [all...] |
/external/clang/docs/ |
DataFlowSanitizer.rst | 56 is unknown. The other supported categories are ``discard``, ``functional`` 59 * ``discard`` -- To the extent that this function writes to (user-accessible) 63 * ``functional`` -- Like ``discard``, except that the label of its return value 97 fun:main=discard 101 fun:malloc=discard
|
/external/llvm/test/CodeGen/X86/ |
dllexport.ll | 39 ; CHECK: .section .text,"xr",discard,_lnk1 45 ; CHECK: .section .text,"xr",discard,_lnk2 51 ; CHECK: .section .text,"xr",discard,_weak1 69 ; CHECK: .section .data,"wd",discard,_WeakVar1 73 ; CHECK: .section .rdata,"rd",discard,_WeakVar2
|
coff-comdat.ll | 58 ; CHECK: .section .text,"xr",discard,_f1 70 ; CHECK: .section .text,"xr",discard,@f7@0 74 ; CHECK: .section .text,"xr",discard,@f8@0
|
/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/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() 67 static void discard(long tabId,
|
/external/chromium_org/mojo/public/c/system/ |
data_pipe.h | 23 // |MOJO_CREATE_DATA_PIPE_OPTIONS_FLAG_MAY_DISCARD|: May discard data for 25 // is reached, old data may be discard to make room for new data. 78 // |MOJO_READ_DATA_FLAG_ALL_OR_NONE| - Read (or discard) either the requested 80 // |MOJO_READ_DATA_FLAG_DISCARD| - Discard (up to) the requested number of 144 // Note: If the data pipe has the "may discard" option flag (specified on 145 // creation), this will discard as much data as required to write the given 147 // However, even with "may discard", if |*num_bytes| is greater than the data 150 // set |*num_bytes| to that amount. It will *not* discard data from |elements|. 194 // Note: If the data pipe has the "may discard" option flag (specified on 196 // discard some data [all...] |
/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.
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
IndexBuffer9.cpp | 153 bool IndexBuffer9::discard() function in class:rx::IndexBuffer9 163 ERR("Discard lock failed with error 0x%08x", result); 170 ERR("Discard unlock failed with error 0x%08x", result);
|
/external/ipsec-tools/src/libipsec/ |
ipsec_set_policy.3 | 97 .Bl -tag -width "discard" 98 .It Ar direction [priority specification] Li discard 126 .Bl -tag -width "discard" 154 .Li discard 177 .Bl -tag -width "discard" 300 in discard
|
/external/llvm/docs/ |
Extensions.rst | 83 ``discard`` 119 .section secName, "dr", discard, "Symbol1" 127 .linkonce discard 139 .section secName, "dr", discard, "Symbol1" 144 .section secName, "dr", discard, "Symbol2" 165 .section .foo,"bw",discard, "sym"
|
/external/chromium_org/third_party/WebKit/Tools/ |
run-perf-test.cfg | 9 the metric you're interested in, and repeat/discard parameters. You can then 27 'truncate_percent': Discard the highest/lowest % values from performance test.
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
VertexBuffer.h | 40 virtual bool discard() = 0; 80 bool discard();
|
/external/chromium_org/tools/ |
run-perf-test.cfg | 9 the metric you're interested in, and repeat/discard parameters. You can then 27 'truncate_percent': Discard the highest/lowest % values from performance test.
|
/external/e2fsprogs/lib/ext2fs/ |
io_manager.c | 108 if (channel->manager->discard) 109 return (channel->manager->discard)(channel, block, count);
|
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ |
io.pass.cpp | 36 e1.discard(100); 50 e1.discard(100);
|
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
eval.pass.cpp | 74 e.discard(400); 84 e.discard(400);
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ |
io.pass.cpp | 42 e1.discard(100); 56 e1.discard(100);
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
io.pass.cpp | 36 e1.discard(100); 50 e1.discard(100);
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPDuplicateHeaderException.java | 38 * 1. discard the duplicate by returning null 40 * 3. Discard the entire message by throwing an exception.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ |
io.pass.cpp | 36 e1.discard(100); 50 e1.discard(100);
|