HomeSort by relevance Sort by last modified time
    Searched refs:Discard (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium/net/disk_cache/
storage_block.h 50 void Discard();
storage_block-inl.h 66 template<typename T> void StorageBlock<T>::Discard() {
entry_impl.cc 34 // discard, or when the NetLog is not set to log all events.
46 void Discard();
74 void SyncCallback::Discard() {
990 io_callback->Discard();
995 io_callback->Discard();
    [all...]
  /external/chromium_org/net/disk_cache/
storage_block.h 49 void Discard();
storage_block-inl.h 66 template<typename T> void StorageBlock<T>::Discard() {
entry_impl.cc 35 // discard, or when the NetLog is not set to log all events.
47 void Discard();
75 void SyncCallback::Discard() {
506 entry_.Discard();
510 node_.Discard();
1040 io_callback->Discard();
1046 io_callback->Discard();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_api.cc 31 namespace Discard = api::webrtc_logging_private::Discard;
241 scoped_ptr<Discard::Params> params(Discard::Params::Create(*args_));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 76 Discard
DrawingBuffer.cpp 191 if (m_preserveDrawingBuffer == Discard) {
194 // It appears safe to overwrite the context's framebuffer binding in the Discard case since there will always be a
  /external/chromium_org/third_party/WebKit/Source/web/tests/
DrawingBufferTest.cpp 117 m_drawingBuffer = DrawingBuffer::create(context.get(), IntSize(initialWidth, initialHeight), DrawingBuffer::Discard, contextEvictionManager.release());
  /device/asus/grouper/
full_grouper.mk 28 # Discard inherited values and use our own instead.
  /device/asus/tilapia/
full_tilapia.mk 28 # Discard inherited values and use our own instead.
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 831 io_callback->Discard();
837 io_callback->Discard();
936 io_callback->Discard();
941 io_callback->Discard();
1063 entry_.Discard();
1067 node_.Discard();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 245 Discard,
369 return Discard;
379 return Discard;
548 if (res == Discard) {
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 245 Discard,
369 return Discard;
379 return Discard;
548 if (res == Discard) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compiler.py 265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compiler.py 265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 19 # (except Module, Discard and Stmt) added by Sylvain Thenault
275 assert isinstance(code.nodes[0], Discard)
311 assert isinstance(code.nodes[0], Discard)
367 return Discard(exprNode, lineno=exprNode.lineno)
419 return Discard(expr, lineno=expr.lineno)
809 # here, Render it harmless. (genc discards ('discard',
811 return Discard(Const(None))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 19 # (except Module, Discard and Stmt) added by Sylvain Thenault
275 assert isinstance(code.nodes[0], Discard)
311 assert isinstance(code.nodes[0], Discard)
367 return Discard(exprNode, lineno=exprNode.lineno)
419 return Discard(expr, lineno=expr.lineno)
809 # here, Render it harmless. (genc discards ('discard',
811 return Discard(Const(None))
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_dialog.js 257 // Discard the window object and reopen in an external window.
258 e.window.discard();
suggest_apps_dialog.js 274 // Discard the window object and reopen in an external window.
275 event.window.discard();
  /external/chromium_org/v8/test/cctest/
log-eq-of-logging-and-traversal.js 64 // Discard types to avoid discrepancies in "LazyCompile" vs. "Function".
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 60 // Discard types to avoid discrepancies in "LazyCompile" vs. "Function".
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/elfutils/tests/
run-strings-test.sh 405 testfile8: 85c0 Discard symbols from object files.
474 testfile9: 3e20 Discard symbols from object files.

Completed in 944 milliseconds

1 2