HomeSort by relevance Sort by last modified time
    Searched full:instantiate (Results 126 - 150 of 799) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu4c/test/intltest/
g7coll.cpp 105 errcheckln(status, "Couldn't instantiate collator. Error: %s", u_errorName(status));
165 errcheckln(status, "Couldn't instantiate collator. Error: %s", u_errorName(status));
199 errcheckln(status, "Couldn't instantiate collator. Error: %s", u_errorName(status));
232 errcheckln(status, "Couldn't instantiate collator. Error: %s", u_errorName(status));
267 errcheckln(status, "Couldn't instantiate collator. Error: %s", u_errorName(status));
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java 87 public Fragment instantiate(FragmentActivity activity) { method in class:FragmentState
96 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
318 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
348 * Like {@link #instantiate(Context, String, Bundle)} but with a null
351 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
352 return instantiate(context, fname, null);
359 * @param context The calling context being used to instantiate the fragment.
361 * @param fname The class name of the fragment to instantiate.
369 public static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment
384 throw new InstantiationException("Unable to instantiate fragment " + fnam
    [all...]
  /external/chromium/testing/gtest/samples/
sample6_unittest.cc 209 // To turn the abstract test pattern into real tests, you instantiate
211 // in a .h file, and anyone can #include and instantiate it. You can
212 // even instantiate it more than once in the same program. To tell
  /external/gtest/samples/
sample6_unittest.cc 209 // To turn the abstract test pattern into real tests, you instantiate
211 // in a .h file, and anyone can #include and instantiate it. You can
212 // even instantiate it more than once in the same program. To tell
  /external/kernel-headers/original/linux/
key.h 193 /* instantiate a key of this type
197 int (*instantiate)(struct key *key, const void *data, size_t datalen); member in struct:key_type
231 * - key is the key to instantiate
  /external/protobuf/gtest/samples/
sample6_unittest.cc 209 // To turn the abstract test pattern into real tests, you instantiate
211 // in a .h file, and anyone can #include and instantiate it. You can
212 // even instantiate it more than once in the same program. To tell
  /cts/tools/host/src/com/android/cts/
HostUnitTestRunner.java 141 runFailed("Could not instantiate test class. Class: "
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentCustomAnimations.java 72 // Instantiate a new fragment.
FragmentStack.java 68 // Instantiate a new fragment.
FragmentTabs.java 100 mFragment = Fragment.instantiate(mActivity, mClass.getName(), mArgs);
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 71 // load the appropriate java class and instantiate it
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessor.java 63 * Find the required class by name and instantiate it.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentCustomAnimationSupport.java 69 // Instantiate a new fragment.
FragmentStackSupport.java 69 // Instantiate a new fragment.
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelperImpl.java 27 * Instantiate this class inside your Activity.
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
TestUtils.java 36 * No need to instantiate
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemFallback.java 78 * instantiate the content of an xsl:fallback element.
  /external/clang/include/clang/Sema/
Template.h 176 /// instantiate a new function declaration, which will have its own
203 /// when we instantiate add<int>, we will introduce a mapping from
371 // Base case. FIXME: Remove once we can instantiate everything.
375 "cannot instantiate %0 yet");
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp 54 // instantiate a member of the class template which itself is not yet defined.
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 127 // Should not instantiate class B since it is introduced in namespace scope.
vtable-available-externally.cpp 80 // PR9114, test that we don't try to instantiate RefPtr<Node>.
  /external/clang/test/SemaObjCXX/
blocks.mm 78 // Make sure we successfully instantiate the copy constructor of a
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 87 // Make sure we instantiate classes when we create a temporary copy.
instantiate-init.cpp 59 // Instantiate out-of-line definitions of static data members which complete
temp_explicit.cpp 49 // Check that explicit instantiations instantiate member classes.

Completed in 356 milliseconds

1 2 3 4 56 7 8 91011>>