HomeSort by relevance Sort by last modified time
    Searched defs:src3 (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/utils/tests/
String8_test.cpp 68 const char* src3 = " Verify me."; local
69 src1 += src3;
72 EXPECT_STREQ(src3, " Verify me.");
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 577 const char* src3 = "javascript:foobar"; local
578 WebCore::KURL kurl3(WebCore::ParsedURLString, src3);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 161 NJ_UINT8 src1, src2, src3; local
166 /* src1 src2 src3 */
174 src3 = src_tmp[ 3 ];
178 dst[ o + 2 ] = 0x80 | ( ( src2 & 0x0f ) << 2 ) | ( ( src3 & 0xc0 ) >> 6 );
179 dst[ o + 3 ] = 0x80 | ( src3 & 0x3f );
    [all...]
  /external/gtest/test/
gtest_unittest.cc 561 const char src3[] = "Hello\0world."; local
562 const String dest3 = std::string(src3, sizeof(src3));
594 const char src3[] = "Hello\0world."; local
595 const String dest3 = ::string(src3, sizeof(src3));
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 1126 const char src3[] = "a\\0b"; local
1169 const char src3[] = "x\\0y"; local
    [all...]

Completed in 1923 milliseconds