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

1 2 3 4 5 6 7 891011>>

  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
SessionID.java 8 * you may not use this file except in compliance with the License.
41 this.sessionID = sessionID;
45 return this.sessionID;
60 buf.append("id=\"").append(this.getSessionID());
UserID.java 8 * you may not use this file except in compliance with the License.
41 this.userID = userID;
45 return this.userID;
60 buf.append("id=\"").append(this.getUserID());
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
LabelMethodItem.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.
42 this.labelPrefix = labelPrefix;
69 return this.compareTo((MethodItem)o) == 0;
79 writer.printUnsignedLongAsHex(this.getLabelAddress());
89 return this.getCodeAddress();
97 this.labelSequence = labelSequence
    [all...]
  /libcore/luni/src/main/java/java/text/
CollationElementIterator.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
50 * This constant is returned by the iterator in the methods
60 this.icuIterator = iterator;
66 * with this collation element as the last element.
76 return this.icuIterator.getMaxExpansion(order);
81 * next collation element. This value could be any of:
84 * the value of the next collation element. This means that if
103 return this.icuIterator.getOffset()
    [all...]
  /libcore/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
11 import bz2 # this codec needs the optional bz2 module ! namespace
22 error handling for this codec.
36 mapped files are examples of objects providing this slot.
40 error handling for this codec.
zlib_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
10 import zlib # this codec needs the optional zlib module ! namespace
21 error handling for this codec.
35 mapped files are examples of objects providing this slot.
39 error handling for this codec.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
11 import bz2 # this codec needs the optional bz2 module ! namespace
22 error handling for this codec.
36 mapped files are examples of objects providing this slot.
40 error handling for this codec.
zlib_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
10 import zlib # this codec needs the optional zlib module ! namespace
21 error handling for this codec.
35 mapped files are examples of objects providing this slot.
39 error handling for this codec.
  /external/chromium_org/chrome/browser/resources/image_loader/
