HomeSort by relevance Sort by last modified time
    Searched defs:THIS (Results 1 - 19 of 19) sorted by null

  /external/flac/libFLAC/ia32/
nasm.h 9 ; notice, this list of conditions and the following disclaimer.
12 ; notice, this list of conditions and the following disclaimer in the
17 ; this software without specific prior written permission.
19 ; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28 ; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  /external/v8/src/
win32-headers.h 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.
50 // Require Windows XP or higher (this is required for the RtlCaptureContext
63 // Require Windows XP or higher when compiling with MinGW. This is for MinGW
89 #undef THIS
variables.h 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.
46 THIS,
136 bool is_this() const { return kind_ == THIS; }
176 // If this field is set, this variable references the stored locally bound
182 // Valid as a LHS? (const and this are not valid LHS, for example
    [all...]
  /external/icu4c/common/
ustrenum.cpp 118 return typeid(*this) == typeid(that);
159 #define THIS(en) ((U_NAMESPACE_QUALIFIER StringEnumeration*)(en->context))
168 delete THIS(en);
179 return THIS(en)->count(*ec);
190 return THIS(en)->unext(resultLength, *ec);
201 return THIS(en)->next(resultLength, *ec);
211 THIS(en)->reset(*ec);
232 * StringEnumeration is adopted; after this call, the caller must not
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. Alternatively, the contents of this file may be used under
31 * <p>This is an entry in the attributes table of a Code attribute.
45 * The name of this attribute <code>"StackMap"</code>.
103 public static final int THIS = 6;
119 Copier copier = new Copier(this, newCp, classnames);
173 * @param isLocals true if this array is for <code>locals</code>.
233 this.classnames = classnames;
273 * Updates this stack map table when a new local variable is inserte
    [all...]
StackMapTable.java 5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. Alternatively, the contents of this file may be used under
29 * <p>This is an entry in the attributes table of a Code attribute.
38 * The name of this attribute <code>"StackMapTable"</code>.
69 new Copier(this.constPool, info, newCp).doit());
126 public static final int THIS = 6;
148 * @param smt the StackMapTable that this walker
152 this(smt.get());
226 * @param pos the position of this frame in the <code>info</code
    [all...]
Bytecode.java 5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. Alternatively, the contents of this file may be used under
104 * <p>This program produces a Code attribute including a bytecode
116 * constant pool table given to this <code>Bytecode</code> object.
118 public static final CtClass THIS = ConstPool.THIS;
156 this(cp, 0, 0);
160 * Creates and returns a copy of this object.
161 * The constant pool object is shared between this objec
    [all...]
ConstPool.java 5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. Alternatively, the contents of this file may be used under
115 * Represents the class using this constant pool table.
117 public static final CtClass THIS = null;
122 * @param thisclass the name of the class using this constant
160 * Returns the number of entries in this table.
167 * Returns the name of the class using this constant pool table.
175 * specifying the class using this constant pool table.
203 * type, this method returns an encoded name lik
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. Alternatively, the contents of this file may be used under
58 int THIS = 339;
  /external/mesa3d/src/glsl/
glsl_parser.h 8 This program is free software: you can redistribute it and/or modify
13 This program is distributed in the hope that it will be useful,
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
26 the parser skeleton itself, you may (at your option) remove this
29 License without this special exception.
31 This special exception was added by the Free Software Foundation in
165 THIS = 382,
glsl_parser.cpp 8 This program is free software: you can redistribute it and/or modify
13 This program is distributed in the hope that it will be useful,
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
26 the parser skeleton itself, you may (at your option) remove this
29 License without this special exception.
31 This special exception was added by the Free Software Foundation in
38 infringing on user name space. This should be done even for local
84 * copy of this software and associated documentation files (the "Software"),
90 * The above copyright notice and this permission notice (including the next
267 THIS = 382
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 5 * you may not use this file except in compliance with the License.
98 public static final int THIS=70;
155 this(input, new RecognizerSharedState());
    [all...]
JavaParser.java 5 * you may not use this file except in compliance with the License.
37 * This is a very close representation of the spec; the changes
39 * isn't exactly perfect). I have run this on the 1.4.2 source
43 * I built this with: java -Xmx100M org.antlr.Tool java.g
70 * java spec I built this from had some bizarre for-loop control.
85 * doesn't appear to indicate this is legal, but it does work as of at least
100 * Changed the 'this' alternative in primary to allow 'identifierSuffix' rather than
102 * generic method invocation (e.g. this.<E>doSomething()). Using identifierSuffix
140 * This allowed me to use localVariableDeclaration in "forInit" clauses,
142 * Changed switchBlockStatementGroup to use multiple labels. This adds a
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
asm-debug-all-4.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 892 milliseconds