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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.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
40 /* This is installed on some systems */
43 /* This is recommended by OSS */
91 SDL_AudioDevice *this; local
94 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
95 if ( this ) {
96 SDL_memset(this, 0, (sizeof *this));
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.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_AudioDevice *this; local
58 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
59 if ( this ) {
60 SDL_memset(this, 0, (sizeof *this));
61 this->hidden = (struct SDL_PrivateAudioData *)
62 SDL_malloc((sizeof *this->hidden))
97 SDL_AudioDevice *this = (SDL_AudioDevice *)inRefCon; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_dma8.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
125 SDL_AudioDevice *this; local
128 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
129 if ( this ) {
130 SDL_memset(this, 0, (sizeof *this));
131 this->hidden = (struct SDL_PrivateAudioData *)
132 SDL_malloc((sizeof *this->hidden))
    [all...]
SDL_mintaudio_mcsn.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
146 SDL_AudioDevice *this; local
149 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
150 if ( this ) {
151 SDL_memset(this, 0, (sizeof *this));
152 this->hidden = (struct SDL_PrivateAudioData *)
153 SDL_malloc((sizeof *this->hidden))
    [all...]
SDL_mintaudio_stfa.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
125 SDL_AudioDevice *this; local
128 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
129 if ( this ) {
130 SDL_memset(this, 0, (sizeof *this));
131 this->hidden = (struct SDL_PrivateAudioData *)
132 SDL_malloc((sizeof *this->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.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 driver was written by:
71 SDL_AudioDevice *this; local
74 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
75 if ( this ) {
76 SDL_memset(this, 0, (sizeof *this));
77 this->hidden = (struct SDL_PrivateAudioData *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.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
83 SDL_AudioDevice *this; local
86 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
87 if ( this ) {
88 SDL_memset(this, 0, (sizeof *this));
89 this->hidden = (struct SDL_PrivateAudioData *)
90 SDL_malloc((sizeof *this->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.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
277 SDL_VideoDevice *this = current_video; local
278 video->CheckHWBlit(this, surface, surface->map->dst);
288 SDL_VideoDevice *this = current_video; local
289 video->CheckHWBlit(this, surface, surface->map->dst);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxaccel.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
168 D(bug("HW colorkey not supported for this depth\n"));
182 if ( CGX_SetHWColorKey(this, src, src->format->colorkey) < 0 ) {
206 struct SDL_VideoDevice *this=src->hwdata->videodata; local
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.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
63 if ( dst == this->screen ) {
87 if ( dst == this->screen ) {
96 SDL_VideoDevice *this = current_video; local
111 if ( dst == this->screen ) {
165 if ( dst == this->screen ) {
180 if ( ! this->info.blit_hw_A ) {
185 if ( ! this->info.blit_hw_CC )
    [all...]
SDL_fbmatrox.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
76 if ( dst == this->screen ) {
89 FB_dst_to_xy(this, dst, &dstX, &dstY);
114 if ( dst == this->screen ) {
123 SDL_VideoDevice *this = current_video; local
141 if ( dst == this->screen ) {
148 FB_dst_to_xy(this, src, &srcX, &srcY);
149 FB_dst_to_xy(this, dst, &dstX, &dstY)
    [all...]
SDL_fbriva.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
83 if ( dst == this->screen ) {
90 FB_dst_to_xy(this, dst, &dstX, &dstY);
105 if ( dst == this->screen ) {
114 SDL_VideoDevice *this = current_video; local
129 if ( dst == this->screen ) {
136 FB_dst_to_xy(this, src, &srcX, &srcY);
137 FB_dst_to_xy(this, dst, &dstX, &dstY)
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inffast.c 38 inflate execution time is spent in this routine.
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
90 code this; /* retrieved table entry */ local
127 this = lcode[hold & lmask];
129 op = (unsigned)(this.bits);
132 op = (unsigned)(this.op);
134 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
136 "inflate: literal 0x%02x\n", this.val));
137 PUP(out) = (unsigned char)(this.val)
    [all...]
inftrees.c 16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
88 This routine assumes, but does not check, that all of the entries in
89 lens[] are in the range 0..MAXBITS. The caller must assure this.
91 symbol does not occur in this code.
118 this.op = (unsigned char)64; /* invalid code marker */
119 this.bits = (unsigned char)1;
120 this.val = (unsigned short)0;
121 *(*table)++ = this; /* make a table to force an error */
122 *(*table)++ = this;
    [all...]
  /external/zlib/contrib/infback9/
inftree9.c 16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
90 This routine assumes, but does not check, that all of the entries in
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
93 symbol does not occur in this code.
144 Create and fill in decoding tables. In this loop, the table being
153 of the low root bits of huff. This is saved in low to check for when a
159 counts are used for this, and so count[] is decremented as codes are
169 all codes of length max, i.e. all codes, have been processed. This
170 routine permits incomplete codes, so another loop after this one fill
    [all...]
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarNotification.java 5 * you may not use this file except in compliance with the License.
29 // TODO: make this restriction do something smarter like never fill
53 this.pkg = pkg;
54 this.id = id;
55 this.tag = tag;
56 this.uid = uid;
57 this.initialPid = initialPid;
58 this.notification = notification;
66 this.pkg = in.readString();
67 this.id = in.readInt()
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 5 * you may not use this file except in compliance with the License.
33 synchronized (this) {
69 synchronized (HandlerTester.this) {
72 HandlerTester.this.handleMessage(msg);
74 HandlerTester.this.notify();
MessengerTest.java 5 * you may not use this file except in compliance with the License.
36 synchronized (MessengerTest.this) {
38 MessengerTest.this.notifyAll();
51 synchronized (MessengerTest.this) {
54 TestThread.this.handleMessage(msg);
58 TestThread.this.executeTest();
98 synchronized (this) {
TestHandlerThread.java 5 * you may not use this file except in compliance with the License.
38 synchronized (this) {
66 synchronized (this) {
73 synchronized (this) {
87 synchronized (TestHandlerThread.this) {
92 TestHandlerThread.this.notifyAll();
99 synchronized (this) {
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.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
76 * Indicates whether this channel is open.
78 * @return {@code true} if this channel is open, {@code false} if it is
87 * Closes an open channel. If the channel is already closed then this method
99 * if a problem occurs while closing this channel.
104 synchronized (this) {
115 * that is potentially blocking. After this operation, the application
128 AbstractInterruptibleChannel.this.close()
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.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
27 * This handler reads the following properties from the log manager to
31 * defaults to {@code Level.ALL} if this property is not found or has an invalid
34 * class to be associated with this handler, defaults to {@code null} if this
37 * formatter class to be associated with this handler, defaults to
38 * {@code java.util.logging.XMLFormatter} if this property is not found or has
40 * <li>java.util.logging.SocketHandler.encoding specifies the encoding this
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.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 * implementation class. In JAXP 1.0, this class wrapped the
39 * {@link org.xml.sax.Parser} interface, however this interface was
41 * of transition, this class continues to support the same name
44 * An instance of this class can be obtained from the
46 * Once an instance of this class is obtained, XML can be parsed from
50 * This static method creates a new factory instance based
56 * This property names a class that is a concrete subclass of thi
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
CountersTable.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.
34 * This is a table of counters, keyed by ElemNumber objects, each
35 * of which has a list of Counter objects. This really isn't a true
61 Vector counters = (Vector) this.get(numberElem);
73 * for this number element.
80 this.put(numberElem, counters);
154 // of forward counting by one, this will mean a single node copy from
195 // If we got to this point, then we didn't find a counter, so make
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/axes/
ReverseAxesWalker.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.
38 * @param locPathIterator The location path iterator that 'owns' this walker.
49 * @param root The context node of this step.
85 this.m_foundLast = true;
92 * Tells if this is a reverse axes. Overrides AxesWalker#isReverseAxes.
94 * @return true for this class.
104 // * @param root The context node of this step.
113 * reverse axes count, for the moment this re-searches the axe
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.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 *
38 * Note that this implementation is not synchronized. The following can be
44 * This buffer prevents null objects from being added.
70 this(32);
92 * @return this buffer's size
107 * Returns true if this buffer is empty; false otherwise.
109 * @return true if this buffer is empty
116 * Adds the given element to this buffer.
    [all...]

Completed in 194 milliseconds

1 2 3 4 5 6 7 8 91011>>