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

<<11121314151617181920>>

  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONWriter.java 10 of this software and associated documentation files (the "Software"), to deal
16 The above copyright notice and this permission notice shall be included in all
55 * This can sometimes be easier than using a JSONObject to build a string.
97 this.comma = false;
98 this.mode = 'i';
99 this.stack = new JSONObject[maxdepth];
100 this.top = 0;
101 this.writer = w;
107 * @return this
114 if (this.mode == 'o' || this.mode == 'a')
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractTable.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
145 AbstractTable.this.clear();
155 return AbstractTable.this.size();
193 AbstractTable.this.clear();
198 return AbstractTable.this.size();
203 return Tables.equalsImpl(this, obj);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularContiguousSet.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
39 this.range = range;
111 return Collections2.containsAllImpl(this, targets);
120 checkArgument(this.domain.equals(other.domain));
124 C lowerEndpoint = Ordering.natural().max(this.first(), other.first());
125 C upperEndpoint = Ordering.natural().min(this.last(), other.last());
142 if (object == this) {
146 if (this.domain.equals(that.domain)) {
147 return this.first().equals(that.first())
148 && this.last().equals(that.last())
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollatorServiceShim.java 65 this.delegate = fctry;
91 // TODO rewrite this to just wrap getAvailableULocales later
133 this.registerFactory(new CollatorFactory());
141 * <p>Without this override, the service code would fall back to the default locale
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormatServiceShim.java 47 this.delegate = delegate;
58 result = srvc.getKey(key, null, this);
114 this.registerFactory(new RBNumberFormatFactory());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
PersianCalendar.java 51 * This class should not be subclassed.</p>
63 * @deprecated This API is ICU internal only.
104 * @deprecated This API is ICU internal only.
109 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
119 * @deprecated This API is ICU internal only.
124 this(zone, ULocale.getDefault(Category.FORMAT));
134 * @deprecated This API is ICU internal only.
139 this(TimeZone.getDefault(), aLocale);
149 * @deprecated This API is ICU internal only.
154 this(TimeZone.getDefault(), locale)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java 37 DNSRecord answer = jmDNSImpl.getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL);
45 String name = this.getName().toLowerCase();
61 DNSRecord answer = jmDNSImpl.getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL);
69 String name = this.getName().toLowerCase();
96 this.addAnswersForServiceInfo(jmDNSImpl, answers, (ServiceInfoImpl) serviceInfo);
98 if (this.isServicesDiscoveryMetaQuery()) {
103 } else if (this.isReverseLookup()) {
104 String ipValue = this.getQualifiedNameMap().get(Fields.Instance);
109 if (this.isV4ReverseLookup()) {
112 if (this.isV6ReverseLookup())
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Prober.java 25 * If a conflict during probes occurs, the affected service infos (and affected host name) are taken away from the prober. This eventually causes the prober to cancel itself.
33 this.setTaskState(DNSState.PROBING_1);
34 this.associate(DNSState.PROBING_1);
43 return "Prober(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
52 return super.toString() + " state: " + this.getTaskState();
62 if (now - this.getDns().getLastThrottleIncrement() < DNSConstants.PROBE_THROTTLE_COUNT_INTERVAL) {
63 this.getDns().setThrottle(this.getDns().getThrottle() + 1);
65 this.getDns().setThrottle(1)
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintLocLike.java 14 * This class represents 'Loc like' constraint type in blender.
21 //protected static final int LOCLIKE_TIP = 0x08;//this is deprecated in blender
30 * This constructor creates the constraint instance.
41 * this exception is thrown when the blender file is somehow
66 Object owner = this.owner.getObject();
67 AnimData animData = blenderContext.getAnimData(this.owner.getOma());
69 Transform targetTransform = this.target.getTransform();
71 BlenderTrack blenderTrack = this.getTrack(owner, animData.skeleton, animation);
75 this.locLike(translations[frame], targetTransform.getTranslation(), ipo.calculateValue(frame));
82 Transform targetTransform = this.target.getTransform();
    [all...]
ConstraintLocLimit.java 14 * This class represents 'Loc limit' constraint type in blender.
29 * This constructor creates the constraint instance.
40 * this exception is thrown when the blender file is somehow
78 Object owner = this.owner.getObject();
79 AnimData animData = blenderContext.getAnimData(this.owner.getOma());
82 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
86 this.locLimit(translations[frame], ipo.calculateValue(frame));
93 Transform ownerTransform = this.owner.getTransform();
95 this.locLimit(ownerLocation, ipo.calculateValue(0));
96 this.owner.applyTransform(ownerTransform);
    [all...]
ConstraintRotLike.java 14 * This class represents 'Rot like' constraint type in blender.
29 * This constructor creates the constraint instance.
40 * this exception is thrown when the blender file is somehow
52 Object owner = this.owner.getObject();
53 AnimData animData = blenderContext.getAnimData(this.owner.getOma());
55 Transform targetTransform = this.target.getTransform();
58 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
65 this.rotLike(rotations[frame], angles, targetAngles, ipo.calculateValue(frame));
72 Transform targetTransform = this.target.getTransform();
73 Transform ownerTransform = this.owner.getTransform();
    [all...]
ConstraintSizeLike.java 14 * This class represents 'Size like' constraint type in blender.
26 * This constructor creates the constraint instance.
37 * this exception is thrown when the blender file is somehow
57 Object owner = this.owner.getObject();
58 AnimData animData = blenderContext.getAnimData(this.owner.getOma());
60 Transform targetTransform = this.target.getTransform();
63 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
67 this.sizeLike(scales[frame], targetScale, ipo.calculateValue(frame));
74 Transform targetTransform = this.target.getTransform();
75 Transform ownerTransform = this.owner.getTransform();
    [all...]
ConstraintSizeLimit.java 14 * This class represents 'Size limit' constraint type in blender.
29 * This constructor creates the constraint instance.
40 * this exception is thrown when the blender file is somehow
78 Object owner = this.owner.getObject();
79 AnimData animData = blenderContext.getAnimData(this.owner.getOma());
82 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
86 this.sizeLimit(scales[frame], ipo.calculateValue(frame));
93 Transform ownerTransform = this.owner.getTransform();
94 this.sizeLimit(ownerTransform.getScale(), ipo.calculateValue(0));
95 this.owner.applyTransform(ownerTransform);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorBlend.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 'blend' texture.
123 float[][] colorBand = this.computeColorband(tex, blenderContext);
148 this.applyBrightnessAndContrast(bacd, texres);
154 this.applyBrightnessAndContrast(texres, bacd.contrast, bacd.brightness);
TextureGeneratorClouds.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 'clouds' texture.
81 float[][] colorBand = this.computeColorband(tex, blenderContext);
101 this.applyBrightnessAndContrast(bacd, texres);
114 this.applyBrightnessAndContrast(bacd, texres);
120 this.applyBrightnessAndContrast(texres, bacd.contrast, bacd.brightness)
    [all...]
TextureGeneratorDistnoise.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 generates the 'distorted noise' texture.
72 float[][] colorBand = this.computeColorband(tex, blenderContext);
84 texres.intensity = this.musgraveVariableLunacrityNoise(texvec[0], texvec[1], texvec[2], distAmount, noisebasis, noisebasis2);
92 this.applyBrightnessAndContrast(bacd, texres);
98 this.applyBrightnessAndContrast(texres, bacd.contrast, bacd.brightness)
    [all...]
TextureGeneratorMagic.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 'magic' texture.
132 float[][] colorBand = this.computeColorband(tex, blenderContext);
175 this.applyBrightnessAndContrast(bacd, texres);
TextureGeneratorMusgrave.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 'musgrave' texture.
68 float[][] colorBand = this.computeColorband(tex, blenderContext);
99 this.applyBrightnessAndContrast(texres, bacd.contrast, bacd.brightness);
105 this.applyBrightnessAndContrast(bacd, texres);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderDDS.java 76 this.blendPixel(resultPixel, materialColor, pixelColor, affectFactor, blendType, blenderContext);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
FilteredBasis.java 9 * - Redistributions of source code must retain the above copyright notice, this
13 * this list of conditions and the following disclaimer in the documentation
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
49 this.basis = basis;
53 return this.basis;
57 this.basis = basis;
67 this.basis.init();
72 this.scale = scale;
73 return this;
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AFunctionExpression.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
34 cloneNode(this._name_),
35 cloneList(this._args_));
40 ((Analysis) sw).caseAFunctionExpression(this);
45 return this._name_;
50 if(this._name_ != null)
52 this._name_.parent(null);
62 node.parent(this);
65 this._name_ = node;
70 return this._args_
    [all...]
  /external/libvorbis/lib/
codebook.c 3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
56 long this=c->lengthlist[i]; local
58 if(this>last){
59 for(j=last;j<this;j++){
69 the length. This time, though, we have to encode each length */
268 codewords to be MSb first, not LSb. This is an annoying inelegancy
337 Cascades may be additive or multiplicitive; this is not inherent in
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoFile.java 5 * you may not use this file except in compliance with the License.
45 this.byteChannel = new FileInputStream(f).getChannel();
52 this.byteChannel = byteChannel;
59 this.byteChannel = byteChannel;
60 this.boxParser = boxParser;
77 throw new IOException("This method is not meant to be called. Use #parse() directly.");
85 Box box = boxParser.parseBox(byteChannel, this);
157 return this;
193 this.byteChannel.close();
  /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...]

Completed in 428 milliseconds

<<11121314151617181920>>