HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 501 - 525 of 819) sorted by null

<<21222324252627282930>>

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBrickWall.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
100 this.cam.setLocation(new Vector3f(0, 6f, 6f));
162 this.rootNode.attachChild(floor);
163 this.getPhysicsSpace().add(floor);
196 this.rootNode.attachChild(reBoxg);
197 this.getPhysicsSpace().add(reBoxg);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
36 this.lexer = lexer;
42 this.nodeList = listNode;
44 if(!this.stack.hasNext())
46 this.stack.add(new State(numstate, this.nodeList));
50 State s = (State) this.stack.next();
52 s.nodes = this.nodeList;
86 State s = (State) this.stack.previous();
87 this.stack.next()
    [all...]
  /external/libvorbis/lib/
envelope.c 3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
124 /* near-DC spreading function; this has nothing to do with
175 int p,this=filters[j].ampptr; local
178 p=this;
195 filters[j].ampbuf[this]=acc;
  /external/libvorbis/vq/
bookutil.c 3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
58 float this=0; local
61 this+=val*val;
63 if(best==-1 || this<best){
64 best=this;
229 /* this reads the format as written by vqbuild/latticebuild; innocent
231 header-ness will break this routine */
metrics.c 3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
104 float this=_dist(c->c->dim,_now(c,j),_now(c,k)); local
106 (localmin==-1 || this<localmin))
107 localmin=this;
vqgen.c 3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
18 /* This code is *not* part of libvorbis. It is used to generate
109 float this=_dist(v,_now(v,j),_now(v,k)); local
110 if(this>0){
111 if(v->assigned[k] && (localmin==-1 || this<localmin))
112 localmin=this;
128 localmin=v->max[j]+localmin/2; /* this gives us rough diameter */
153 element in the codebook entry is orthogonal. Residues would use this
    [all...]
  /external/nist-sip/java/gov/nist/core/
NameValueList.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
43 * hash map) the default behavior for this class is not thread safe.
44 * specify a constructor with boolean true to make this thread safe.
67 this.separator = ";";
68 this.hmap = new LinkedHashMap<String,NameValue>();
72 this.separator = ";";
74 this.hmap = new ConcurrentHashMap<String,NameValue>()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.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
61 this.refCount++;
66 this.pendingEvents = new LinkedList();
67 Thread myThread = new Thread(this);
68 // This needs to be set to false else the
72 this.sipStack = sipStackImpl;
83 synchronized (this.eventMutex)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParametersHeader.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
59 this.parameters = new NameValueList();
60 this.duplicates = new DuplicateNameValueList();
65 this.parameters = new NameValueList();
66 this.duplicates = new DuplicateNameValueList();
71 this.parameters = new NameValueList(sync);
72 this.duplicates = new DuplicateNameValueList()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.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
114 * This is the main SIP Message structure.
133 * True if this is a null request.
176 * The application data pointer. This is un-interpreted by the stack. This is provided as a
239 Iterator<SIPHeader> it = this.headers.iterator();
256 * Get A dialog identifier constructed from this messsage. This is an id that can be used t
    [all...]
SIPResponse.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
312 if (this.statusLine == null)
313 this.statusLine = new StatusLine();
314 this.statusLine.setStatusCode(statusCode);
339 if (this.statusLine == null)
340 this.statusLine = new StatusLine();
341 this.statusLine.setReasonPhrase(reasonPhrase)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.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
59 this.lexer.SPorHT();
62 this.lexer.SPorHT();
64 this.lexer.SPorHT();
67 this.lexer.SPorHT();
71 this.lexer.SPorHT();
73 this.lexer.SPorHT()
    [all...]
  /external/proguard/src/proguard/classfile/io/
