/external/chromium_org/chrome/installer/test/ |
resource_updater.cc | 20 // An update wasn't committed, so discard it.
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_context_wrapper.h | 48 // what data to keep and what data to discard at shutdown.
|
/external/chromium_org/media/cast/base/ |
clock_drift_smoother.h | 28 // Discard all history and reset to exactly |offset|, measured |now|.
|
/external/chromium_org/media/formats/mp2t/ |
es_parser_adts.h | 54 // Discard some bytes from the ES stream.
|
/external/chromium_org/mojo/system/ |
local_data_pipe.cc | 62 // Discard as much as needed (discard oldest first). 115 // In "may discard" mode, we can always write from the write index to the 119 // To do so, we need to discard an appropriate amount of data.
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
openssl_aes.py | 48 #plaintext block on the end. That's okay - the below code will discard it.
|
/external/chromium_org/ui/views/controls/webview/ |
unhandled_keyboard_event_handler_linux.cc | 30 // cases, we discard the Char events.
|
unhandled_keyboard_event_handler_win.cc | 29 // cases, we discard the Char events.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-937896.js | 29 // discard duplicates which caused the outer-most continue statement
|
/external/deqp/modules/gles2/scripts/ |
gen-keywords.py | 46 "lowp", "mediump", "highp", "precision", "invariant", "discard", "return", "mat2", "mat3",
|
/external/fio/ |
trim.c | 2 * TRIM/DISCARD support
|
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
io.pass.cpp | 36 e1.discard(100);
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
io.pass.cpp | 36 e1.discard(100);
|
/external/libpcap/msdos/ |
pkt_rx0.asm | 161 @dump: inc _pktDrop[0] ; discard the packet on 1st call
173 jz @discard ; make sure we don't use NULL-pointer
182 ; je @discard
189 @discard:pop ds
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
AnotherPacketSource.h | 61 bool discard);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
io.pass.cpp | 36 e1.discard(100);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
io.pass.cpp | 36 e1.discard(100);
|
/packages/apps/Gallery/res/layout/ |
cropimage.xml | 48 android:id="@+id/discard"
|
/external/chromium_org/chrome/browser/chromeos/memory/ |
low_memory_observer.cc | 40 // If low memory is detected, then we discard a tab, wait 86 // We can only discard tabs on the UI thread. 92 // Sends off a discard request to the OomPriorityManager. Must be run on
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
VertexBuffer.cpp | 87 bool VertexBufferInterface::discard() function in class:rx::VertexBufferInterface 89 return mVertexBuffer->discard(); 211 if (!discard())
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
VertexBuffer9.cpp | 167 bool VertexBuffer9::discard() function in class:rx::VertexBuffer9 177 ERR("Discard lock failed with error 0x%08x", result); 184 ERR("Discard unlock failed with error 0x%08x", result);
|
/external/lldb/source/Plugins/Process/Utility/ |
InferiorCallPOSIX.cpp | 97 // This plan is a utility plan, so set it to discard itself when done. 183 // This plan is a utility plan, so set it to discard itself when done. 237 // This plan is a utility plan, so set it to discard itself when done.
|
/packages/apps/SoundRecorder/res/values/ |
strings.xml | 46 <!-- button to discard the current recording and return to the caller --> 47 <string name="discard">Discard</string>
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
AutoCloseInputStream.java | 69 * called to automatically close and discard the stream. 85 * i called to automatically close and discard the stream. 102 * i called to automatically close and discard the stream.
|
/system/core/fastbootd/ |
utils.c | 140 D(WARN, "Discard failed\n"); 143 D(WARN, "Wipe via secure discard failed, used discard instead\n");
|