OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:discards
(Results
51 - 75
of
470
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
packet_buffer.h
93
//
Discards
the first packet in the buffer. The packet is deleted.
98
//
Discards
all packets that are (strictly) older than |timestamp_limit|.
/external/clang/test/Sema/
builtins-arm-exclusive.c
44
res |= __builtin_arm_strex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *'
discards
qualifiers}}
95
res |= __builtin_arm_stlex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *'
discards
qualifiers}}
builtins-arm64-exclusive.c
44
res |= __builtin_arm_strex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *'
discards
qualifiers}}
93
res |= __builtin_arm_stlex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *'
discards
qualifiers}}
conditional-expr.c
23
vp = (0 ? vp : cip); // expected-warning {{
discards
qualifiers}}
24
vp = (0 ? cip : vp); // expected-warning {{
discards
qualifiers}}
/device/generic/goldfish/libqemu/
test_host_2.c
21
*
discards
it immediately.
/docs/source.android.com/src/devices/tech/datausage/
kernel-overview.jd
28
quota limit is reached, the <code>quota2</code> module
discards
all subsequent
/external/chromium_org/chrome/common/extensions/api/
webrtc_logging_private.idl
66
//
Discards
the log. Logging must be stopped before this function is called.
/external/chromium_org/chrome/renderer/media/
cast_session.h
79
// existing subscriber and
discards
logs.
/external/chromium_org/content/browser/media/capture/
web_contents_audio_muter.cc
53
// Calls FetchAudioData() at regular intervals and
discards
the data.
/external/chromium_org/media/base/
text_renderer.h
56
//
Discards
any text data, executing |callback| when completed.
/external/chromium_org/media/formats/mp4/
mp4_stream_parser.h
59
// extracted from the stream. This function
discards
data from the stream up
/external/chromium_org/third_party/cython/src/Cython/Distutils/
extension.py
107
# -OO
discards
docstrings
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
list.pxd
46
# item and
discards
a reference to an item already in the list at
/external/chromium_org/third_party/freetype/include/freetype/
ftsizes.h
111
/* automatically
discards
all size objects allocated with */
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_uma.h
68
uma_fini uz_fini; /*
Discards
memory */
/external/deqp/doc/testspecs/GLES3/
functional.rasterizer_discard.txt
51
framebuffer
discards
are tested with scissor test enabled.
/external/eigen/doc/
StlContainers.dox
57
<span class="note">\b Explanation: The resize() method of std::vector takes a value_type argument (defaulting to value_type()). So with std::vector<Eigen::Vector4f>, some Eigen::Vector4f objects will be passed by value, which
discards
any alignment modifiers, so a Eigen::Vector4f can be created at an unaligned location. In order to avoid that, the only solution we saw was to specialize std::vector to make it work on a slight modification of, here, Eigen::Vector4f, that is able to deal properly with this situation.
/external/freetype/include/
ftsizes.h
111
/* automatically
discards
all size objects allocated with */
/external/pdfium/core/include/thirdparties/freetype/freetype/
ftsizes.h
111
/* automatically
discards
all size objects allocated with */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftsizes.h
111
/* automatically
discards
all size objects allocated with */
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowToast.java
78
* Non-Android accessor that
discards
the recorded {@code Toast}s
/frameworks/base/tools/aapt/
WorkQueue.h
75
* Otherwise, returns OK,
discards
all pending work units and prevents additional
/external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.h
56
// Uploads the log and the RTP dumps.
Discards
the local copy. May only be
64
//
Discards
the log and the RTP dumps. May only be called after logging has
/external/jpeg/
jpegtran.1
139
This option
discards
the chrominance channels if the input image is YCbCr
158
but
discards
any other inessential data.
/external/qemu/distrib/jpeg-6b/
jpegtran.1
139
This option
discards
the chrominance channels if the input image is YCbCr
158
but
discards
any other inessential data.
Completed in 331 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>