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

1 2

  /external/chromium_org/v8/src/base/
win32-headers.h 2 // Use of this source code is governed by a BSD-style license that can be
30 // Require Windows XP or higher (this is required for the RtlCaptureContext
42 // Require Windows XP or higher when compiling with MinGW. This is for MinGW
67 #undef THIS
  /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/chromium_org/third_party/icu/source/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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetyps.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
47 #define THIS void
65 #define THIS_ INTERFACE *This,
66 #define THIS INTERFACE *This
objbase.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
36 #define THIS void
63 #define THIS_ INTERFACE *This,
64 #define THIS INTERFACE *This
  /external/chromium_org/v8/src/
variables.h 2 // Use of this source code is governed by a BSD-style license that can be
23 THIS,
106 bool is_this() const { return kind_ == THIS; }
146 // If this field is set, this variable references the stored locally bound
152 // Valid as a reference? (const and this are not valid, for example)
  /external/icu/icu4c/source/common/
ustrenum.cpp 123 return typeid(*this) == typeid(that);
168 #define THIS(en) ((icu::StringEnumeration*)(en->context))
177 delete THIS(en);
188 return THIS(en)->count(*ec);
199 return THIS(en)->unext(resultLength, *ec);
210 return THIS(en)->next(resultLength, *ec);
220 THIS(en)->reset(*ec);
241 * 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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
25 the parser skeleton itself, you may (at your option) remove this
28 License without this special exception.
30 This special exception was added by the Free Software Foundation in
175 THIS = 393,
376 #define THIS 393
glsl_parser.cc 7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
25 the parser skeleton itself, you may (at your option) remove this
28 License without this special exception.
30 This special exception was added by the Free Software Foundation in
37 infringing on user name space. This should be done even for local
83 * copy of this software and associated documentation files (the "Software"),
89 * The above copyright notice and this permission notice (including the next
284 THIS = 393
    [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...]
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
bcel.jar 
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 

Completed in 548 milliseconds

1 2