/external/curl/tests/data/ |
D | test184 | 17 Location: http://yet.another.host/184 32 Location: http://yet.another.host/184 51 http://deathstar.another.galaxy/184 -L -H "Host: another.visitor.stay.a.while.stay.foreeeeeever" --… 61 GET http://deathstar.another.galaxy/184 HTTP/1.1 62 Host: another.visitor.stay.a.while.stay.foreeeeeever 67 GET http://yet.another.host/184 HTTP/1.1 68 Host: yet.another.host
|
D | test185 | 51 http://deathstar.another.galaxy/185 -L -H "Host: another.visitor.stay.a.while.stay.foreeeeeever" --… 61 GET http://deathstar.another.galaxy/185 HTTP/1.1 62 Host: another.visitor.stay.a.while.stay.foreeeeeever 67 GET http://deathstar.another.galaxy/go/west/185 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/headers646" -F "=)" -F "=@log/te… 41 # This line is another comment. It precedes a folded header. 66 To: another 76 X-test2: this is another header
|
D | test183 | 31 http://deathstar.another.galaxy/183 http://a.galaxy.far.far.away/183 --proxy http://%HOSTIP:%HTTPPO… 41 GET http://deathstar.another.galaxy/183 HTTP/1.1 42 Host: deathstar.another.galaxy
|
D | test1116 | 27 another-header: yes 38 another-header: yes 73 another-header: yes
|
/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/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/llvm-project/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/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/skqp/docs/ |
D | markup.bmh | 25 # a row # another row ## 26 # another row # another row ## 33 $ a row $ another row $$ 34 $ another row $ another row $$
|
/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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
D | CacheSpan.java | 97 public int compareTo(CacheSpan another) { in compareTo() argument 98 if (!key.equals(another.key)) { in compareTo() 99 return key.compareTo(another.key); in compareTo() 101 long startOffsetDiff = position - another.position; in compareTo()
|
/external/openscreen/cast/streaming/ |
D | rtcp_common_unittest.cc | 172 RtcpReportBlock another; in TEST() local 173 another.ssrc = expected.ssrc + i - 2; in TEST() 174 another.packet_fraction_lost_numerator = in TEST() 176 another.cumulative_packets_lost = expected.cumulative_packets_lost + i - 2; in TEST() 177 another.extended_high_sequence_number = in TEST() 179 another.jitter = expected.jitter + RtpTimeDelta::FromTicks(i - 2); in TEST() 180 another.last_status_report_id = expected.last_status_report_id + i - 2; in TEST() 181 another.delay_since_last_report = in TEST() 184 another.AppendFields(&buffer_span); in TEST()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | Chromosome.java | 64 public int compareTo(Chromosome another) { in compareTo() argument 65 return ((Double)this.getFitness()).compareTo(another.getFitness()); in compareTo() 75 protected boolean isSame(Chromosome another) { in isSame() argument
|
D | BinaryChromosome.java | 76 protected boolean isSame(Chromosome another) { in isSame() argument 78 if (! (another instanceof BinaryChromosome)) in isSame() 80 BinaryChromosome anotherBc = (BinaryChromosome) another; in isSame()
|
/external/clang/test/Rewriter/ |
D | undecl-objc-h.m | 17 - (int) another : (int) arg; 23 return [self another : [self MainMethod : d : d].size]; 26 - (int) another : (int) arg { return arg; }
|
/external/llvm-project/clang/test/Rewriter/ |
D | undecl-objc-h.m | 17 - (int) another : (int) arg; 23 return [self another : [self MainMethod : d : d].size]; 26 - (int) another : (int) arg { return arg; }
|
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | B24702438.output | 15 // another comment 18 // another comment 36 // another comment
|
D | B24702438.input | 15 // another comment 18 // another comment 41 // another comment
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/ |
D | HttpResponseCacheTest.java | 76 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in secondEquivalentInstallDoesNothing() local 77 assertSame(first, another); in secondEquivalentInstallDoesNothing() 84 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); in installClosesPreviouslyInstalled() local 85 initializeCache(another); in installClosesPreviouslyInstalled() 87 assertNotSame(first, another); in installClosesPreviouslyInstalled()
|
/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/llvm-project/clang/test/SemaCXX/ |
D | warn-static-function-inheader.cpp | 5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function 11 another(); in foo()
|
/external/clang/test/SemaCXX/ |
D | warn-static-function-inheader.cpp | 5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function 11 another(); in foo()
|
/external/icu/icu4c/source/test/testdata/ |
D | testaliases.txt | 23 // aliasing to another resource 26 // alias that uses another alias and references parts of the end structure 27 referencingalias:alias { "testaliases/anotheralias/2" } // Referencing through another alias 33 … boundaries:alias { "/ICUDATA-brkitr/th" } // Referencing corresponding resource in another bundle
|