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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 14 this.getRawData = function() {
21 this.getByteAt = function(iOffset) {
27 this.getByteAt = function(iOffset) {
32 this.getLength = function() {
36 this.getSByteAt = function(iOffset) {
37 var iByte = this.getByteAt(iOffset);
44 this.getShortAt = function(iOffset, bBigEndian) {
46 (this.getByteAt(iOffset) << 8) + this.getByteAt(iOffset + 1)
47 : (this.getByteAt(iOffset + 1) << 8) + this.getByteAt(iOffset
    [all...]
  /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/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.12/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.12/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.12/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.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...]

Completed in 892 milliseconds

1 2 3 4 5 6 78 91011>>