/aosp_15_r20/external/vulkan-headers/registry/ |
H A D | validusage.json | 13 …"text": "If <code>instance</code> is not <code>NULL</code>, <code>instance</code> <strong class=\"… string 18 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri… string 27 …"text": "<code>device</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkDevice… string 32 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri… string 41 …"text": "<code>pApiVersion</code> <strong class=\"purple\">must</strong> be a valid pointer to a <… string 50 …"text": "All <a href=\"#extendingvulkan-extensions-extensiondependencies\">required extensions</a>… string 55 …"text": "<code>pCreateInfo</code> <strong class=\"purple\">must</strong> be a valid pointer to a v… string 60 …"text": "If <code>pAllocator</code> is not <code>NULL</code>, <code>pAllocator</code> <strong clas… string 65 …"text": "<code>pInstance</code> <strong class=\"purple\">must</strong> be a valid pointer to a <a … string 74 …"text": "If the <code>pNext</code> chain of <code>VkInstanceCreateInfo</code> includes a <code>VkD… string [all …]
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/ |
H A D | validusage.json | 13 …"text": "If <code>instance</code> is not <code>NULL</code>, <code>instance</code> <strong class=\"… string 18 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri… string 27 …"text": "<code>device</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkDevice… string 32 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri… string 41 …"text": "<code>pApiVersion</code> <strong class=\"purple\">must</strong> be a valid pointer to a <… string 50 …"text": "All <a href=\"#extendingvulkan-extensions-extensiondependencies\">required extensions</a>… string 55 …"text": "<code>pCreateInfo</code> <strong class=\"purple\">must</strong> be a valid pointer to a v… string 60 …"text": "If <code>pAllocator</code> is not <code>NULL</code>, <code>pAllocator</code> <strong clas… string 65 …"text": "<code>pInstance</code> <strong class=\"purple\">must</strong> be a valid pointer to a <a … string 74 …"text": "If the <code>pNext</code> chain of <code>VkInstanceCreateInfo</code> includes a <a href=\… string [all …]
|
/aosp_15_r20/external/expat/expat/tests/ |
H A D | basic_tests.c | 82 char text[] = "<doc>\0</doc>"; in START_TEST() local 137 const char *text = "\357\273\277<e/>"; in START_TEST() local 146 char text[] = "\376\377\0<\0e\0/\0>"; in START_TEST() local 155 char text[] = "\377\376<\0e\0/\0>\0"; in START_TEST() local 164 char text[] = " \0<\0e\0/\0>\0"; in START_TEST() local 188 const char *text in START_TEST() local 208 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" in START_TEST() local 223 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" in START_TEST() local 236 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" in START_TEST() local 249 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" in START_TEST() local [all …]
|
H A D | alloc_tests.c | 77 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 107 const char *text in START_TEST() local 151 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 177 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 203 const char *text in START_TEST() local 244 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 268 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 297 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" in START_TEST() local 314 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" in START_TEST() local 344 const char *text = "<?xml version='1.0'?>\n" in START_TEST() local [all …]
|
H A D | ns_tests.c | 69 const char *text = "<foo:e xmlns:foo='http://example.org/' bar:a='12'\n" in START_TEST() local 122 run_ns_tagname_overwrite_test(const char *text, const XML_Char *result) { in run_ns_tagname_overwrite_test() 136 const char *text = "<n:e xmlns:n='http://example.org/'>\n" in START_TEST() local 154 const char *text = "<n:e xmlns:n='http://example.org/'>\n" in START_TEST() local 177 const char *text = "<e xmlns='http://example.org/'></e>"; in START_TEST() local 191 const char *text = "<?xml version='1.0'?>\n" in START_TEST() local 212 const char *text = "<doc xmlns:prefix='http://example.org/'>\n" in START_TEST() local 224 const char *text = "<?xml version='1.0'?>\n" in START_TEST() local 234 const char *text = "<!DOCTYPE doc [\n" in START_TEST() local 248 const char *text = "<!DOCTYPE doc [\n" in START_TEST() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | upgrade_memory_model_test.cpp | 26 const std::string text = R"( in TEST_F() local 37 const std::string text = R"( in TEST_F() local 50 const std::string text = R"( in TEST_F() local 63 const std::string text = R"( in TEST_F() local 79 const std::string text = R"( in TEST_F() local 103 const std::string text = R"( in TEST_F() local 127 const std::string text = R"( in TEST_F() local 154 const std::string text = R"( in TEST_F() local 181 const std::string text = R"( in TEST_F() local 207 const std::string text = R"( in TEST_F() local [all …]
|
H A D | scalar_replacement_test.cpp | 41 const std::string text = R"( in TEST_F() local 90 const std::string text = R"( in TEST_F() local 144 const std::string text = R"( in TEST_F() local 302 const std::string text = R"( in TEST_F() local 336 const std::string text = R"( in TEST_F() local 374 const std::string text = R"( in TEST_F() local 416 const std::string text = R"( in TEST_F() local 467 const std::string text = R"( in TEST_F() local 548 const std::string text = R"( in TEST_F() local 584 const std::string text = R"( in TEST_F() local [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/ |
H A D | upgrade_memory_model_test.cpp | 26 const std::string text = R"( in TEST_F() local 37 const std::string text = R"( in TEST_F() local 50 const std::string text = R"( in TEST_F() local 63 const std::string text = R"( in TEST_F() local 79 const std::string text = R"( in TEST_F() local 103 const std::string text = R"( in TEST_F() local 127 const std::string text = R"( in TEST_F() local 154 const std::string text = R"( in TEST_F() local 181 const std::string text = R"( in TEST_F() local 207 const std::string text = R"( in TEST_F() local [all …]
|
H A D | scalar_replacement_test.cpp | 41 const std::string text = R"( in TEST_F() local 90 const std::string text = R"( in TEST_F() local 144 const std::string text = R"( in TEST_F() local 302 const std::string text = R"( in TEST_F() local 336 const std::string text = R"( in TEST_F() local 374 const std::string text = R"( in TEST_F() local 416 const std::string text = R"( in TEST_F() local 467 const std::string text = R"( in TEST_F() local 548 const std::string text = R"( in TEST_F() local 584 const std::string text = R"( in TEST_F() local [all …]
|
H A D | amd_ext_to_khr.cpp | 31 const std::string text = R"( in GetTest() local 66 std::string text = in TEST_F() local 71 std::string text = in TEST_F() local 76 std::string text = in TEST_F() local 81 std::string text = in TEST_F() local 86 std::string text = in TEST_F() local 91 std::string text = in TEST_F() local 96 std::string text = in TEST_F() local 101 std::string text = in TEST_F() local 107 const std::string text = R"( in TEST_F() local [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | upgrade_memory_model_test.cpp | 26 const std::string text = R"( in TEST_F() local 37 const std::string text = R"( in TEST_F() local 50 const std::string text = R"( in TEST_F() local 63 const std::string text = R"( in TEST_F() local 79 const std::string text = R"( in TEST_F() local 103 const std::string text = R"( in TEST_F() local 127 const std::string text = R"( in TEST_F() local 154 const std::string text = R"( in TEST_F() local 181 const std::string text = R"( in TEST_F() local 207 const std::string text = R"( in TEST_F() local [all …]
|
D | scalar_replacement_test.cpp | 41 const std::string text = R"( in TEST_F() local 90 const std::string text = R"( in TEST_F() local 144 const std::string text = R"( in TEST_F() local 302 const std::string text = R"( in TEST_F() local 336 const std::string text = R"( in TEST_F() local 374 const std::string text = R"( in TEST_F() local 416 const std::string text = R"( in TEST_F() local 467 const std::string text = R"( in TEST_F() local 548 const std::string text = R"( in TEST_F() local 584 const std::string text = R"( in TEST_F() local [all …]
|
/aosp_15_r20/external/tinyxml2/docs/ |
H A D | menudata.js | 26 {text:"Main Page",url:"index.html"}, property 27 {text:"Related Pages",url:"pages.html"}, property 28 {text:"Classes",url:"annotated.html",children:[ property 29 {text:"Class List",url:"annotated.html"}, property 30 {text:"Class Index",url:"classes.html"}, property 31 {text:"Class Hierarchy",url:"hierarchy.html"}, property 32 {text:"Class Members",url:"functions.html",children:[ property 33 {text:"All",url:"functions.html",children:[ property 34 {text:"a",url:"functions.html#index_a"}, property 35 {text:"b",url:"functions_b.html#index_b"}, property [all …]
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/docs/html/ |
H A D | menudata.js | 26 {text:"Main Page",url:"index.html"}, property 27 {text:"Related Pages",url:"pages.html"}, property 28 {text:"Modules",url:"modules.html"}, property 29 {text:"Classes",url:"annotated.html",children:[ property 30 {text:"Class List",url:"annotated.html"}, property 31 {text:"Class Index",url:"classes.html"}, property 32 {text:"Class Members",url:"functions.html",children:[ property 33 {text:"All",url:"functions.html",children:[ property 34 {text:"a",url:"functions.html#index_a"}, property 35 {text:"b",url:"functions.html#index_b"}, property [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/ |
H A D | val_interfaces_test.cpp | 30 std::string text = R"( in TEST_F() local 57 std::string text = R"( in TEST_F() local 84 std::string text = R"( in TEST_F() local 116 std::string text = R"( in TEST_F() local 144 const std::string text = R"( in TEST_F() local 173 const std::string text = R"( in TEST_F() local 196 const std::string text = R"( in TEST_F() local 224 const std::string text = R"( in TEST_F() local 248 const std::string text = R"( in TEST_F() local 276 const std::string text = R"( in TEST_F() local [all …]
|
H A D | val_annotation_test.cpp | 37 const std::string text = R"( in TEST_F() local 53 const std::string text = R"( in TEST_F() local 69 const std::string text = R"( in TEST_F() local 95 const std::string text = R"( in TEST_F() local 122 const std::string text = R"( in TEST_F() local 149 const std::string text = R"( in TEST_F() local 176 const std::string text = R"( in TEST_F() local 205 const std::string text = R"( in TEST_F() local 234 const std::string text = R"( in TEST_F() local 261 const std::string text = R"( in TEST_F() local [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_interfaces_test.cpp | 30 std::string text = R"( in TEST_F() local 57 std::string text = R"( in TEST_F() local 84 std::string text = R"( in TEST_F() local 116 std::string text = R"( in TEST_F() local 144 const std::string text = R"( in TEST_F() local 173 const std::string text = R"( in TEST_F() local 196 const std::string text = R"( in TEST_F() local 224 const std::string text = R"( in TEST_F() local 248 const std::string text = R"( in TEST_F() local 276 const std::string text = R"( in TEST_F() local [all …]
|
D | val_annotation_test.cpp | 37 const std::string text = R"( in TEST_F() local 53 const std::string text = R"( in TEST_F() local 69 const std::string text = R"( in TEST_F() local 95 const std::string text = R"( in TEST_F() local 122 const std::string text = R"( in TEST_F() local 149 const std::string text = R"( in TEST_F() local 176 const std::string text = R"( in TEST_F() local 205 const std::string text = R"( in TEST_F() local 237 const std::string text = R"( in TEST_P() local 255 const std::string text = R"( in TEST_P() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_interfaces_test.cpp | 30 std::string text = R"( in TEST_F() local 57 std::string text = R"( in TEST_F() local 84 std::string text = R"( in TEST_F() local 116 std::string text = R"( in TEST_F() local 144 const std::string text = R"( in TEST_F() local 173 const std::string text = R"( in TEST_F() local 196 const std::string text = R"( in TEST_F() local 224 const std::string text = R"( in TEST_F() local 248 const std::string text = R"( in TEST_F() local 276 const std::string text = R"( in TEST_F() local [all …]
|
H A D | val_annotation_test.cpp | 37 const std::string text = R"( in TEST_F() local 53 const std::string text = R"( in TEST_F() local 69 const std::string text = R"( in TEST_F() local 95 const std::string text = R"( in TEST_F() local 122 const std::string text = R"( in TEST_F() local 149 const std::string text = R"( in TEST_F() local 176 const std::string text = R"( in TEST_F() local 205 const std::string text = R"( in TEST_F() local 237 const std::string text = R"( in TEST_P() local 255 const std::string text = R"( in TEST_P() local [all …]
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/text/cts/ |
H A D | MeasuredTextTest.java | 62 String text = "Hello, World"; in testBuilder() local 75 String text = "Hello, World"; in testBuilder_FromExistingMeasuredText() local 84 String text = "Hello, World"; in testBuilder_FromExistingMeasuredText_differentLayoutParam() local 94 String text = "Hello, World"; in testBuilder_FromExistingMeasuredText_differentHyphenationParam() local 115 String text = "Hello, World"; in testBuilder_NullPaint() local 121 String text = "Hello, World"; in testGetWidth() local 133 String text = "Hello, World"; in testGetWidth_StartSmallerThanZero() local 142 String text = "Hello, World"; in testGetWidth_StartLargerThanLength() local 151 String text = "Hello, World"; in testGetWidth_EndSmallerThanZero() local 160 String text = "Hello, World"; in testGetWidth_EndLargerThanLength() local [all …]
|
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/ |
H A D | SelectionTest.java | 45 CharSequence text = "hello, world"; in testGetSelectionStart() local 63 CharSequence text = "hello, world"; in testGetSelectionEnd() local 81 CharSequence text = "hello, world"; in testSetSelection1() local 138 CharSequence text = "hello, world"; in testRemoveSelection() local 158 CharSequence text = "hello, world"; in testSelectAll() local 185 CharSequence text = "hello\nworld"; in testMoveLeft() local 213 CharSequence text = "hello\nworld"; in testMoveRight() local 245 CharSequence text = "Google\nhello,world"; in testMoveUp() local 285 CharSequence text = "aaa\nmm"; in testMoveUpAfterTyping() local 310 CharSequence text = "aa\nm"; in testMoveUpKeepsOriginalMemoryPosition() local [all …]
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | StaticLayoutPerfTest.java | 84 private PrecomputedText makeMeasured(CharSequence text, TextPaint paint) { in makeMeasured() 89 private PrecomputedText makeMeasured(CharSequence text, TextPaint paint, int strategy, in makeMeasured() 99 final CharSequence text = mTextUtil.nextRandomParagraph(WORD_LENGTH, NO_STYLE_TEXT); in testCreate_FixedText_NoStyle_Greedy_NoHyphenation() local 113 final CharSequence text = mTextUtil.nextRandomParagraph(WORD_LENGTH, NO_STYLE_TEXT); in testCreate_RandomText_NoStyled_Greedy_NoHyphenation() local 128 final CharSequence text = mTextUtil.nextRandomParagraph(WORD_LENGTH, NO_STYLE_TEXT); in testCreate_RandomText_NoStyled_Greedy_Hyphenation() local 143 final CharSequence text = mTextUtil.nextRandomParagraph(WORD_LENGTH, NO_STYLE_TEXT); in testCreate_RandomText_NoStyled_Balanced_NoHyphenation() local 158 final CharSequence text = mTextUtil.nextRandomParagraph(WORD_LENGTH, NO_STYLE_TEXT); in testCreate_RandomText_NoStyled_Balanced_Hyphenation() local 173 final CharSequence text = mTextUtil.nextRandomParagraph(WORD_LENGTH, NO_STYLE_TEXT); in testCreate_RandomText_NoStyled_Balanced_Hyphenation_Fast() local 188 final CharSequence text = mTextUtil.nextRandomParagraph(WORD_LENGTH, STYLE_TEXT); in testCreate_RandomText_Styled_Greedy_NoHyphenation() local 203 final PrecomputedText text = makeMeasured( in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation() local [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/ |
H A D | WebvttCueParserTest.java | 34 Spanned text = in parseStrictValidClassesAndTrailingTokens() local 47 Spanned text = in parseStrictValidUnsupportedTagsStrippedOut() local 58 Spanned text = parseCueText("In this sentence <c.red>this text</c> is red"); in parseDefaultTextColor() local 69 Spanned text = parseCueText("In this sentence <c.papayawhip>this text</c> is not papaya"); in parseUnsupportedDefaultTextColor() local 77 Spanned text = parseCueText("In this sentence <c.bg_cyan>this text</c> has a cyan background"); in parseDefaultBackgroundColor() local 88 Spanned text = in parseUnsupportedDefaultBackgroundColor() local 99 Spanned text = in parseWellFormedUnclosedEndAtCueEnd() local 112 Spanned text = parseCueText("An italic tag with unclosed <i><u>underline</i> inside"); in parseWellFormedUnclosedEndAtParent() local 127 Spanned text = parseCueText("<b><u>Overlapping u <i>and</u> i tags</i></b>"); in parseMalformedNestedElements() local 140 Spanned text = parseCueText("foo<b>bar</i>baz</b>buzz"); in parseCloseNonExistingTag() local [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/ |
H A D | WebvttCueParserTest.java | 34 Spanned text = in parseStrictValidClassesAndTrailingTokens() local 47 Spanned text = in parseStrictValidUnsupportedTagsStrippedOut() local 58 Spanned text = parseCueText("In this sentence <c.red>this text</c> is red"); in parseDefaultTextColor() local 69 Spanned text = parseCueText("In this sentence <c.papayawhip>this text</c> is not papaya"); in parseUnsupportedDefaultTextColor() local 77 Spanned text = parseCueText("In this sentence <c.bg_cyan>this text</c> has a cyan background"); in parseDefaultBackgroundColor() local 88 Spanned text = in parseUnsupportedDefaultBackgroundColor() local 99 Spanned text = in parseWellFormedUnclosedEndAtCueEnd() local 112 Spanned text = parseCueText("An italic tag with unclosed <i><u>underline</i> inside"); in parseWellFormedUnclosedEndAtParent() local 127 Spanned text = parseCueText("<b><u>Overlapping u <i>and</u> i tags</i></b>"); in parseMalformedNestedElements() local 140 Spanned text = parseCueText("foo<b>bar</i>baz</b>buzz"); in parseCloseNonExistingTag() local [all …]
|