HomeSort by relevance Sort by last modified time
    Searched full:someclass (Results 26 - 50 of 62) sorted by null

12 3

  /external/hamcrest/src/org/hamcrest/core/
Is.java 57 * This is a shortcut to the frequently used is(instanceOf(SomeClass.class)).
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateClassAdapter.java 53 * e.g. <code>com/android/SomeClass$InnerClass</code>.
107 // Given a non-native SomeClass.MethodName(), we want to generate 2 methods:
108 // - A copy of the original method named SomeClass.MethodName_Original().
110 // - A brand new implementation of SomeClass.MethodName() which calls to a
DelegateMethodAdapter.java 35 * Given a method {@code SomeClass.MethodName()}, this generates 1 or 2 methods:
37 * <li> A copy of the original method named {@code SomeClass.MethodName_Original()}.
40 * <li> A brand new implementation of {@code SomeClass.MethodName()} which calls to a
88 /** The internal class name (e.g. <code>com/android/SomeClass$InnerClass</code>.) */
111 * e.g. <code>com/android/SomeClass$InnerClass</code>.
AsmGenerator.java 348 // Get the class name, as an internal name (e.g. com/android/SomeClass$InnerClass)
  /external/proguard/src/proguard/classfile/util/
DynamicClassReferenceInitializer.java 39 * <code>(SomeClass)Class.forName(variable).newInstance()</code>.
86 // Class.forName("SomeClass").
93 // (SomeClass)Class.forName(someName).newInstance().
117 // SomeClass.class = class$("SomeClass") (javac).
140 // SomeClass.class = class("SomeClass", false) (jikes).
243 // Try to match the (SomeClass)Class.forName(someName).newInstance()
256 // Try to match the Class.forName("SomeClass") construct.
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
EngineTest.java 57 if (!(engine.spi instanceof SomeClass)) {
89 if (!(engine.spi instanceof SomeClass)) {
ServicesTest.java 46 !"org.apache.harmony.security.tests.fortress.SomeClass".equals(serv.getClassName())) {
  /external/clang/test/Analysis/
new.cpp 12 class SomeClass {
111 SomeClass *c = new SomeClass;
168 SomeClass *c = new SomeClass;
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 243 class SomeClass {
248 int i = HasIndexMetamethod<SomeClass>::value;
  /prebuilts/tools/common/proguard/proguard4.7/docs/
FAQ.html 190 <code>Class.forName("SomeClass")</code> and <code>SomeClass.class</code>. The
197 "<code>(SomeClass)Class.forName(variable).newInstance()</code>". These might
198 be an indication that the class or interface <code>SomeClass</code> and/or its
  /external/clang/test/SemaCXX/
typo-correction-delayed.cpp 117 class SomeClass {
120 explicit SomeClass() : Kind(kSum) {} // expected-error {{use of undeclared identifier 'kSum'; did you mean 'kNum'?}}
  /external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 475 * <p>If upper bounds are declared with SomeClass and additional interfaces, then firstBound will be SomeClass and
478 * i.e. <code>SomeClass</code>.
  /frameworks/base/tools/layoutlib/create/
README.txt 235 This strategy is used to override method implementations. Given a method SomeClass.MethodName(), 1
237 a- A copy of the original method named SomeClass.MethodName_Original(). The content is the original
240 b- A brand new implementation of SomeClass.MethodName() which calls to a non-existing static method
  /external/clang/test/Parser/
cxx-decl.cpp 37 class someclass { class
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 28 * This is a shortcut to the frequently used is(instanceOf(SomeClass.class)).
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java 38 * java.startClass("SomeClass", "InterfaceA");
  /external/objenesis/tck/src/org/objenesis/tck/
TCK.java 38 * tck.registerCandidate(SomeClass.class, &quot;A basic class&quot;);
  /external/proguard/docs/
FAQ.html 217 <code>Class.forName("SomeClass")</code> and <code>SomeClass.class</code>. The
224 "<code>(SomeClass)Class.forName(variable).newInstance()</code>". These might
225 be an indication that the class or interface <code>SomeClass</code> and/or its
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/llvm/docs/TableGen/
LangRef.rst 210 def Bar : SomeClass {
215 SomeClass Baz = Bar;
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 45 * <p><code>class="someClass" target="_blank"</code></p>
  /external/lldb/www/
lldb-gdb.html 683 <b>(gdb)</b> po [SomeClass returnAnObject]<br>
686 <b>(lldb)</b> expr -o -- [SomeClass returnAnObject]<br>
688 <b>(lldb)</b> po [SomeClass returnAnObject]<br>
700 <b>(lldb)</b> expr -d 1 -- [SomeClass returnAnObject]<br
    [all...]
  /external/clang/www/analyzer/
available_checks.html 385 class SomeClass {
391 SomeClass *c = new SomeClass;
    [all...]
  /external/hamcrest/library/src/org/hamcrest/
Matchers.java 28 * This is a shortcut to the frequently used is(instanceOf(SomeClass.class)).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 187 * class instance creation (aka a "new SomeClass" constructor call), we try to

Completed in 819 milliseconds

12 3