HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 576 - 600 of 842) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLObject.java 86 this.c = c;
90 this.sigAlgName = X509SignatureUtil.getSignatureName(c.getSignatureAlgorithm());
94 this.sigAlgParams = ((ASN1Encodable)c.getSignatureAlgorithm().getParameters()).toASN1Primitive().getEncoded(ASN1Encoding.DER);
98 this.sigAlgParams = null;
101 this.isIndirect = isIndirectCRL(this);
130 if (this.getVersion() == 2)
232 sig.update(this.getTBSCertList());
234 if (!sig.verify(this.getSignature()))
385 * Returns a string representation of this CRL
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 85 this.c = c;
89 this.sigAlgName = X509SignatureUtil.getSignatureName(c.getSignatureAlgorithm());
93 this.sigAlgParams = ((ASN1Encodable)c.getSignatureAlgorithm().getParameters()).toASN1Primitive().getEncoded(ASN1Encoding.DER);
97 this.sigAlgParams = null;
100 this.isIndirect = isIndirectCRL(this);
129 if (this.getVersion() == 2)
231 sig.update(this.getTBSCertList());
233 if (!sig.verify(this.getSignature()))
384 * Returns a string representation of this CRL
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 8 * This file may be redistributed under the terms of the GNU Public
498 end of this block. */
596 * If this block is a block
634 int first, prev, this, start_extent, i; local
651 this = inode->i_block[i];
652 if (start_extent >= 0 && this == prev+1) {
653 prev = this;
658 first = prev = this;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
35 this(title, description, value, color);
36 this.displayDescription=display;
40 this.title= title;
41 this.value= value;
42 this.color= color;
43 this.description= description;
47 Point e1= g.stringExtent(this.description);
48 Point e2= g.stringExtent(this.title)
    [all...]
TimeLineGraph.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
28 this.fItemGroups=new Hashtable();
37 Point ee= g.stringExtent(this.fTitle);
46 String smin= this.fDimension.getDisplayValue(min);
49 String smax= this.fDimension.getDisplayValue(max);
59 TimeLineGraphItem lastItem= getMostRecent(this.fItemGroups);
78 Enumeration _enum=this.fItemGroups.elements();
117 if (this.fAreaBuffer == null)
118 this.fAreaBuffer = new StringBuffer()
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractBiMap.java 5 * you may not use this file except in compliance with the License.
42 * <p>Note that this class contains {@code equals()} calls that keep it from
71 * Returns its input, or throws an exception if this is not a valid key.
78 * Returns its input, or throws an exception if this is not a valid value.
95 inverse = new Inverse<V, K>(backward, this);
99 this.inverse = inverse;
191 AbstractBiMap.this.clear();
265 AbstractBiMap.this.clear();
305 checkState(contains(this), "entry no longer in map");
359 * Serialization stores the forward bimap, the inverse of this inverse
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java 5 * you may not use this file except in compliance with the License.
38 * <p>Note that this class contains {@code equals()} calls that keep it from
67 * Returns its input, or throws an exception if this is not a valid key.
74 * Returns its input, or throws an exception if this is not a valid value.
91 inverse = new Inverse<V, K>(backward, this);
95 this.inverse = inverse;
187 AbstractBiMap.this.clear();
261 AbstractBiMap.this.clear();
301 checkState(contains(this), "entry no longer in map");
355 * Serialization stores the forward bimap, the inverse of this inverse
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFSubstitution.java 32 * The rule set this substitution uses to format its result, or null.
33 * (Either this or numberFormat has to be non-null.)
38 * The DecimalFormat this substitution uses to format its result,
39 * or null. (Either this or ruleSet has to be non-null.)
57 * @param rule The rule containing this substitution
59 * this substitution in the rule set's rule list (this is used
61 * @param ruleSet The rule set containing the rule containing this
64 * this substitution
66 * (this is just the substring of the rule's description containin
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
HebrewCalendar.java 17 * This is the civil calendar in Israel and the liturgical calendar
34 * month numbers are particularly complex. Users of this class should
40 * However, in order to keep the time fields in this class
61 * This class should not be subclassed.</p>
165 * of the start of the Hebrew calendar. In order to keep this calendar's
199 * The lengths of the Hebrew months. This is complicated, because there
224 * Although this can be calculated from the MONTH_LENGTH table,
283 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
295 this(zone, ULocale.getDefault(Category.FORMAT));
306 this(TimeZone.getDefault(), aLocale)
    [all...]
IndianCalendar.java 17 * that numbers years since the birth of the Buddha. This is the civil calendar
56 * This class should not be subclassed.</p>
148 * Constant for the Indian Era. This is the only allowable <code>ERA</code>
163 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
175 this(zone, ULocale.getDefault(Category.FORMAT));
186 this(TimeZone.getDefault(), aLocale);
197 this(TimeZone.getDefault(), locale);
238 this.setTime(date);
256 this.set(Calendar.YEAR, year);
257 this.set(Calendar.MONTH, month)
    [all...]
  /external/iproute2/doc/
ip-cref.tex 22 \section{About this document}
24 This document presents a comprehensive description of the \verb|ip| utility
33 This document is split into sections explaining \verb|ip| commands
90 with the \verb|'\'| character. This is convenient when you want to
100 Do not use this option when reporting bugs or asking for advice.
135 Usually it is \verb|list| or, if the objects of this class
164 IP address {\em et al\/}. In this case \verb|ip| prints an error message
176 The kernel returned an error to some syscall. In this case \verb|ip|
182 In this case \verb|ip| prints the error message, as it is output
206 \item RTNETLINK is not configured in the kernel. In this cas
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlet/
Holder.java 5 // All rights reserved. This program and the accompanying materials
7 // and Apache License v2.0 which accompanies this distribution.
15 // You may elect to redistribute this code under either of these licenses.
86 * @return True if this holder was created for a specific instance.
198 _name=className+"-"+Integer.toHexString(this.hashCode());
212 _name=held.getName()+"-"+Integer.toHexString(this.hashCode());
249 * @param servletHandler The {@link ServletHandler} that will handle requests dispatched to this servlet.
289 .append(" - ").append(AbstractLifeCycle.getState(this)).append("\n");
296 return AggregateLifeCycle.dump(this);
314 return Holder.this.getInitParameter(param)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
CrossOriginFilter.java 5 // All rights reserved. This program and the accompanying materials
7 // and Apache License v2.0 which accompanies this distribution.
15 // You may elect to redistribute this code under either of these licenses.
43 * <p>A typical example is to use this filter to allow cross-domain
47 * <p>This filter allows the following configuration parameters:
143 this.allowedOrigins.clear();
148 this.allowedOrigins.add(allowedOrigin);
186 if (chainPreflightConfig!=null) // TODO remove this
  /external/jmdns/src/javax/jmdns/impl/
HostInfo.java 52 this.setDns(dns);
97 // This is only used for running unit test on Debian / Ubuntu
117 * This is used to create a unique name for the host name.
123 this._state = new HostInfoState(dns);
124 this._address = address;
125 this._name = name;
144 if (this.getInetAddress() instanceof Inet4Address) {
151 if (this.getInetAddress() instanceof Inet6Address) {
162 DNSRecord.Address hostAddress = this.getDNSAddressRecord(record.getRecordType(), record.isUnique(), DNSConstants.DNS_TTL);
179 if (this.getInetAddress() != null)
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGenerator.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
47 * This class is a base class for texture generators.
56 this.noiseGenerator = noiseGenerator;
60 * This method generates the texture.
76 * This method reads the colorband data from the given texture structure.
101 ColorBand colorBand = this.readColorband(tex, blenderContext)
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
RigidBodyControl.java 2 * To change this template, choose Tools | Templates
45 * When using this constructor, the CollisionShape for the RigidBody is generated
50 this.mass = mass;
94 if (getUserObject() == null || getUserObject() == this.spatial) {
97 this.spatial = spatial;
137 this.enabled = enabled;
144 space.addCollisionObject(this);
147 space.removeCollisionObject(this);
158 * Checks if this control is in kinematic spatial mode.
159 * @return true if the spatial location is applied to this kinematic rigidbod
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeTower.java 2 * To change this template, choose Tools | Templates
17 * notice, this list of conditions and the following disclaimer.
20 * notice, this list of conditions and the following disclaimer in the
24 * may be used to endorse or promote products derived from this software
27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
36 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
118 this.cam.setLocation(new Vector3f(0, 25f, 8f));
203 this.rootNode.attachChild(floor);
204 this.getPhysicsSpace().add(floor);
236 this.batchNode.attachChild(reBoxg)
    [all...]
  /external/libvncserver/common/
turbojpeg.c 8 * this list of conditions and the following disclaimer.
10 * this list of conditions and the following disclaimer in the documentation
13 * contributors may be used to endorse or promote products derived from this
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 /* TurboJPEG/OSS: this implements the TurboJPEG API using libjpeg-turbo */
109 #define getinstance(handle) tjinstance *this=(tjinstance *)handle; \
112 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
114 cinfo=&this->cinfo; dinfo=&this->dinfo
486 tjinstance *this=NULL; local
668 tjinstance *this; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.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.
89 this.scheme = ParameterNames.DIGEST;
122 if (((this instanceof Authorization) || (this instanceof ProxyAuthorization))
141 * This is only used for the parser interface.
147 this.scheme = challenge.scheme;
157 this.parameters.setSeparator(Separators.COMMA)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.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
54 * return a structure. Intended use: UDP message processing. This class is used
98 this();
115 * of un-interpreted bytes. This is intended for parsing the message from a
120 * a byte buffer containing the messages to be parsed. This can
190 // This is a continuation, append it to the previous line.
231 * a String containing the messages to be parsed. This ca
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 5 * you may not use this file except in compliance with the License.
39 * The parameters in this class are not percent-encoded. Methods like
51 this.method = method;
52 this.URL = URL;
54 this.parameters = new ArrayList<Map.Entry<String, String>>();
56 this.parameters = new ArrayList<Map.Entry<String, String>>(parameters.size());
58 this.parameters.add(new OAuth.Parameter(
107 this.parameters.addAll(parameters);
140 * The MIME type of the body of this message.
149 * The character encoding of the body of this message
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
SmallSortedMap.java 10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
17 // this software without specific prior written permission.
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
67 * The tradeoff for this memory efficiency is that the worst case running time
84 // This class is final for all intents and purposes because the constructor is
154 this.maxArraySize = arraySize;
155 this.entryList = Collections.emptyList();
156 this.overflowEntries = Collections.emptyMap()
    [all...]
  /external/svox/pico/lib/
picoacph.c 5 * you may not use this file except in compliance with the License.
100 all but the first will be treated as an (empty) phrase containing just this item.
101 If this (single) item is a flush, creation of SBEG is suppressed.
160 static pico_status_t acphInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) {
166 if (NULL == this || NULL == this->subObj) {
167 return picoos_emRaiseException(this->common->em,
170 acph = (acph_subobj_t *) this->subObj;
203 picoktab_getPhones(this->voice->kbArray[PICOKNOW_KBID_TAB_PHONES]);
205 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING
299 picodata_ProcessingUnit this; local
    [all...]
picodata.c 5 * you may not use this file except in compliance with the License.
51 typedef pico_status_t (* picodata_cbPutItemMethod) (register picodata_CharBuffer this,
55 typedef pico_status_t (* picodata_cbGetItemMethod) (register picodata_CharBuffer this,
59 typedef pico_status_t (* picodata_cbSubResetMethod) (register picodata_CharBuffer this);
60 typedef pico_status_t (* picodata_cbSubDeallocateMethod) (register picodata_CharBuffer this, picoos_MemoryManager mm);
81 static pico_status_t data_cbPutItem(register picodata_CharBuffer this,
85 static pico_status_t data_cbGetItem(register picodata_CharBuffer this,
89 pico_status_t picodata_cbReset(register picodata_CharBuffer this)
91 this->rear = 0;
92 this->front = 0
106 picodata_CharBuffer this; local
614 picodata_ProcessingUnit this = (picodata_ProcessingUnit) picoos_allocate(mm, sizeof(*this)); local
    [all...]
picotrns.c 5 * you may not use this file except in compliance with the License.
156 picokfst_symid_t altOutSym; /**< current output symbol at this recursion position */
157 picoos_int32 altOutRefPos; /**< output reference position at this recursion position */
444 initialized by 'StartTransduction'. Repeat calls to this procedure until '*finished' returns true.
635 picotrns_SimpleTransducer this; local
636 this = picoos_allocate(mm, sizeof(picotrns_simple_transducer_t));
637 if (this == NULL) {
638 picoos_deallocate(mm, (void *)&this);
644 this->altDescBuf = picotrns_allocate_alt_desc_buf(mm, maxAltDescLen, &this->maxAltDescLen)
    [all...]

Completed in 647 milliseconds

<<21222324252627282930>>