/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
BuildMachineManager.java | 3 * All rights reserved. This program and the accompanying materials 5 * which accompanies this distribution, and is available at 14 * To change this generated comment go to 31 * This class finds an available build machine by reading a registry of build 63 this.waitInterval = waitInterval; 64 this.cfg = cfg; 65 this.markerContainer = markerContainer; 66 this.markerName = markerName; 67 this.markerKey = markerKey; 68 this.cfgKey = cfgKey [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
RawDataTable.java | 3 * All rights reserved. This program and the accompanying materials 5 * which accompanies this distribution, and is available at 37 this.configResults = results; 38 this.stream = ps; 42 this(results, ps); 43 this.buildPrefixes = prefixes; 46 this(results, ps); 47 this.buildPrefixes = new ArrayList(); 48 this.buildPrefixes.add(baselinePrefix); 55 this.stream.print("<table border=\"1\">") [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Session.java | 18 * in this context either a shell, an application or a system command. The 41 this.cm = cm; 42 this.cn = cm.openSessionChannel(); 43 this.rnd = rnd; 69 * Allocate a pseudo-terminal for this session. 71 * This method may only be called before a program or shell is started in 72 * this session. 109 synchronized (this) 113 throw new IOException("This session is closed."); 120 "Cannot request PTY at this stage anymore, a remote execution has already started.") [all...] |
/external/guava/guava/src/com/google/common/collect/ |
AbstractBiMap.java | 5 * you may not use this file except in compliance with the License. 41 * <p>Note that this class contains {@code equals()} calls that keep it from 80 inverse = new Inverse<V, K>(backward, this); 84 this.inverse = inverse; 174 AbstractBiMap.this.clear(); 284 AbstractBiMap.this.clear(); 324 checkState(contains(this), "entry no longer in map"); 378 * Serialization stores the forward bimap, the inverse of this inverse.
|
/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. 37 * <p>Note that this class contains {@code equals()} calls that keep it from 76 inverse = new Inverse<V, K>(backward, this); 80 this.inverse = inverse; 170 AbstractBiMap.this.clear(); 280 AbstractBiMap.this.clear(); 320 checkState(contains(this), "entry no longer in map"); 374 * Serialization stores the forward bimap, the inverse of this inverse.
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSMessage.java | 95 this._id = id; 110 this._flags = flags; 131 return this.getQuestions().size(); 153 return this.getAnswers().size(); 167 return this.getAuthorities().size(); 181 return this.getAdditionals().size(); 217 return (this.getNumberOfQuestions() + this.getNumberOfAnswers() + this.getNumberOfAuthorities() + this.getNumberOfAdditionals()) == 0 [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintDistLimit.java | 14 * This class represents 'Dist limit' constraint type in blender.
26 * This constructor creates the constraint instance.
37 * this exception is thrown when the blender file is somehow
50 Object owner = this.owner.getObject();
51 AnimData animData = blenderContext.getAnimData(this.owner.getOma());
56 BlenderTrack blenderTrack = this.getTrack(owner, animData.skeleton, animation);
61 this.distLimit(v, targetLocation, ipo.calculateValue(frame));
73 Matrix4f m = this.owner.getParentWorldTransformMatrix();
75 Matrix4f ownerWorldMatrix = this.owner.getWorldTransformMatrix();
77 this.distLimit(ownerLocation, targetLocation, ipo.calculateValue(0)); [all...] |
ConstraintHelper.java | 19 * This class should be used for constraint calculations.
55 * ConstraintHelper instances. Unfortunately this constructor might grow large. If it becomes too large - I shall
68 * This method reads constraints for for the given structure. The
125 constraintsList.add(this.createConstraint(constraint, boneOMA, ipo, blenderContext));
145 constraintsList.add(this.createConstraint(constraint, objectStructure.getOldMemoryAddress(), ipo, blenderContext));
151 * This method creates the constraint instance.
162 * this exception is thrown when the blender file is somehow
167 String constraintClassName = this.getConstraintClassName(constraintStructure, blenderContext);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorMarble.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 45 * This class generates the 'marble' texture. 69 float[][] colorBand = this.computeColorband(tex, blenderContext); 82 texres.intensity = this.marbleInt(marbleData, texvec[0], texvec[1], texvec[2]); 89 this.applyBrightnessAndContrast(bacd, texres); 95 this.applyBrightnessAndContrast(texres, bacd.contrast, bacd.brightness) [all...] |
TextureGeneratorWood.java | 7 * This program is free software; you can redistribute it and/or 12 * This program is distributed in the hope that it will be useful, 18 * along with this program; if not, write to the Free Software Foundation, 24 * The Original Code is: all of this file. 45 * This class generates the 'wood' texture. 81 float[][] colorBand = this.computeColorband(tex, blenderContext); 95 texres.intensity = this.woodIntensity(woodIntensityData, texvec[0], texvec[1], texvec[2]); 103 this.applyBrightnessAndContrast(bacd, texres); 110 this.applyBrightnessAndContrast(texres, bacd.contrast, bacd.brightness);
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
CharacterControl.java | 2 * To change this template, choose Tools | Templates 82 if (getUserObject() == null || getUserObject() == this.spatial) { 85 this.spatial = spatial; 96 this.enabled = enabled; 102 space.addCollisionObject(this); 105 space.removeCollisionObject(this); 128 this.useViewDirection = viewDirectionEnabled; 168 if (this.space != null) { 169 this.space.removeCollisionObject(this); [all...] |
GhostControl.java | 2 * To change this template, choose Tools | Templates 84 if (getUserObject() == null || getUserObject() == this.spatial) { 87 this.spatial = spatial; 99 this.enabled = enabled; 106 space.addCollisionObject(this); 109 space.removeCollisionObject(this); 142 if (this.space != null) { 143 this.space.removeCollisionObject(this); 147 if (this.space == space) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Plane.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
41 * This provides methods for calculating a "distance" of a point from this
72 * Constructor instantiates a new <code>Plane</code> object. This is the
92 this.normal.set(normal);
93 this.constant = constant; [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/shader/plugins/ |
GLSLLoader.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 this.shaderName = shaderName; 66 this.shaderSource = source; 70 if (this.dependsOn.contains(node)) 74 this.dependsOn.add(node); 75 node.dependOnMe.add(this); [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestBrickTower.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 110 this.cam.setLocation(new Vector3f(0, 25f, 8f)); 189 this.rootNode.attachChild(floor); 190 this.getPhysicsSpace().add(floor); 222 this.rootNode.attachChild(reBoxg) [all...] |
TestBrickWall.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
100 this.cam.setLocation(new Vector3f(0, 6f, 6f));
162 this.rootNode.attachChild(floor);
163 this.getPhysicsSpace().add(floor);
196 this.rootNode.attachChild(reBoxg);
197 this.getPhysicsSpace().add(reBoxg); [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
Parser.java | 0 /* This file was generated by SableCC (http://www.sablecc.org/). */ 36 this.lexer = lexer; 42 this.nodeList = listNode; 44 if(!this.stack.hasNext()) 46 this.stack.add(new State(numstate, this.nodeList)); 50 State s = (State) this.stack.next(); 52 s.nodes = this.nodeList; 86 State s = (State) this.stack.previous(); 87 this.stack.next() [all...] |
/external/libvorbis/lib/ |
envelope.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 * 124 /* near-DC spreading function; this has nothing to do with 175 int p,this=filters[j].ampptr; local 178 p=this; 195 filters[j].ampbuf[this]=acc;
|
/external/libvorbis/vq/ |
bookutil.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 * 58 float this=0; local 61 this+=val*val; 63 if(best==-1 || this<best){ 64 best=this; 229 /* this reads the format as written by vqbuild/latticebuild; innocent 231 header-ness will break this routine */
|
metrics.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 * 104 float this=_dist(c->c->dim,_now(c,j),_now(c,k)); local 106 (localmin==-1 || this<localmin)) 107 localmin=this;
|
vqgen.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 * 18 /* This code is *not* part of libvorbis. It is used to generate 109 float this=_dist(v,_now(v,j),_now(v,k)); local 110 if(this>0){ 111 if(v->assigned[k] && (localmin==-1 || this<localmin)) 112 localmin=this; 128 localmin=v->max[j]+localmin/2; /* this gives us rough diameter */ 153 element in the codebook entry is orthogonal. Residues would use this [all...] |
/external/nist-sip/java/gov/nist/core/ |
NameValueList.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 43 * hash map) the default behavior for this class is not thread safe. 44 * specify a constructor with boolean true to make this thread safe. 67 this.separator = ";"; 68 this.hmap = new LinkedHashMap<String,NameValue>(); 72 this.separator = ";"; 74 this.hmap = new ConcurrentHashMap<String,NameValue>() [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
EventScanner.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 61 this.refCount++; 66 this.pendingEvents = new LinkedList(); 67 Thread myThread = new Thread(this); 68 // This needs to be set to false else the 72 this.sipStack = sipStackImpl; 83 synchronized (this.eventMutex) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ParametersHeader.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 59 this.parameters = new NameValueList(); 60 this.duplicates = new DuplicateNameValueList(); 65 this.parameters = new NameValueList(); 66 this.duplicates = new DuplicateNameValueList(); 71 this.parameters = new NameValueList(sync); 72 this.duplicates = new DuplicateNameValueList() [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.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 114 * This is the main SIP Message structure. 133 * True if this is a null request. 176 * The application data pointer. This is un-interpreted by the stack. This is provided as a 239 Iterator<SIPHeader> it = this.headers.iterator(); 256 * Get A dialog identifier constructed from this messsage. This is an id that can be used t [all...] |