HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 276 - 300 of 524) sorted by null

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.java 10 * this work for additional information regarding copyright ownership.
11 * The ASF licenses this file to You under the Apache License, Version 2.0
12 * (the "License"); you may not use this file except in compliance with
24 * This software consists of voluntary contributions made by many
70 * afterwards, since the content will be taken by this
84 this.managedConn = conn;
85 this.attemptReuse = reuse;
100 return new EofSensorInputStream(wrappedEntity.getContent(), this);
113 // this will not trigger a callback from EofSensorInputStream
135 this.consumeContent()
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
99 * This class replaces the <code>HttpMethodDirector</code> in HttpClient 3.
222 this.requestExec = requestExec;
223 this.connManager = conman;
224 this.reuseStrategy = reustrat;
225 this.keepAliveStrategy = kastrat;
226 this.routePlanner = rouplan
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 10 * this work for additional information regarding copyright ownership.
11 * The ASF licenses this file to You under the Apache License, Version 2.0
12 * (the "License"); you may not use this file except in compliance with
24 * This software consists of voluntary contributions made by many
46 * <p>This class is not synchronized.</p>
66 * Registers the given connection with this handler. The connection will be held until
86 * This will return true if the connection is still valid, and false
103 * Removes all connections referenced by this handler.
106 this.connectionToTimes.clear();
178 * @param validDuration The duration this connection is valid fo
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 10 * this work for additional information regarding copyright ownership.
11 * The ASF licenses this file to You under the Apache License, Version 2.0
12 * (the "License"); you may not use this file except in compliance with
24 * This software consists of voluntary contributions made by many
47 * The methods in this class are unsynchronized. It is expected that the
54 /** The route this pool is for. */
57 /** the maximum number of entries allowed for this pool */
62 * This list is managed LIFO, to increase idle times and
67 /** The list of threads waiting for this pool. */
78 * @param maxEntries the maximum number of entries allowed for this poo
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
BrowserCompatSpec.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
85 this.datepatterns = datepatterns.clone();
87 this.datepatterns = DATE_PATTERNS;
95 this.datepatterns));
100 this(null);
121 DateUtils.parseDate(headervalue.substring(i1, i2), this.datepatterns);
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
53 * Note that this class NEVER closes the underlying stream, even when close
90 /** True if this stream is closed */
100 this.in = in;
101 this.pos = 0;
102 this.buffer = new CharArrayBuffer(16);
118 if (this.closed)
    [all...]
  /external/apache-http/src/org/apache/http/message/
