HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 226 - 250 of 540) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
7 * you may not use this file except in compliance with the License.
39 * This class does a pre-order walk of the DOM tree, calling a ContentHandler
53 /** DomHelper for this TreeWalker */
56 /** Locator object for this TreeWalker */
87 this.m_contentHandler = contentHandler;
109 this.m_contentHandler = contentHandler;
127 this.m_contentHandler = contentHandler;
154 this.m_contentHandler.startDocument()
    [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/dx-tests/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 15 printClassAttrs(this.getClass());
31 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/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...]
  /external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.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
70 * afterwards, since the content will be taken by this
84 this.managedConn = conn;
85 this.attemptReuse = reuse;
100 return new EofSensorInputStream(wrappedEntity.getContent(), this);
113 // this will not trigger a callback from EofSensorInputStream
135 this.consumeContent()
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.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
100 * This class replaces the <code>HttpMethodDirector</code> in HttpClient 3.
223 this.requestExec = requestExec;
224 this.connManager = conman;
225 this.reuseStrategy = reustrat;
226 this.keepAliveStrategy = kastrat;
227 this.routePlanner = rouplan
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.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
46 * <p>This class is not synchronized.</p>
66 * Registers the given connection with this handler. The connection will be held until
86 * This will return true if the connection is still valid, and false
103 * Removes all connections referenced by this handler.
106 this.connectionToTimes.clear();
178 * @param validDuration The duration this connection is valid fo
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.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
47 * The methods in this class are unsynchronized. It is expected that the
54 /** The route this pool is for. */
57 /** the maximum number of entries allowed for this pool */
62 * This list is managed LIFO, to increase idle times and
67 /** The list of threads waiting for this pool. */
78 * @param maxEntries the maximum number of entries allowed for this poo
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
BrowserCompatSpec.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
85 this.datepatterns = datepatterns.clone();
87 this.datepatterns = DATE_PATTERNS;
95 this.datepatterns));
100 this(null);
121 DateUtils.parseDate(headervalue.substring(i1, i2), this.datepatterns);
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.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
53 * Note that this class NEVER closes the underlying stream, even when close
90 /** True if this stream is closed */
100 this.in = in;
101 this.pos = 0;
102 this.buffer = new CharArrayBuffer(16);
118 if (this.closed)
    [all...]
  /external/apache-http/src/org/apache/http/message/
HeaderGroup.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
44 * This class allows for multiple headers with the same name and
53 /** The list of headers for this group, in the order in which they were added */
60 this.headers = new ArrayList(16);
71 * Adds the given header to the group. The order in which this header was
106 for (int i = 0; i < this.headers.size(); i++) {
107 Header current = (Header) this.headers.get(i)
    [all...]

Completed in 1936 milliseconds

1 2 3 4 5 6 7 8 91011>>