Home
last modified time | relevance | path

Searched refs:coerced (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/net/
DInetAddressesTest.java604 InetAddress coerced = InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address() local
606 assertTrue(0xe0000000 <= InetAddresses.coerceToInteger(coerced)); in testGetCoercedIPv4Address()
607 assertTrue(InetAddresses.coerceToInteger(coerced) <= 0xfffffffe); in testGetCoercedIPv4Address()
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td81 // Two ints in a struct are simply coerced to i64:
84 // IR: declare void f(i64 %i0.coerced)
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Dpystate.pxd19 # This is not actually a struct, but make sure it can never be coerced to
/external/chromium_org/third_party/sqlite/src/test/
Din.test338 # The '2' should be coerced into 2 because t6.b is NUMERIC
/external/chromium_org/third_party/apache-win32/
DCHANGES.txt902 *) core: Error responses set by filters were being coerced into 500 errors,