HomeSort by relevance Sort by last modified time
    Searched refs:TestString (Results 26 - 50 of 58) sorted by null

12 3

  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
EmojiInputConnectionTest.java 43 import android.support.text.emoji.util.TestString;
63 private TestString mTestString;
74 mTestString = new TestString(Emoji.EMOJI_WITH_ZWJ).withPrefix().withSuffix();
EmojiKeyListenerTest.java 48 import android.support.text.emoji.util.TestString;
68 private TestString mTestString;
80 mTestString = new TestString(EMOJI_WITH_ZWJ).withPrefix().withSuffix();
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
ControlFlow.cpp 19 static constexpr char TestString[] = \
33 ASSERT_EQ(Value0, test.Src0()) << TestString; \
34 ASSERT_EQ(Value1, test.Src1()) << TestString; \
35 ASSERT_EQ(0xBEEFul, test.Dest()) << TestString; \
LowLevel.cpp 159 static constexpr char TestString[] = \
164 ASSERT_EQ(ByteCount, codeBytesSize()) << TestString; \
166 << TestString; \
172 static constexpr char TestString[] = \
177 ASSERT_EQ(ByteCount, codeBytesSize()) << TestString; \
179 << TestString; \
185 static constexpr char TestString[] = \
190 ASSERT_EQ(ByteCount, codeBytesSize()) << TestString; \
192 << TestString; \
198 static constexpr char TestString[] =
    [all...]
  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/
ConfigTest.java 39 import android.support.text.emoji.util.TestString;
79 final CharSequence processed = emojiCompat.process(new TestString(EMOJI_SINGLE_CODEPOINT)
  /device/linaro/bootloader/edk2/EmbeddedPkg/SimpleTextInOutSerial/
SimpleTextInOut.c 119 TestString (
193 TestString,
594 TestString (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextOut/
SimpleTextOut.h 405 EFI_TEXT_TEST_STRING TestString;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleTextOut.h 397 EFI_TEXT_TEST_STRING TestString;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleTextOut.h 386 EFI_TEXT_TEST_STRING TestString;
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 90 // being carried out in another function, TestString().
95 TestString("abcd\\U00010001xyz");
96 TestString("");
99 TestString("\\U00010001");
100 TestString("abc\\U00010001");
101 TestString("\\U00010001abc");
114 TestString(s);
125 TestString(s);
159 TestString(s);
164 // TestString() Run a suite of UText tests on a string
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa_test.go 76 func TestString(t *testing.T) { runTest(t, "string.go") }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa_test.go 76 func TestString(t *testing.T) { runTest(t, "string.go") }
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleWrappers.c 458 ProtocolToReturn->SimpleTextOut.TestString = FileBasedSimpleTextOutTestString;
ConsoleLogger.c 65 (*ConsoleInfo)->OurConOut.TestString = ConsoleLoggerTestString;
904 return (ConsoleInfo->OldConOut->TestString (ConsoleInfo->OldConOut, WString));
    [all...]
  /external/syslinux/efi32/include/efi/
eficon.h 140 EFI_TEXT_TEST_STRING TestString;
  /external/syslinux/efi64/include/efi/
eficon.h 140 EFI_TEXT_TEST_STRING TestString;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
eficon.h 140 EFI_TEXT_TEST_STRING TestString;
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 503 static void TestString(void)
533 addTest(root, &TestString, "putiltst/TestString");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 881 @param TestString
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 605 EFI_HII_TEST_STRING TestString;
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp 591 ParseErrorCode TestString(const typename Encoding::Ch* str) {
601 EXPECT_EQ(errorCode, TestString<UTF8<> >(str))
608 EXPECT_EQ(kParseErrorStringInvalidEncoding, TestString<Encoding>(e));\
643 ParseErrorCode error = TestString<UTF8<> >(e);
    [all...]
  /external/icu/icu4c/source/test/iotest/
strtst.c 24 static void TestString(void) {
792 addTest(root, &TestString, "string/TestString");
  /prebuilts/go/darwin-x86/src/expvar/
expvar_test.go 132 func TestString(t *testing.T) {
  /prebuilts/go/darwin-x86/src/go/constant/
value_test.go 257 func TestString(t *testing.T) {

Completed in 1346 milliseconds

12 3