OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Discard
(Results
1 - 10
of
10
) sorted by null
/external/chromium/net/disk_cache/
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-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/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h
76
Discard
/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/chromium_org/tools/gyp/pylib/gyp/
input.py
7
from compiler.ast import
Discard
167
assert isinstance(c2[0],
Discard
)
[
all
...]
/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/compiler/
ast.py
419
class
Discard
(Node):
431
return "
Discard
(%s)" % (repr(self.expr),)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py
419
class
Discard
(Node):
431
return "
Discard
(%s)" % (repr(self.expr),)
[
all
...]
Completed in 311 milliseconds