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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
SDL_paudio.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
88 SDL_AudioDevice *this; local
91 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
92 if ( this ) {
93 SDL_memset(this, 0, (sizeof *this));
94 this->hidden = (struct SDL_PrivateAudioData *)
95 SDL_malloc((sizeof *this->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/windib/
SDL_dibaudio.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
67 SDL_AudioDevice *this; local
70 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
71 if ( this ) {
72 SDL_memset(this, 0, (sizeof *this));
73 this->hidden = (struct SDL_PrivateAudioData *)
74 SDL_malloc((sizeof *this->hidden))
109 SDL_AudioDevice *this = (SDL_AudioDevice *)dwInstance; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_keyboard.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
55 SDL_VideoDevice *this = current_video; local
64 video->InitOSKeymap(this);
368 /* FIXME: make this function const in 1.3 */
479 /* Figure out what type of event this is */
  /external/qemu/distrib/zlib-1.2.3/
infback.c 7 This code is largely copied from inflate.c. Normally either infback.o or
65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
66 If BUILDFIXED is defined, then instead this routine builds the tables the
68 thereafter. This reduces the size of the code by about 2K bytes, in
104 /* do this just once */
228 inflateBack() call. This parameter can be a structure that provides the
256 code this; /* current decoding table entry */ local
392 this = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(this.bits) <= bits) break;
396 if (this.val < 16)
    [all...]
  /external/svox/pico/lib/
picowa.c 5 * you may not use this file except in compliance with the License.
81 static pico_status_t waInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) {
90 if (NULL == this || NULL == this->subObj) {
91 return (picodata_step_result_t) picoos_emRaiseException(this->common->em,
94 wa = (wa_subobj_t *) this->subObj;
106 wa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
108 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING,
116 ulex = picoklex_getLex(this->voice->kbArray[ulexKbIds[i]]);
125 picoktab_getPos(this->voice->kbArray[PICOKNOW_KBID_TAB_POS])
165 picodata_ProcessingUnit this; local
    [all...]
  /external/v8/src/
liveedit-debugger.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.
40 // create a new instance of this function goes away. An old version of script
41 // is created to back up this obsolete function.
69 // Find all SharedFunctionInfo's that were compiled from this script.
153 // We haven't changed anything before this line yet.
226 this.ApplyPatchMultiChunk = ApplyPatchMultiChunk
    [all...]
  /frameworks/base/core/java/android/content/
SyncOperation.java 5 * you may not use this file except in compliance with the License.
43 this.account = account;
44 this.syncSource = source;
45 this.authority = authority;
46 this.allowParallelSyncs = allowParallelSyncs;
47 this.extras = new Bundle(extras);
56 this.delayUntil = delayUntil;
57 this.backoff = backoff;
60 this.expedited = true;
61 this.earliestRunTime = now
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 5 * you may not use this file except in compliance with the License.
37 this.attachInterface(this, DESCRIPTOR);
56 return this;
71 this.onShutDownComplete(statusCode);
95 * This method is called when the shutdown of MountService
119 * This method is called when the shutdown of MountService completed.
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 5 * you may not use this file except in compliance with the License.
45 synchronized (this) {
54 this.notifyAll();
  /frameworks/ex/common/tests/src/com/android/common/widget/
CompositeCursorAdapterTest.java 5 * you may not use this file except in compliance with the License.
41 super(CompositeCursorAdapterTest.this.getContext());
  /libcore/luni/src/main/java/java/nio/
CharToByteBufferAdapter.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
22 * This class wraps a byte buffer to be a char buffer.
46 this.byteBuffer = byteBuffer;
47 this.byteBuffer.clear();
48 this.effectiveDirectAddress = byteBuffer.effectiveDirectAddress;
73 return this;
109 this.position += charCount;
110 return this;
    [all...]
DoubleToByteBufferAdapter.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
22 * This class wraps a byte buffer to be a double buffer.
46 this.byteBuffer = byteBuffer;
47 this.byteBuffer.clear();
48 this.effectiveDirectAddress = byteBuffer.effectiveDirectAddress;
73 return this;
109 this.position += doubleCount;
110 return this;
    [all...]
FloatToByteBufferAdapter.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
22 * This class wraps a byte buffer to be a float buffer.
45 this.byteBuffer = byteBuffer;
46 this.byteBuffer.clear();
47 this.effectiveDirectAddress = byteBuffer.effectiveDirectAddress;
72 return this;
108 this.position += floatCount;
109 return this;
    [all...]
IntToByteBufferAdapter.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
22 * This class wraps a byte buffer to be a int buffer.
46 this.byteBuffer = byteBuffer;
47 this.byteBuffer.clear();
48 this.effectiveDirectAddress = byteBuffer.effectiveDirectAddress;
73 return this;
109 this.position += intCount;
110 return this;
    [all...]
LongToByteBufferAdapter.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
22 * This class wraps a byte buffer to be a long buffer.
46 this.byteBuffer = byteBuffer;
47 this.byteBuffer.clear();
48 this.effectiveDirectAddress = byteBuffer.effectiveDirectAddress;
73 return this;
109 this.position += longCount;
110 return this;
    [all...]
ShortToByteBufferAdapter.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
22 * This class wraps a byte buffer to be a short buffer.
45 this.byteBuffer = byteBuffer;
46 this.byteBuffer.clear();
47 this.effectiveDirectAddress = byteBuffer.effectiveDirectAddress;
72 return this;
108 this.position += shortCount;
109 return this;
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 4 * distributed with this work for additional information *
5 * regarding copyright ownership. The ASF licenses this file *
7 * "License"); you may not use this file except in compliance *
91 synchronized (this) {
125 this.path = new File(path);
129 this.path = path;
136 return SimpleTempStorage.this.createTempFile(this, null, null);
145 return SimpleTempStorage.this.createTempFile(this, prefix, suffix);
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MessageTestUtils.java 5 * you may not use this file except in compliance with the License.
103 * This builder object accepts any number of BodyParts and then can produce
114 * @param mimeType MIME type of this Multipart
117 this(mimeType, "this_is_boundary");
123 * @param mimeType MIME type of this Multipart
138 return this;
156 * Build method to create BodyPart that contains this "Multipart"
162 bp.setBody(this.build());
170 * This builder object accepts Body and then can produce Message object.
190 return this;
    [all...]
  /sdk/monkeyrunner/src/com/android/monkeyrunner/controller/
VariableFrame.java 5 * you may not use this file except in compliance with the License.
57 this.key = key;
58 this.value = value;
103 VariableTableModel.this.fireTableDataChanged();
160 this.addWindowListener(new WindowAdapter() {
171 this.device = device;
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 5 * you may not use this file except in compliance with the License.
63 pushToTalkButton.setOnTouchListener(this);
65 // Set up the intent filter. This will be used to fire an
66 // IncomingCallReceiver when someone calls the SIP address used by this
71 this.registerReceiver(callReceiver, filter);
98 this.unregisterReceiver(callReceiver);
104 manager = SipManager.newInstance(this);
111 * Logs you into your SIP provider, registering this device as the location to
140 PendingIntent pi = PendingIntent.getBroadcast(this, 0, i, Intent.FILL_IN_DATA);
144 // This listener must be added AFTER manager.open is called
    [all...]
  /external/antlr/src/org/antlr/runtime/tree/
BaseTree.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.
47 * be copied as the children are not considered part of this node.
83 /** Add t as child of this node.
86 * and child isNil then this routine moves children to t via
90 //System.out.println("add child "+t.toStringTree()+" "+this.toStringTree());
97 if ( this.children!=null && this.children == childTree.children )
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.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.
30 * This class keeps track of the currently defined namespaces. Conceptually the
60 * This class is intended for internal use only. However, it is made public because
67 * This member is continually incremented when new prefixes need to be
73 * Each entry (prefix) in this hashtable points to a Stack of URIs
74 * This table maps a prefix (String) to a Stack of NamespaceNodes.
83 * This stack is used as a convenience.
92 * removed at the same time by using this stack t
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 277 this(null, extensions);
302 this.ordering.addElement(new ASN1ObjectIdentifier(((DERObjectIdentifier)e.nextElement()).getId()));
305 e = this.ordering.elements();
312 this.extensions.put(oid, ext);
330 this.ordering.addElement(e.nextElement());
335 e = this.ordering.elements();
342 this.extensions.put(oid, ext);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.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
41 * This is the root class for all lists of SIP headers. It imbeds a
43 * derive from this class. This supports homogeneous lists (all elements in the
44 * list are of the same class). We use this for building type homogeneous lists
60 return this.headerName;
77 this();
    [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.
283 synchronized (this) {
286 this.notify();
300 synchronized (this) {
302 this.notify();
309 synchronized (this) {
310 while (!this.done) {
312 this.wait();
472 System.err.println("active one. This setting is persistent across reboots.");

Completed in 1219 milliseconds

<<11121314151617181920>>