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

1 2

  /external/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 Vista or higher (this is required for the
42 // Require Windows XP or higher when compiling with MinGW. This is for MinGW
67 #undef THIS
  /external/icu/icu4c/source/common/
ustrenum.cpp 125 return typeid(*this) == typeid(that);
186 #define THIS(en) ((icu::StringEnumeration*)(en->context))
195 delete THIS(en);
206 return THIS(en)->count(*ec);
217 return THIS(en)->unext(resultLength, *ec);
228 return THIS(en)->next(resultLength, *ec);
238 THIS(en)->reset(*ec);
259 * StringEnumeration is adopted; after this call, the caller must not
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
InstructionConst.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
23 * This interface contains shareable instruction objects.
29 * very frequently this can save a lot of time and space. This
158 public static final LocalVariableInstruction THIS = new ALOAD(0);
159 public static final LocalVariableInstruction ALOAD_0 = THIS;
InstructionConstants.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
23 * This interface contains shareable instruction objects.
29 * very frequently this can save a lot of time and space. This
158 LocalVariableInstruction THIS = new ALOAD(0);
159 LocalVariableInstruction ALOAD_0 = THIS;
175 /** Interfaces may have no static initializers, so we simulate this
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 39 * This API is very basic and is intended to be a building block for more
41 * independent way. While this class automatically provides the correct plural
44 * displaying "in 7 days" or "in 1 week." This API supports relative dates
45 * involving one single unit. This API does not support relative dates
48 * This class is both immutable and thread-safe.
59 * fmt.format(Direction.THIS, AbsoluteUnit.SUNDAY); // "this Sunday"
64 * fmt.format(Direction.THIS, AbsoluteUnit.DAY); // "today"
143 * @deprecated This API is ICU internal only.
217 * @deprecated This API is ICU internal only
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 38 * This API is very basic and is intended to be a building block for more
40 * independent way. While this class automatically provides the correct plural
43 * displaying "in 7 days" or "in 1 week." This API supports relative dates
44 * involving one single unit. This API does not support relative dates
47 * This class is both immutable and thread-safe.
58 * fmt.format(Direction.THIS, AbsoluteUnit.SUNDAY); // "this Sunday"
63 * fmt.format(Direction.THIS, AbsoluteUnit.DAY); // "today"
157 * @deprecated This API is ICU internal only.
244 * @deprecated This API is ICU internal only
    [all...]
  /external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
GeneratedJavaParserConstants.java 1 /* Generated By:JavaCC: Do not edit this line. GeneratedJavaParserConstants.java */
6 * This file is part of JavaParser.
142 int THIS = 55;
382 "\"this\"",
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 5 * This file is part of JavaParser.
105 THIS(Type.SINGLE_ATTRIBUTE),
142 this.multiple = multiple;
143 this.node = node;
161 this.type = type;
162 this.derived = false;
166 this.type = type;
167 this.derived = derived;
171 this(Type.SINGLE_REFERENCE, false);
211 throw new RuntimeException(String.format("Property %s returned %s (%s)", this.name(), rawValue.toString(), rawValue.getClass().getCanonicalName()))
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
ASTParserConstants.java 1 /* Generated By:JavaCC: Do not edit this line. ASTParserConstants.java */
4 * This file is part of Java 1.8 parser and Abstract Syntax Tree.
120 int THIS = 81;
360 "\"this\"",
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
ASTParserConstants.java 1 /* Generated By:JavaCC: Do not edit this line. ASTParserConstants.java */
4 * This file is part of Java 1.8 parser and Abstract Syntax Tree.
120 int THIS = 56;
335 "\"this\"",
  /external/turbine/java/com/google/turbine/parse/
Token.java 5 * you may not use this file except in compliance with the License.
124 THIS("this"),
136 this.value = value;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java 5 * This file is part of JavaParser.
50 this(null, 0, "INVALID", null, null);
54 this(null, kind, text, null, null);
64 // For example, in expressions ">>" and ">>>" are valid, while when defining types we could have this:
71 // The JavaCC handle this case by first recognizing always the longest token, and then depending on the context
79 // ___ -> recognized as ">>>", then ">>" put back in the stream but Token(type=GT, image=">>>") passed to this class
80 // ___ -> recognized as ">>>", then ">>" put back in the stream but Token(type=GT, image=">>>") passed to this class
81 // __ -> recognized as ">>", then ">" put back in the stream but Token(type=GT, image=">>") passed to this class
85 // the image. Everybody is happy and we can keep this horrible thing as our little secret.
95 this.range = range
    [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 
  /external/testng/ant/3rdparty/
cobertura.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
core-3.1.1.jar 
xwork-core-2.2.1.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
javaparser-core-2.1.0.jar 
javaparser-core-3.0.0-alpha.2.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 686 milliseconds

1 2