/aosp_15_r20/external/pytorch/aten/src/ATen/nnapi/ |
H A D | nnapi_wrapper.cpp | 29 // TODO: Maybe add better logging here. in check__getDeviceCount() 39 // TODO: Maybe add better logging here. in check__getDevice() 49 // TODO: Maybe add better logging here. in check_Device_getName() 59 // TODO: Maybe add better logging here. in check_Device_getVersion() 69 // TODO: Maybe add better logging here. in check_Device_getFeatureLevel() 79 // TODO: Maybe add better logging here. in check_Model_getSupportedOperationsForDevices() 89 // TODO: Maybe add better logging here. in check_Compilation_createForDevices() 99 // TODO: Maybe add better logging here. in check_Execution_compute() 109 // TODO: Maybe add better logging here. in check_Memory_createFromFd() 123 // TODO: Maybe add better logging here. in check_Model_create() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_difflib_expect.html | 32 …"><span class="diff_sub"> 2. Explicit is better than imp… 33 …better than complex.</td><td class="diff_next"></td><td class="diff_header" id="to0_3">3… 34 …better than complicated.</span></td><td class="diff_next"></td><td class="diff_header" i… 35 …wrap"><span class="diff_add"> 5. Flat is better than nes… 48 …"><span class="diff_sub"> 2. Explicit is better than imp… 49 …better than complex.</td><td class="diff_next"></td><td class="diff_header" id="to0_18">… 50 …better than complicated.</span></td><td class="diff_next"></td><td class="diff_header" i… 51 …wrap"><span class="diff_add"> 5. Flat is better than nes… 64 …"><span class="diff_sub"> 2. Explicit is better than imp… 65 …better than complex.</td><td class="diff_next"></td><td class="diff_header" id="to0_33">… [all …]
|
D | test_difflib.py | 111 1. Beautiful is beTTer than ugly. 112 2. Explicit is better than implicit. 113 3. Simple is better than complex. 114 4. Complex is better than complicated. 118 1. Beautiful is better than ugly. 119 3. Simple is better than complex. 120 4. Complicated is better than complex. 121 5. Flat is better than nested. 125 1. Beautiful is beTTer than ugly. 126 2. Explicit is better than ımplıcıt. [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_difflib_expect.html | 32 …"><span class="diff_sub"> 2. Explicit is better than imp… 33 …better than complex.</td><td class="diff_next"></td><td class="diff_header" id="to0_3">3… 34 …better than complicated.</span></td><td class="diff_next"></td><td class="diff_header" i… 35 …wrap"><span class="diff_add"> 5. Flat is better than nes… 48 …"><span class="diff_sub"> 2. Explicit is better than imp… 49 …better than complex.</td><td class="diff_next"></td><td class="diff_header" id="to0_18">… 50 …better than complicated.</span></td><td class="diff_next"></td><td class="diff_header" i… 51 …wrap"><span class="diff_add"> 5. Flat is better than nes… 64 …"><span class="diff_sub"> 2. Explicit is better than imp… 65 …better than complex.</td><td class="diff_next"></td><td class="diff_header" id="to0_33">… [all …]
|
/aosp_15_r20/frameworks/base/libs/androidfw/tests/ |
H A D | ConfigLocale_test.cpp | 554 // Both supported locales are the same, so none is better than the other. in TEST() 561 // An exact locale match is better than a parent. in TEST() 568 // A closer parent is better. in TEST() 575 // A parent is better than a non-parent representative locale. in TEST() 582 // A parent is better than a non-parent representative locale. in TEST() 589 // A closer locale is better. in TEST() 668 // A representative locale is better if they are equidistant. in TEST() 675 // If all is equal, the locale earlier in the dictionary is better. in TEST() 682 // If all is equal, the locale earlier in the dictionary is better and in TEST() 683 // letters are better than numbers. in TEST() [all …]
|
/aosp_15_r20/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | FocusFinderTest.java | 284 /** A non-candidate is not excluded when searching for a better candidate. */ 307 new Rect(166, 169, 319, 229), // expected better in testVerticalFocusSearchScenario() 314 new Rect(166, 133, 319, 175), // expected better in testVerticalFocusSearchScenario() 330 new Rect(0, 100, 480, 200), // expected better in testBeamsOverlapMajorAxisCloserMinorAxisFurther() 340 new Rect(195, 386, 266, 438), // expected better in testMusicPlaybackScenario() 350 new Rect(60, 40, 110, 90), // expected better in testOutOfBeamOverlapBeatsOutOfBeamFurtherOnMajorAxis() 363 new Rect(0, 60, 50, 110), // expected better in testInBeamTrumpsOutOfBeamOverlapping() 372 new Rect(0, 40, 50, 90), // expected better in testOverlappingBeatsNonOverlapping() 381 new Rect(2, 258, 100, 318), // better in testEditContactScenarioLeftFromDiscardChangesGoesToSaveContactInLandscape() 394 new Rect(106, 192, 212, 335), // better in testGridWithTouchingEdges() [all …]
|
/aosp_15_r20/external/python/oauth2client/ |
D | CHANGELOG.md | 173 * Better environment detection with Managed VMs. 174 * Better OpenSSL detection in exotic environments. 189 * Better handling of `body` during token refresh when `body` is a stream. 190 * Better handling of expired tokens in storage. 200 * Better handling of filesystem errors in credential refresh. 203 * Better error messages on `InvalidClientSecretsError`. 269 * Better exception handling around missing crypto libraries (#56). 275 * Better unicode handling with PKCS12 passwords (#31, thanks @jterrace). 276 * Better retry handling with bad server replies on refresh (#29, thanks 278 * Better logging for missing `refresh_token` in server replies (#21). [all …]
|
/aosp_15_r20/external/google-styleguide/docguide/ |
H A D | philosophy.md | 15 1. [Better is better than perfect](#better-is-better-than-perfect) 23 * **Fewer distractions** make for better writing and more productive reading. 50 * **Static content is better than dynamic**, because content should not depend 51 on the features of any one server. However, **fresh is better than stale**. We 60 * **Brief and utilitarian is better than long and exhaustive**. The vast 64 ## Better is better than perfect 66 * **Incremental improvement is better than prolonged debate**. Patience and
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | difflib.rst | 226 frequent as to constitute noise, and this usually works better than the pre-2.3 652 >>> text1 = ''' 1. Beautiful is better than ugly. 653 ... 2. Explicit is better than implicit. 654 ... 3. Simple is better than complex. 655 ... 4. Complex is better than complicated. 661 >>> text2 = ''' 1. Beautiful is better than ugly. 662 ... 3. Simple is better than complex. 663 ... 4. Complicated is better than complex. 664 ... 5. Flat is better than nested. 683 [' 1. Beautiful is better than ugly.\n', [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | difflib.rst | 236 usually works better than using this function. 698 >>> text1 = ''' 1. Beautiful is better than ugly. 699 ... 2. Explicit is better than implicit. 700 ... 3. Simple is better than complex. 701 ... 4. Complex is better than complicated. 707 >>> text2 = ''' 1. Beautiful is better than ugly. 708 ... 3. Simple is better than complex. 709 ... 4. Complicated is better than complex. 710 ... 5. Flat is better than nested. 729 [' 1. Beautiful is better than ugly.\n', [all …]
|
/aosp_15_r20/external/AFLplusplus/docs/ |
H A D | Changelog.md | 9 explore is slightly better now. 12 - better deterministic fuzzing is now available, benchmarks have shown 155 - better sanitizer default options support for all tools 177 - overall better sanitizer default setting handling 214 - better handling of -fsanitize=..,...,.. lists 309 (it is better!) 314 incorrect LTO usage setups and enhanced the READMEs for better 318 - better banner 324 - better performance, bug fixes 339 - better selective instrumentation AFL_LLVM_{ALLOW|DENY}LIST [all …]
|
/aosp_15_r20/external/AFLplusplus/ |
H A D | Changelog.md | 9 explore is slightly better now. 12 - better deterministic fuzzing is now available, benchmarks have shown 155 - better sanitizer default options support for all tools 177 - overall better sanitizer default setting handling 214 - better handling of -fsanitize=..,...,.. lists 309 (it is better!) 314 incorrect LTO usage setups and enhanced the READMEs for better 318 - better banner 324 - better performance, bug fixes 339 - better selective instrumentation AFL_LLVM_{ALLOW|DENY}LIST [all …]
|
/aosp_15_r20/external/robolectric/resources/src/test/java/org/robolectric/res/android/ |
H A D | ResTableConfigTest.java | 39 // When requested is a better match in isBetterThan_mcc() 68 // When requested is a better match - any US Carrier is a better match to US + Verizon in isBetterThan_mnc() 77 // When requested is a better match - any US Carrier is a better match to US + Verizon in isBetterThan_mnc() 88 // When requested is a better match - any US Carrier is not a better match to US + Verizon in isBetterThan_mnc() 102 // When requested has no language, is not a better match in isBetterThan_language() 114 // When requested has no language, is not a better match in isBetterThan_language_comparedNotSame_requestedEnglish() 127 // When requested has no language, is not a better match in isBetterThan_language_comparedNotSame_requestedEnglishUS()
|
/aosp_15_r20/external/mesa3d/docs/_extra/specs/ |
H A D | MESA_shader_integer_functions.txt | 229 functions are compared. A function definition A is considered a better 233 in A is better than the corresponding conversion in B; and 235 * there is no function argument for which the conversion in B is better 238 If a single function definition is considered a better match than every 243 better than that for another match, the following rules are applied, in 246 1. An exact match is better than a match involving any implicit 250 better than a match involving any other implicit conversion. 253 float is better than a match involving an implicit conversion from 257 neither conversion is considered better than the other. 267 // ivec4. (A) better than (B) for 2nd [all …]
|
/aosp_15_r20/external/capstone/ |
H A D | ChangeLog | 10 - Better support for building with Mingw. 103 - Better support for Mac OS kernel. 111 - Better handle XACQUIRE/XRELEASE. 167 - Better handle CMake installation for Linux 64bit 188 - Better performance with new lookup table 194 - Better handle input with invalid code 210 - Better support for embedding Capstone into Windows kernel drivers 213 - Better support for Cygwin 256 - Better PyPy support 258 - Better support for Python 3 [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | FocusFinderTest.java | 347 new Rect(2, 258, 100, 318), // better in testEditContactScenarioLeftFromDiscardChangesGoesToSaveContactInLandscape() 360 new Rect(106, 192, 212, 335), // better in testGridWithTouchingEdges() 366 new Rect(106, 192, 212, 335), // better in testGridWithTouchingEdges() 375 new Rect(0, 0, 320, 45), // better in testSearchFromEmptyRect() 388 new Rect(102, 380, 210, 417), // better in testGmailReplyButtonsScenario() 394 new Rect(102, 380, 210, 417), // better in testGmailReplyButtonsScenario() 425 new Rect(344, 87, 475, 124), // better in testGmailScenarioBug1203288() 434 new Rect(163, 338, 237, 413), // better in testHomeShortcutScenarioBug1295354() 443 new Rect(150, 0, 200, 50), // better, (way further, but in beam) in testBeamAlwaysBeatsHoriz() 449 new Rect(0, 0, 50, 50), // better, (way further, but in beam) in testBeamAlwaysBeatsHoriz() [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_function.cpp | 193 * 1. An exact match is better than a match involving any implicit in is_better_parameter_match() 197 * is better than match involving any other implicit conversion. in is_better_parameter_match() 201 * to float is better than a match involving an implicit conversion in is_better_parameter_match() 205 * neither conversion is considered better than the other. in is_better_parameter_match() 209 * Notably, the int->uint conversion is *not* considered to be better in is_better_parameter_match() 228 * "A function definition A is considered a better in is_best_inexact_overload() 232 * in A is better than the corresponding conversion in B; and in is_best_inexact_overload() 234 * * there is no function argument for which the conversion in B is better in is_best_inexact_overload() 237 * If a single function definition is considered a better match than every in is_best_inexact_overload() 268 return false; /* B is better for this parameter */ in is_best_inexact_overload() [all …]
|
/aosp_15_r20/build/soong/cc/config/ |
H A D | arm_device.go | 89 // better solution comes around. See Bug 27340895 101 // better solution comes around. See Bug 27340895 110 // better solution comes around. See Bug 27340895 119 // better solution comes around. See Bug 27340895 128 // better solution comes around. See Bug 27340895 137 // better solution comes around. See Bug 27340895 146 // better solution comes around. See Bug 27340895 155 // better solution comes around. See Bug 27340895 166 // better solution comes around. See Bug 27340895 175 // better solution comes around. See Bug 27340895 [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/ |
H A D | flatbuffer_conversions.cc | 986 // better undertand the ramifications of changing the legacy behavior. in ParseAdd() 1016 // better undertand the ramifications of changing the legacy behavior. in ParseArgMax() 1041 // better undertand the ramifications of changing the legacy behavior. in ParseArgMin() 1121 // better undertand the ramifications of changing the legacy behavior. in ParseCallOnce() 1179 // better undertand the ramifications of changing the legacy behavior. in ParseConcatenation() 1210 // better undertand the ramifications of changing the legacy behavior. in ParseConv2D() 1261 // better undertand the ramifications of changing the legacy behavior. in ParseDepthToSpace() 1297 // better undertand the ramifications of changing the legacy behavior. in ParseDepthwiseConv2D() 1430 // better undertand the ramifications of changing the legacy behavior. in ParseFullyConnected() 1507 // better undertand the ramifications of changing the legacy behavior. in ParseIf() [all …]
|
/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
H A D | S2LatLngTest.java | 33 S2LatLng better = bad.normalized(); in testBasic() local 34 assertTrue(better.isValid()); in testBasic() 35 assertEquals(better.lat(), S1Angle.degrees(90)); in testBasic() 36 assertDoubleNear(better.lng().radians(), S1Angle.degrees(-160).radians()); in testBasic() 40 better = bad.normalized(); in testBasic() 41 assertTrue(better.isValid()); in testBasic() 42 assertEquals(better.lat(), S1Angle.degrees(-90)); in testBasic() 43 assertDoubleNear(better.lng().radians(), 0); in testBasic()
|
/aosp_15_r20/external/zstd/ |
H A D | CHANGELOG | 17 cli: better errors on argument parsing, by @KapJI 18 tests: better compatibility with older versions of `grep`, by @Cyan4973 26 build: better C90 compliance for zlibWrapper, by @emaste 66 perf: small speed improvement by better detecting `STATIC_BMI2` for `clang` (#3080, @TocarIP) 80 cli: Fix better handling of bogus numeric values (#3268, @ctkhanhly) 123 perf: rebalanced compression levels, to better match the intended speed/level curve, by @senhuang42 172 tests: Better regression test coverage for different dictionary modes (#2559, @senhuang42) 173 tests: Better test coverage of index reduction (#2603, @terrelln) 311 perf: Better compression speed when re-using a context, by @felixhandte 332 pack: modified pkgconfig, for better integration into openwrt, requested by @neheb [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 361 // * a predicate function better(from1, from2, to1, to2) that says whether or 362 // not a conversion from <-> to2 is considered better than a conversion 376 std::function<bool(const TType& from, const TType& to1, const TType& to2)> better, in selectFunction() argument 397 // that candidate is better (bullets below), make it the incumbent. Repeat, with in selectFunction() 399 // returned as the best match. A viable candidate is better than the incumbent if in selectFunction() 401 // * it has a function argument with a better(...) conversion than the incumbent, in selectFunction() 403 // * the incumbent has no argument with a better(...) conversion then the in selectFunction() 408 // better(...) conversion than the best candidate (for either in or out in selectFunction() 458 … const auto betterParam = [&call, &better](const TFunction& can1, const TFunction& can2) -> bool { in selectFunction() 459 // is call -> can2 better than call -> can1 for any parameter in selectFunction() [all …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | ParseContextBase.cpp | 361 // * a predicate function better(from1, from2, to1, to2) that says whether or 362 // not a conversion from <-> to2 is considered better than a conversion 376 std::function<bool(const TType& from, const TType& to1, const TType& to2)> better, in selectFunction() argument 397 // that candidate is better (bullets below), make it the incumbent. Repeat, with in selectFunction() 399 // returned as the best match. A viable candidate is better than the incumbent if in selectFunction() 401 // * it has a function argument with a better(...) conversion than the incumbent, in selectFunction() 403 // * the incumbent has no argument with a better(...) conversion then the in selectFunction() 408 // better(...) conversion than the best candidate (for either in or out in selectFunction() 458 … const auto betterParam = [&call, &better](const TFunction& can1, const TFunction& can2) -> bool { in selectFunction() 459 // is call -> can2 better than call -> can1 for any parameter in selectFunction() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta2/src/main/java/com/google/cloud/documentai/v1beta2/ |
H A D | OcrParams.java | 82 * setting a hint will help get better results (although it will be a 103 * setting a hint will help get better results (although it will be a 124 * setting a hint will help get better results (although it will be a 146 * setting a hint will help get better results (although it will be a 539 * setting a hint will help get better results (although it will be a 560 * setting a hint will help get better results (although it will be a 581 * setting a hint will help get better results (although it will be a 603 * setting a hint will help get better results (although it will be a 625 * setting a hint will help get better results (although it will be a 654 * setting a hint will help get better results (although it will be a [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta1/src/main/java/com/google/cloud/documentai/v1beta1/ |
H A D | OcrParams.java | 82 * setting a hint will help get better results (although it will be a 103 * setting a hint will help get better results (although it will be a 124 * setting a hint will help get better results (although it will be a 146 * setting a hint will help get better results (although it will be a 539 * setting a hint will help get better results (although it will be a 560 * setting a hint will help get better results (although it will be a 581 * setting a hint will help get better results (although it will be a 603 * setting a hint will help get better results (although it will be a 625 * setting a hint will help get better results (although it will be a 654 * setting a hint will help get better results (although it will be a [all …]
|