HomeSort by relevance Sort by last modified time
    Searched refs:Another (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /art/test/071-dexfile/src-ex/
Another.java 17 public class Another {
18 public Another() {
19 System.out.println("Constructing another");
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Links-in-Headers.text 14 Another with a [link][a]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
syntax.s 2 * Another comment.
  /external/guice/core/test/com/google/inject/
BoundInstanceInjectionTest.java 86 Named.class.getName() + " and " + Another.class.getName());
101 Named.class.getName() + " and " + Another.class.getName());
106 @Inject void doublyAnnotated(@Named("a") @Another String unused) {}
110 @Inject void doublyAnnotated(@Named("a") @Another String s) {}
118 public @interface Another {}
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
assign.go 16 // Another mistake
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
assign.go 16 // Another mistake
  /external/v8/test/js-perf-test/Scope/
with.js 23 var SOME_OTHER_VALUE = 'Another value';
46 objectUnderTestExtended.second = 'Another string';
  /art/test/071-dexfile/src/
Main.java 69 Class Another = dexClassLoader.loadClass("Another");
70 Object another = Another.newInstance(); local
  /prebuilts/go/darwin-x86/src/net/mail/
example_test.go 47 To: Another Gopher <to@example.com>
74 // To: Another Gopher <to@example.com>
  /prebuilts/go/linux-x86/src/net/mail/
example_test.go 47 To: Another Gopher <to@example.com>
74 // To: Another Gopher <to@example.com>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-builtin.s 8 % FIXME: Another option? Or is this just the consequence?
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_boundary.s 5 # (12 bytes each) to reach the call destinations in text2. Another stub
  /external/v8/test/mjsunit/harmony/
promise-species.js 9 // Another constructor with no species will not be instantiated
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata_test.go 64 filebContents = "Another test file."
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata_test.go 64 filebContents = "Another test file."
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
punycode_test.go 118 // (N) Hello-Another-Way-<sorezore><no><basho>.
122 "Hello-Another-Way--fc4qua05auwb3674vfr0b",
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
punycode_test.go 118 // (N) Hello-Another-Way-<sorezore><no><basho>.
122 "Hello-Another-Way--fc4qua05auwb3674vfr0b",
  /external/v8/test/mjsunit/regress/
regress-2250.js 33 // immediate deopt. Another problem here is that no matter how many time we
  /prebuilts/go/darwin-x86/test/
torture.go 131 // Another sequence of indexings.
  /prebuilts/go/linux-x86/test/
torture.go 131 // Another sequence of indexings.
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 19 // NotAuthorizedToSign results when a certificate is signed by another
174 // being valid for encryption only, but no-one noticed. Another
177 // as being invalid for certificate signing. Another national CA
180 // digital signatures but not for encryption. Yet another CA reversed
183 // certificates that it issued. Another CA created a self-invalidating
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 19 // NotAuthorizedToSign results when a certificate is signed by another
174 // being valid for encryption only, but no-one noticed. Another
177 // as being invalid for certificate signing. Another national CA
180 // digital signatures but not for encryption. Yet another CA reversed
183 // certificates that it issued. Another CA created a self-invalidating
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
gen.go 64 // Another option is to have this code be exported in the image package,
impl.go 21 // Another option is to have this code be exported in the image package,
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
gen.go 64 // Another option is to have this code be exported in the image package,

Completed in 591 milliseconds

1 2 3 4 5