Searched refs:unsigned_int (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dtarget_services.cc132 if ((answer.extended[0].unsigned_int < tick1) ||
133 (answer.extended[0].unsigned_int > tick2)) {
138 if (answer.extended[1].unsigned_int != cookie * 2) {
H A Dcrosscall_params.h53 uint32 unsigned_int; member in union:sandbox::MultiType
H A Dregistry_dispatcher.cc117 ipc->return_info.extended[0].unsigned_int = disposition;
H A Dregistry_interception.cc84 *disposition = answer.extended[0].unsigned_int;
H A Dsandbox_policy_base.cc614 ipc->return_info.extended[0].unsigned_int = ::GetTickCount();
615 ipc->return_info.extended[1].unsigned_int = 2 * cookie;
H A Dipc_unittest.cc577 ipc->return_info.extended[1].unsigned_int = p2;
633 EXPECT_EQ(foo, call_return.extended[1].unsigned_int);
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A DAndroid.mk43 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/
H A DAndroid.mk43 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_int
44 test_src := unsigned_int.pass.cpp
/external/stlport/test/unit/
H A Dlimits_test.cpp288 typedef unsigned int unsigned_int; typedef
289 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_int()));
H A Dtype_traits_test.cpp307 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 );

Completed in 157 milliseconds