HomeSort by relevance Sort by last modified time
    Searched refs:party (Results 1 - 19 of 19) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
EDIPartyName.java 52 private String party = null; field in class:EDIPartyName
60 * @param partyName the name of the EDI party.
64 this.party = partyName;
70 * @param partyName the name of the EDI party.
73 this.party = partyName;
102 if (party != null)
106 party = opt.getAsString();
119 * Encode the EDI party name into the DerOutputStream.
135 if (party == null)
139 tmp.putPrintableString(party);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-460917.js 27 // Reset |double_elem| and go have a party.
  /external/v8/test/mjsunit/
string-compare-alignment.js 33 "Now is the time for all good men to come to the aid of the party. " +
34 "Now is the time for all good men to come to the aid of the party."
escape.js 68 var example = "Now is the time for all good men to come to the aid of the party.";
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 8 party open source libraries:
  /prebuilts/go/darwin-x86/misc/ios/
detect.go 10 // detect shells out to ideviceinfo, a third party program that can
  /prebuilts/go/linux-x86/misc/ios/
detect.go 10 // detect shells out to ideviceinfo, a third party program that can
  /external/harfbuzz_ng/win32/
detectenv-msvc.mak 2 # necessary, so that the libs and headers of the dependent third-party
  /prebuilts/go/darwin-x86/src/html/template/
content.go 24 // It should not be used for HTML from a third-party, or HTML with
  /prebuilts/go/linux-x86/src/html/template/
content.go 24 // It should not be used for HTML from a third-party, or HTML with
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 30 * programs furnished hereunder are free of infringement of any third-party
  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 30 * programs furnished hereunder are free of infringement of any third-party
  /hardware/ril/reference-ril/
reference-ril.c 2120 int party = ((int*)data)[0]; local
    [all...]
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 651 const longString = "And now, hello, world! It is the time for all good men to come to the aid of their party"
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport.go 926 // Don't do keep-alive on error if either party requested a close
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 651 const longString = "And now, hello, world! It is the time for all good men to come to the aid of their party"
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go 926 // Don't do keep-alive on error if either party requested a close
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 458 // a list of third-party drivers.
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql.go 458 // a list of third-party drivers.
    [all...]

Completed in 2541 milliseconds