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

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.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
22 This file written by Ryan C. Gordon (icculus@icculus.org)
80 SDL_AudioDevice *this; local
84 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
85 if ( this ) {
86 SDL_memset(this, 0, (sizeof *this));
87 this->hidden = (struct SDL_PrivateAudioData *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.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
62 SDL_AudioDevice *this; local
65 this = SDL_malloc(sizeof(SDL_AudioDevice));
66 if ( this ) {
67 SDL_memset(this, 0, (sizeof *this));
68 this->hidden = SDL_malloc((sizeof *this->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_gamma.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
97 SDL_VideoDevice *this = current_video; local
111 succeeded = video->SetGamma(this, red, green, blue);
117 so this function isn't officially supported.
123 SDL_VideoDevice *this = current_video; local
139 succeeded = video->GetGamma(this, red, green, blue);
148 SDL_VideoDevice *this = current_video; local
189 succeeded = video->SetGammaRamp(this, video->gamma)
199 SDL_VideoDevice *this = current_video; local
    [all...]
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);
  /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...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 5 * you may not use this file except in compliance with the License.
63 * This notifies the Android Backup Manager that the application needs an opportunity
76 * that process, and the agent's {@link #onCreate()} method is invoked. This prepares the
77 * agent instance to run the actual backup or restore logic. At this point the
133 * Agents do not need to override this method.
142 * Agents do not need to override this method.
153 * cases, a representation of the final backup state after this pass should
171 * write to this file.
188 * replacing it with the data supplied to this method. No "clear user data"
190 * exception to this is in the case of a failed restore attempt: i
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/scriptsupport/
Starter.java 5 * you may not use this file except in compliance with the License.
41 * This method is called from adb to start executing the tests. It doesn't return
57 /** This method is safe to call on any thread */
60 synchronized (Starter.this) {
62 Starter.this.notifyAll();
67 synchronized (this) {
70 this.wait();
  /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...]
  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
ActionListModel.java 5 * you may not use this file except in compliance with the License.
42 this.fireIntervalAdded(this, newIndex, newIndex);
  /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...]
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...]
  /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.
97 synchronized (SlideshowDataAdapter.this) {
101 SlideshowDataAdapter.this.wait();
114 synchronized (SlideshowDataAdapter.this) {
122 synchronized (SlideshowDataAdapter.this) {
124 SlideshowDataAdapter.this.notifyAll();
134 synchronized (SlideshowDataAdapter.this) {
138 SlideshowDataAdapter.this.notifyAll();
149 synchronized (SlideshowDataAdapter.this) {
152 SlideshowDataAdapter.this.notifyAll()
    [all...]
  /external/apache-harmony/nio/src/test/java/common/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/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...]
  /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 888 milliseconds

1 2 3 4 5 6 78 91011>>