HomeSort by relevance Sort by last modified time
    Searched refs:instantiate (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 42 static void instantiate();
  /frameworks/base/services/common_time/
common_time_config_service.cpp 24 sp<CommonTimeConfigService> CommonTimeConfigService::instantiate( function in class:android::CommonTimeConfigService
common_clock_service.cpp 26 sp<CommonClockService> CommonClockService::instantiate( function in class:android::CommonClockService
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
ActionBarTabsPager.java 126 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
FragmentNestingPagerSupport.java 124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
FragmentNestingStatePagerSupport.java 124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabsPager.java 149 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 37 OwningPtr<CompilationDatabasePlugin> Plugin(It->instantiate());
  /external/llvm/include/llvm/Support/
Registry.h 34 T *instantiate() const { return Ctor(); } function in class:llvm::SimpleRegistryEntry
123 /// entries are added to the registry. Simply subclass and instantiate:
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 77 GCStrategy *S = I->instantiate();
  /packages/apps/Gallery2/src/com/android/photos/
GalleryActivity.java 138 return Fragment.instantiate(mActivity, info.clss.getName(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 162 static final String TAG_INSTANTIATE = "instantiate"; //$NON-NLS-1$
565 boolean instantiate = TAG_INSTANTIATE.equals(name);
566 if (TAG_COPY.equals(name) || instantiate) {
574 if (instantiate) {
575 instantiate(freemarker, paramMap, fromPath, to);
649 boolean instantiate = relativeFrom.endsWith(DOT_FTL);
650 if (instantiate) {
651 instantiate(freemarker, paramMap, relativeFrom, toPath); method
885 private void instantiate( method in class:TemplateHandler
    [all...]
  /frameworks/base/core/java/android/app/
Fragment.java 89 public Fragment instantiate(Activity activity, Fragment parent) { method in class:FragmentState
98 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
164 * The framework will often re-instantiate a fragment class when needed,
166 * constructor to instantiate it. If the empty constructor is not available,
527 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
557 * Like {@link #instantiate(Context, String, Bundle)} but with a null
560 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
561 return instantiate(context, fname, null);
568 * @param context The calling context being used to instantiate the fragment.
570 * @param fname The class name of the fragment to instantiate
578 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 88 public Fragment instantiate(FragmentActivity activity, Fragment parent) { method in class:FragmentState
97 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
343 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
373 * Like {@link #instantiate(Context, String, Bundle)} but with a null
376 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
377 return instantiate(context, fname, null);
384 * @param context The calling context being used to instantiate the fragment.
386 * @param fname The class name of the fragment to instantiate.
394 public static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment
409 throw new InstantiationException("Unable to instantiate fragment " + fnam
    [all...]
FragmentTabHost.java 343 newTab.fragment = Fragment.instantiate(mContext,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java 237 newTab.fragment = Fragment.instantiate(mContext,
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 73 OwningPtr<PluginASTAction> P(it->instantiate());
  /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
  /packages/apps/Browser/src/com/android/browser/
ComboViewActivity.java 203 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 40 void DrmManagerService::instantiate() { function in class:DrmManagerService
41 ALOGV("instantiate");
  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 335 newTab.fragment = Fragment.instantiate(mContext,
  /external/chromium_org/remoting/webapp/
host_dispatcher.js 16 * instantiate the NPAPI plugin, and return a reference to it here.
27 * instantiate the NPAPI plugin when NativeMessaging is determined to be
  /external/clang/lib/Frontend/
FrontendAction.cpp 150 OwningPtr<PluginASTAction> P(it->instantiate());

Completed in 2520 milliseconds

1 2 34 5 6 7