| /external/deqp/external/openglcts/modules/common/ |
| D | glcCompressedFormatTests_data.inl | 1 /*------------------------------------------------------------------------- 3 * ----------------------------- 12 * http://www.apache.org/licenses/LICENSE-2.0 23 */ /*-------------------------------------------------------------------*/ 26 GLsizei width; member 28 string path; 37 240, // GLsizei width 39 "compressed_texture/etc_R_240x240.bin" // string path 42 120, // GLsizei width 44 "compressed_texture/etc_R_120x120.bin" // string path [all …]
|
| /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
| D | put_long_double.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 21 // TODO GLIBC uses a different string for positive and negative NAN numbers. 22 // XFAIL: linux-gnu 50 virtual std::string do_grouping() const {return std::string("\1\2\3");} in do_grouping() 75 ios.width(0); in test1() 78 std::string ex(str, iter.base()); in test1() 80 assert(ios.width() == 0); in test1() 82 ios.width(25); in test1() 86 std::string ex(str, iter.base()); in test1() [all …]
|
| D | put_double.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 45 virtual std::string do_grouping() const {return std::string("\1\2\3");} in do_grouping() 70 ios.width(0); in test1() 73 std::string ex(str, iter.base()); in test1() 75 assert(ios.width() == 0); in test1() 77 ios.width(25); in test1() 81 std::string ex(str, iter.base()); in test1() 83 assert(ios.width() == 0); in test1() 85 ios.width(25); in test1() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
| D | put_double.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 // XFAIL: win32-broken-printf-g-precision 44 virtual std::string do_grouping() const {return std::string("\1\2\3");} in do_grouping() 68 ios.width(0); in test1() 71 std::string ex(str, base(iter)); in test1() 73 assert(ios.width() == 0); in test1() 75 ios.width(25); in test1() 79 std::string ex(str, base(iter)); in test1() [all …]
|
| D | put_long_double.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 // XFAIL: win32-broken-printf-g-precision 16 // XFAIL: LIBCXX-PICOLIBC-FIXME 20 // XFAIL: LIBCXX-ANDROID-FIXME && !android-device-api={{21|22}} 49 virtual std::string do_grouping() const {return std::string("\1\2\3");} in do_grouping() 73 ios.width(0); in test1() 76 std::string ex(str, base(iter)); in test1() 78 assert(ios.width() == 0); in test1() [all …]
|
| D | put_double.hex.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 17 // https://developercommunity.visualstudio.com/t/Printf-formatting-of-float-as-hex-prints/1660844 20 // XFAIL: LIBCXX-AIX-FIXME 49 virtual std::string do_grouping() const {return std::string("\1\2\3");} in do_grouping() 59 double v = -0.; in test1() 74 ios.width(0); in test1() 77 std::string ex(str, base(iter)); in test1() 78 assert(ex == "-0x0p+0"); in test1() [all …]
|
| D | put_long_double.hex.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 17 // https://developercommunity.visualstudio.com/t/Printf-formatting-of-float-as-hex-prints/1660844 20 // XFAIL: LIBCXX-AIX-FIXME 49 virtual std::string do_grouping() const {return std::string("\1\2\3");} in do_grouping() 59 long double v = -0.; in test1() 74 ios.width(0); in test1() 77 std::string ex(str, base(iter)); in test1() 78 assert(ex == "-0x0p+0"); in test1() [all …]
|
| /external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/ |
| D | TestParameterInjectorKotlinTest.kt | 7 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>() 35 fun testString(@TestParameter("a", "b") param: String) { in <lambda>() 51 @TestParameter("1", "8") width: Int, in <lambda>() 54 storeTestParametersForThisTest(width, height) in <lambda>() 57 override fun expectedTestNameToStringifiedParameters(): ImmutableMap<String, String> { in <lambda>() 58 return ImmutableMap.builder<String, String>() in <lambda>() 66 .put("testMultiple[width=1,height=1.0]", "1:1.0") in <lambda>() 67 .put("testMultiple[width=1,height=5.5]", "1:5.5") in <lambda>() 68 .put("testMultiple[width=8,height=1.0]", "8:1.0") in <lambda>() 69 .put("testMultiple[width=8,height=5.5]", "8:5.5") in <lambda>() [all …]
|
| /external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * Contains static String-related utility methods. 25 * @version $Revision$ - $Date$ 30 * Pad the specified String with spaces to the right to the specified width. If the length 31 * of string is already equal to or greater than width, then just return string. 33 * @param string - the String to pad 34 * @param width - the target width 35 * @return a String of at least width characters, padded on the right with spaces as necessary 37 public static String padRight(String string, int width) { in padRight() argument 38 int numSpaces = width - string.length(); in padRight() [all …]
|
| /external/rust/crates/unicode-width/src/ |
| D | tests.rs | 1 // Copyright 2012-2015 The Rust Project Developers. See the COPYRIGHT 2 // file at the top-level directory of this distribution and at 3 // http://rust-lang.org/COPYRIGHT. 5 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or 6 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license 7 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your 23 let string = iter::repeat('a').take(4096).collect::<String>(); in cargo() localVariable 26 for c in string.chars() { in cargo() 27 test::black_box(UnicodeWidthChar::width(c)); in cargo() 36 let string = iter::repeat('a').take(4096).collect::<String>(); in stdlib() localVariable [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | youtube_v3.subscriptions.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
| D | ListFormatterTest.java | 5 * Copyright (C) 2012-2013, Google, International Business Machines Corporation and 25 import com.ibm.icu.text.ListFormatter.Width; 30 String[] HardcodedTestData = { 45 String[] EnglishTestData = { 68 String[] EnglishGBTestData = { 85 String[] ChineseTradHKTestData = { 99 String[] JapaneseTestData = { 113 String[] outOfOrderTestData = { 128 String[] RootTestData = { 145 public void checkData(ListFormatter listFormat, String[] strings) { in checkData() [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | ListFormatterTest.java | 6 * Copyright (C) 2012-2013, Google, International Business Machines Corporation and 26 import android.icu.text.ListFormatter.Width; 33 String[] HardcodedTestData = { 48 String[] EnglishTestData = { 71 String[] EnglishGBTestData = { 88 String[] ChineseTradHKTestData = { 102 String[] JapaneseTestData = { 116 String[] outOfOrderTestData = { 131 String[] RootTestData = { 148 public void checkData(ListFormatter listFormat, String[] strings) { in checkData() [all …]
|
| /external/python/cpython3/Lib/ |
| D | textwrap.py | 4 # Copyright (C) 1999-2001 Gregory P. Ward. 12 # Hardcode the recognized whitespace characters to the US-ASCII 14 # some Unicode spaces (like \u00a0) are non-breaking whitespaces. 26 width (default: 70) 27 the maximum width of wrapped lines (unless break_long_words 30 string that will be prepended to the first line of wrapped 31 output. Counts towards the line's width. 33 string that will be prepended to all lines save the first 34 of wrapped output; also counts towards each line's width. 48 Ensure that sentence-ending punctuation is always followed [all …]
|
| /external/python/cpython2/Lib/ |
| D | textwrap.py | 4 # Copyright (C) 1999-2001 Gregory P. Ward. 10 import string, re 30 # Hardcode the recognized whitespace characters to the US-ASCII 32 # ISO-8859-1, 0xa0 is non-breaking whitespace, so in certain locales 33 # that character winds up in string.whitespace. Respecting 34 # string.whitespace in those cases would 1) make textwrap treat 0xa0 the 36 # *non-breaking* space), 2) possibly cause problems with Unicode, 49 width (default: 70) 50 the maximum width of wrapped lines (unless break_long_words 53 string that will be prepended to the first line of wrapped [all …]
|