HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 126 - 150 of 819) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
38 * This ClassVisitor fills out the ProgramClass objects that it visits with data
67 this.dataInput = new RuntimeDataInput(dataInput);
96 constant.accept(programClass, this);
130 this.visitProgramField(programClass, programField);
141 this.visitProgramMethod(programClass, programMethod);
152 attribute.accept(programClass, this);
179 attribute.accept(programClass, programField, this);
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
TestCaseEditController.java 10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
15 derived from this software without specific prior written permission.
17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
26 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
115 //this.owner = workspace;
125 this.currentRule = rule;
126 this.currentTestCase = null;
127 this.listModel = rule;
128 this.listCases.setModel(this.listModel);
    [all...]
RuleListController.java 10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
15 derived from this software without specific prior written permission.
17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
26 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64 this.initComponents();
101 this.list.addListSelectionListener(l);
114 this.setPreferredSize(new Dimension(50, 18));
136 this.setText("Error!");
138 return this;
    [all...]
WorkSpaceView.java 10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
15 derived from this software without specific prior written permission.
17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
26 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 * To change this template, choose Tools | Templates
65 this.paneEditor = new TestCaseEditController(this);
66 this.paneStatus = new StatusBarController();
68 this.toolbar = new JToolBar()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.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
207 * This timer task is used for alerting the application to send retransmission alerts.
221 this.ticks = SIPTransaction.T1;
222 this.ticksLeft = this.ticks;
226 SIPServerTransaction serverTransaction = SIPServerTransaction.this;
230 this.ticksLeft = 2 * ticks
    [all...]
