/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorNoise.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 46 * This class generates the 'noise' texture. 66 float[][] colorBand = this.computeColorband(tex, blenderContext); 90 this.applyBrightnessAndContrast(bacd, texres); 96 this.applyBrightnessAndContrast(texres, bacd.contrast, bacd.brightness);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
AbstractTextureBlender.java | 15 * This method blends the single pixel depending on the blending type.
116 this.blendHSV(blendtype, result, blendFactor, pixelColor, blenderContext);
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AMultipleCommand.java | 0 /* This file was generated by SableCC (http://www.sablecc.org/). */ 30 cloneList(this._command_)); 35 ((Analysis) sw).caseAMultipleCommand(this); 40 return this._command_; 45 this._command_.clear(); 46 this._command_.addAll(list); 54 e.parent(this); 62 + toString(this._command_); 69 if(this._command_.remove(child)) 81 for(ListIterator<PCommand> i = this._command_.listIterator(); i.hasNext(); [all...] |
ASequenceExpression.java | 0 /* This file was generated by SableCC (http://www.sablecc.org/). */ 30 cloneList(this._args_)); 35 ((Analysis) sw).caseASequenceExpression(this); 40 return this._args_; 45 this._args_.clear(); 46 this._args_.addAll(list); 54 e.parent(this); 62 + toString(this._args_); 69 if(this._args_.remove(child)) 81 for(ListIterator<PExpression> i = this._args_.listIterator(); i.hasNext(); [all...] |
Node.java | 0 /* This file was generated by SableCC (http://www.sablecc.org/). */ 17 return this.parent; 22 this.parent = parent; 30 this.parent.replaceChild(this, node);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/ |
ProtectionSystemSpecificHeaderBox.java | 18 * This box contains information needed by a Content Protection System to play back the content. The 20 * opaque for the purposes of this specification. 29 * that process such presentations must match the SystemID field in this box to the SystemID(s) of the 50 this.systemId = systemId; 58 this.content = content; 85 this.content = new byte[content.remaining()]; 86 content.get(this.content); 87 assert length == this.content.length;
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
CredentialsCache.java | 21 * The key for this map is the proxy domain name. A given proxy authorizes a 34 this.callId = proxyDomain; 35 this.userName = userName; 49 this.timer = timer; 85 this.timer.schedule(timeoutTask, cacheTime*1000); 92 * if no authorization header has been previously cached for this call. 105 return this.authorizationHeaders.get(callid); 115 this.authorizationHeaders.remove(callId);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AcceptLanguage.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 71 /** Encode the value of this header to a string. 127 this.languageRange = languageRange.trim(); 153 this.removeParameter("q"); 155 this.setParameter(new NameValue("q", Float.valueOf(q))); 163 * @return the language Locale value of this AcceptLanguageHeader 167 if (this.languageRange == null [all...] |
CSeq.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 77 this(); 78 this.seqno = Long.valueOf(seqno); 79 this.method = SIPRequest.getCannonicalName(method); 92 return this.getSeqNumber() == o.getSeqNumber() 93 && this.getMethod().equals( o.getMethod() ); 149 this.setSeqNumber( (long) sequenceNumber ) [all...] |
ContentType.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 87 this(); 88 this.setContentType(contentType, contentSubtype); 157 return this.getParameter("charset"); 207 if (this.mediaRange != null) 208 retval.mediaRange = (MediaRange) this.mediaRange.clone(); 215 return this.getContentType().equalsIgnoreCase( o.getContentType() [all...] |
RetryAfter.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 71 /** Encode body of this into cannonical form. 114 * @param retryAfter - the new retry after value of this RetryAfterHeader 123 this.retryAfter = Integer.valueOf(retryAfter); 127 * Gets the retry after value of the RetryAfterHeader. This retry after 141 * @return the comment of this RetryAfterHeader, return null if no comment 160 this.comment = comment [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
References.java | 31 return this.getParameter(REL); 38 this.callId = callId; 44 this.setParameter(REL,rel);
|
SessionExpires.java | 29 // TODO: When the MinSEHeader is added to javax - move this there...pmusgrave 42 * Gets the expires value of the SessionExpiresHeader. This expires value is 71 this.expires = expires; 99 this.parameters.set(REFRESHER,refresher);
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
RetryAfterParser.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 87 this.lexer.SPorHT(); 89 String comment = this.lexer.comment(); 92 this.lexer.SPorHT(); 95 this.lexer.match(';'); 96 this.lexer.SPorHT(); 101 this.lexer.match('=') [all...] |
SubscriptionStateParser.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 82 this.lexer.match(';'); 83 this.lexer.SPorHT(); 88 this.lexer.match('='); 89 this.lexer.SPorHT(); 95 this.lexer.match('='); 96 this.lexer.SPorHT() [all...] |
WarningParser.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 87 this.lexer.match(TokenTypes.ID); 97 this.lexer.SPorHT(); 100 this.lexer.match(TokenTypes.ID); 104 this.lexer.match(':'); 105 this.lexer.match(TokenTypes.ID); 113 this.lexer.SPorHT() [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
MinSEParser.java | 17 * <a href="{@docRoot}/uncopyright.html">This code is in the public domain.</a> 56 this.lexer.SPorHT();
|
SessionExpiresParser.java | 54 this.lexer.SPorHT();
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PAssertedServiceParser.java | 5 * This software was developed by employees of the National Institute of 12 * This software is provided by NIST as a service and is expressly 21 * Permission to use this software is contingent upon your acceptance 22 * of the terms of this agreement 41 * Parse this: 61 this.lexer.match(TokenTypes.P_ASSERTED_SERVICE); 62 this.lexer.SPorHT(); 63 this.lexer.match(':'); 64 this.lexer.SPorHT(); 67 String urn = this.lexer.getBuffer() [all...] |
PVisitedNetworkIDParser.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 87 this.lexer.match(TokenTypes.P_VISITED_NETWORK_ID); 88 this.lexer.SPorHT(); 89 this.lexer.match(':'); 90 this.lexer.SPorHT(); 96 if (this.lexer.lookAhead(0) == '\"') 103 this.lexer.SPorHT() [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/ |
SDL_bsdaudio.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 107 SDL_AudioDevice *this; local 110 this = (SDL_AudioDevice*)SDL_malloc(sizeof(SDL_AudioDevice)); 111 if(this) { 112 SDL_memset(this, 0, (sizeof *this)); 113 this->hidden = 114 (struct SDL_PrivateAudioData*)SDL_malloc((sizeof *this->hidden)) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
SDL_dcaudio.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 58 SDL_AudioDevice *this; local 61 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice)); 62 if ( this ) { 63 SDL_memset(this, 0, (sizeof *this)); 64 this->hidden = (struct SDL_PrivateAudioData *) 65 SDL_malloc((sizeof *this->hidden)) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/ |
SDL_irixaudio.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 69 SDL_AudioDevice *this; local 72 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice)); 73 if ( this ) { 74 SDL_memset(this, 0, (sizeof *this)); 75 this->hidden = (struct SDL_PrivateAudioData *) 76 SDL_malloc((sizeof *this->hidden)) [all...] |
/external/qemu/distrib/sdl-1.2.15/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.15/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 60 SDL_AudioDevice *this; local 63 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice)); 64 if ( this ) { 65 SDL_memset(this, 0, (sizeof *this)); 66 this->hidden = (struct SDL_PrivateAudioData *) 67 SDL_malloc((sizeof *this->hidden)) 103 SDL_AudioDevice *this = (SDL_AudioDevice *)inRefCon; local [all...] |