/external/rust/crates/glob/tests/ |
D | glob-std.rs | 70 mk_file("r/one/another", true); in main() 71 mk_file("r/one/another/a.md", false); in main() 72 mk_file("r/one/another/deep", true); in main() 73 mk_file("r/one/another/deep/spelunking.md", false); in main() 74 mk_file("r/another", true); in main() 75 mk_file("r/another/a.md", false); in main() 85 PathBuf::from("r/another"), in main() 87 PathBuf::from("r/one/another"), in main() 88 PathBuf::from("r/one/another/deep"), in main() 98 PathBuf::from("r/another"), in main() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | Chromosome.java | 56 * @param another another chromosome to compare 59 * <li>-1 if <code>another</code> is better than <code>this</code></li> 60 * <li>1 if <code>another</code> is worse than <code>this</code></li> 64 public int compareTo(Chromosome another) { in compareTo() argument 65 return ((Double)this.getFitness()).compareTo(another.getFitness()); in compareTo() 69 * Returns <code>true<code> iff <code>another</code> has the same 72 * @param another chromosome to compare 73 * @return true if <code>another</code> is equivalent to this chromosome 75 protected boolean isSame(Chromosome another) { in isSame() argument 80 * Searches the <code>population</code> for another chromosome with the same
|
/external/curl/tests/data/ |
D | test184 | 17 Location: http://yet.another.host/%TESTNUMBER 32 Location: http://yet.another.host/%TESTNUMBER 51 http://deathstar.another.galaxy/%TESTNUMBER -L -H "Host: another.visitor.stay.a.while.stay.foreeeee… 61 GET http://deathstar.another.galaxy/%TESTNUMBER HTTP/1.1 62 Host: another.visitor.stay.a.while.stay.foreeeeeever 67 GET http://yet.another.host/%TESTNUMBER HTTP/1.1 68 Host: yet.another.host
|
D | test185 | 51 http://deathstar.another.galaxy/%TESTNUMBER -L -H "Host: another.visitor.stay.a.while.stay.foreeeee… 61 GET http://deathstar.another.galaxy/%TESTNUMBER HTTP/1.1 62 Host: another.visitor.stay.a.while.stay.foreeeeeever 67 GET http://deathstar.another.galaxy/go/west/%TESTNUMBER HTTP/1.1 68 Host: another.visitor.stay.a.while.stay.foreeeeeever
|
D | test646 | 25 To: another 30 …another header " -F "=This is the plain text version;headers=@log/headers%TESTNUMBER" -F "=)" -F "… 41 # This line is another comment. It precedes a folded header. 66 To: another 76 X-test2: this is another header
|
/external/python/google-api-python-client/docs/dyn/ |
D | androidpublisher_v3.edits.expansionfiles.html | 85 <p class="firstline">Patches the APK's expansion file configuration to reference another APK's expa… 88 <p class="firstline">Updates the APK's expansion file configuration to reference another APK's expa… 120 …is APK has an expansion file uploaded to it: this APK does not reference another APK's expans… 121 …"referencesVersion": 42, # If set, this APK's expansion file references another APK… 127 …<pre>Patches the APK's expansion file configuration to reference another APK's expansion… 142 …is APK has an expansion file uploaded to it: this APK does not reference another APK's expans… 143 …"referencesVersion": 42, # If set, this APK's expansion file references another APK… 155 …is APK has an expansion file uploaded to it: this APK does not reference another APK's expans… 156 …"referencesVersion": 42, # If set, this APK's expansion file references another APK… 162 …<pre>Updates the APK's expansion file configuration to reference another APK's expansion… [all …]
|
D | admin_directory_v1.members.html | 116 …ies the group member in the API request. A group member can be a user or another group. The value … 130 …ies the group member in the API request. A group member can be a user or another group. The value … 139 …{ # A Google Groups member can be a user or another group. This member can be inside or outside of… 141 … user or another group. This property is required when adding a member to a group. The `email` mus… 180 { # A Google Groups member can be a user or another group. This member can be inside or outside of … 182 … user or another group. This property is required when adding a member to a group. The `email` mus… 199 …{ # A Google Groups member can be a user or another group. This member can be inside or outside of… 201 … user or another group. This property is required when adding a member to a group. The `email` mus… 233 …{ # A Google Groups member can be a user or another group. This member can be inside or outside of… 235 … user or another group. This property is required when adding a member to a group. The `email` mus… [all …]
|
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
D | position_range_scenarios.story | 1 Scenario: a position is equal to another position at the same place 8 Scenario: a position is after another position 15 Scenario: a position is directly after another position 22 Scenario: a position is before another position 29 Scenario: a position is directly before another position 36 Scenario: a range is equal to another range 51 Scenario: a range is contained in another range
|
/external/clang/test/SemaTemplate/ |
D | undefined-template.cpp | 38 …uppress this warning if 'C1<int>::s_var_1' is explicitly instantiated in another translation unit}} in func_02() 43 …ppress this warning if 'C1<char>::s_var_2' is explicitly instantiated in another translation unit}} in func_03() 48 …ppress this warning if 'C1<int>::s_func_1' is explicitly instantiated in another translation unit}} in func_04() 57 …press this warning if 'C1<char>::s_func_2' is explicitly instantiated in another translation unit}} in func_06() 62 …suppress this warning if 'C1<int>::meth_1' is explicitly instantiated in another translation unit}} in func_07() 71 …uppress this warning if 'C1<char>::meth_1' is explicitly instantiated in another translation unit}} in func_09() 80 … this warning if 'C1<int>::s_tvar_2<long>' is explicitly instantiated in another translation unit}} in func_11() 89 …this warning if 'C1<int>::s_tfunc_2<long>' is explicitly instantiated in another translation unit}} in func_13() 98 …is warning if 'C1<int>::C2<char>::s_var_2' is explicitly instantiated in another translation unit}} in func_15() 107 …s warning if 'C1<int>::C2<char>::s_func_2' is explicitly instantiated in another translation unit}} in func_17() [all …]
|
/external/pigweed/pw_symbolizer/py/ |
D | symbolizer_test.cc | 48 namespace another::one { namespace 59 } // namespace another::one 68 another::one::PrintExpectedFuncSymbol( in main() 69 reinterpret_cast<void*>(&another::one::PrintExpectedFuncSymbol), in main() 70 "another::one::PrintExpectedFuncSymbol(void*, char const*, int)", in main() 73 another::one::PrintExpectedFuncSymbol( in main() 78 another::one::PrintExpectedFuncSymbol( in main()
|
/external/clang/test/Parser/ |
D | objc-messaging-1.m | 9 [a inout: 1 :2 another:(2,3,4)]; // expected-warning{{not found}} \ 11 [a inout: 1 :2 another:(2,3,4), 6,6,8]; // expected-warning{{not found}} \ 13 [a inout: 1 :2 another:(2,3,4), (6,4,5),6,8]; // expected-warning{{not found}} \ 15 [a inout: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \ 17 [a long: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \ 19 [a : "Hello\n" :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
|
/external/objenesis/tck/src/main/java/org/objenesis/tck/candidates/ |
D | ConstructorWithArguments.java | 24 private final int another; field in ConstructorWithArguments 26 public ConstructorWithArguments(String something, int another) { in ConstructorWithArguments() argument 28 this.another = another; in ConstructorWithArguments() 32 return something + another; in toString()
|
D | SerializableConstructorWithArguments.java | 28 private final int another; field in SerializableConstructorWithArguments 30 public SerializableConstructorWithArguments(String something, int another) { in SerializableConstructorWithArguments() argument 32 this.another = another; in SerializableConstructorWithArguments() 36 return something + another; in toString()
|
/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | C_host_memory_block.h | 40 bool Equal(C_host_memory_block < T > & another); 41 bool Equal_rect(C_host_memory_block < T > & another, 48 bool Equal_rect_from_orig(C_host_memory_block < T > & another, 123 bool C_host_memory_block<T>::Equal(C_host_memory_block < T > & another) in Equal() argument 128 if (pData[i] == another.pData[i]) in Equal() 164 bool C_host_memory_block<T>::Equal_rect(C_host_memory_block < T > & another, in Equal_rect() argument 184 if (pData[p1] == another.pData[p1]) in Equal_rect() 192 bool C_host_memory_block<T>::Equal_rect_from_orig(C_host_memory_block < T > & another, in Equal_rect_from_orig() argument 213 if (pData[p2] == another.pData[p1]) in Equal_rect_from_orig()
|
/external/pigweed/pw_console/py/ |
D | table_test.py | 89 args=('MD2', 567.5, 'Another cool event'), 102 args=('MOD2', 567.5, 'Another cool event'), 133 args=('MODULE2', 567.5, 'Another cool event'), 179 args=('MODULE2', 567.5, 'Another cool event'), 183 msg='Another cool event')), 186 args=('MODULE2', 567.5, 'Another cool event'), 206 ('', 'Another cool event'), 217 ('', '[MODULE2] 567.500 Another cool event'),
|
D | log_filter_test.py | 120 ('Log another item', {'planet': 'Earth'}), 125 'Log another item', 136 ('Log another item', dict()), 152 ('Log another item', 158 'Log another item', 171 ('Log another item',
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape.py | 154 # Another possibility would be this, but WARNING: it only works if the 278 other: Another Dimension. 291 other: Another Dimension. 321 other: Another Dimension. 355 other: Another Dimension, or a value accepted by `as_dimension`. 373 other: Another Dimension, or a value accepted by `as_dimension`. 397 other: Another Dimension, or a value accepted by `as_dimension`. 415 other: Another Dimension, or a value accepted by `as_dimension`. 443 other: Another Dimension, or a value accepted by `as_dimension`. 462 other: Another Dimension, or a value accepted by `as_dimension`. [all …]
|
/external/clang/test/Sema/ |
D | warn-duplicate-enum.c | 6 …A3, // expected-warning {{element A3 has been implicitly assigned 0 which another element has bee… 11 …B2, // expected-warning {{element B2 has been implicitly assigned 0 which another element ha… 14 …B5, // expected-warning {{element B5 has been implicitly assigned -1 which another element has be… 18 … }; // expected-warning{{element C1 has been implicitly assigned 0 which another element has been … 24 …D3, // expected-warning{{element D3 has been implicitly assigned 2 which another element has been…
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_12a.txt | 17 Content-Type: multipart/mixed; boundary="ANOTHER" 19 --ANOTHER 23 --ANOTHER 27 --ANOTHER--
|
D | msg_12.txt | 17 Content-Type: multipart/mixed; boundary="ANOTHER" 19 --ANOTHER 23 --ANOTHER 26 --ANOTHER--
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_12a.txt | 17 Content-Type: multipart/mixed; boundary="ANOTHER" 19 --ANOTHER 23 --ANOTHER 27 --ANOTHER--
|
D | msg_12.txt | 17 Content-Type: multipart/mixed; boundary="ANOTHER" 19 --ANOTHER 23 --ANOTHER 26 --ANOTHER--
|
/external/pigweed/pw_log/ |
D | basic_log_test.cc | 43 PW_LOG_DEBUG("Here is a string: %s; with another string %s", "foo", "bar"); in TEST() 51 PW_LOG_INFO("Here is a string: %s; with another string %s", "foo", "bar"); in TEST() 59 PW_LOG_WARN("Here is a string: %s; with another string %s", "foo", "bar"); in TEST() 67 PW_LOG_ERROR("Here is a string: %s; with another string %s", "foo", "bar"); in TEST() 185 PW_LOG_DEBUG("Here is a string: %s; with another string %s", "foo", "bar"); in TEST() 193 PW_LOG_INFO("Here is a string: %s; with another string %s", "foo", "bar"); in TEST() 201 PW_LOG_WARN("Here is a string: %s; with another string %s", "foo", "bar"); in TEST() 209 PW_LOG_ERROR("Here is a string: %s; with another string %s", "foo", "bar"); in TEST()
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.3 | 36 another value = # empty string 37 yet another # None! 45 [another one!] 47 yes, this still applies to = section "another one!"
|
/external/python/cpython2/Lib/ |
D | sets.py | 33 really add a Set as an element to another Set; if you try, what is 156 # early, in case the deep copy recurses into another reference 290 """Report whether another set contains this set.""" 299 """Report whether this set contains another set.""" 429 """Update a set with the union of itself and another.""" 435 """Update a set with the union of itself and another.""" 439 """Update a set with the intersection of itself and another.""" 445 """Update a set with the intersection of itself and another.""" 452 """Update a set with the symmetric difference of itself and another.""" 458 """Update a set with the symmetric difference of itself and another.""" [all …]
|