/art/test/113-multidex/ |
expected.txt | 2 Second 3 Second::zcall 4 Second::zcall1 5 Second::zcall2 6 Second::zcall3 7 Second::zcall4 8 Second::zcall5 9 Second::zcall6 10 Second::zcall7 11 Second::zcall [all...] |
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/testdata/ |
bsdifftest_partial_a.txt | 1 x a second string to add to _
|
/external/snakeyaml/src/test/resources/pyyaml/ |
empty-documents.single-loader-error | 2 --- # second document
|
spec-08-02.data | 2 Second occurrence: *anchor
|
spec-08-11.data | 2 Second occurrence: *anchor
|
/art/test/426-monitor/ |
expected.txt | 4 In second instance method 5 In second static method
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction_regression/ |
gh40_form_in_template.dat | 2 <template><form><input name="q"></form><div>second</div></template> 13 | "second"
|
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
MultiClassKey.java | 8 private Class<?> second; field in class:MultiClassKey 14 public MultiClassKey(Class<?> first, Class<?> second) { 15 set(first, second); 18 public void set(Class<?> first, Class<?> second) { 20 this.second = second; 27 + ", second=" + second 45 if (!second.equals(that.second)) { [all...] |
/external/deqp/framework/common/ |
tcuEither.hpp | 23 * \brief Template class that is either type of First or Second. 32 * \brief Object containing Either First or Second type of object 34 * \note Type First and Second are always aligned to same alignment as 37 * sizeof(Second*)) + sizeof(deUint64) of memory. 39 template<typename First, typename Second> 44 Either (const Second& second); 47 Either (const Either<First, Second>& other); 48 Either& operator= (const Either<First, Second>& other); 51 Either& operator= (const Second& second) [all...] |
/art/test/ProfileTestMultiDex/ |
main.jpp | 3 class Second
|
/cts/tests/tests/media/res/raw/ |
playlist2.m3u | 6 # second track
|
/external/libchrome/base/test/data/file_util/ |
first1.txt | 2 The second line is different.
|
first2.txt | 2 The second line is not.
|
/external/strace/linux/x32/ |
syscallent1.h | 1 /* Our second set comes from the i386 files. */
|
/external/strace/linux/x86_64/ |
syscallent1.h | 1 /* Our second set comes from the i386 files. */
|
/external/strace/tests/ |
execve.expected | 1 execve\("execve\\nfilename", \["execve\\nfilename", "first", "second"\], \[/\* 2 vars \*/\]\) += -1 ENOENT .*
|
/external/testng/src/main/java/org/testng/internal/collections/ |
Pair.java | 11 private final B second; field in class:Pair 13 public Pair(A first, B second) { 15 this.second = second; 22 public B second() { method in class:Pair 23 return second; 31 result = prime * result + ((second == null) ? 0 : second.hashCode()); 55 if (second == null) { 56 if (other.second != null) [all...] |
/art/test/113-multidex/src/ |
Main.java | 21 Inf1 second = new Second(); local 22 System.out.println(second.getClass().getName()); 23 second.zcall(); 24 second.zcall1(); 25 second.zcall2(); 26 second.zcall3(); 27 second.zcall4(); 28 second.zcall5(); 29 second.zcall6() [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Pair.java | 11 * A pair of objects: first and second. 14 * @param <S> second object type 19 public final S second; field in class:Pair 21 protected Pair(F first, S second) { 23 this.second = second; 29 * @param second must be non-null 32 public static <F, S> Pair<F, S> of(F first, S second) { 33 if (first == null || second == null) { 36 return new Pair<F, S>(first, second); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Pair.java | 10 * A pair of objects: first and second. 13 * @param <S> second object type 17 public final S second; field in class:Pair 19 protected Pair(F first, S second) { 21 this.second = second; 27 * @param second must be non-null 30 public static <F, S> Pair<F, S> of(F first, S second) { 31 if (first == null || second == null) { 34 return new Pair<F, S>(first, second); [all...] |
/external/jsoncpp/test/data/ |
test_preserve_comment_01.expected | 6 /* Comment before 'second' 8 .second=2
|
test_preserve_comment_01.json | 7 /* Comment before 'second' 9 "second" : 2
|
/external/testng/src/test/java/test/priority/ |
WithPrioritySample2Test.java | 13 public void second() { method in class:WithPrioritySample2Test 14 add("second");
|
WithPrioritySampleTest.java | 13 public void second() { method in class:WithPrioritySampleTest 14 add("second");
|
WithoutPrioritySampleTest.java | 13 public void second() { method in class:WithoutPrioritySampleTest 14 add("second");
|