SIPDialog.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
110 * Bugs in this class were reported by Antonis Karydas, Brad Templeton, Jeff Adams, Alex Rootham ,
122 * dialog identifier that can be used to retrieve this structure from the SipStack.
197 // This is for debugging only.
220 // the amount of time to keep this dialog around before the stack GC's it
258 // List of event listeners for this dialog
279 * This task waits till a pending ACK has been recorded and then sends out a re-INVITE. Thi
    [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/ui/
ComponentsView.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
64 * There's only one available action from this view: read the local data files. This
120 // this.onlyFingerprintsImageDescriptor = ImageDescriptor.createFromFile(getClass(), "filter_ps.gif");
124 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
127 WRITE_STATUS = this.preferences.getInt(IPerformancesConstants.PRE_WRITE_STATUS, IPerformancesConstants.DEFAULT_WRITE_STATUS);
139 this.viewer = new TreeViewer(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL);
144 return ComponentsView.this.getElements();
147 this.viewer.setContentProvider(contentProvider)
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridAlphaMapTest.java 85 this.flyCam.setMoveSpeed(100f);
87 this.stateManager.attach(state);
118 this.base = new FractalSum();
119 this.base.setRoughness(0.7f);
120 this.base.setFrequency(1.0f);
121 this.base.setAmplitude(1.0f);
122 this.base.setLacunarity(2.12f);
123 this.base.setOctaves(8);
124 this.base.setScale(0.02125f);
125 this.base.addModulator(new NoiseModulator()
    [all...]
TerrainFractalGridTest.java 45 this.flyCam.setMoveSpeed(100f);
47 this.stateManager.attach(state);
50 this.mat_terrain = new Material(this.assetManager, "Common/MatDefs/Terrain/HeightBasedTerrain.j3md");
63 Texture grass = this.assetManager.loadTexture("Textures/Terrain/splat/grass.jpg");
65 this.mat_terrain.setTexture("region1ColorMap", grass);
66 this.mat_terrain.setVector3("region1", new Vector3f(15, 200, this.grassScale));
69 Texture dirt = this.assetManager.loadTexture("Textures/Terrain/splat/dirt.jpg");
71 this.mat_terrain.setTexture("region2ColorMap", dirt)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorTestOperation.java 5 * you may not use this file except in compliance with the License.
57 this.getUncaughtExceptionHandler().uncaughtException(this, e);
75 String operationName = this.getClass().getSimpleName();
79 this.toString(),
88 this.start();
89 this.waitForCompletion();
98 * Subclasses implement this method to perform the work associated with the operation they
  /developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 5 * you may not use this file except in compliance with the License.
20 * you may not use this file except in compliance with the License.
96 AccountStorage.SetAccount(this.getActivity(), "1234");
116 AccountStorage.SetAccount(this.getActivity(), "1234");
152 this.assertEquals(account, AccountStorage.GetAccount(getActivity()));
  /developers/samples/android/connectivity/nfc/CardEmulation/CardEmulationSample/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 5 * you may not use this file except in compliance with the License.
20 * you may not use this file except in compliance with the License.
96 AccountStorage.SetAccount(this.getActivity(), "1234");
116 AccountStorage.SetAccount(this.getActivity(), "1234");
152 this.assertEquals(account, AccountStorage.GetAccount(getActivity()));
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
72 this.abortLock = new ReentrantLock();
82 return this.uri;
100 this.uri = uri;
105 this.abortLock.lock();
107 if (this.aborted) {
111 this.releaseTrigger = null
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
RequestWrapper.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
51 * This class is also capable of resetting the request headers to
74 this.original = request;
78 this.uri = ((HttpUriRequest) request).getURI();
79 this.method = ((HttpUriRequest) request).getMethod();
80 this.version = null;
84 this.uri = new URI(requestLine.getUri())
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
74 this.cache = new byte[bufferSize];
75 this.out = out;
87 this(out, 2048);
96 if (this.cachePosition > 0) {
97 this.out.writeLine(Integer.toHexString(this.cachePosition))
    [all...]
  /external/apache-http/src/org/apache/http/message/
AbstractHttpMessage.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
59 this.headergroup = new HeaderGroup();
60 this.params = params;
64 this(null);
69 return this.headergroup.containsHeader(name);
74 return this.headergroup.getHeaders(name);
79 return this.headergroup.getFirstHeader(name)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemWriter.java 86 this.write(hdr.getName());
87 this.write(": ");
88 this.write(hdr.getValue());
89 this.newLine();
92 this.newLine();
117 this.write(buf, 0, index);
118 this.newLine();
126 this.write("-----BEGIN " + type + "-----");
127 this.newLine();
134 this.write("-----END " + type + "-----")
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
model.js 3 * Use of this source code is governed by a BSD-style license that can be
8 this.reset_({precision: precision});
27 var operator = this.operand && this.operator;
28 var result = this.calculate_(operator, this.operand);
29 return this.reset_({accumulator: result, operator: input});
36 var operator = this.operator || this.defaults.operator;
37 var operand = this.operator ? this.operand : this.defaults.operand
    [all...]
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 2 // Use of this source code is governed by a BSD-style license that can be
9 this.eventListener_ = {};
15 this.unregisterListeners_(stream);
20 this.unregisterListeners_(stream);
26 if (!this.eventListener_[stream.socketId_])
27 this.eventListener_[stream.socketId_] = {};
29 if (!this.eventListener_[stream.socketId_][eventName]) {
30 this.eventListener_[stream.socketId_][eventName] = {
38 if (!this.eventListener_[stream.socketId_])
41 for (var eventName in this.eventListener_[stream.socketId_])
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderAWT.java 59 this.setupMaterialColor(data, format, neg, pixelColor);
60 this.blendPixel(resultPixel, materialColor, pixelColor, affectFactor, blendType, blenderContext);
76 * This method alters the material color in a way dependent on the type of
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ACallCommand.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
38 cloneNode(this._position_),
39 cloneList(this._macro_),
40 cloneList(this._arguments_));
45 ((Analysis) sw).caseACallCommand(this);
50 return this._position_;
55 if(this._position_ != null)
57 this._position_.parent(null);
67 node.parent(this);
70 this._position_ = node
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 5 * you may not use this file except in compliance with the License.
24 * Describes the meta data for an installed AppWidget provider. The fields in this class
47 * Indicates that the widget can be displayed on the home screen. This is the default value.
57 * Identity of this AppWidget component. This component should be a {@link
61 * <p>This field corresponds to the <code>android:name</code> attribute in
68 * at least this width, and will often be given more, depending on the host.
70 * <p>This field corresponds to the <code>android:minWidth</code> attribute in
77 * at least this height, and will often be given more, depending on the host.
79 * <p>This field corresponds to the <code>android:minHeight</code> attribute i
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 5 * you may not use this file except in compliance with the License.
38 this.attachInterface(this, DESCRIPTOR);
57 return this;
72 this.onUsbMassStorageConnectionChanged(connected);
84 this.onStorageStateChanged(path, oldState, newState);
IObbActionListener.java 5 * you may not use this file except in compliance with the License.
38 this.attachInterface(this, DESCRIPTOR);
57 return this;
76 this.onObbResult(filename, nonce, status);
  /frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java 5 * you may not use this file except in compliance with the License.
55 Thread requestThread = new Thread(this);
59 button = new Button(this);
61 button.setOnClickListener(this);
70 synchronized (this) {
76 synchronized (this) {
80 this.notifyAll();
88 synchronized (this) {
91 this.wait();

Completed in 2049 milliseconds

1 2 3 4 56 7 8 91011>>