HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 226 - 250 of 747) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 20 * This class extends the PKIXParameters with a validity model parameter.
95 * @param params Parameters to set. If this are
138 * This is the default PKIX validity model. Actually there are two variants
139 * of this: The PKIX model and the modified PKIX model. The PKIX model
143 * with the {@link PKIXParameters#setDate(java.util.Date)} method, so this
150 * This model uses the following validity model. Each certificate must have
183 this.useDeltas = useDeltas;
197 * Sets the Java CertStore to this extended PKIX parameters.
229 this.stores = new ArrayList();
242 this.stores = new ArrayList(stores)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 14 this.getRawData = function() {
21 this.getByteAt = function(iOffset) {
27 this.getByteAt = function(iOffset) {
32 this.getLength = function() {
36 this.getSByteAt = function(iOffset) {
37 var iByte = this.getByteAt(iOffset);
44 this.getShortAt = function(iOffset, bBigEndian) {
46 (this.getByteAt(iOffset) << 8) + this.getByteAt(iOffset + 1)
47 : (this.getByteAt(iOffset + 1) << 8) + this.getByteAt(iOffset
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 38 this._in = in;
39 this._unicast = (port != DNSConstants.MDNS_PORT);
48 return "Responder(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
76 logger.finest(this.getName() + "start() question=" + question);
78 iAmTheOnlyOne = question.iAmTheOnlyOne(this.getDns());
88 logger.finest(this.getName() + "start() Responder chosen delay=" + delay);
90 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
91 timer.schedule(this, delay)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java 15 * This is the root class for all resolver tasks.
49 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
50 timer.schedule(this, DNSConstants.QUERY_WAIT_INTERVAL, DNSConstants.QUERY_WAIT_INTERVAL);
61 if (this.getDns().isCanceling() || this.getDns().isCanceled()) {
62 this.cancel();
66 logger.finer(this.getName() + ".run() JmDNS " + this.description());
69 out = this.addQuestions(out)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Canceler.java 28 this.setTaskState(DNSState.CANCELING_1);
29 this.associate(DNSState.CANCELING_1);
38 return "Canceler(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
47 return super.toString() + " state: " + this.getTaskState();
56 timer.schedule(this, 0, DNSConstants.ANNOUNCE_WAIT_INTERVAL);
65 this.removeAssociation();
104 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
105 newOut = this.addAnswer(newOut, null, answer)
    [all...]
Renewer.java 28 this.setTaskState(DNSState.ANNOUNCED);
29 this.associate(DNSState.ANNOUNCED);
38 return "Renewer(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
47 return super.toString() + " state: " + this.getTaskState();
56 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
58 // Schedule the renewer based on this task's TTL, not the default TTL
59 timer.schedule(this, getTTL() * 500, getTTL() * 500);
66 this.removeAssociation()
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorNoise.java 10 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
17 * may be used to endorse or promote products derived from this software
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
46 * This class generates the 'noise' texture.
66 float[][] colorBand = this.computeColorband(tex, blenderContext);
90 this.applyBrightnessAndContrast(bacd, texres);
96 this.applyBrightnessAndContrast(texres, bacd.contrast, bacd.brightness);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
AbstractTextureBlender.java 15 * This method blends the single pixel depending on the blending type.
116 this.blendHSV(blendtype, result, blendFactor, pixelColor, blenderContext);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AMultipleCommand.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
30 cloneList(this._command_));
35 ((Analysis) sw).caseAMultipleCommand(this);
40 return this._command_;
45 this._command_.clear();
46 this._command_.addAll(list);
54 e.parent(this);
62 + toString(this._command_);
69 if(this._command_.remove(child))
81 for(ListIterator<PCommand> i = this._command_.listIterator(); i.hasNext();
    [all...]
ASequenceExpression.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
30 cloneList(this._args_));
35 ((Analysis) sw).caseASequenceExpression(this);
40 return this._args_;
45 this._args_.clear();
46 this._args_.addAll(list);
54 e.parent(this);
62 + toString(this._args_);
69 if(this._args_.remove(child))
81 for(ListIterator<PExpression> i = this._args_.listIterator(); i.hasNext();
    [all...]
Node.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
17 return this.parent;
22 this.parent = parent;
30 this.parent.replaceChild(this, node);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java 18 * This box contains information needed by a Content Protection System to play back the content. The
20 * opaque for the purposes of this specification.
29 * that process such presentations must match the SystemID field in this box to the SystemID(s) of the
50 this.systemId = systemId;
58 this.content = content;
85 this.content = new byte[content.remaining()];
86 content.get(this.content);
87 assert length == this.content.length;
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 21 * The key for this map is the proxy domain name. A given proxy authorizes a
34 this.callId = proxyDomain;
35 this.userName = userName;
49 this.timer = timer;
85 this.timer.schedule(timeoutTask, cacheTime*1000);
92 * if no authorization header has been previously cached for this call.
105 return this.authorizationHeaders.get(callid);
115 this.authorizationHeaders.remove(callId);
  /external/nist-sip/java/gov/nist/javax/sip/header/
AcceptLanguage.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
71 /** Encode the value of this header to a string.
127 this.languageRange = languageRange.trim();
153 this.removeParameter("q");
155 this.setParameter(new NameValue("q", Float.valueOf(q)));
163 * @return the language Locale value of this AcceptLanguageHeader
167 if (this.languageRange == null
    [all...]
CSeq.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 this();
78 this.seqno = Long.valueOf(seqno);
79 this.method = SIPRequest.getCannonicalName(method);
92 return this.getSeqNumber() == o.getSeqNumber()
93 && this.getMethod().equals( o.getMethod() );
149 this.setSeqNumber( (long) sequenceNumber )
    [all...]
ContentType.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
87 this();
88 this.setContentType(contentType, contentSubtype);
157 return this.getParameter("charset");
207 if (this.mediaRange != null)
208 retval.mediaRange = (MediaRange) this.mediaRange.clone();
215 return this.getContentType().equalsIgnoreCase( o.getContentType()
    [all...]
RetryAfter.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
71 /** Encode body of this into cannonical form.
114 * @param retryAfter - the new retry after value of this RetryAfterHeader
123 this.retryAfter = Integer.valueOf(retryAfter);
127 * Gets the retry after value of the RetryAfterHeader. This retry after
141 * @return the comment of this RetryAfterHeader, return null if no comment
160 this.comment = comment
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
References.java 31 return this.getParameter(REL);
38 this.callId = callId;
44 this.setParameter(REL,rel);
SessionExpires.java 29 // TODO: When the MinSEHeader is added to javax - move this there...pmusgrave
42 * Gets the expires value of the SessionExpiresHeader. This expires value is
71 this.expires = expires;
99 this.parameters.set(REFRESHER,refresher);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RetryAfterParser.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
87 this.lexer.SPorHT();
89 String comment = this.lexer.comment();
92 this.lexer.SPorHT();
95 this.lexer.match(';');
96 this.lexer.SPorHT();
101 this.lexer.match('=')
    [all...]
SubscriptionStateParser.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
82 this.lexer.match(';');
83 this.lexer.SPorHT();
88 this.lexer.match('=');
89 this.lexer.SPorHT();
95 this.lexer.match('=');
96 this.lexer.SPorHT()
    [all...]
WarningParser.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
87 this.lexer.match(TokenTypes.ID);
97 this.lexer.SPorHT();
100 this.lexer.match(TokenTypes.ID);
104 this.lexer.match(':');
105 this.lexer.match(TokenTypes.ID);
113 this.lexer.SPorHT()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
MinSEParser.java 17 * <a href="{@docRoot}/uncopyright.html">This code is in the public domain.</a>
56 this.lexer.SPorHT();
SessionExpiresParser.java 54 this.lexer.SPorHT();
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java 5 * 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
41 * Parse this:
61 this.lexer.match(TokenTypes.P_ASSERTED_SERVICE);
62 this.lexer.SPorHT();
63 this.lexer.match(':');
64 this.lexer.SPorHT();
67 String urn = this.lexer.getBuffer()
    [all...]

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011>>