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

<<21222324252627282930>>

  /external/bison/src/
symtab.c 6 This file is part of Bison, the GNU Compiler Compiler.
8 This program is free software: you can redistribute it and/or modify
13 This program is distributed in the hope that it will be useful,
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
434 | Check that THIS, and its alias, have same precedence and |
439 symbol_check_alias_consistency (symbol *this)
441 symbol *sym = this;
442 symbol *str = this->alias;
445 if (!(this->alias
446 && this->user_token_number == USER_NUMBER_HAS_STRING_ALIAS)
834 symbol *this = symbols[i]; local
855 symbol *this = symbols[i]; local
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformation.java 63 this.info = info;
64 this.contentType = contentType;
65 this.isCounterSignature = contentType == null;
82 this.digestAlgorithm = info.getDigestAlgorithm();
83 this.signedAttributeSet = info.getAuthenticatedAttributes();
84 this.unsignedAttributeSet = info.getUnauthenticatedAttributes();
85 this.encryptionAlgorithm = info.getDigestEncryptionAlgorithm();
86 this.signature = info.getEncryptedDigest().getOctets();
88 this.content = content;
89 this.resultDigest = resultDigest
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 87 #define this macro
106 // Check this is all properly defined away.
172 this
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 5 * you may not use this file except in compliance with the License.
69 /** true if this method has no {@code this} pointer argument */
89 * TODO: Remove this mode, and place the functionality elsewhere
97 * @param isStatic {@code true} if this method has no {@code this}
113 * this instance is based on
116 * @param isStatic {@code true} if this method has no {@code this}
120 this.paramWidth = paramWidth
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ConfigResults.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
25 * It gives access to results for each build on which this configuration has been run.
36 this.name = parent.getPerformance().sortedConfigNames[id];
37 this.printStream = parent.printStream;
44 /*if (this.baseline == null || this.current == null) */initialize();
45 ScenarioResults scenarioResults = (ScenarioResults) this.parent;
46 DB_Results.queryScenarioSummaries(scenarioResults, this.name, builds);
56 if (this.baseline == null)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
34 private static final int FROM_END= 20; // a break (//) is shown this far from end of bar
49 this.title= t;
50 this.value= stats[0]==0 ? 0 : -stats[0] * 100;
51 this.url= u;
52 this.slowdownExpected= slow;
53 this.significant= sig;
61 this.fTitle= title;
62 this.fItems= new ArrayList()
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
103 m_flyoutContainer = new FlyoutContainer(this, SWT.NO_BACKGROUND);
122 return this;
276 * Applies the given preferences into the preferences of this flyout
277 * control. This does not cause any visual updates; call {@link #layout()}
399 FlyoutControlComposite.this.layout();
431 FlyoutControlComposite.this.layout();
458 final FlyoutControlComposite container = FlyoutControlComposite.this;
538 final FlyoutControlComposite container = FlyoutControlComposite.this;
    [all...]
  /external/fio/
gettime.c 287 double this = cycles[i]; local
292 if ((fmax(this, mean) - fmin(this, mean)) > S)
295 avg += this;
374 * to use as THE clock source. For x86 CPUs, this means the TSC
562 struct clock_entry *prev, *this; local
640 this = &entries[i];
643 prev = this;
647 if (prev->tsc > this->tsc) {
648 uint64_t diff = prev->tsc - this->tsc
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
ServiceManager.java 5 * you may not use this file except in compliance with the License.
73 * A manager for monitoring and controlling a set of {@linkplain Service services}. This class
79 * <p>While it is recommended that service lifecycles be managed via this class, state transitions
96 * // Something failed, at this point we could log it, notify a load balancer, or take
118 * <p>This class uses the ServiceManager's methods to start all of its services, to respond to
152 * <p>This will be called at most once after all the services have entered the
155 * services have started {@linkplain State#RUNNING running} then this method will not be called.
175 * service listeners}. This is extracted into its own object so that {@link ServiceListener}
178 * {@link ServiceManager} instance (i.e. avoid leaking a pointer to {@code this}).
195 // fired. To avoid this we substitute a placeholder service
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 26 // This constructor corresponds to utrie2_open() in ICU4C.
32 this.initialValue = initialValueP;
33 this.errorValue = errorValueP;
34 this.highStart = 0x110000;
36 this.data = new int[UNEWTRIE2_INITIAL_DATA_LENGTH];
37 this.dataCapacity = UNEWTRIE2_INITIAL_DATA_LENGTH;
38 this.initialValue = initialValueP;
39 this.errorValue = errorValueP;
40 this.highStart = 0x110000;
41 this.firstFreeBlock = 0; /* no free block in the list *
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 25 * to accomplish this, leap months are inserted in certain years. Leap
34 * (GMT+7:45:40) for dates before 1929, we do not implement this here.
40 * point, which is designated year 1 of cycle 1. In this class, the
48 * of Huang Di, rather than the 61st. This gives continuous year numbers
49 * 60 years greater and cycle numbers one greater than what this class
56 * obtain a formatter for this calendar.
73 * This class should not be subclassed.</p>
90 // Time is represented as a scalar in two ways in this class. One is
93 // days.' This is the number of days after January 1, 1970 Gregorian,
105 * The start year of this Chinese calendar instance.
    [all...]
IslamicCalendar.java 22 * liturgical calendar of the Islamic faith worldwide. This calendar
34 * at sunset. However, in order to keep the time fields in this class
42 * every 30 years. This calendar is easily calculated and thus predictable in
44 * This is the default behavior of a newly-created <code>IslamicCalendar</code>
52 * site. This makes it impossible to calculate in advance, and it causes the
61 * calculations. At present, the approximations used in this class are fairly
74 * This class should not be subclassed.</p>
192 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
204 this(zone, ULocale.getDefault(Category.FORMAT));
216 this(TimeZone.getDefault(), aLocale)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/io/
AbstractBuffer.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.
88 Buffer b=this.buffer();
89 if (this instanceof Buffer.CaseInsensitve || b instanceof Buffer.CaseInsensitve)
100 if (!isVolatile()) return this;
106 if (isImmutable()) return this;
115 if (isReadOnly()) return this;
116 return new View(this, markIndex(), getIndex(), putIndex(), READONLY);
121 if (!isImmutable()) return this;
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectChannelEndPoint.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.
114 synchronized (this)
138 _manager.endPointUpgraded(this,old);
153 synchronized (this)
160 this.notifyAll();
174 this.notifyAll();
210 synchronized(this)
230 synchronized(this)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmmDNSImpl.java 37 * This class enable multihomming mDNS. It will open a mDNS per IP address of the machine.
52 * This enable the service info text update.
73 (new NetworkChecker(this, NetworkTopologyDiscovery.Factory.getInstance())).start(_timer);
83 logger.finer("Cancelling JmmDNS: " + this);
99 // JmDNS never throws this is only because of the closeable interface
172 return this.getServiceInfos(type, name, false, DNSConstants.SERVICE_INFO_TIMEOUT);
181 return this.getServiceInfos(type, name, false, timeout);
190 return this.getServiceInfos(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT);
199 // We need to run this in parallel to respect the timeout.
228 this.requestServiceInfo(type, name, false, DNSConstants.SERVICE_INFO_TIMEOUT)
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.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
55 * This class is the android implementation for {@link AudioRenderer}
78 this.context = context;
88 soundPool.setOnLoadCompleteListener(this);
263 if (this.listener != null) {
266 this.listener.setRenderer(null);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 40 * This modifier allows to add bone animation to the object.
49 // i guess this limitation has no sense for the blender loader...so i guess
54 // If you decide to remove this limitation, remove this code.
72 * This constructor reads animation data from the object structore. The
82 * this exception is thrown when the blender file is somehow
93 if (this.validate(modifierStructure, blenderContext) && pDvert.isNotNull()) {
127 this.meshOMA = meshStructure.getOldMemoryAddress();
128 this.readVerticesWeightsData(objectStructure, meshStructure, skeleton, blenderContext);
180 List<Geometry> geomList = (List<Geometry>) blenderContext.getLoadedFeature(this.meshOMA, LoadedFeatureDataType.LOADED_FEATURE);
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
VehicleControl.java 2 * To change this template, choose Tools | Templates
136 if (getUserObject() == null || getUserObject() == this.spatial) {
139 this.spatial = spatial;
144 this.spatial = null;
145 this.collisionShape = null;
153 this.enabled = enabled;
160 space.addCollisionObject(this);
163 space.removeCollisionObject(this);
234 if (this.space != null) {
235 this.space.removeCollisionObject(this)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.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
55 * Animation transforms are not applied to this bone when enabled.
63 * Initial transform is the local bind transform of this bone.
94 * @param name Name to give to this bone
100 this.name = name;
126 this.name = source.name
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.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
63 this.center.set(center);
71 this.dimension.set(dimension);
72 this.invDim.set(1,1,1).divideLocal(dimension);
76 this.dimension.set(x,y,z);
77 this.invDim.set(1,1,1).divideLocal(dimension)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.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
266 this.bpp = bpp;
270 this(bpp);
271 this.isFloatingPoint = isFP;
275 this(bpp, isFP);
276 this.isDepth = isDepth
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.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
62 * updates as well. It does this in the overwritten update() method.
71 * this location is from the center of the map. So for example the index 11 [Vector3f(2, 0, 1)]
85 * This results in the effect of when the camera gets half way across one of the sides of a quad to
123 this.location = location;
127 * This is executed if the camera has moved into a new CameraCell and will load i
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 5 * you may not use this file except in compliance with the License.
30 * This is the JSilver equivalent to ClearSilver's HDF object.
32 * This class has no synchronization logic. Follow the same thread-safety semantics as you would for
62 // Holds the attributes for this HDF node.
66 private NestedMapData symLink = this;
75 root = this;
79 this.name = name;
80 this.parent = parent;
81 this.root = root;
88 * Creates a child of this node
    [all...]
  /external/libvorbis/lib/
res0.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 *
186 bitmask of one indicates this partition class has bits to write
187 this pass */
190 /* yes, this is a minor hack due to not thinking ahead */
363 int this=0; local
366 this+=val*val;
368 if(best==-1 || this<best){
370 best=this;
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 5 * you may not use this file except in compliance with the License.
90 this.controlSocket = controlSocket;
91 this.commandHandlers = commandHandlers;
92 this.serverHost = controlSocket.getLocalAddress();
96 * Return the InetAddress representing the client host for this session
106 * Return the InetAddress representing the server host for this session
346 this.clientHost = clientHost;
353 this.clientDataPort = dataPort;
358 this.passiveModeDataSocket.close();
381 connectCommandHandler.handleCommand(new Command(CommandNames.CONNECT, new String[0]), this);
    [all...]

Completed in 754 milliseconds

<<21222324252627282930>>