HeaderGroup.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
44 * This class allows for multiple headers with the same name and
53 /** The list of headers for this group, in the order in which they were added */
60 this.headers = new ArrayList(16);
71 * Adds the given header to the group. The order in which this header was
106 for (int i = 0; i < this.headers.size(); i++) {
107 Header current = (Header) this.headers.get(i)
    [all...]
  /external/bison/src/
LR0.c 6 This file is part of Bison, the GNU Compiler Compiler.
285 /* This is "reduce 0", i.e., accept. */
309 state_list *this = first_state;
315 state *s = this->state;
323 first_state = this->next;
324 free (this);
345 item of this initial rule. */
356 /* Set up ruleset and itemset for the transitions out of this
361 /* Record the reductions allowed out of this state. */
307 state_list *this = first_state; local
  /external/blktrace/btt/
devs.c 6 * This program is free software; you can redistribute it and/or modify
11 * This program is distributed in the hope that it will be useful,
17 * along with this program; if not, write to the Free Software
185 void (*fnc)(struct io *iop, struct io *this), int rm_after)
189 struct io *this; local
194 this = list_entry(p, struct io, f_head);
195 list_del(&this->f_head);
196 io_release(this);
proc.c 6 * This program is free software; you can redistribute it and/or modify
11 * This program is distributed in the hope that it will be useful,
17 * along with this program; if not, write to the Free Software
67 struct pn_info *this; local
71 this = rb_entry(n, struct pn_info, rb_node);
72 if (pid < this->u.pid)
74 else if (pid > this->u.pid)
77 return this->pip;
86 struct pn_info *this; local
90 this = rb_entry(n, struct pn_info, rb_node)
105 struct pn_info *this; local
132 struct pn_info *this; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 56 * The correct format for this is YYYYMMDDHHMMSS[.f]Z, or without the Z
67 this.time = time;
70 this.getDate();
88 this.time = dateF.format(time);
104 this.time = new String(dateC);
180 if (timeZone.useDaylightTime() && timeZone.inDaylightTime(this.getDate()))
224 d = this.getTime();
296 out.writeEncoded(GENERALIZED_TIME, this.getOctets());
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 23 * <li>this is based on a draft, and as such is subject to change - don't use this class for anything requiring long term storage.
24 * <li>if you are using this to wrap triple-des keys you need to set the
67 this.forWrapping = forWrapping;
68 this.engine = new CBCBlockCipher(new DESedeEngine());
84 this.param = (KeyParameter)param;
86 if (this.forWrapping)
91 this.iv = new byte[8];
94 this.paramPlusIV = new ParametersWithIV(this.param, this.iv)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEDHPrivateKey.java 41 this.x = key.getX();
42 this.dhSpec = key.getParams();
48 this.x = spec.getX();
49 this.dhSpec = new DHParameterSpec(spec.getP(), spec.getG());
58 this.x = derX.getValue();
61 this.dhSpec = new DHParameterSpec(params.getP(), params.getG(), params.getL().intValue());
65 this.dhSpec = new DHParameterSpec(params.getP(), params.getG());
72 this.x = params.getX();
73 this.dhSpec = new DHParameterSpec(params.getParameters().getP(), params.getParameters().getG(), params.getParameters().getL());
120 this.dhSpec = new DHParameterSpec((BigInteger)in.readObject(), (BigInteger)in.readObject(), in.readInt( (…)
    [all...]
PKCS12BagAttributeCarrierImpl.java 30 // this.pkcs12Attributes = attributes;
31 // this.pkcs12Ordering = ordering;
38 // this(new Hashtable(), new Vector());
99 Enumeration e = this.getBagAttributeKeys();
123 this.pkcs12 = new OrderedTable();
134 this.setBagAttribute(oid, aIn.readObject());
  /external/chromium/third_party/zlib/
infback.c 7 This code is largely copied from inflate.c. Normally either infback.o or
65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
66 If BUILDFIXED is defined, then instead this routine builds the tables the
68 thereafter. This reduces the size of the code by about 2K bytes, in
104 /* do this just once */
228 inflateBack() call. This parameter can be a structure that provides the
256 code this; /* current decoding table entry */ local
392 this = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(this.bits) <= bits) break;
396 if (this.val < 16)
    [all...]
  /external/nist-sip/java/gov/nist/core/
MultiValueMapImpl.java 4 * This software was developed by employees of the National Institute of
11 * This software is provided by NIST as a service and is expressly
20 * Permission to use this software is contingent upon your acceptance
21 * of the terms of this agreement.
101 obj.map = (HashMap<Object, ArrayList<V>>) this.map.clone();
106 return this.map.size();
122 return this.map.keySet();
126 ArrayList<V> list = this.map.get(key);
139 return this.map.put(key,(ArrayList<V>) value);
150 this.map.put(k, al)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 4 * This software was developed by employees of the National Institute of
11 * This software is provided by NIST as a service and is expressly
20 * Permission to use this software is contingent upon your acceptance
21 * of the terms of this agreement.
77 * Returns the AuthenticationInfo value of this AuthenticationInfoHeader.
87 return this.encodeBody();
90 /** Returns the CNonce value of this AuthenticationInfoHeader.
97 return this.getParameter(ParameterNames.CNONCE);
100 /** Returns the nextNonce value of this AuthenticationInfoHeader.
107 return this.getParameter(ParameterNames.NEXT_NONCE)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java 10 * This code is in the public domain.
52 this.callIdentifier = new CallIdentifier(callId);
56 * Encode the body part of this header (i.e. leave out the hdrName).
72 * get the CallId field. This does the same thing as encodeBody
90 * @param cid String to set. This is the body part of the Call-Id
125 this.setParameter(ParameterNames.TO_TAG, t);
157 this.setParameter(ParameterNames.FROM_TAG, t);
182 // if (this.callIdentifier != null)
183 // retval.setCallIdentifier( (CallIdentifier) this.callIdentifier.clone() );
Replaces.java 10 * This code is in the public domain.
30 // TODO: When the MinSEHeader is added to javax - move this there...pmusgrave
52 this.callIdentifier = new CallIdentifier(callId);
56 * Encode the body part of this header (i.e. leave out the hdrName).
72 * get the CallId field. This does the same thing as encodeBody
90 * @param cid String to set. This is the body part of the Call-Id
125 this.setParameter(ParameterNames.TO_TAG, t);
157 this.setParameter(ParameterNames.FROM_TAG, t);
182 // if (this.callIdentifier != null)
183 // retval.setCallIdentifier( (CallIdentifier) this.callIdentifier.clone() )
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 4 * This software was developed by employees of the National Institute of
12 * This software is provided by NIST as a service and is expressly
21 * Permission to use this software is contingent upon your acceptance
22 * of the terms of this agreement
122 * <p>Add another Charging Collection Function (CCF) Address to this header</p>
134 this.parameters.set(ParameterNamesIms.CCF, ccfAddress);
139 * <p>Remove a Charging Collection Function (CCF) Address set in this header</p>
151 if(!this.delete(ccfAddress, ParameterNamesIms.CCF)) {
160 * <p>Get all the Charging Collection Function (CCF) Addresses set in this header</p>
162 * @return ListIterator that constains all CCF addresses of this heade
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 39 this.multipartMimeContentTypeHeader = contentTypeHeader;
40 this.boundary = contentTypeHeader.getParameter(BOUNDARY);
71 for (Content content : this.contentList) {
87 String delimiter = this.getContentTypeHeader().getParameter(BOUNDARY);
90 this.contentList = new LinkedList<Content>();
92 content.setContentTypeHeader(this.getContentTypeHeader());
93 this.contentList.add(content);
178 this.add(content);
182 return this.contentList.iterator();
187 return this.contentList.size()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 4 * This software was developed by employees of the National Institute of
11 * This software is provided by NIST as a service and is expressly
20 * Permission to use this software is contingent upon your acceptance
21 * of the terms of this agreement
33 * Generic header parser class. The parsers for various headers extend this
34 * class. To create a parser for a new header, extend this class and change
129 * Set the time field. This has the format hour:minute:second
156 this.lexer = new Lexer("command_keywordLexer", header);
160 this.lexer = lexer;
161 this.lexer.selectLexer("command_keywordLexer")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 4 * This software was developed by employees of the National Institute of
11 * This software is provided by NIST as a service and is expressly
20 * Permission to use this software is contingent upon your acceptance
21 * of the terms of this agreement
58 * This is the default router. When the implementation wants to forward a
59 * request and had run out of othe options, then it calls this method to figure
113 this.sipStack = (SipStackImpl) sipStack;
116 this.defaultRoute = (Hop) this.sipStack.getAddressResolver()
250 this.sipStack.getStackLogger())
    [all...]
TLSMessageChannel.java 4 * This software was developed by employees of the National Institute of
11 * This software is provided by NIST as a service and is expressly
20 * Permission to use this software is contingent upon your acceptance
21 * of the terms of this agreement
26 /* This class is entirely derived from TCPMessageChannel,
58 * This is sipStack for TLS connections. This abstracts a stream of parsed messages. The SIP
59 * sipStack starts this from the main SIPStack class for each connection that it accepts. It
136 this.handshakeCompletedListener = new HandshakeCompletedListenerImpl(this);
    [all...]
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
31 * This JPanel renders an animated Sprite.
58 this(sprite, processorLoad, (long)Integer.MAX_VALUE);
73 this.sprite = sprite;
74 this.sleepFactor = (1.0-processorLoad) / processorLoad;
75 this.stopTime = stopTime;
82 SplashPanel.this.start();
143 * This Runnable makes sure its SplashPanel gets repainted regularly
    [all...]

Completed in 146 milliseconds

<<11121314151617181920>>