request.js 2 // Use of this source code is governed by a BSD-style license that can be
22 this.id_ = id;
28 this.cache_ = cache;
34 this.request_ = request;
40 this.sendResponse_ = callback;
47 this.image_ = new Image();
54 this.contentType_ = null;
61 this.xhr_ = new AuthorizedXHR();
68 this.canvas_ = document.createElement('canvas');
74 this.context_ = this.canvas_.getContext('2d')
    [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/
AbstractResults.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
46 this.parent = parent;
47 this.children = new ArrayList();
48 this.name = name;
52 this.parent = parent;
53 this.children = new ArrayList();
54 this.id = id;
63 int size = this.children.size();
65 Object results = this.children.get(i)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
DNSStateTask.java 20 * This is the root class for all state tasks. These tasks work with objects that implements the {@link javax.jmdns.impl.DNSStatefulObject} interface and therefore participate in the state machine.
71 * Associate the DNS host and the service infos with this task if not already associated and in the same state.
77 synchronized (this.getDns()) {
78 this.getDns().associateWithTask(this, state);
80 for (ServiceInfo serviceInfo : this.getDns().getServices().values()) {
81 ((ServiceInfoImpl) serviceInfo).associateWithTask(this, state);
86 * Remove the DNS host and service info association with this task.
89 // Remove association from host to this
90 synchronized (this.getDns())
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PipelinedMsgParser.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
46 * This implements a pipelined message parser suitable for use with a stream -
47 * oriented input such as TCP. The client uses this class by instatiating with
52 * content-length header is read directly from the input stream. This can be
67 * The message listener that is registered with this parser. (The message
107 this();
108 this.sipMessageListener = sipMessageListener
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageProcessor.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
40 * Acknowledgement: Jeff Keyser suggested that a Stop mechanism be added to this. Niklas Uhrberg
49 * connection. This is the active object that creates new TCP MessageChannels (one for each new
76 * @param port port where this message processor listens.
81 this.sipStack = sipStack;
83 this.tcpMessageChannels = new Hashtable();
84 this.incomingTcpMessageChannels = new ArrayList<TCPMessageChannel>()
    [all...]
TLSMessageProcessor.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
26 /* This class is entirely derived from TCPMessageProcessor,
31 * Stop mechanism be added to this. Niklas Uhrberg suggested that
59 * connection. This is the active object that creates new TLS MessageChannels (one for each new
86 * @param port port where this message processor listens.
90 this.sipStack = sipStack;
91 this.tlsMessageChannels = new Hashtable<String, TLSMessageChannel>()
    [all...]
SIPClientTransaction.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
219 clientTransaction = SIPClientTransaction.this;
234 this.cancel();
242 // this is a TCP after the linger timer has expired.
258 // connection. This keeps the connection open permanently
268 // If this transaction has not
282 * @param newSIPStack Transaction stack this transaction belongs to
    [all...]
  /external/smack/src/org/jivesoftware/smack/
PrivacyListManager.java 8 * you may not use this file except in compliance with the License.
45 // Keep the list of instances of this class.
72 this.connection = connection;
73 this.init();
89 instances.put(connection, this);
94 // Unregister this instance since the connection has been closed
180 requestPrivacy.setFrom(this.getUser());
219 requestPrivacy.setFrom(this.getUser());
265 Privacy privacyAnswer = this.getPrivacyWithListNames();
281 Privacy privacyAnswer = this.getPrivacyWithListNames();
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
AsyncTaskLoader.java 5 * you may not use this file except in compliance with the License.
32 * on Android 3.0 or above, this implementation is still used; it does not try
50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
51 result = AsyncTaskLoader.this.onLoadInBackground();
52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
61 AsyncTaskLoader.this.dispatchOnLoadComplete(this, data);
69 if (DEBUG) Log.v(TAG, this + " onCancelled");
71 AsyncTaskLoader.this.dispatchOnCancelled(this, result)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java 5 * you may not use this file except in compliance with the License.
98 synchronized (SlideshowDataAdapter.this) {
102 SlideshowDataAdapter.this.wait();
115 synchronized (SlideshowDataAdapter.this) {
123 synchronized (SlideshowDataAdapter.this) {
125 SlideshowDataAdapter.this.notifyAll();
135 synchronized (SlideshowDataAdapter.this) {
139 SlideshowDataAdapter.this.notifyAll();
151 synchronized (SlideshowDataAdapter.this) {
154 SlideshowDataAdapter.this.notifyAll()
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Spline.java 2 * To change this template, choose Tools | Templates
46 * should be surrounded by two handler points. This applies to every point except
61 this.controlPoints.add(vector3f);
64 this.curveTension = curveTension;
65 this.cycle = cycle;
66 this.computeTotalLentgh();
75 * should be surrounded by two handler points. This applies to every point except
89 this.controlPoints.addAll(controlPoints);
90 this.curveTension = curveTension;
91 this.cycle = cycle
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.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
78 * purpose of this class is to do early rejection of bad messages and deliver meaningful messages
79 * to the application. This class is essentially a Dialog filter. It is a helper for the UAC Core.
81 * number, Dialog not found, etc. Note that this is not part of the JAIN-SIP spec (it does not
82 * implement a JAIN-SIP interface). This is part of the glue that ties together the NIST-SIP stack
83 * and event model with the JAIN-SIP stack. This is strictly an implementation class.
98 this.sipStack = sipStack
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.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
73 this.localAddr1 = new InetSocketAddress("127.0.0.1",
75 this.localAddr2 = new InetSocketAddress("127.0.0.1",
77 this.channel1 = SocketChannel.open();
78 this.channel2 = SocketChannel.open();
79 this.server1 = new ServerSocket(localAddr1.getPort());
84 if (null != this.channel1) {
86 this.channel1.close()
    [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/
PerformancesView.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
187 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
190 int eclipseVersion = this.preferences.getInt(IPerformancesConstants.PRE_ECLIPSE_VERSION, IPerformancesConstants.DEFAULT_ECLIPSE_VERSION);
191 String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
192 boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
194 this.preferences.addPreferenceChangeListener(this);
200 Util.initMilestones(this.preferences);
203 String lastBuild = this.preferences.get(IPerformancesConstants.PRE_LAST_BUILD, null)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 31 // This is a hack to handle a bug in the BonjourConformanceTest
41 this(buffer, 0, length);
55 return this.read();
59 return (this.read() << 8) | this.read();
63 return (this.readUnsignedShort() << 16) | this.readUnsignedShort();
68 this.read(bytes, 0, len);
75 int ch = this.read();
90 ch = ((ch & 0x1F) << 6) | (this.read() & 0x3F)
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderContext.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 * file. This class is intended to be used in a single loading thread. It holds
89 * This map stores the loaded features by their old memory address. The
95 * This map stores the loaded features by their name. Only features with ID
126 * This method sets the blender file version.
132 this.blenderVersion = Integer.parseInt(blenderVersion);
    [all...]

Completed in 666 milliseconds

1 2 3 4 5 6 7 891011>>