/aosp_15_r20/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/ |
H A 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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | PrintLib.h | 2 Provides services to print a formatted string to a buffer. All combinations of 5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 6 SPDX-License-Identifier: BSD-2-Clause-Patent 9 strings. Many of the output functions use a format string to describe how to 10 format the output of variable arguments. The format string consists of normal 13 translations must be performed on the contents of the format string: 15 - '\\r' is translated to '\\r' 16 - '\\r\\n' is translated to '\\r\\n' 17 - '\\n' is translated to '\\r\\n' 18 - '\\n\\r' is translated to '\\r\\n' [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | PrintLib.h | 2 Provides services to print a formatted string to a buffer. All combinations of 5 Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR> 9 http://opensource.org/licenses/bsd-license.php. 15 strings. Many of the output functions use a format string to describe how to 16 format the output of variable arguments. The format string consists of normal 19 translations must be performed on the contents of the format string: 21 - '\\r' is translated to '\\r' 22 - '\\r\\n' is translated to '\\r\\n' 23 - '\\n' is translated to '\\r\\n' 24 - '\\n\\r' is translated to '\\r\\n' [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
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 …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
H A 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 …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A 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 …]
|
/aosp_15_r20/frameworks/base/core/res/res/drawable-round-watch/ |
H A D | progress_indeterminate_horizontal_material.xml | 1 <?xml version="1.0" encoding="utf-8"?> 3 <!-- Copyright (C) 2023 The Android Open Source Project 9 http://www.apache.org/licenses/LICENSE-2.0 16 --> 18 <animation-list 25 …<vector android:width="64dp" android:height="24dp" android:viewportHeight="24" android:viewportWid… 31 android:pathData="@string/indeterminate_progress_background" /> 36 android:pathData="@string/indeterminate_progress_01" /> 44 …<vector android:width="64dp" android:height="24dp" android:viewportHeight="24" android:viewportWid… 50 android:pathData="@string/indeterminate_progress_background" /> [all …]
|
/aosp_15_r20/frameworks/av/media/module/libmediaformatshaper/ |
H A D | CodecProperties.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 21 #include <string> 35 CodecProperties::CodecProperties(std::string name, std::string mediaType) { in CodecProperties() 41 std::string CodecProperties::getName(){ in getName() 45 std::string CodecProperties::getMediaType(){ in getMediaType() 64 // vendor-side (OEM) codecs may be older, due to 'vendor freeze' and treble 69 void CodecProperties::setFeatureValue(std::string key, int32_t value) { in setFeatureValue() 75 } else if (!strcmp(key.c_str(), "video-minimum-quality")) { in setFeatureValue() 77 } else if (!strcmp(key.c_str(), "vq-minimum-quality")) { // from prototyping in setFeatureValue() 82 bool CodecProperties::getFeatureValue(std::string key, int32_t *valuep) { in getFeatureValue() [all …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | RuleBasedNumberFormat.java | 5 * Copyright (C) 1996-2016, International Business Machines Corporation and 37 * "twenty-five thousand three hundred seventy-six" or "vingt-cinq mille trois 38 * cents soixante-seize" or 44 * spells out a value in words (123 is "one hundred twenty-three"); ordinal, which 48 * by supplying programmer-defined rule sets.</p> 51 * that is either passed to the constructor as a <tt>String</tt> or loaded from a resource 52 …* bundle. In its simplest form, the description consists of a semicolon-delimited list of <em>rule… 53 * Each rule has a string of output text and a value or range of values it is applicable to. 63 * <pre>20: twenty[->>]; 64 * 30: thirty{->>]; [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | RuleBasedNumberFormat.java | 6 * Copyright (C) 1996-2016, International Business Machines Corporation and 38 * "twenty-five thousand three hundred seventy-six" or "vingt-cinq mille trois 39 * cents soixante-seize" or 45 * spells out a value in words (123 is "one hundred twenty-three"); ordinal, which 49 * by supplying programmer-defined rule sets.</p> 52 * that is either passed to the constructor as a <tt>String</tt> or loaded from a resource 53 …* bundle. In its simplest form, the description consists of a semicolon-delimited list of <em>rule… 54 * Each rule has a string of output text and a value or range of values it is applicable to. 64 * <pre>20: twenty[->>]; 65 * 30: thirty{->>]; [all …]
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/common/ |
H A D | BitMatrix.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * The origin is at the top-left.</p> 26 * <p>Internally the bits are represented in a 1-D array of 32-bit ints. However, each row begins 30 * <p>The ordering of bits is row-major. Within each int, the least significant bits are used first, 38 private int width; field in BitMatrix 46 * @param dimension height and width 55 * @param width bit matrix width 58 public BitMatrix(int width, int height) { in BitMatrix() argument 59 if (width < 1 || height < 1) { in BitMatrix() 62 this.width = width; in BitMatrix() [all …]
|