/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/ |
Android.mk | 43 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_int 44 test_src := unsigned_int.pass.cpp
|
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
Android.mk | 43 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_int 44 test_src := unsigned_int.pass.cpp
|
/external/lldb/test/types/ |
TestIntegerTypes.py | 110 """Test that 'unsigned_int'-type variables are displayed correctly.""" 111 self.build_and_run('unsigned_int.cpp', set(['unsigned', 'int'])) 117 self.build_and_run('unsigned_int.cpp', set(['unsigned', 'int']), bc=True) 122 self.build_and_run('unsigned_int.cpp', set(['unsigned', 'int']), dsym=False)
|
TestIntegerTypesExpr.py | 110 """Test that 'unsigned_int'-type variable expressions are evaluated correctly.""" 111 self.build_and_run_expr('unsigned_int.cpp', set(['unsigned', 'int'])) 117 self.build_and_run_expr('unsigned_int.cpp', set(['unsigned', 'int']), bc=True) 122 self.build_and_run_expr('unsigned_int.cpp', set(['unsigned', 'int']), dsym=False)
|
/external/chromium_org/sandbox/win/src/ |
target_services.cc | 132 if ((answer.extended[0].unsigned_int < tick1) || 133 (answer.extended[0].unsigned_int > tick2)) { 138 if (answer.extended[1].unsigned_int != cookie * 2) {
|
registry_dispatcher.cc | 114 ipc->return_info.extended[0].unsigned_int = disposition;
|
registry_interception.cc | 84 *disposition = answer.extended[0].unsigned_int;
|
sandbox_policy_base.cc | 659 ipc->return_info.extended[0].unsigned_int = ::GetTickCount(); 660 ipc->return_info.extended[1].unsigned_int = 2 * cookie;
|
crosscall_params.h | 53 uint32 unsigned_int; member in union:sandbox::MultiType
|
ipc_unittest.cc | 577 ipc->return_info.extended[1].unsigned_int = p2; 633 EXPECT_EQ(foo, call_return.extended[1].unsigned_int);
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_depth_texture.txt | 74 UNSIGNED_INT 0x1405 102 UNSIGNED_INT uint No 130 Table 3.6.B: UNSIGNED_INT formats 296 DEPTH_COMPONENT32_OES DEPTH_COMPONENT UNSIGNED_INT 297 DEPTH24_STENCIL8_OES DEPTH_STENCIL_OES UNSIGNED_INT 310 or UNSIGNED_INT. 313 DEPTH_COMPONENT and <type> is not UNSIGNED_SHORT, or UNSIGNED_INT. 317 or UNSIGNED_INT. 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, 269 to UNSIGNED_INT indices and the associated GL data type uint in 278 not one of UNSIGNED_BYTE, UNSIGNED_SHORT or UNSIGNED_INT.
|
EXT_texture_storage.txt | 498 DEPTH_COMPONENT32_OES DEPTH_COMPONENT UNSIGNED_INT 504 DEPTH24_STENCIL8_OES DEPTH_STENCIL_OES UNSIGNED_INT [all...] |
/external/stlport/test/unit/ |
type_traits_test.cpp | 307 typedef unsigned int unsigned_int; typedef 308 CPPUNIT_ASSERT( is_integer(unsigned_int()) == 1 ); 353 typedef unsigned int unsigned_int; typedef 354 CPPUNIT_ASSERT( is_rational(unsigned_int()) == 0 );
|
limits_test.cpp | 288 typedef unsigned int unsigned_int; typedef 289 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_int()));
|
/ndk/tests/device/test-gnustl-full/unit/ |
type_traits_test.cpp | 307 typedef unsigned int unsigned_int; typedef 308 CPPUNIT_ASSERT( is_integer(unsigned_int()) == 1 ); 353 typedef unsigned int unsigned_int; typedef 354 CPPUNIT_ASSERT( is_rational(unsigned_int()) == 0 );
|
limits_test.cpp | 288 typedef unsigned int unsigned_int; typedef 289 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_int()));
|
/ndk/tests/device/test-stlport/unit/ |
type_traits_test.cpp | 307 typedef unsigned int unsigned_int; typedef 308 CPPUNIT_ASSERT( is_integer(unsigned_int()) == 1 ); 353 typedef unsigned int unsigned_int; typedef 354 CPPUNIT_ASSERT( is_rational(unsigned_int()) == 0 );
|
limits_test.cpp | 289 typedef unsigned int unsigned_int; typedef 290 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_int()));
|
/development/ide/xcode/SampleCode/English.lproj/main.nib/ |
objects.xib | 268 <unsigned_int name="nextObjectID">200</unsigned_int>
|
/development/ide/xcode/animatorTest/English.lproj/main.nib/ |
objects.xib | 268 <unsigned_int name="nextObjectID">200</unsigned_int>
|
/prebuilts/misc/common/swig/include/2.0.11/modula3/ |
modula3.swg | 41 %typemap(m3rawtype) unsigned int, const unsigned int & "C.unsigned_int" 62 %typemap(m3rawintype) unsigned int *, unsigned int &, unsigned int "C.unsigned_int" 86 %typemap(m3rawrettype) unsigned int, const unsigned int & "C.unsigned_int" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContextBase.idl | 244 const GLenum UNSIGNED_INT = 0x1405; [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_proto_recv.py | 343 x.append( [4, ['INT', 'UNSIGNED_INT', 'FLOAT']] )
|
/external/deqp/modules/gles3/functional/ |
es3fPrimitiveRestartTests.cpp | 678 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_INT ? "unsigned_int"
|