LibraryClassReader.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
32 * This ClassVisitor fills out the LibraryClass objects that it visits with data
62 this.dataInput = new RuntimeDataInput(dataInput);
63 this.skipNonPublicClasses = skipNonPublicClasses;
64 this.skipNonPublicClassMembers = skipNonPublicClassMembers;
100 constant.accept(libraryClass, this);
121 // We may stop parsing this library class if it's not public anyway.
159 this.visitLibraryMember(libraryClass, field)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.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
219 SDL_AudioDevice *this; local
223 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
224 if ( this ) {
225 SDL_memset(this, 0, (sizeof *this));
226 this->hidden = (struct SDL_PrivateAudioData *)
227 SDL_malloc((sizeof *this->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/dart/
SDL_dart.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
44 // This function is called by DART, when an event occures, like end of
107 // We will use this in the next calls!
150 // Now query this device if it supports the given freq/bits/channels!
163 { // The device cannot handle this format!
169 // The device can handle this format, so initialize!
181 // Now we should allocate buffers. For this, we need a place where
194 _this->hidden->BufferParms.ulBufferSize = iBufSize; // each with this siz
404 SDL_AudioDevice *this; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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:
189 SDL_AudioDevice *this; local
196 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
197 if ( this ) {
198 SDL_memset(this, 0, (sizeof *this));
199 this->hidden = (struct SDL_PrivateAudioData *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nto/
SDL_nto_audio.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
182 SDL_AudioDevice *this; local
185 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
186 if (this)
188 SDL_memset(this, 0, sizeof(SDL_AudioDevice));
189 this->hidden = (struct SDL_PrivateAudioData *)SDL_malloc(sizeof(struct SDL_PrivateAudioData));
191 if ((this == NULL) || (this->hidden == NULL)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.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
265 SDL_AudioDevice *this; local
269 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
270 if ( this ) {
271 SDL_memset(this, 0, (sizeof *this));
272 this->hidden = (struct SDL_PrivateAudioData *)
273 SDL_malloc((sizeof *this->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/ums/
SDL_umsaudio.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
84 if(this->hidden->playbuf._buffer) SDL_free(this->hidden->playbuf._buffer);
85 if(this->hidden->fillbuf._buffer) SDL_free(this->hidden->fillbuf._buffer);
86 _somFree( this->hidden->umsdev );
87 SDL_free(this->hidden);
88 SDL_free(this);
93 SDL_AudioDevice *this; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.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
31 /* Define this if you want to use DirectX 6 DirectSoundNotify interface */
139 SDL_AudioDevice *this; local
147 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
148 if ( this ) {
149 SDL_memset(this, 0, (sizeof *this));
150 this->hidden = (struct SDL_PrivateAudioData *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.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
82 * events in time for sure! For this, we need the DosSetPriority() API
103 SDL_VideoDevice *this = current_video; local
107 video->PumpEvents(this);
128 On the P of the lock mutex, if the lock is held, this thread
226 /* This function (and associated calls) may be called more than once */
305 /* This can probably be optimized with SDL_memcpy() -- careful! */
372 SDL_VideoDevice *this = current_video local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_cursor.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
165 if this is desired for any reason. This is used when setting
171 SDL_VideoDevice *this = current_video; local
192 video->ShowWMCursor(this, NULL);
203 show_wm_cursor = video->ShowWMCursor(this, SDL_cursor->wm_cursor);
210 video->ShowWMCursor(this, NULL);
226 video->ShowWMCursor(this, NULL)
247 SDL_VideoDevice *this = current_video; local
280 SDL_VideoDevice *this = current_video; local
296 SDL_VideoDevice *this = current_video; local
661 SDL_VideoDevice *this = current_video; local
735 SDL_VideoDevice *this = current_video; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image.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
106 this->UpdateRects = ph_NormalUpdate;
178 this->UpdateRects = ph_OCUpdate;
188 if (!ph_EnterFullScreen(this, screen, PH_ENTER_DIRECTMODE))
221 ph_DestroyImage(this, screen);
231 ph_DestroyImage(this, screen);
288 this->UpdateRects = ph_OCDCUpdate;
301 this->UpdateRects = ph_OpenGLUpdate
838 SDL_VideoDevice* this=current_video; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.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
82 SDL_VideoDevice *this; local
85 this = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
86 if ( this ) {
87 SDL_memset(this, 0, (sizeof *this));
88 this->hidden = (struct SDL_PrivateVideoData *)
89 SDL_malloc((sizeof *this->hidden))
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 197 fixed code decoding. Normally this returns fixed tables from inffixed.h.
198 If BUILDFIXED is defined, then instead this routine builds the tables the
200 thereafter. This reduces the size of the code by about 2K bytes, in
236 /* do this just once */
255 can simply call makefixed to do this:
279 puts(" /* WARNING: this file should *not* be used by applications.");
280 puts(" It is part of the implementation of this library and is");
311 returning. If window does not exist yet, create it. This is only called
312 when a window is already in use, or when output has been written during this
543 In this implementation, the flush parameter of inflate() only affects th
567 code this; \/* current decoding table entry *\/ local
    [all...]

Completed in 1215 milliseconds

<<21222324252627282930>>