| /external/google-styleguide/docguide/ |
| 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
|
| /external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/ |
| D | ResTableConfigTest.java | 35 // When requested is a better match in isBetterThan_mcc() 55 // When requested is a better match - any US Carrier is a better match to US + Verizon in isBetterThan_mnc() 60 // When requested is a better match - any US Carrier is a better match to US + Verizon in isBetterThan_mnc() 65 // When requested is a better match - any US Carrier is not a better match to US + Verizon in isBetterThan_mnc() 73 // When requested has no language, is not a better match in isBetterThan_language() 81 // When requested has no language, is not a better match in isBetterThan_language_comparedNotSame_requestedEnglish() 90 // When requested has no language, is not a better match in isBetterThan_language_comparedNotSame_requestedEnglishUS()
|
| /external/robolectric/resources/src/test/java/org/robolectric/res/android/ |
| D | ResTableConfigTest.java | 35 // When requested is a better match in isBetterThan_mcc() 55 // When requested is a better match - any US Carrier is a better match to US + Verizon in isBetterThan_mnc() 60 // When requested is a better match - any US Carrier is a better match to US + Verizon in isBetterThan_mnc() 65 // When requested is a better match - any US Carrier is not a better match to US + Verizon in isBetterThan_mnc() 73 // When requested has no language, is not a better match in isBetterThan_language() 81 // When requested has no language, is not a better match in isBetterThan_language_comparedNotSame_requestedEnglish() 90 // When requested has no language, is not a better match in isBetterThan_language_comparedNotSame_requestedEnglishUS()
|
| /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 …]
|
| /external/s2-geometry-library-java/tests/com/google/common/geometry/ |
| 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()
|
| /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 …]
|
| /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 …]
|
| /external/mesa3d/src/compiler/glsl/ |
| D | ir_function.cpp | 172 * 1. An exact match is better than a match involving any implicit in is_better_parameter_match() 176 * is better than match involving any other implicit conversion. in is_better_parameter_match() 180 * to float is better than a match involving an implicit conversion in is_better_parameter_match() 184 * neither conversion is considered better than the other. in is_better_parameter_match() 188 * Notably, the int->uint conversion is *not* considered to be better in is_better_parameter_match() 207 * "A function definition A is considered a better in is_best_inexact_overload() 211 * in A is better than the corresponding conversion in B; and in is_best_inexact_overload() 213 * * there is no function argument for which the conversion in B is better in is_best_inexact_overload() 216 * If a single function definition is considered a better match than every in is_best_inexact_overload() 247 return false; /* B is better for this parameter */ in is_best_inexact_overload() [all …]
|
| /external/autotest/server/site_tests/bluetooth_AdapterLEBetterTogether/ |
| D | bluetooth_AdapterLEBetterTogether.py | 6 """A Batch of Bluetooth LE tests for Better Together""" 14 """A Batch of Bluetooth LE tests for Better Together. This test is written 35 @batch_wrapper('Better Together') 37 """Run the Bluetooth LE for Better Together test batch or a specific 58 """Run the batch of Bluetooth LE tests for Better Together
|
| /external/clang/test/SemaObjCXX/ |
| D | conversion-ranking.mm | 21 // conversion of C* to B* is better than conversion of C* to A*. 29 // conversion of B* to A* is better than conversion of C* to A* 46 // A conversion to an a non-id object pointer type is better than a 55 // A conversion to an a non-Class object pointer type is better than a 83 // A conversion to an a non-id object pointer type is better than a
|
| /external/webrtc/modules/video_capture/ |
| D | device_info_impl.cc | 117 diffHeight <= abs(currentbestDiffHeight)) // Height better or equalt in GetBestMatchedCapability() 124 diffWidth <= abs(currentbestDiffWith)) // Width better or equal in GetBestMatchedCapability() 134 // better match than previouse in GetBestMatchedCapability() 140 // This is better. in GetBestMatchedCapability() 163 } else // Better frame rate in GetBestMatchedCapability() 172 } else // Better width than previously in GetBestMatchedCapability() 181 } else // Better height in GetBestMatchedCapability()
|
| /external/mesa3d/docs/_extra/specs/ |
| 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 …]
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
| D | compiler_options.h | 45 // better on Adreno and buffers are better for Mali. 49 // textures work better on Adreno. 50 // TODO(akulik): may be better name? 55 // Dynamic mode uses less memory, while static mode may yield better
|
| /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 …]
|
| /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 …]
|
| /external/libabigail/ |
| D | NEWS | 26 ir: Add better comments to types_have_similar_structure 38 Bug 27165 - Better support multi-language binaries 40 Bug 27267 - Better support for opaque enum types 45 Better sorting of (anonymous) types in ABIXML files 299 get_canonical_type_for: restore environment better 410 Better handle several anonymous types of the same kind 418 [dwarf-reader] Better use of linkage name for fn decl de-duplication 441 [has_type_change] Better detect type size changes 442 Better propagation of suppressed-ness to function types 448 PR25058 - Better support fn DIEs referring to symbols using DW_AT_ranges [all …]
|
| /external/libyuv/files/include/libyuv/ |
| D | scale.h | 68 // If filtering is kFilterBilinear, interpolation is used to produce a better 70 // If filtering is kFilterBox, averaging is used to produce ever better 135 // If filtering is kFilterBilinear, interpolation is used to produce a better 137 // If filtering is kFilterBox, averaging is used to produce ever better 202 // If filtering is kFilterBilinear, interpolation is used to produce a better 204 // If filtering is kFilterBox, averaging is used to produce ever better 268 // If filtering is kFilterBilinear, interpolation is used to produce a better
|
| /external/capstone/ |
| 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 …]
|
| /external/vulkan-headers/registry/spec_tools/ |
| D | util.py | 29 NOTE: Some places where this is used might be better served by changing to a dictionary. 40 NOTE: Many places where this is used might be better served by changing to a dictionary. 48 NOTE: Many places where this is used might be better served by changing to a dictionary. 56 NOTE: Many places where this is used might be better served by changing to a dictionary.
|
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/spec_tools/ |
| D | util.py | 29 NOTE: Some places where this is used might be better served by changing to a dictionary. 40 NOTE: Many places where this is used might be better served by changing to a dictionary. 48 NOTE: Many places where this is used might be better served by changing to a dictionary. 56 NOTE: Many places where this is used might be better served by changing to a dictionary.
|
| /external/gfxstream-protocols/registry/vulkan/scripts/spec_tools/ |
| D | util.py | 29 NOTE: Some places where this is used might be better served by changing to a dictionary. 40 NOTE: Many places where this is used might be better served by changing to a dictionary. 48 NOTE: Many places where this is used might be better served by changing to a dictionary. 56 NOTE: Many places where this is used might be better served by changing to a dictionary.
|
| /external/google-breakpad/src/common/dwarf/ |
| D | dwarf2diehandler.cc | 120 // This entry had better be the handler for this DIE. in EndDIE() 143 // This had better be an attribute of the DIE we were meant to handle. in ProcessAttributeUnsigned() 153 // This had better be an attribute of the DIE we were meant to handle. in ProcessAttributeSigned() 163 // This had better be an attribute of the DIE we were meant to handle. in ProcessAttributeReference() 174 // This had better be an attribute of the DIE we were meant to handle. in ProcessAttributeBuffer() 184 // This had better be an attribute of the DIE we were meant to handle. in ProcessAttributeString() 194 // This had better be an attribute of the DIE we were meant to handle. in ProcessAttributeSignature()
|
| /external/python/cpython2/Demo/tix/samples/ |
| D | PanedWin.py | 50 …list.listbox.insert(Tix.END, "+ 12326 Re: Tix is even better for your health (Was: Tkinter is good… 51 …list.listbox.insert(Tix.END, " 12327 Re: Tix is even better for your health (Was: Tkinter is good… 52 …list.listbox.insert(Tix.END, "+ 12328 Re: Tix is even better for your health (Was: Tkinter is good… 53 …list.listbox.insert(Tix.END, " 12329 Re: Tix is even better for your health (Was: Tkinter is good… 54 …list.listbox.insert(Tix.END, "+ 12330 Re: Tix is even better for your health (Was: Tkinter is good…
|
| /external/clang/test/Modules/Inputs/available-is-better/ |
| D | module.modulemap | 7 header "available-is-better.h" 11 header "available-is-better.h" 16 header "available-is-better.h"
|