HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 251 - 275 of 524) sorted by null

<<11121314151617181920>>

  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java 6 * you may not use this file except in compliance with the License.
36 return this.getAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME);
40 String heightString = this.getAttribute(HEIGHT_ATTRIBUTE_NAME);
45 return this.getAttribute(TITLE_ATTRIBUTE_NAME);
49 String widthString = this.getAttribute(WIDTH_ATTRIBUTE_NAME);
54 this.setAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME, backgroundColor);
58 this.setAttribute(HEIGHT_ATTRIBUTE_NAME, String.valueOf(height) + "px");
63 this.setAttribute(TITLE_ATTRIBUTE_NAME, title);
67 this.setAttribute(WIDTH_ATTRIBUTE_NAME, String.valueOf(width) + "px");
  /system/media/opensles/libopensles/
I3DSource.c 5 * you may not use this file except in compliance with the License.
26 I3DSource *this = (I3DSource *) self; local
27 interface_lock_poke(this);
28 this->mHeadRelative = SL_BOOLEAN_FALSE != headRelative; // normalize
29 interface_unlock_poke(this);
43 I3DSource *this = (I3DSource *) self; local
44 interface_lock_peek(this);
45 SLboolean headRelative = this->mHeadRelative;
46 interface_unlock_peek(this);
64 I3DSource *this = (I3DSource *) self local
84 I3DSource *this = (I3DSource *) self; interface_lock_shared(this); local
101 I3DSource *this = (I3DSource *) self; local
118 I3DSource *this = (I3DSource *) self; local
137 I3DSource *this = (I3DSource *) self; local
152 I3DSource *this = (I3DSource *) self; local
170 I3DSource *this = (I3DSource *) self; local
185 I3DSource *this = (I3DSource *) self; local
204 I3DSource *this = (I3DSource *) self; local
224 I3DSource *this = (I3DSource *) self; local
245 I3DSource *this = (I3DSource *) self; local
266 I3DSource *this = (I3DSource *) self; local
301 I3DSource *this = (I3DSource *) self; local
    [all...]
IDynamicInterfaceManagement.c 5 * you may not use this file except in compliance with the License.
29 IDynamicInterfaceManagement *this = (IDynamicInterfaceManagement *) self; local
30 assert(NULL != this);
31 IObject *thisObject = InterfaceToIObject(this);
52 // this section runs with mutex unlocked
92 slDynamicInterfaceManagementCallback callback = this->mCallback;
93 void *context = this->mContext;
99 (*callback)(&this->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
114 IDynamicInterfaceManagement *this = (IDynamicInterfaceManagement *) self; local
115 IObject *thisObject = InterfaceToIObject(this);
211 IDynamicInterfaceManagement *this = (IDynamicInterfaceManagement *) self; local
286 IDynamicInterfaceManagement *this = (IDynamicInterfaceManagement *) self; local
363 IDynamicInterfaceManagement *this = (IDynamicInterfaceManagement *) self; local
446 IDynamicInterfaceManagement *this = (IDynamicInterfaceManagement *) self; local
467 IDynamicInterfaceManagement *this = (IDynamicInterfaceManagement *) self; local
    [all...]
IEffectSend.c 5 * you may not use this file except in compliance with the License.
30 /** \brief This is a private function that validates the effect interface specified by the
39 static struct EnableLevel *getEnableLevel(IEffectSend *this, const void *pAuxEffect)
41 // Make sure this effect send is on an audio player, not a MIDI player
42 CAudioPlayer *audioPlayer = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(this)) ?
43 (CAudioPlayer *) this->mThis : NULL;
47 // Get the output mix for this player
81 return &this->mEnableLevels[aux];
93 /** \brief This is a private function that translates an Android effect framework status code
119 IEffectSend *this = (IEffectSend *) self local
168 IEffectSend *this = (IEffectSend *) self; local
193 IEffectSend *this = (IEffectSend *) self; local
228 IEffectSend *this = (IEffectSend *) self; local
254 IEffectSend *this = (IEffectSend *) self; local
289 IEffectSend *this = (IEffectSend *) self; local
317 IEffectSend *this = (IEffectSend *) self; local
    [all...]
IPlay.c 5 * you may not use this file except in compliance with the License.
31 IPlay *this = (IPlay *) self; local
34 CAudioPlayer *audioPlayer = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(this)) ?
35 (CAudioPlayer *) this->mThis : NULL;
36 interface_lock_exclusive(this);
38 for (;; interface_cond_wait(this)) {
43 switch ((this->mState << 2) | state) {
64 this->mState = state;
79 this->mState = SL_PLAYSTATE_STOPPING;
94 this->mState = state
116 IPlay *this = (IPlay *) self; local
152 IPlay *this = (IPlay *) self; local
185 IPlay *this = (IPlay *) self; local
221 IPlay *this = (IPlay *) self; local
241 IPlay *this = (IPlay *) self; local
269 IPlay *this = (IPlay *) self; local
285 IPlay *this = (IPlay *) self; local
302 IPlay *this = (IPlay *) self; local
324 IPlay *this = (IPlay *) self; local
343 IPlay *this = (IPlay *) self; local
381 IPlay *this = (IPlay *) self; local
410 IPlay *this = (IPlay *) self; local
    [all...]
SndFile.c 5 * you may not use this file except in compliance with the License.
35 struct SndFile *this = &thisAP->mSndFile; local
37 pthread_mutex_lock(&this->mMutex);
38 if (this->mEOF) {
39 pthread_mutex_unlock(&this->mMutex);
42 short *pBuffer = &this->mBuffer[this->mWhich * SndFile_BUFSIZE];
43 if (++this->mWhich >= SndFile_NUMBUFS) {
44 this->mWhich = 0;
47 count = sf_read_short(this->mSNDFILE, pBuffer, (sf_count_t) SndFile_BUFSIZE)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 5 * you may not use this file except in compliance with the License.
43 MessageQueueTest.this.mResult = true;
86 * In this test method, at the beginning of the LooperThread, we call addIdleHandler then
167 synchronized (this) {
204 synchronized (MessageQueueTestHelper.this) {
206 MessageQueueTestHelper.this.notifyAll();
212 synchronized (this) {
234 OrderTestHelper.this.handleMessage(msg);
257 synchronized (this) {
290 synchronized (OrderTestHelper.this) {
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.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
78 this.instream = instream;
79 this.buffer = new byte[buffersize];
80 this.bufferpos = 0;
81 this.bufferlen = 0;
82 this.linebuffer = new ByteArrayBuffer(buffersize);
83 this.charset = HttpProtocolParams.getHttpElementCharset(params)
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HttpService.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
92 this.processor = processor;
99 this.connStrategy = connStrategy;
106 this.responseFactory = responseFactory;
110 this.handlerResolver = handlerResolver;
114 this.expectationVerifier = expectationVerifier;
118 return this.params
    [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 devtools.profiler.Profile();
62 this.stack_ = [];
63 this.addFunctions_();
75 this.profile.addLibrary('lib1', 0x11000, 0x12000);
76 this.profile.addStaticCode('lib1-f1', 0x11100, 0x11900)
    [all...]
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 5 * you may not use this file except in compliance with the License.
290 synchronized (this) {
293 this.notify();
307 synchronized (this) {
309 this.notify();
316 synchronized (this) {
317 while (!this.done) {
319 this.wait();
466 System.err.println("active one. This setting is persistent across reboots.");
  /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...]
  /libcore/luni/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/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/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
  /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 389 milliseconds

<<11121314151617181920>>