/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/kerberos/ |
D | KerberosNameTest.java | 40 KerberosName another = new KerberosName("service@localhost", GSSName.NT_HOSTBASED_SERVICE); in testEquals() local 41 assertEquals(one, another); in testEquals() 44 another = new KerberosName("service/localhost", GSSName.NT_HOSTBASED_SERVICE); in testEquals() 45 assertEquals(one, another); in testEquals() 48 another = new KerberosName("service@localhost", GSSName.NT_USER_NAME); in testEquals() 49 assertEquals(one, another); in testEquals() 52 another = new KerberosName("service/localhost", GSSName.NT_USER_NAME); in testEquals() 53 assertFalse(one.equals(another)); in testEquals() 57 another = new KerberosName("service@localhost", KRB5_PRINCIPAL_NAMETYPE); in testEquals() 58 assertEquals(one, another); in testEquals() [all …]
|
/external/webkit/LayoutTests/fast/url/ |
D | relative-expected.txt | 6 PASS canonicalize('http://another/') is 'http://another/' 7 PASS canonicalize('http:////another/') is 'http://another/' 11 PASS canonicalize(' another ') is 'http://foo/another' 53 PASS canonicalize('//another') is 'http://another/' 54 PASS canonicalize('//another/path?query#ref') is 'http://another/path?query#ref' 55 FAIL canonicalize('///another/path') should be http://another/path. Was http:/another/path. 56 FAIL canonicalize('//Another\\path') should be http://another/path. Was http://Another/path. 58 PASS canonicalize('\\/another/path') is 'http://another/path' 59 FAIL canonicalize('/\\Another\\path') should be http://another/path. Was http://Another/path.
|
D | relative-win-expected.txt | 10 FAIL canonicalize('\\\\another\\path') should be . Was http://another/path.
|
/external/objenesis/tck/src/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/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/icu4c/test/testdata/ |
D | testaliases.txt | 21 // aliasing to another resource 24 // alias that uses another alias and references parts of the end structure 25 referencingalias:alias { "testaliases/anotheralias/2" } // Referencing through another alias 31 … boundaries:alias { "/ICUDATA-brkitr/th" } // Referencing corresponding resource in another bundle
|
/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()
|
D | constexpr-printing.cpp | 27 constexpr U(const int *p) : T(), another(), p(p) {} in U() 28 constexpr U(const U &u) : T(), another(), p(u.p) {} in U() 29 T another; member 39 static_assert(test_printing(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (vector…
|
D | member-init.cpp | 85 struct another { struct 86 another() : r(thing()) {} in another() argument
|
/external/valgrind/main/gdbserver_tests/ |
D | mcmain_pic.stdout.exp | 2 another func called msg called from gdb 4 another func called msg called from main
|
D | README_DEVELOPERS | 10 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 86 progB: another program (typically, either gdb or vgdb standalone) 156 in another window 173 in another window 206 In another window, do:
|
/external/clang/test/CodeGenObjC/ |
D | protocol-property-synth.m | 19 @property(assign) id another; property 31 @synthesize another;
|
/external/clang/test/SemaObjC/ |
D | method-encoding-2.m | 6 - (id) another:(void *)location with:(unsigned **)arg2; 11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.wpa_psk | 7 00:11:22:33:44:55 another passphrase 9 00:00:00:00:00:00 another passphrase for all STAs
|
D | hostapd.radius_clients | 3 192.168.1.0/24 another very secret passphrase
|
/external/clang/test/Analysis/ |
D | objc-properties.m | 43 TestProperty *another = [[TestProperty alloc] init]; 44 another->_Y = value->_Y; // no-warning 45 return another;
|
/external/webkit/LayoutTests/storage/domstorage/ |
D | quota-expected.txt | 12 Putting 'data' into another bucket.h 22 Putting 'data' into another bucket.h
|
/external/libvpx/libvpx/ |
D | keywords.dox | 41 it enhances the product while another vendor may omit the same item. 43 prepared to interoperate with another implementation which does 46 \ref MUST be prepared to interoperate with another implementation which
|
/external/openssl/crypto/ripemd/ |
D | README | 6 I have a few ideas for how to get another 20 or so cycles, but at 9 first time round. To do this I need another register and will only have one
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_mse16x16_armv6.asm | 60 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords 79 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords 100 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords 123 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
|
/external/e2fsprogs/tests/f_dup_resize/ |
D | name | 1 blocks claimed by the resize inode and another inode
|
/external/clang/test/Misc/ |
D | diag-presumed.c | 26 another error;
|
/external/markdown/tests/misc/ |
D | para-with-hr.txt | 3 Followed by another paragraph.
|