HomeSort by relevance Sort by last modified time
    Searched full:another (Results 26 - 50 of 13060) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
eb88.cpp 3 // Another magic NULL problem.
  /ndk/tests/device/test-stlport_static-exception/jni/
eb88.cpp 3 // Another magic NULL problem.
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/kerberos/
KerberosNameTest.java 40 KerberosName another = new KerberosName("service@localhost", GSSName.NT_HOSTBASED_SERVICE); local
41 assertEquals(one, another);
44 another = new KerberosName("service/localhost", GSSName.NT_HOSTBASED_SERVICE);
45 assertEquals(one, another);
48 another = new KerberosName("service@localhost", GSSName.NT_USER_NAME);
49 assertEquals(one, another);
52 another = new KerberosName("service/localhost", GSSName.NT_USER_NAME);
53 assertFalse(one.equals(another));
57 another = new KerberosName("service@localhost", KRB5_PRINCIPAL_NAMETYPE);
58 assertEquals(one, another);
    [all...]
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
ConstructorWithArguments.java 24 private final int another; field in class:ConstructorWithArguments
26 public ConstructorWithArguments(String something, int another) {
28 this.another = another;
32 return something + another;
SerializableConstructorWithArguments.java 28 private final int another; field in class:SerializableConstructorWithArguments
30 public SerializableConstructorWithArguments(String something, int another) {
32 this.another = another;
36 return something + another;
  /external/clang/test/Rewriter/
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/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t052importM5.g 7 B : 'b' ; // another order: B, A, C
  /external/clang/test/SemaCXX/Inputs/
warn-unused-variables.h 2 // headers, as the use may be in another TU.
  /external/markdown/tests/markdown-test/
codeblock-in-list.html 8 <p>Another list item</p>
  /external/markdown/tests/misc/
multi-paragraph-block-quote.html 5 <p>This is another blockquote.</p>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_12.txt 17 Content-Type: multipart/mixed; boundary="ANOTHER"
19 --ANOTHER
23 --ANOTHER
26 --ANOTHER--
msg_12a.txt 17 Content-Type: multipart/mixed; boundary="ANOTHER"
19 --ANOTHER
23 --ANOTHER
27 --ANOTHER--
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_12.txt 17 Content-Type: multipart/mixed; boundary="ANOTHER"
19 --ANOTHER
23 --ANOTHER
26 --ANOTHER--
msg_12a.txt 17 Content-Type: multipart/mixed; boundary="ANOTHER"
19 --ANOTHER
23 --ANOTHER
27 --ANOTHER--
  /external/chromium_org/chrome/browser/extensions/
PRESUBMIT_test_new_file_2.txt 14 // This is another comment.
15 // This is yet another comment.
PRESUBMIT_test_new_file_1.txt 14 // This is another comment.
15 // This is yet another comment.
PRESUBMIT_test_new_file_3.txt 14 // This is another comment.
15 // This is yet another comment.
PRESUBMIT_test_new_file_7.txt 14 // This is another comment.
15 // This is yet another comment.
PRESUBMIT_test_new_file_8.txt 14 // This is another comment.
15 // This is yet another comment.
PRESUBMIT_test_new_file_9.txt 14 // This is another comment.
15 // This is yet another comment.
PRESUBMIT_test_old_file.txt 14 // This is another comment.
15 // This is yet another comment.
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-I 7 another directory and giving make that directory name
33 ANOTHER:
34 \t\@echo This is another included makefile
36 \t\$(MAKE) ANOTHER -f $makefile
48 $answer = "This is another included makefile\n";
49 &run_make_with_options($makefile,"-I $workdir ANOTHER",&get_logfile);
53 $answer = "$mkpath ANOTHER -f $makefile
55 This is another included makefile
  /external/clang/test/Parser/
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}} \
  /art/test/071-dexfile/src-ex/
Another.java 17 public class Another {
18 public Another() {
19 System.out.println("Constructing another");
  /dalvik/tests/071-dexfile/src-ex/
Another.java 17 public class Another {
18 public Another() {
19 System.out.println("Constructing another");

Completed in 1555 milliseconds

12 3 4 5 6 7 8 91011>>