Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dtest_algobase.cpp64 EH_STD::uninitialized_fill( buffer, buf_end, testValue ); in operator ()()
66 EH_ASSERT( buffer[i] == testValue ); in operator ()()
70 TestClass testValue; member
81 EH_STD::uninitialized_fill_n( buffer, (EH_CSTD::size_t)kBufferSize, testValue ); in operator ()()
83 EH_ASSERT( buffer[i] == testValue ); in operator ()()
87 TestClass testValue; member
/external/webkit/LayoutTests/storage/
Dsql-data-types.js22 function shouldBeSameTypeAndValue(propName, testValue, result) { argument
23 if (testValue == result && typeof testValue == typeof result) {
28 + " expected: " + typeof testValue + ":'" + testValue + "' "
/external/v8/test/mjsunit/
Dstack-traces.js66 function testValue() { function
193 testTrace("testValue", testValue, ["at Number.causeError"]);
/external/sqlite/dist/
Dsqlite3.c26326 char testValue[CONCHLEN];
26340 memset(testValue, 0, CONCHLEN); /* conch is fixed size */
26341 rc = proxyGetHostID(testValue, &pError);
26346 strlcpy(&testValue[HOSTIDLEN], pCtx->lockProxyPath, MAXPATHLEN);
26366 if( !memcmp(testValue, conchValue, HOSTIDLEN) ){
26372 if( !memcmp(testValue, conchValue, CONCHLEN) ){
26388 strlcpy(&testValue[HOSTIDLEN], lockPath, MAXPATHLEN);
26395 rc = unixWrite((sqlite3_file *)conchFile, testValue, CONCHLEN, 0);
Dsqlite3.c.orig26321 char testValue[CONCHLEN];
26335 memset(testValue, 0, CONCHLEN); /* conch is fixed size */
26336 rc = proxyGetHostID(testValue, &pError);
26341 strlcpy(&testValue[HOSTIDLEN], pCtx->lockProxyPath, MAXPATHLEN);
26361 if( !memcmp(testValue, conchValue, HOSTIDLEN) ){
26367 if( !memcmp(testValue, conchValue, CONCHLEN) ){
26383 strlcpy(&testValue[HOSTIDLEN], lockPath, MAXPATHLEN);
26390 rc = unixWrite((sqlite3_file *)conchFile, testValue, CONCHLEN, 0);