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

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv.c 5 This library is free software; you can redistribute it and/or
10 This library is distributed in the hope that it will be useful,
16 License along with this library; if not, write to the Free Software
24 /* This is the implementation of the YUV video surface support */
36 SDL_VideoDevice *this = current_video; local
57 overlay = video->CreateYUVOverlay(this, w, h, format, display);
61 overlay = SDL_CreateYUV_SW(this, w, h, format, display);
  /libcore/luni/src/main/java/java/security/
BasicPermission.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
38 * While this class ignores the action list in the
40 * implement actions on top of this class.
92 * Compares the specified object with this {@code BasicPermission} for
100 * object to be compared for equality with this {@code
102 * @return {@code true} if the specified object is equal to this {@code
107 if (obj == this) {
111 if (obj != null && obj.getClass() == this.getClass())
    [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
48 * This constant is returned by the iterator in the methods
58 this.icuIterator = iterator;
64 * with this collation element as the last element.
74 return this.icuIterator.getMaxExpansion(order);
79 * next collation element. This value could be any of:
82 * the value of the next collation element. This means that if
101 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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 5 * you may not use this file except in compliance with the License.
66 this.componentName = new ComponentName(
70 this.container = ItemInfo.NO_ID;
71 this.setActivity(componentName,
74 iconCache.getTitleAndIcon(this, info);
114 return new ShortcutInfo(this);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
LocalSdkAdapter.java 5 * you may not use this file except in compliance with the License.
54 /** Returns an image appropriate for this element. */
87 assert newInput == LocalSdkAdapter.this;
92 * The input here is a {@link LocalSdkAdapter} object, this returns an array
96 if (inputElement == LocalSdkAdapter.this) {
  /system/media/opensles/libopensles/
I3DLocation.c 5 * you may not use this file except in compliance with the License.
29 I3DLocation *this = (I3DLocation *) self; local
31 interface_lock_exclusive(this);
32 this->mLocationCartesian = locationCartesian;
33 this->mLocationActive = CARTESIAN_SET_SPHERICAL_UNKNOWN;
34 interface_unlock_exclusive(this);
52 I3DLocation *this = (I3DLocation *) self; local
53 interface_lock_exclusive(this);
54 this->mLocationSpherical.mAzimuth = azimuth;
55 this->mLocationSpherical.mElevation = elevation
73 I3DLocation *this = (I3DLocation *) self; local
120 I3DLocation *this = (I3DLocation *) self; local
174 I3DLocation *this = (I3DLocation *) self; local
198 I3DLocation *this = (I3DLocation *) self; local
222 I3DLocation *this = (I3DLocation *) self; local
249 I3DLocation *this = (I3DLocation *) self; local
276 I3DLocation *this = (I3DLocation *) self; local
    [all...]
I3DMacroscopic.c 5 * you may not use this file except in compliance with the License.
32 I3DMacroscopic *this = (I3DMacroscopic *) self; local
33 interface_lock_exclusive(this);
34 this->mSize.mWidth = width;
35 this->mSize.mHeight = height;
36 this->mSize.mDepth = depth;
37 interface_unlock_exclusive(this);
53 I3DMacroscopic *this = (I3DMacroscopic *) self; local
54 interface_lock_shared(this);
55 SLmillimeter width = this->mSize.mWidth
79 I3DMacroscopic *this = (I3DMacroscopic *) self; local
103 I3DMacroscopic *this = (I3DMacroscopic *) self; local
131 I3DMacroscopic *this = (I3DMacroscopic *) self; local
154 I3DMacroscopic *this = (I3DMacroscopic *) self; local
213 I3DMacroscopic *this = (I3DMacroscopic *) self; local
    [all...]
IRecord.c 5 * you may not use this file except in compliance with the License.
31 IRecord *this = (IRecord *) self; local
32 interface_lock_poke(this);
33 this->mState = state;
35 android_audioRecorder_setRecordState(InterfaceToCAudioRecorder(this), state);
37 interface_unlock_poke(this);
54 IRecord *this = (IRecord *) self; local
58 interface_lock_peek(this);
59 SLuint32 state = this->mState;
60 interface_unlock_peek(this);
73 IRecord *this = (IRecord *) self; local
94 IRecord *this = (IRecord *) self; local
121 IRecord *this = (IRecord *) self; local
145 IRecord *this = (IRecord *) self; local
167 IRecord *this = (IRecord *) self; local
183 IRecord *this = (IRecord *) self; local
201 IRecord *this = (IRecord *) self; local
222 IRecord *this = (IRecord *) self; local
241 IRecord *this = (IRecord *) self; local
263 IRecord *this = (IRecord *) self; local
292 IRecord *this = (IRecord *) self; local
    [all...]
IVolume.c 5 * you may not use this file except in compliance with the License.
29 IVolume *this = (IVolume *) self; local
30 interface_lock_exclusive(this);
31 SLmillibel oldLevel = this->mLevel;
33 this->mLevel = level;
34 interface_unlock_exclusive_attributes(this, ATTR_GAIN);
36 interface_unlock_exclusive(this);
51 IVolume *this = (IVolume *) self; local
52 interface_lock_peek(this);
53 SLmillibel level = this->mLevel
82 IVolume *this = (IVolume *) self; local
104 IVolume *this = (IVolume *) self; local
120 IVolume *this = (IVolume *) self; local
143 IVolume *this = (IVolume *) self; local
162 IVolume *this = (IVolume *) self; local
184 IVolume *this = (IVolume *) self; local
210 IVolume *this = (IVolume *) self; local
    [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...]
SIPTransactionStack.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
90 * This is the sip stack. It is essentially a management interface. It manages the resources for
91 * the JAIN-SIP implementation. This is the structure that is wrapped by the SipStackImpl.
107 * Connection linger time (seconds) this is the time (in seconds) for which we linger the TCP
126 // Global timer. Use this for all timer tasks.
182 * We support UDP on this stack.
187 * Internal router. Use this for all sip: request routing
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
KindSectionView.java 5 * you may not use this file except in compliance with the License.
41 * {@link DataKind} around a {@link Data#MIMETYPE}. This view shows a
80 mAdd.setOnClickListener(this);
89 this.updateAddEnabled();
90 this.updateEditorsVisible();
109 // Only show the add button if this is a list
112 this.rebuildFromState();
113 this.updateAddEnabled();
114 this.updateEditorsVisible();
178 editor.setEditorListener(this);
    [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/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.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
171 this.channel1 = DatagramChannel.open();
172 this.channel2 = DatagramChannel.open();
174 this.localAddr1 = new InetSocketAddress("127.0.0.1", ports[0]);
175 this.localAddr2 = new InetSocketAddress("127.0.0.1", ports[1]);
176 this.datagramSocket1 = new DatagramSocket(ports[2]);
177 this.datagramSocket2 = new DatagramSocket(ports[3]);
182 if (null != this.channel1)
    [all...]
ChannelsTest.java 3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
77 this.writeFileSame();
81 if (null != this.fins) {
82 this.fins.close();
83 this.fins = null;
85 if (null != this.fouts) {
86 this.fouts.close();
87 this.fouts = null
    [all...]
  /libcore/luni/src/main/java/java/util/
Timer.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
26 * this thread is busy running a task, runnable tasks may be subject to delays.
39 * previous run took place. This may result in a series of bunched-up runs
48 * <p>This class does not offer guarantees about the real-time nature of task
149 // re-try this point
190 this.setName(name);
191 this.setDaemon(isDaemon);
192 this.start()
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactsSource.java 5 * you may not use this file except in compliance with the License.
46 * In the future this may be inflated from XML defined by a data source.
67 * Set of {@link DataKind} supported by this source.
93 * Ensure that this {@link ContactsSource} has been inflated to the
109 * Invalidate any cache for this {@link ContactsSource}, removing all
114 this.mKinds.clear();
115 this.mMimeKinds.clear();
120 if (this.titleRes != -1 && this.summaryResPackageName != null) {
122 return pm.getText(this.summaryResPackageName, this.titleRes, null)
    [all...]
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.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
44 * This class is based on <code>AutoCloseInputStream</code> in HttpClient 3.1,
77 * Indicates whether this stream itself is closed.
81 * the underlying stream. After closing this stream, read
120 * <code>false</code> if this stream is in EOF mode and
123 * @throws IOException if this stream is already closed
219 * This method should only be called while the underlying stream i
    [all...]
  /external/apache-http/src/org/apache/http/entity/
InputStreamEntity.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.content = instream;
61 this.length = length;
69 return this.length;
73 return this.content;
80 InputStream instream = this.content;
83 if (this.length < 0)
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.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
62 this.credMap = new HashMap<AuthScope, Credentials>();
128 return matchCredentials(this.credMap, authscope);
140 this.credMap.clear();
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElementIterator.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.headerIt = headerIterator;
73 this.parser = parser;
78 this(headerIterator, BasicHeaderValueParser.DEFAULT);
83 this.cursor = null;
84 this.buffer = null;
85 while (this.headerIt.hasNext())
    [all...]

Completed in 612 milliseconds

1 2 3 4 5 6 78 91011>>