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

1 2 3 4 56 7 8 91011>>

  /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...]
AbstractMessageWriter.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
60 this.sessionBuffer = buffer;
61 this.lineBuf = new CharArrayBuffer(128);
62 this.lineFormatter = (formatter != null) ?
78 this.sessionBuffer.writeLine
79 (lineFormatter.formatHeader(this.lineBuf, header));
81 this.lineBuf.clear()
    [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/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/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/jmonkeyengine/engine/src/test/jme3test/terrain/
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...]
  /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 * Identity of this AppWidget component. This component should be a {@link
51 * <p>This field corresponds to the <code>android:name</code> attribute in
58 * at least this width, and will often be given more, depending on the host.
60 * <p>This field corresponds to the <code>android:minWidth</code> attribute in
67 * at least this height, and will often be given more, depending on the host.
69 * <p>This field corresponds to the <code>android:minHeight</code> attribute in
75 * Minimum width (in dp) which the widget can be resized to. This field has no effect if 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/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java 5 * you may not use this file except in compliance with the License.
32 * This class creates a HandlerThread which waits for the various messages.
56 mHandler = new Handler(getLooper(), this);
57 synchronized (this) {
63 synchronized (this) {
65 this.notifyAll();
68 this.wait();
99 synchronized (this) {
101 this.wait(FAIL_TIMEOUT_MILLIS);
112 this.notifyAll()
    [all...]
  /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();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
IconLoaderTest.java 5 * you may not use this file except in compliance with the License.
70 synchronized(this) {
73 this.notifyAll();
80 this.wait();
95 return this;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
BreakpointOption.java 5 ** you may not use this file except in compliance with the License.
53 Composite composite = new Composite(this, 0);
57 this.setLayout(new FillLayout());
64 btn.addSelectionListener(this);
73 this.setContent(composite);
74 this.setExpandHorizontal(true);
75 this.setExpandVertical(true);
76 this.setMinSize(size);
77 this.layout();
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/util/
ActionButton.java 5 * you may not use this file except in compliance with the License.
36 this.mAction = (Action) action;
37 if (this.mAction.getStyle() == Action.AS_CHECK_BOX) {
44 this.mAction.addPropertyChangeListener(this);
45 mButton.addSelectionListener(this);
47 mButton.setEnabled(this.mAction.isEnabled());
  /cts/tests/src/android/os/cts/
TestThread.java 5 * you may not use this file except in compliance with the License.
75 this.join(runTime);
76 if (this.isAlive()) {
77 this.interrupt();
78 this.join(runTime);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_StringWriter.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
29 * <code>lock</code> used to synchronize access to this Writer.
40 * the <code>lock</code> used to synchronize access to this Writer.
52 * Close this Writer. This is the concrete implementation required. This
56 * If an IO error occurs closing this StringWriter.
63 * Flush this Writer. This is the concrete implementation required. Thi
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultResponseParser.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
66 this.responseFactory = responseFactory;
67 this.lineBuf = new CharArrayBuffer(128);
68 this.maxGarbageLines = params.getIntParameter(
77 this.lineBuf.clear();
82 int i = sessionBuffer.readLine(this.lineBuf);
87 cursor = new ParserCursor(0, this.lineBuf.length())
    [all...]
LoggingSessionInputBuffer.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
63 this.in = in;
64 this.wire = wire;
68 return this.in.isDataAvailable(timeout);
72 int l = this.in.read(b, off, len);
73 if (this.wire.enabled() && l > 0) {
74 this.wire.input(b, off, l)
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPOutputStream.java 27 this.session = session;
28 this.scp = client;
37 this.flush();
47 this.write(0);
48 this.flush();
52 this.write(StringEncoder.GetBytes("E\n"));
53 this.flush();
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 18 * <b>Implementation note:</b> This interface is accessed from multiple threads. The implementation must be thread safe.
25 * This class define a semaphore. On this multiple threads can wait the arrival of one event. Thread wait for a maximum defined by the timeout.
27 * Implementation note: this class is based on {@link java.util.concurrent.Semaphore} so that they can be released by the timeout timer.
86 aLog.append(this._name);
133 return this._dns;
137 this._dns = dns;
145 if (this._task == null && this._state == state) {
146 this.lock()
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.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
49 * Bone index in the skeleton which this track effects.
75 this.targetBoneIndex = targetBoneIndex;
76 this.setKeyframes(times, translations, rotations);
88 this.targetBoneIndex = targetBoneIndex;
89 this.setKeyframes(times, translations, rotations, scales)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
From.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
97 * Warning -- this assumes that the embedded URI is a SipURL.
141 this.address = (AddressImpl) address;
151 this.setParameter(ParameterNames.TAG, t);
To.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
113 * Warning -- this assumes that the embedded URI is a SipURL.
168 * Set the tag member. This should remain empty for the initial request in
176 this.setParameter(ParameterNames.TAG, t);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AcceptEncodingParser.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
93 // empty body is fine for this header.
108 this.lexer.match(';');
109 this.lexer.SPorHT();
110 this.lexer.match('q');
111 this.lexer.SPorHT();
112 this.lexer.match('=')
    [all...]

Completed in 1919 milliseconds

1 2 3 4 56 7 8 91011>>