HomeSort by relevance Sort by last modified time
    Searched full:instantiate (Results 1 - 25 of 2246) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/junit/runner/
Version.java.template 8 // don't instantiate
Version.java 8 // don't instantiate
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
utils_test.html 10 <polymer-element name="instantiate-template-polymer-element-test">
20 <template id="instantiate-template-polymer-test">
21 <instantiate-template-polymer-element-test>
22 </instantiate-template-polymer-element-test>
27 <instantiate-template-polymer-element-test>
28 </instantiate-template-polymer-element-test>
31 <instantiate-template-polymer-element-test>
32 </instantiate-template-polymer-element-test>
43 '#instantiate-template-polymer-test',
56 // Make sure we can still instantiate inner templates, if we need them
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/app/
Fragment_Delegate.java 41 * Sets the current {@link LayoutlibCallback} to be used to instantiate classes coming
49 * Like {@link #instantiate(Context, String, Bundle)} but with a null
53 /*package*/ static Fragment instantiate(Context context, String fname) { method in class:Fragment_Delegate
54 return instantiate(context, fname, null);
61 * @param context The calling context being used to instantiate the fragment.
63 * @param fname The class name of the fragment to instantiate.
72 /*package*/ static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment_Delegate
87 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
91 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
95 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fnam
    [all...]
  /external/objenesis/
README.android 1 Objenesis is a library which makes it easier to instantiate objects bypassing
  /external/testng/src/test/java/test/nested2/
TmpA.java 13 throw new RuntimeException("TestNG should not instantiate me");
  /prebuilts/tools/common/objenesis/
PREBUILT.txt 6 Description: A small Java library to instantiate a new object of a particular class.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
odr_violation1.cc 20 // Instantiate the Derived vtable, without optimization.
  /external/clang/test/SemaTemplate/
inject-templated-friend-post.cpp 3 // RUN: %clang_cc1 %s -std=c++98 -triple %itanium_abi_triple -emit-llvm -o - -DINSTANTIATE | FileCheck --check-prefix=CHECK-INSTANTIATE %s
4 // RUN: %clang_cc1 %s -std=c++98 -triple %itanium_abi_triple -emit-llvm -o - -DPROTOTYPE -DINSTANTIATE | FileCheck --check-prefix=CHECK-PROTOTYPE-INSTANTIATE %s
12 // CHECK-INSTANTIATE: define linkonce_odr{{.*}}_ZlsR11std_ostreamRK8StreamerI3FooE
13 // CHECK-PROTOTYPE-INSTANTIATE: define linkonce_odr{{.*}}_ZlsR11std_ostreamRK8StreamerI3FooE
54 #ifdef INSTANTIATE
65 #ifndef INSTANTIATE
implicit-instantiation-1.cpp 12 (void)sizeof(xip->f(2, 0)); // okay: does not instantiate
13 (void)xip->g(2, 0); // okay: does not instantiate
instantiate-member-pointers.cpp 60 static void instantiate();
61 typedef instantiate_function<&S::instantiate> x; // expected-note{{instantiation}}
63 template <typename T> void S<T>::instantiate() { function in class:ValueDepMemberPointer::S
  /external/autotest/server/
hypervisor.py 28 must not instantiate this class but should instantiate one of those
installable_object.py 11 listed here. You must not instantiate this class but should
12 instantiate one of those leaf subclasses.
kernel.py 24 must not instantiate this class but should instantiate one of those
prebuild.py 33 Instantiate a client test object from a given test directory.
36 @returns A test object or None if failed to instantiate.
61 # instantiate a client_test instance.
  /art/test/435-new-instance/src/
Main.java 23 // Attempt to instantiate an interface.
25 // Attempt to instantiate an abstract class.
27 // Attempt to instantiate an interface.
29 // Attempt to instantiate an abstract class.
  /external/clang/test/Index/
reparse-instantiate.cpp 6 // RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/Inputs/reparse-instantiate.h
  /external/clang/test/SemaCXX/
operator-arrow-temporary.cpp 17 // Make sure we try to instantiate the destructor for Lock here
  /external/compiler-rt/test/cfi/
README.txt 3 macros are defined the tests instantiate classes that force the bit sets
  /external/v8/test/mjsunit/es6/
generators-iteration.js 446 function TestTryCatch(instantiate) {
456 Test1(instantiate(g));
462 Test2(instantiate(g));
469 Test3(instantiate(g));
479 Test4(instantiate(g));
490 Test5(instantiate(g));
500 Test6(instantiate(g));
508 Test7(instantiate(g));
513 function TestTryFinally(instantiate) {
525 Test1(instantiate(g))
    [all...]
  /external/chromium-trace/catapult/perf_insights/perf_insights/ui/
trace_link_list_test.html 14 test('instantiate', function() {
trace_link_test.html 14 test('instantiate', function() {
  /external/chromium-trace/catapult/tracing/tracing/ui/
find_control_test.html 15 test('instantiate', function() {
scripting_control_test.html 15 test('instantiate', function() {
  /external/icu/icu4c/source/test/intltest/
testutil.h 17 * attempt to instantiate.

Completed in 1006 milliseconds

1 2 3 4 5 6 7 8 91011>>