/external/libtextclassifier/utils/strings/ |
D | stringpiece_test.cc | 26 EXPECT_TRUE(EndsWith("hello there!", "there!")); in TEST() 27 EXPECT_TRUE(EndsWith("hello there!", "!")); in TEST() 28 EXPECT_FALSE(EndsWith("hello there!", "there")); in TEST() 29 EXPECT_FALSE(EndsWith("hello there!", " hello there!")); in TEST() 30 EXPECT_TRUE(EndsWith("hello there!", "")); in TEST() 31 EXPECT_FALSE(EndsWith("", "hello there!")); in TEST() 35 EXPECT_TRUE(StartsWith("hello there!", "hello")); in TEST() 36 EXPECT_TRUE(StartsWith("hello there!", "hello ")); in TEST() 37 EXPECT_FALSE(StartsWith("hello there!", "there!")); in TEST() 38 EXPECT_FALSE(StartsWith("hello there!", " hello there! ")); in TEST() [all …]
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | dsa_test.txt | 885 # cases the modular inverse of 0 is simply 0. As a result there are 894 # cases the modular inverse of 0 is simply 0. As a result there are 903 # cases the modular inverse of 0 is simply 0. As a result there are 912 # cases the modular inverse of 0 is simply 0. As a result there are 921 # cases the modular inverse of 0 is simply 0. As a result there are 930 # cases the modular inverse of 0 is simply 0. As a result there are 939 # cases the modular inverse of 0 is simply 0. As a result there are 948 # cases the modular inverse of 0 is simply 0. As a result there are 957 # cases the modular inverse of 0 is simply 0. As a result there are 966 # cases the modular inverse of 0 is simply 0. As a result there are [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_gettext.py | 295 x = gettext.ngettext('There is %s file', 'There are %s files', 1) 297 x = gettext.ngettext('There is %s file', 'There are %s files', 2) 304 x = t.ngettext('There is %s file', 'There are %s files', 1) 306 x = t.ngettext('There is %s file', 'There are %s files', 2) 504 x = lngettext('There is %s file', 'There are %s files', 1) 506 x = lngettext('There is %s file', 'There are %s files', 2) 508 x = lngettext('There is %s directory', 'There are %s directories', 1) 509 self.assertEqual(x, b'There is %s directory') 510 x = lngettext('There is %s directory', 'There are %s directories', 2) 511 self.assertEqual(x, b'There are %s directories') [all …]
|
D | test_textwrap.py | 54 text = "Hello there, how are you this fine day? I'm glad to hear it!" 57 ["Hello there,", 64 ["Hello there, how are you this fine day?", 418 text = "Hello there -- you goof-ball, use the -b option!" 422 ["Hello", " ", "there", " ", "--", " ", "you", " ", "goof-", 480 text = "Hello there, how are you this fine day? I'm glad to hear it!" 490 ["Hello there,", 494 ["Hello there,", 499 ["Hello there,", 510 ["Hello there,", [all …]
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/ |
D | ChannelOrBuilder.java | 62 * There are no ordering guarantees on the order of channel refs. 63 * There may not be cycles in the ref graph. 73 * There are no ordering guarantees on the order of channel refs. 74 * There may not be cycles in the ref graph. 83 * There are no ordering guarantees on the order of channel refs. 84 * There may not be cycles in the ref graph. 93 * There are no ordering guarantees on the order of channel refs. 94 * There may not be cycles in the ref graph. 104 * There are no ordering guarantees on the order of channel refs. 105 * There may not be cycles in the ref graph. [all …]
|
D | SubchannelOrBuilder.java | 62 * There are no ordering guarantees on the order of channel refs. 63 * There may not be cycles in the ref graph. 73 * There are no ordering guarantees on the order of channel refs. 74 * There may not be cycles in the ref graph. 83 * There are no ordering guarantees on the order of channel refs. 84 * There may not be cycles in the ref graph. 93 * There are no ordering guarantees on the order of channel refs. 94 * There may not be cycles in the ref graph. 104 * There are no ordering guarantees on the order of channel refs. 105 * There may not be cycles in the ref graph. [all …]
|
D | Channel.java | 216 * There are no ordering guarantees on the order of channel refs. 217 * There may not be cycles in the ref graph. 228 * There are no ordering guarantees on the order of channel refs. 229 * There may not be cycles in the ref graph. 241 * There are no ordering guarantees on the order of channel refs. 242 * There may not be cycles in the ref graph. 253 * There are no ordering guarantees on the order of channel refs. 254 * There may not be cycles in the ref graph. 265 * There are no ordering guarantees on the order of channel refs. 266 * There may not be cycles in the ref graph. [all …]
|
D | Subchannel.java | 217 * There are no ordering guarantees on the order of channel refs. 218 * There may not be cycles in the ref graph. 229 * There are no ordering guarantees on the order of channel refs. 230 * There may not be cycles in the ref graph. 242 * There are no ordering guarantees on the order of channel refs. 243 * There may not be cycles in the ref graph. 254 * There are no ordering guarantees on the order of channel refs. 255 * There may not be cycles in the ref graph. 266 * There are no ordering guarantees on the order of channel refs. 267 * There may not be cycles in the ref graph. [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 300operations.frag.out | 3 … uniform block{layout( column_major shared) uniform mediump float f}' (or there is no acceptable c… 4 …nd a right operand of type ' global structure{ global mediump int i}' (or there is no acceptable c… 5 …' temp mediump int' and a right operand of type ' temp mediump float' (or there is no acceptable c… 6 … temp mediump uint' and a right operand of type ' temp mediump float' (or there is no acceptable c… 7 … ' temp mediump uint' and a right operand of type ' temp mediump int' (or there is no acceptable c… 9 …nd a right operand of type ' temp mediump 4-component vector of uint' (or there is no acceptable c… 10 …d a right operand of type ' temp mediump 3-component vector of float' (or there is no acceptable c… 11 …nd a right operand of type ' temp mediump 3-component vector of uint' (or there is no acceptable c… 12 …nd a right operand of type ' global 5-element array of mediump float' (or there is no acceptable c… 13 …operand of type ' temp bool' and a right operand of type ' temp bool' (or there is no acceptable c… [all …]
|
/external/toybox/tests/ |
D | ifconfig.test | 74 # Results Expected: After calling ifconfig dummy0, there are no lines 81 # Results Expected: After calling ifconfig dummy0, there is one line with the 88 # Results Expected: There is one line of error message containing 95 # Results Expected: After calling ifconfig dummy0, there is one line with the 102 # Results Expected: after calling ifconfig dummy0, there is one line with the 109 # Results Expected: after calling ifconfig dummy0, there are no lines with the 117 # Results Expected: After calling ifconfig dummy0, there are no lines with the 124 # Results Expected: After calling ifconfig dummy0, there is one line with the 131 # Results Expected: After calling ifconfig dummy0, there is one line with the 140 # Results Expected: After calling ifconfig dummy0, there is one line with the [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyDisplayNames.java | 27 * localized for display in the provided locale. If there is no data for the 28 * provided locale, this falls back to the current default locale; if there 30 * values are returned from APIs when there is no data for the requested ISO 43 * localized for display in the provided locale. If there is no data for the 44 * provided locale, this falls back to the current default locale; if there 46 * values are returned from APIs when there is no data for the requested ISO 60 * this behaves like {@link #getInstance(ULocale)}. Otherwise, 1) if there 61 * is no supporting data for the locale at all, there is no fallback through 62 * the default locale or root, and null is returned, and 2) if there is data 78 * this behaves like {@link #getInstance(Locale)}. Otherwise, 1) if there [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CurrencyDisplayNames.java | 28 * localized for display in the provided locale. If there is no data for the 29 * provided locale, this falls back to the current default locale; if there 31 * values are returned from APIs when there is no data for the requested ISO 43 * localized for display in the provided locale. If there is no data for the 44 * provided locale, this falls back to the current default locale; if there 46 * values are returned from APIs when there is no data for the requested ISO 59 * this behaves like {@link #getInstance(ULocale)}. Otherwise, 1) if there 60 * is no supporting data for the locale at all, there is no fallback through 61 * the default locale or root, and null is returned, and 2) if there is data 76 * this behaves like {@link #getInstance(Locale)}. Otherwise, 1) if there [all …]
|
/external/libevent/ |
D | whatsnew-2.1.txt | 27 There is a work-in-progress book with reference manual at 55 There is also an --enable-silent-rules configure option to make 66 There is now an alternative cmake-based build process; cmake users 87 There is an EVLOOP_NO_EXIT_ON_EMPTY flag that tells event_base_loop() 88 to keep looping even when there are no pending events. (Ordinarily, 93 singletons but provided no means to free them. There is now a 99 your process exit()s. If you aren't using a leak-checking tool, there 102 There is a new event_base_get_npriorities() function to return the 106 event on the heap. Unfortunately, with event_new(), there was no 112 In other words, there was no easy way for event_new() to set up an [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | amb.cpp | 47 THEN("there was one subscription and one unsubscription to the xs"){ 55 THEN("there was one subscription and one unsubscription to the ys1"){ 63 THEN("there was one subscription and one unsubscription to the ys2"){ 71 THEN("there was one subscription and one unsubscription to the ys3"){ 123 THEN("there was one subscription and one unsubscription to the xs"){ 131 THEN("there was one subscription and one unsubscription to the ys1"){ 139 THEN("there was one subscription and one unsubscription to the ys2"){ 207 THEN("there was one subscription and one unsubscription to the xs"){ 215 THEN("there was one subscription and one unsubscription to the ys1"){ 223 THEN("there was one subscription and one unsubscription to the ys2"){ [all …]
|
D | with_latest_from.cpp | 54 THEN("there was one subscription and one unsubscription to the o1"){ 62 THEN("there was one subscription and one unsubscription to the o2"){ 119 THEN("there was one subscription and one unsubscription to the o1"){ 127 THEN("there was one subscription and one unsubscription to the o2"){ 184 THEN("there was one subscription and one unsubscription to the o1"){ 192 THEN("there was one subscription and one unsubscription to the o2"){ 251 THEN("there was one subscription and one unsubscription to the o1"){ 259 THEN("there was one subscription and one unsubscription to the o2"){ 309 THEN("there was one subscription and one unsubscription to each observable"){ 365 THEN("there was one subscription and one unsubscription to each observable"){ [all …]
|
D | zip.cpp | 40 THEN("there was one subscription and one unsubscription to the n1"){ 48 THEN("there was one subscription and one unsubscription to the n2"){ 98 THEN("there was one subscription and one unsubscription to each observable"){ 149 THEN("there was one subscription and one unsubscription to the n"){ 157 THEN("there was one subscription and one unsubscription to the e"){ 205 THEN("there was one subscription and one unsubscription to the e"){ 213 THEN("there was one subscription and one unsubscription to the n"){ 264 THEN("there was one subscription and one unsubscription to the e"){ 272 THEN("there was one subscription and one unsubscription to the n"){ 325 THEN("there was one subscription and one unsubscription to each observable"){ [all …]
|
D | amb_variadic.cpp | 39 THEN("there was one subscription and one unsubscription to the ys1"){ 47 THEN("there was one subscription and one unsubscription to the ys2"){ 55 THEN("there was one subscription and one unsubscription to the ys3"){ 100 THEN("there was one subscription and one unsubscription to the ys1"){ 108 THEN("there was one subscription and one unsubscription to the ys2"){ 153 THEN("there was one subscription and one unsubscription to the ys1"){ 161 THEN("there was one subscription and one unsubscription to the ys2"){ 221 THEN("there was one subscription and one unsubscription to the ys1"){ 229 THEN("there was one subscription and one unsubscription to the ys2"){ 237 THEN("there was one subscription and one unsubscription to the ys3"){ [all …]
|
/external/mockito/src/main/java/org/mockito/verification/ |
D | VerificationAfterDelay.java | 32 …* Verifies that there are exactly N invocations during the given period. This will wait the full p… 37 …* Allows verification that there are no invocations at any point during the given period. This wil… 38 … * full period given, unless an invocation occurs (in which case there will be immediate failure) 43 …* Verifies that there is at least 1 invocation during the given period. This will wait the full pe… 48 …* Verifies that there is are least N invocations during the given period. This will wait the full … 53 …* Verifies that there is are most N invocations during the given period. This will wait the full p… 54 * unless too many invocations occur (in which case there will be an immediate failure) 59 …* Verifies that there the given method is invoked and is the only method invoked. This will wait t… 60 …* period given, unless another method is invoked (in which case there will be an immediate failure)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 37 /// UNKNOWN_LIBCALL if there is none. 41 /// UNKNOWN_LIBCALL if there is none. 45 /// UNKNOWN_LIBCALL if there is none. 49 /// UNKNOWN_LIBCALL if there is none. 53 /// UNKNOWN_LIBCALL if there is none. 57 /// UNKNOWN_LIBCALL if there is none. 61 /// UNKNOWN_LIBCALL if there is none. 66 /// UNKNOW_LIBCALL if there is none. 71 /// UNKNOW_LIBCALL if there is none. 76 /// UNKNOW_LIBCALL if there is none.
|
/external/toolchain-utils/bestflags/ |
D | steering.py | 43 # referenced to as ready tasks. Once there is no pending generation, the 47 # Record how many initial tasks there are. If there is no task at all, the 60 # If there is no task to be executed at all, the algorithm returns right away. 62 # Inform the next stage that there will be no more task. 66 # The algorithm is done if there is no pending generation. A generation is 73 # If there is a task whose result is ready from the last stage of the 74 # feedback loop, there will be one less pending task. 89 # If there is still any pending task, do nothing. 99 # fixpoint has been reached, there has not been any improvement for a few 114 # Steering algorithm is finished and it informs the next stage that there will
|
/external/python/google-api-python-client/docs/dyn/ |
D | androidenterprise_v1.storelayoutclusters.html | 124 …"productId": [ # List of products in the order they are displayed in the cluster. There should not… 128 … one that best matches the user locale, or the first entry if there is no good match. There needs … 152 …"productId": [ # List of products in the order they are displayed in the cluster. There should not… 156 … one that best matches the user locale, or the first entry if there is no good match. There needs … 173 …"productId": [ # List of products in the order they are displayed in the cluster. There should not… 177 … one that best matches the user locale, or the first entry if there is no good match. There needs … 204 …"productId": [ # List of products in the order they are displayed in the cluster. There should not… 208 … one that best matches the user locale, or the first entry if there is no good match. There needs … 236 …"productId": [ # List of products in the order they are displayed in the cluster. There should not… 240 … one that best matches the user locale, or the first entry if there is no good match. There needs … [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_textwrap.py | 55 text = "Hello there, how are you this fine day? I'm glad to hear it!" 58 ["Hello there,", 65 ["Hello there, how are you this fine day?", 394 # there's more to it than this, but let's at least make 396 text = u"Hello there, how are you today?" 397 self.check_wrap(text, 50, [u"Hello there, how are you today?"]) 398 self.check_wrap(text, 20, [u"Hello there, how are", "you today?"]) 417 text = "Hello there -- you goof-ball, use the -b option!" 421 ["Hello", " ", "there", " ", "--", " ", "you", " ", "goof-", 559 text = "Hello there.\nHow are you?\nOh good, I'm glad." [all …]
|
/external/pcre/dist2/doc/ |
D | pcre2matching.3 | 23 When there is only one possible way in which a given subject string can match a 25 when there are multiple possibilities. For example, if the pattern 33 there are three possible answers. The standard algorithm finds only one of 44 There are two ways to search a tree: depth-first and breadth-first, and these 54 checking that the subject matches what is required. When there is a mismatch, 62 the algorithm stops. Thus, if there is more than one possible match, this 85 subject string only once, without backtracking, there is one exception: when a 89 The scan continues until either the end of the subject is reached, or there are 91 different matching possibilities (if there are none, the match has failed). 92 Thus, if there is more than one possible match, this algorithm finds all of [all …]
|
/external/tensorflow/tensorflow/lite/experimental/objc/apis/ |
D | TFLInterpreter.h | 92 * @param error An optional error parameter populated when there is an error in initializing the 96 * options. `nil` if there is an error in initializing the interpreter. 106 * @param error An optional error parameter populated when there is an error in initializing the 109 * @return A new instance of `TFLInterpreter` with the given model and options. `nil` if there is an 119 * @param error An optional error parameter populated when there is an error in invoking the 130 * @param error An optional error parameter populated when there is an error in looking up the input 133 * @return The input tensor at the given index. `nil` if there is an error. See the `TFLTensor` 143 * @param error An optional error parameter populated when there is an error in looking up the 146 * @return The output tensor at the given index. `nil` if there is an error. See the `TFLTensor` 159 * @param error An optional error parameter populated when there is an error in resizing the input [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOMLocatorImpl.java | 47 * or -1 if there is no column number available. 53 * or -1 if there is no line number available. 62 * or null if there is no URI available. 68 * if there is no byte offset available 74 * offset into the input source this locator is pointing to or -1 if there 134 * The line number where the error occured, or -1 if there is no line 142 * The column number where the error occured, or -1 if there is no column 151 * The URI where the error occured, or null if there is no URI available. 165 * if there is no byte offset available 173 * offset into the input source this locator is pointing to or -1 if there
|