Home
last modified time | relevance | path

Searched full:another (Results 1 – 25 of 6031) sorted by relevance

12345678910>>...242

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DChromosome.java56 * @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/
Dtest18417 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
Dtest18551 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
/external/clang/test/SemaTemplate/
Dundefined-template.cpp38 …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/clang/test/Parser/
Dobjc-messaging-1.m9 [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/
DConstructorWithArguments.java24 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()
DSerializableConstructorWithArguments.java28 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/Sema/
Dwarn-duplicate-enum.c6 …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/
Dmsg_12.txt17 Content-Type: multipart/mixed; boundary="ANOTHER"
19 --ANOTHER
23 --ANOTHER
26 --ANOTHER--
Dmsg_12a.txt17 Content-Type: multipart/mixed; boundary="ANOTHER"
19 --ANOTHER
23 --ANOTHER
27 --ANOTHER--
/external/valgrind/gdbserver_tests/
DREADME_DEVELOPERS10 If you want to test with another gdb version, you can do:
11 make regtest GDB=/path/to/another/gdb
13 or (to just run the gdbserver tests with another gdb):
17 gdbserver_tests/make_local_links /path/to/another/gdb
62 In another window, you launch gdb yourself, and you copy paste
66 Another good trick is also to execute the same kind of actions
86 progB: another program (typically, either gdb or vgdb standalone)
156 in another window
173 in another window
206 In another window, do:
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.members/
Dstr.pass.cpp25 buf.str("another test"); in main()
26 assert(buf.str() == "another test"); in main()
31 buf.str(L"another test"); in main()
32 assert(buf.str() == L"another test"); in main()
/external/guice/core/test/com/google/inject/
DBoundInstanceInjectionTest.java86 Named.class.getName() + " and " + Another.class.getName()); in testMalformedInstance()
101 Named.class.getName() + " and " + Another.class.getName()); in testMalformedProvider()
106 @Inject void doublyAnnotated(@Named("a") @Another String unused) {} in doublyAnnotated()
110 @Inject void doublyAnnotated(@Named("a") @Another String s) {} in doublyAnnotated()
118 public @interface Another {} annotation in BoundInstanceInjectionTest
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
DTypeReference.java70 …* Compares this TypeReference to another TypeReference, or more generally to another CharSequence …
74 …* Equivalently, This TypeReference is equal to another TypeReference iff this.getType().equals(oth…
82 … * Compare this TypeReference to another TypeReference, or more generally to another CharSequence.
/external/v8/tools/clang/scripts/
Dextract_edits.py25 <yet another edit1>
26 <yet another edit2>
32 <yet another edit1>
33 <yet another edit2>
/external/python/cpython2/Lib/
Dsets.py33 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 …]
/external/javassist/src/main/javassist/
DClassMap.java58 * Maps a class name to another name in this hashtable.
72 * Maps a class name to another name in this hashtable.
73 * If the hashtable contains another mapping from the same
102 * if another mapping from <code>oldname</code> is
141 * Prevents a mapping from the specified class name to another name.
148 * Prevents a mapping from the specified class name to another name.
/external/clang/test/SemaCXX/
Dwarn-static-function-inheader.cpp5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function
11 another(); in foo()
/external/kernel-headers/original/uapi/linux/
Dfsl_hypervisor.h187 /* Restart another partition */
195 /* Boot another partition */
199 /* Stop this or another partition */
203 /* Copy data from one partition to another */
211 /* Get a property from another guest's device tree */
215 /* Set a property in another guest's device tree */
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
DNullEncodedValue.java56 * Compares this NullEncodedValue to another NullEncodedValue for equality.
58 * This NullEncodedValue is always equal to another other NullEncodedValue
66 * Compare this NullEncodedValue to another EncodedValue.
68 … The comparison is first done on the return values of getValueType(). If the other value is another
DShortEncodedValue.java63 * Compares this ShortEncodedValue to another ShortEncodedValue for equality.
65 …* This ShortEncodedValue is equal to another ShortEncodedValue if the values returned by getValue(…
73 * Compare this ShortEncodedValue to another EncodedValue.
75 … The comparison is first done on the return values of getValueType(). If the other value is another
DByteEncodedValue.java63 * Compares this ByteEncodedValue to another ByteEncodedValue for equality.
65 …* This ByteEncodedValue is equal to another ByteEncodedValue if the values returned by getValue() …
73 * Compare this ByteEncodedValue to another EncodedValue.
75 … The comparison is first done on the return values of getValueType(). If the other value is another
DCharEncodedValue.java63 * Compares this CharEncodedValue to another CharEncodedValue for equality.
65 …* This CharEncodedValue is equal to another CharEncodedValue if the values returned by getValue() …
73 * Compare this CharEncodedValue to another EncodedValue.
75 … The comparison is first done on the return values of getValueType(). If the other value is another
DTypeEncodedValue.java63 * Compares this TypeEncodedValue to another TypeEncodedValue for equality.
65 …* This TypeEncodedValue is equal to another TypeEncodedValue if the values returned by getValue() …
73 * Compare this TypeEncodedValue to another EncodedValue.
75 … The comparison is first done on the return values of getValueType(). If the other value is another
DStringEncodedValue.java63 * Compares this StringEncodedValue to another StringEncodedValue for equality.
65 …* This StringEncodedValue is equal to another StringEncodedValue if the values returned by getValu…
73 * Compare this StringEncodedValue to another EncodedValue.
75 … The comparison is first done on the return values of getValueType(). If the other value is another

12345678910>>...242