HomeSort by relevance Sort by last modified time
    Searched defs:_in (Results 1 - 15 of 15) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
LimitedInputStream.java 8 protected final InputStream _in; field in class:LimitedInputStream
15 this._in = in;
27 if (_in instanceof IndefiniteLengthInputStream)
29 ((IndefiniteLengthInputStream)_in).setEofOn00(on);
ASN1StreamParser.java 9 private final InputStream _in; field in class:ASN1StreamParser
23 this._in = in;
57 if (_in instanceof IndefiniteLengthInputStream)
88 return new DEROctetStringParser((DefiniteLengthInputStream)_in);
101 DefiniteLengthInputStream defIn = (DefiniteLengthInputStream)_in;
107 if (_in instanceof IndefiniteLengthInputStream)
122 int tag = _in.read();
136 int tagNo = ASN1InputStream.readTagNumber(_in, tag);
143 int length = ASN1InputStream.readLength(_in, _limit);
152 IndefiniteLengthInputStream indIn = new IndefiniteLengthInputStream(_in, _limit)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 29 private final DNSIncoming _in; field in class:Responder
38 this._in = in;
57 return super.toString() + " incomming: " + _in;
74 for (DNSQuestion question : _in.getQuestions()) {
83 int delay = (iAmTheOnlyOne && !_in.isTruncated()) ? 0 : DNSConstants.RESPONSE_MIN_WAIT_INTERVAL + JmDNSImpl.getRandom().nextInt(DNSConstants.RESPONSE_MAX_WAIT_INTERVAL - DNSConstants.RESPONSE_MIN_WAIT_INTERVAL + 1) - _in.elapseSinceArrival();
97 this.getDns().respondToQuery(_in);
106 for (DNSQuestion question : _in.getQuestions()) {
121 for (DNSRecord knownAnswer : _in.getAnswers()) {
135 DNSOutgoing out = new DNSOutgoing(DNSConstants.FLAGS_QR_RESPONSE | DNSConstants.FLAGS_AA, !_unicast, _in.getSenderUDPPayload())
    [all...]
  /external/speex/libspeex/
fftwrap.c 325 spx_word16_t _in[N]; local
328 spx_word16_t _in[MAX_FFT_SIZE]; local
332 _in[i] = (int)floor(.5+in[i]);
333 spx_fft(table, _in, _out);
361 spx_word16_t _in[N]; local
364 spx_word16_t _in[MAX_FFT_SIZE]; local
368 _in[i] = (int)floor(.5+in[i]);
369 spx_ifft(table, _in, _out);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 207 milliseconds