HomeSort by relevance Sort by last modified time
    Searched full:unsigned_short (Results 1 - 25 of 38) sorted by null

1 2

  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
Android.mk 23 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_short
24 test_src := unsigned_short.pass.cpp
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Android.mk 23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_short
24 test_src := unsigned_short.pass.cpp
  /external/lldb/test/types/
TestIntegerTypes.py 76 """Test that 'unsigned_short'-type variables are displayed correctly."""
77 self.build_and_run('unsigned_short.cpp', set(['unsigned', 'short']))
83 self.build_and_run('unsigned_short.cpp', set(['unsigned', 'short']), bc=True)
88 self.build_and_run('unsigned_short.cpp', set(['unsigned', 'short']), dsym=False)
TestIntegerTypesExpr.py 76 """Test that 'unsigned_short'-type variable expressions are evaluated correctly."""
77 self.build_and_run_expr('unsigned_short.cpp', set(['unsigned', 'short']))
83 self.build_and_run_expr('unsigned_short.cpp', set(['unsigned', 'short']), bc=True)
88 self.build_and_run_expr('unsigned_short.cpp', set(['unsigned', 'short']), dsym=False)
  /external/chromium_org/third_party/angle/extensions/
ANGLE_depth_texture.txt 73 UNSIGNED_SHORT 0x1403
101 UNSIGNED_SHORT ushort No
295 DEPTH_COMPONENT16 DEPTH_COMPONENT UNSIGNED_SHORT
309 <internalformat> are DEPTH_COMPONENT and <type> is not UNSIGNED_SHORT,
313 DEPTH_COMPONENT and <type> is not UNSIGNED_SHORT, or UNSIGNED_INT.
316 <internalformat> are not DEPTH_COMPONENT and <type> is UNSIGNED_SHORT,
320 not DEPTH_COMPONENT and <type> is UNSIGNED_SHORT, or UNSIGNED_INT.
ANGLE_instanced_arrays.txt 178 <type> must be one of UNSIGNED_BYTE, UNSIGNED_SHORT, or UNSIGNED_INT,
278 not one of UNSIGNED_BYTE, UNSIGNED_SHORT or UNSIGNED_INT.
  /external/stlport/test/unit/
type_traits_test.cpp 304 typedef unsigned short unsigned_short; typedef
305 CPPUNIT_ASSERT( is_integer(unsigned_short()) == 1 );
350 typedef unsigned short unsigned_short; typedef
351 CPPUNIT_ASSERT( is_rational(unsigned_short()) == 0 );
limits_test.cpp 285 typedef unsigned short unsigned_short; typedef
286 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_short()));
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 304 typedef unsigned short unsigned_short; typedef
305 CPPUNIT_ASSERT( is_integer(unsigned_short()) == 1 );
350 typedef unsigned short unsigned_short; typedef
351 CPPUNIT_ASSERT( is_rational(unsigned_short()) == 0 );
limits_test.cpp 285 typedef unsigned short unsigned_short; typedef
286 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_short()));
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 304 typedef unsigned short unsigned_short; typedef
305 CPPUNIT_ASSERT( is_integer(unsigned_short()) == 1 );
350 typedef unsigned short unsigned_short; typedef
351 CPPUNIT_ASSERT( is_rational(unsigned_short()) == 0 );
limits_test.cpp 286 typedef unsigned short unsigned_short; typedef
287 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_short()));
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 279 "HIndexed{h1:2x,h6:3x,UNSIGNED_SHORT}");
329 TRY(False, MPI_UNSIGNED_SHORT, "UNSIGNED_SHORT");
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.cc 124 .SetValue("UNSIGNED_SHORT", GL_UNSIGNED_SHORT)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 112 // SHORT, norm-SHORT, norm-UNSIGNED_SHORT are supported but only with 2 or 4 components
  /external/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 89 add the following to Table 3.10 (UNSIGNED_SHORT formats):
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 89 add the following to Table 3.10 (UNSIGNED_SHORT formats):
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3.swg 39 %typemap(m3rawtype) unsigned short, const unsigned short & "C.unsigned_short"
60 %typemap(m3rawintype) unsigned short *, unsigned short &, unsigned short "C.unsigned_short"
84 %typemap(m3rawrettype) unsigned short, const unsigned short & "C.unsigned_short"
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
formatutils9.cpp 509 // UNSIGNED_SHORT FLOAT (Cast)
510 // UNSIGNED_SHORT-norm USHORT-norm (Identity) or FLOAT (Normalize)
    [all...]
  /external/chromium_org/mojo/apps/js/
main.js 357 this.gl_.UNSIGNED_SHORT, 0);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 242 const GLenum UNSIGNED_SHORT = 0x1403;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_recv.py 342 x.append( [2, ['SHORT', 'UNSIGNED_SHORT']] )
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 677 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_SHORT ? "unsigned_short"
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 342 x.append( [2, ['SHORT', 'UNSIGNED_SHORT']] )
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 896 return "UNSIGNED_SHORT";
    [all...]

Completed in 1018 milliseconds

1 2