HomeSort by relevance Sort by last modified time
    Searched full:discards (Results 26 - 50 of 501) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
conditional-expr-4.m 29 void *r = x ? p : q; // expected-warning{{initializing 'void *' with an expression of type 'const void *' discards qualifiers}}
weak-attr-ivar.m 83 id *(__attribute__((objc_gc(strong))) x) = &t->ivar; // expected-warning {{initializing '__strong id *' with an expression of type '__weak id *' discards qualifiers}}
  /external/kernel-headers/original/uapi/linux/usb/
gadgetfs.h 80 /* discards any unclaimed data in the fifo. */
  /external/mesa3d/src/gallium/auxiliary/util/
u_transfer.c 27 /* transfer_inline_write implicitly discards the rewritten buffer range */
  /external/mesa3d/src/glsl/
ir_visitor.h 68 /* NOTE: function calls may never return due to discards inside them
  /external/skia/src/core/
SkPoint3.cpp 64 // The iOS ARM processor discards small denormalized numbers to go faster.
SkFloatBits.cpp 89 // The iOS ARM processor discards small denormalized numbers to go faster.
158 // The iOS ARM processor discards small denormalized numbers to go faster.
  /external/v8/src/interpreter/
constant-array-builder.h 57 // Discards constant pool reservation.
  /packages/apps/Camera2/src/com/android/camera/async/
BufferQueue.java 67 * Immediately discards the next available value, if one exists.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 80 /* discards any unclaimed data in the fifo. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 80 /* discards any unclaimed data in the fifo. */
  /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}}
  /external/libjpeg-turbo/
jpegtran.1 156 point X,Y. The lossless crop feature discards data outside of a given image
168 This option discards the chrominance channels if the input image is YCbCr
187 but discards any other data that is inessential for image display.
  /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/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
CountingOutputStreamTest.java 37 * Helper class that discards all output.
  /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/libbrillo/brillo/dbus/
async_event_sequencer.h 69 // Wrap a CompletionTask with a function that discards the result.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftsizes.h 111 /* automatically discards all size objects allocated with */
  /external/pdfium/third_party/freetype/include/freetype/
ftsizes.h 111 /* automatically discards all size objects allocated with */
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowToast.java 78 * Non-Android accessor that discards the recorded {@code Toast}s

Completed in 2411 milliseconds

12 3 4 5 6 7 8 91011>>