HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 251 - 275 of 730) sorted by null

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
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/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
tirpc_svc_5.c 5 * This program is free software; you can redistribute it and/or modify it
9 * This program is distributed in the hope that it would be useful, but
13 * Further, this software is distributed without any warranty that it is
16 * otherwise, applies only to this software file. Patent licenses, if
17 * any, provided herein do not apply to combinations of this program with
21 * with this program; if not, write the Free Software Foundation, Inc.,
63 struct server_def_t *this; local
68 this = &(server_defs[i]);
70 this->nconf = getnetconfigent(this->netid)
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/junit/
UniversalTestListener.java 3 * This program is made available under the terms of the MIT License.
30 this.currentStrictness = initialStrictness;
31 this.logger = logger;
34 //this way, when strictness is updated in the middle of the test it will affect the behavior of the stubbing listener
35 this.stubbingLookupListener = new DefaultStubbingLookupListener(currentStrictness);
41 //At this point, we don't need the mocks any more and we can mark all collected mocks for gc
75 this.mocks.put(mock, settings);
85 this.currentStrictness = strictness;
86 this.stubbingLookupListener.setCurrentStrictness(strictness);
  /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/nanohttpd/samples/src/main/java/fi/iki/elonen/
TempFilesServer.java 12 * 1. Redistributions of source code must retain the above copyright notice, this
16 * this list of conditions and the following disclaimer in the documentation
20 * may be used to endorse or promote products derived from this software without
23 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
55 this.tmpdir = new File(System.getProperty("java.io.tmpdir"));
56 this.tempFiles = new ArrayList<TempFile>();
61 if (!this.tempFiles.isEmpty()) {
64 for (TempFile file : this.tempFiles) {
71 this.tempFiles.clear()
    [all...]
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
SimpleEchoSocket.java 12 * 1. Redistributions of source code must retain the above copyright notice, this
16 * this list of conditions and the following disclaimer in the documentation
20 * may be used to endorse or promote products derived from this software without
23 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
62 this.closeLatch = new CountDownLatch(1);
66 return this.closeLatch.await(duration, unit);
70 return this.receivedMessages;
74 return this.toSendMessages;
80 this.closeLatch.countDown()
    [all...]
  /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...]
PVisitedNetworkIDParser.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.P_VISITED_NETWORK_ID);
88 this.lexer.SPorHT();
89 this.lexer.match(':');
90 this.lexer.SPorHT();
96 if (this.lexer.lookAhead(0) == '\"')
103 this.lexer.SPorHT()
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
EventConstructor.java 5 * you may not use this file except in compliance with the License.
45 this.yamlConstructors.put(null, new ConstructEvent());
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
FlexibleScalarStyleTest.java 5 * you may not use this file except in compliance with the License.
95 this.representers.put(String.class, new FlexibleRepresent());
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue310/
PropertyWithPrivateCostructorTest.java 5 * you may not use this file except in compliance with the License.
32 this.representers.put(Option.class, new RepresentOption());
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue46/
FileTest.java 5 * you may not use this file except in compliance with the License.
52 this.representers.put(File.class, new FileRepresenter());

Completed in 306 milliseconds

<<11121314151617181920>>