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

1 2

  /external/clang/test/SemaTemplate/
instantiate-non-dependent-types.cpp 7 template<void(*)()> struct instantiate { }; struct
11 typedef instantiate<&X1<int>::member> i; // expected-note{{in instantiation of}}
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
instantiate-function-params.cpp 18 template <void(*)()> struct instantiate { struct
25 typedef instantiate< & requirement_<void(*)(usage_requirements<InputIterator> x)>::failed> boost_concept_check1; // expected-note {{in instantiation}}
28 typedef instantiate< & requirement_<void(*)(usage_requirements<ForwardIterator> x)>::failed> boost_concept_check2; // expected-note {{in instantiation}}
31 typedef instantiate< &requirement_<void(*)(ForwardIterator<char*> x)>::failed> boost_concept_checkX;// expected-note 3{{in instantiation}}
instantiate-field.cpp 33 template <void(*)()> struct instantiate struct in namespace:PR7123
64 instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // expected-note{{in instantiation of}}
  /frameworks/base/media/mediaserver/
main_mediaserver.cpp 41 AudioFlinger::instantiate();
42 MediaPlayerService::instantiate();
43 CameraService::instantiate();
44 AudioPolicyService::instantiate();
  /frameworks/base/tools/layoutlib/bridge/src/android/app/
Fragment_Delegate.java 41 * Sets the current {@link IProjectCallback} 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...]
  /frameworks/base/drm/java/android/drm/
DrmRights.java 25 * A caller can instantiate a {@link DrmRights} object by first invoking the
30 * A caller can also instantiate a {@link DrmRights} object by using the
49 instantiate(file, mimeType); method
95 instantiate(rightsFile, mimeType); method
98 private void instantiate(File rightsFile, String mimeType) { method in class:DrmRights
  /frameworks/base/drm/drmserver/
main_drmserver.cpp 36 DrmManagerService::instantiate();
  /external/clang/test/SemaCXX/
warn-self-assign.cpp 44 void instantiate() { function
  /frameworks/base/include/binder/
BinderService.h 50 static void instantiate() { publish(); } function in class:android::BinderService
  /frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
ParcelableCompatHoneycombMR2.java 23 static <T> Parcelable.Creator<T> instantiate(ParcelableCompatCreatorCallbacks<T> callbacks) { method in class:ParcelableCompatCreatorHoneycombMR2Stub
  /frameworks/support/v4/java/android/support/v4/os/
ParcelableCompat.java 37 ParcelableCompatCreatorHoneycombMR2Stub.instantiate(callbacks);
  /frameworks/base/cmds/system_server/library/
system_init.cpp 70 SurfaceFlinger::instantiate();
76 SensorService::instantiate();
  /external/clang/test/CodeGenCXX/
mangle-exprs.cpp 89 void instantiate() { function in namespace:test2
121 void instantiate() { function in namespace:test3
  /external/clang/test/PCH/
chain-cxx.cpp 44 // Instantiate struct, but not value.
45 struct instantiate : TS3<int> {}; struct in inherits:TS3
97 // Instantiate TS3's member.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabs.java 100 mFragment = Fragment.instantiate(mActivity, mClass.getName(), mArgs);
  /frameworks/base/drm/libdrmframework/include/
DrmManagerService.h 42 static void instantiate();
  /frameworks/base/core/java/android/app/
Fragment.java 87 public Fragment instantiate(Activity activity) { method in class:FragmentState
96 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
160 * The framework will often re-instantiate a fragment class when needed,
162 * constructor to instantiate it. If the empty constructor is not available,
515 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
545 * Like {@link #instantiate(Context, String, Bundle)} but with a null
548 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
549 return instantiate(context, fname, null);
556 * @param context The calling context being used to instantiate the fragment.
558 * @param fname The class name of the fragment to instantiate
566 public static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment
    [all...]
  /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);
325 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
355 * Like {@link #instantiate(Context, String, Bundle)} but with a null
358 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
359 return instantiate(context, fname, null);
366 * @param context The calling context being used to instantiate the fragment.
368 * @param fname The class name of the fragment to instantiate.
376 public static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment
391 throw new InstantiationException("Unable to instantiate fragment " + fnam
    [all...]
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
ActionBarTabsPager.java 126 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabs.java 156 newTab.fragment = Fragment.instantiate(mActivity,
FragmentTabsPager.java 149 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 63 llvm::OwningPtr<PluginASTAction> P(it->instantiate());
  /external/llvm/include/llvm/Support/
Registry.h 32 T *instantiate() const { return Ctor(); } function in class:llvm::SimpleRegistryEntry
121 /// entries are added to the registry. Simply subclass and instantiate:
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 89 GCStrategy *S = I->instantiate();

Completed in 1457 milliseconds

1 2