HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 276 - 300 of 690) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
54 * This view show for each performance machine the results of all builds
59 * There's no real action available action from this view, only the possibility
113 this.fullSelectionImageDescriptor = ImageDescriptor.createFromFile(getClass(), "icallout_obj.gif");
114 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
115 this.preferences.addPreferenceChangeListener(this);
116 Util.initMilestones(this.preferences);
135 this.tabFolder = new CTabFolder(parent, SWT.BORDER)
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderLoader.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
67 * This is the main loading class. Have in notice that asset manager needs to have loaders for resources like textures.
80 this.setup(assetInfo);
88 Object object = this.toObject(block.getStructure(blenderContext));
92 if (this.isRootObject(loadingResults, (Node)object)) {
108 loadingResults.addMaterial(this.toMaterial(block.getStructure(blenderContext)));
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
BoneContext.java 19 * This class holds the basic data that describes a bone.
30 /** This variable indicates if the Y axis should be the UP axis. */
36 /** The children of this context. */
65 this(boneStructure, null, objectToArmatureMatrix, bonesPoseChannels, blenderContext);
86 this.parent = parent;
87 this.boneStructure = boneStructure;
93 this.computeRestMatrix(objectToArmatureMatrix);
96 this.children.add(new BoneContext(child, this, objectToArmatureMatrix, bonesPoseChannels, blenderContext));
101 blenderContext.setBoneContext(boneStructure.getOldMemoryAddress(), this);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintRotLimit.java 16 * This class represents 'Rot limit' constraint type in blender.
30 * This constructor creates the constraint instance.
41 * this exception is thrown when the blender file is somehow
82 this.update();
83 Object owner = this.owner.getObject();
84 AnimData animData = blenderContext.getAnimData(this.owner.getOma());
87 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
93 this.rotLimit(angles, ipo.calculateValue(frame));
101 Transform ownerTransform = this.owner.getTransform();
103 this.rotLimit(angles, ipo.calculateValue(0));
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Field.java 10 * This class represents a single field in the structure. It can be either a primitive type or a table or a reference to
27 /** This variable indicates the level of the pointer. */
30 * This variable determines the sizes of the array. If the value is null the n the field is not an array.
33 /** This variable indicates if the field is a function pointer. */
45 * this exception is thrown if the names contain errors
48 this.type = type;
49 this.blenderContext = blenderContext;
50 this.parseField(new StringBuilder(name));
72 return new Field(this);
76 * This method fills the field wth data read from the input stream.
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorVoronoi.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 'voronoi' texture.
78 float[][] colorBand = this.computeColorband(tex, blenderContext);
119 this.cellNoiseV(pa[m], pa[m + 1], pa[m + 2], hashPoint);
145 this.applyBrightnessAndContrast(bacd, texres);
151 this.applyBrightnessAndContrast(texres, bacd.contrast, bacd.brightness)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ADefCommand.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
42 cloneNode(this._position_),
43 cloneList(this._macro_),
44 cloneList(this._arguments_),
45 cloneNode(this._command_));
50 ((Analysis) sw).caseADefCommand(this);
55 return this._position_;
60 if(this._position_ != null)
62 this._position_.parent(null);
72 node.parent(this);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Contact.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
68 // This must be private or the toString will go for a loop!
91 this.parameters.set(nv);
168 this.parameters.set(EXPIRES, deltaSeconds);
190 this.wildCardFlag = true;
191 this.address = new AddressImpl();
192 this.address.setWildCardFlag()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.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 * stack that were incorporated into this code. Niklas Uhrberg suggested that
101 this.sipStack = sipStack;
103 this.messageQueue = new LinkedList();
105 this.port = port;
107 this.sock = sipStack.getNetworkLayer().createDatagramSocket(port,
123 // Note that on WINDOWS this is actually broken. It wil
    [all...]
TCPMessageChannel.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
51 * This is a stack abstraction for TCP connections. This abstracts a stream of parsed messages.
52 * The SIP sipStack starts this from the main SIPStack class for each connection that it accepts.
103 this.sipStack = sipStack;
131 mythread = new Thread(this);
135 this.sipStack = sipStack
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61 this.profile = new Profile();
62 this.stack_ = [];
63 this.addFunctions_();
75 this.profile.addLibrary('lib1', 0x11000, 0x12000);
76 this.profile.addStaticCode('lib1-f1', 0x11100, 0x11900)
    [all...]
  /libcore/luni/src/main/java/java/util/
WeakHashMap.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
28 * thread on this collection, possibly removing keys.
125 this.type = type;
188 this(DEFAULT_SIZE);
196 * the initial capacity of this map.
217 * the initial capacity of this map.
228 this.loadFactor = (int) (loadFactor * 10000);
244 this(map.size() < 6 ? 11 : map.size() * 2)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
24 * This class performs functionality dedicated to SSL record layer.
42 * Among with base functionality this class provides the information about
112 this.handshakeProtocol = handshakeProtocol;
113 this.handshakeProtocol.setRecordProtocol(this);
114 this.alertProtocol = alertProtocol;
115 this.alertProtocol.setRecordProtocol(this)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.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
131 * Stop processing messages for this provider. Post an empty message to our
142 this.eventScanner.stop();
154 return (ListeningPoint) this.listeningPoints.get(transport
172 + transaction + "this.sipListener = "
173 + this.getSipListener() + "sipEvent.source = "
189 this.eventScanner.addEvent(eventWrapper)
    [all...]
SipStackImpl.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 * <b> Use of this property is still supported but deprecated. Please use
85 * </b> This property is used by the built in log4j based logger. You can use
87 * TRACE) If this is set to INFO or above, then incoming valid messages are
88 * logged in SERVER_LOG. If you set this to 32 and specify a DEBUG_LOG then vast
91 * /tools/tracesviewer/tracesviewer.html"> This can be viewed using the trace
94 * for level 32 and 16 respectively. If the value of this property is set t
    [all...]
  /cts/tests/tests/preference2/src/android/preference2/cts/
SwitchPreferenceTest.java 5 * you may not use this file except in compliance with the License.
73 this.runTestOnUiThread(new Runnable() {
91 this.runTestOnUiThread(new Runnable() {
  /cts/tools/cfassembler/src/dxconvext/
ClassFileParser.java 5 * you may not use this file except in compliance with the License.
46 * /home/fjost/android/workspace/out/classes_javac this is the place where
91 ClassFileParser.this.processFileBytes(w, cfName, bytes);
100 * @param allbytes the bytes of this java src file
184 ClassFileParser.this.out(msg, cur_indent);
  /dalvik/tests/031-class-attributes/src/
ClassAttrs.java 16 printClassAttrs(this.getClass());
32 printClassAttrs(this.getClass());
  /dalvik/tests/064-field-access/src/
Main.java 5 * you may not use this file except in compliance with the License.
127 * This is a sub-class of OtherPackage, which should be allowed to access
186 this.getValue(localProtByteField, samePkgInst, 'B', null);
191 this.getValue(localPrivFloatField, samePkgInst, 'F',
197 * We can get at "this.protShortField" but not
203 this.getValue(otherProtShortField, this, 'S',
205 this.getValue(otherProtShortField, otherPkgInst, 'S',
207 this.getValue(otherPkgDoubleField, otherPkgInst, 'D',
218 this.getValue(subProtLongField, null, 'J'
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 5 * you may not use this file except in compliance with the License.
41 * This Activity appears as a dialog. It lists any paired devices and
81 mPairedDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name);
82 mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name);
96 this.registerReceiver(mReceiver, filter);
100 this.registerReceiver(mReceiver, filter);
130 this.unregisterReceiver(mReceiver);
169 // Set result and finish this Activity
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
ActivityB.java 5 * you may not use this file except in compliance with the License.
90 Intent intent = new Intent(ActivityB.this, DialogActivity.class);
95 Intent intent = new Intent(ActivityB.this, ActivityA.class);
100 Intent intent = new Intent(ActivityB.this, ActivityC.class);
105 ActivityB.this.finish();
ActivityC.java 5 * you may not use this file except in compliance with the License.
90 Intent intent = new Intent(ActivityC.this, DialogActivity.class);
95 Intent intent = new Intent(ActivityC.this, ActivityA.class);
100 Intent intent = new Intent(ActivityC.this, ActivityB.class);
105 ActivityC.this.finish();
  /development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/
GpsLocationTest.java 5 * you may not use this file except in compliance with the License.
38 * Prior to running this test the GPS location must be set to the following
58 synchronized ( this ){
61 locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, this,
63 this.wait(TIMEOUT);
72 locationManager.removeUpdates(this);
76 synchronized ( this ){
78 this.notify();
  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 5 * you may not use this file except in compliance with the License.
66 * Find the metaphone value of a String. This is similar to the
130 while ((code.length() < this.getMaxCodeLen()) &&
154 (this.frontv.indexOf(local.charAt(n + 1)) >= 0) ) {
162 (this.frontv.indexOf(local.charAt(n + 1)) >= 0)) {
186 (this.frontv.indexOf(local.charAt(n + 2)) >= 0)) { // DGE DGI DGY -> J
213 (this.frontv.indexOf(local.charAt(n + 1)) >= 0) &&
225 (this.varson.indexOf(local.charAt(n - 1)) >= 0)) {
302 if (code.length() > this.getMaxCodeLen()) {
303 code.setLength(this.getMaxCodeLen());
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 10 * this work for additional information regarding copyright ownership.
11 * The ASF licenses this file to You under the Apache License, Version 2.0
12 * (the "License"); you may not use this file except in compliance with
24 * This software consists of voluntary contributions made by many
51 * HttpClient the use of this parameter will be discontinued.
72 * In the future versions of HttpClient the use of this parameter will be
109 this.host = (host == null) ? ANY_HOST: host.toLowerCase(Locale.ENGLISH);
110 this.port = (port < 0) ? ANY_PORT: port;
111 this.realm = (realm == null) ? ANY_REALM: realm;
112 this.scheme = (scheme == null) ? ANY_SCHEME: scheme.toUpperCase(Locale.ENGLISH)
    [all...]

Completed in 900 milliseconds

<<11121314151617181920>>