/libcore/ojluni/src/main/java/sun/security/util/ |
Resources.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
context.h | 168 /** Instantiate a new connection context with an abstract mainloop API 173 /** Instantiate a new connection context with an abstract mainloop API
|
/sdk/templates/docs/ |
index.html | 378 <p>The recipe XML file contains the individual instructions that should be executed when generating code from this template. For example, you can copy certain files or directories (the copy instruction), optionally running the source files through FreeMarker (the instantiate instruction), and ask the IDE to open a file after the code has been generated (the open instruction).</p> 422 <instantiate 435 <instantiate from="src/app_package/SimpleActivity.java.ftl" 438 <instantiate from="src/app_package/PagerActivity.java.ftl" 441 <instantiate from="src/app_package/TabsActivity.java.ftl" 444 <instantiate from="src/app_package/DropdownActivity.java.ftl" 470 <p>The default destination location is the same path under the output directory root (i.e. the location of the destination project). If the optional <code>to</code> argument is provided, this specifies the output directory. Note that if the from path ends with <code>.ftl</code>, it will automatically be stripped. For example <code><instantiate from="res/values/strings.xml.ftl" /></code> is adequate; this will create a file named <code>strings.xml</code>, not <code>strings.xml.ftl</code>.</p> 474 <h4 class="includetoc"><instantiate></h4> [all...] |
/system/keymaster/include/keymaster/ |
keymaster_tags.h | 103 // 'tag_type'. Attempting to instantiate a tag with the wrong type will result in a compile 119 // 'tag_type'. Attempting to instantiate a tag with the wrong type will result in a compile
|
/frameworks/base/core/java/android/app/ |
Fragment.java | 103 public Fragment instantiate(FragmentHostCallback host, Fragment parent, method in class:FragmentState 111 mInstance = Fragment.instantiate(context, mClassName, mArguments); 180 * The framework will often re-instantiate a fragment class when needed, 182 * constructor to instantiate it. If the no-argument constructor is not 439 // This state is set by FragmentState.instantiate and cleared in onCreate. 559 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when 589 * Like {@link #instantiate(Context, String, Bundle)} but with a null 592 public static Fragment instantiate(Context context, String fname) { method in class:Fragment 593 return instantiate(context, fname, null); 600 * @param context The calling context being used to instantiate the fragment 610 public static Fragment instantiate(Context context, String fname, @Nullable Bundle args) { method in class:Fragment [all...] |
/art/runtime/mirror/ |
array.cc | 150 // Explicitly instantiate all the primitive array types.
|
/art/test/068-classloader/src/ |
FancyLoader.java | 31 * Dalvik and instantiate the class with defineClass().
|
/art/test/138-duplicate-classes-check2/src/ |
FancyLoader.java | 31 * Dalvik and instantiate the class with defineClass().
|
/build/tools/ |
java-event-log-tags.py | 105 buffer.write(" private %s() { } // don't instantiate\n" % (basename,))
|
/cts/tools/vm-tests-tf/src/dot/junit/ |
DxAbstractMain.java | 91 fail("Could not instantiate " + className + ": " + exc.getMessage());
|
DxTestCase.java | 87 fail("Could not instantiate " + className + ": " + exc.getMessage());
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/slidingtabsbasic/ |
SlidingTabsBasicFragment.java | 128 * Instantiate the {@link View} which should be displayed at {@code position}. Here we
|
/developers/build/templates/create/ |
template-params.xml.ftl | 97 Sample demonstrating how to instantiate an ActionBar on Android, define
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/Application/src/main/java/com/example/android/slidingtabsbasic/ |
SlidingTabsBasicFragment.java | 128 * Instantiate the {@link View} which should be displayed at {@code position}. Here we
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentTabsFragment.java | 237 newTab.fragment = Fragment.instantiate(mContext,
|
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/ |
HelloSpellCheckerActivity.java | 59 // Instantiate TextInfo for each query
|
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.slidingtabsbasic/ |
SlidingTabsBasicFragment.java | 128 * Instantiate the {@link View} which should be displayed at {@code position}. Here we
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
ScreenSlideActivity.java | 64 // Instantiate a ViewPager and a PagerAdapter.
|
/device/google/dragon/audio/hal/ |
cras_dsp_pipeline.h | 20 * file. Before using the pipeline, we need to instantiate the
|
/docs/source.android.com/src/devices/tech/admin/ |
multiuser-apps.jd | 49 <p>The system will instantiate that component in the process running as user 0
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeNodeStream.as | 72 * so we have to instantiate new ones. When doing normal tree
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeNodeStream.cs | 95 * so we have to instantiate new ones. When doing normal tree
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeNodeStream.cs | 101 * so we have to instantiate new ones. When doing normal tree
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeNodeStream`1.cs | 100 * so we have to instantiate new ones. When doing normal tree
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeNodeStream.java | 73 * so we have to instantiate new ones. When doing normal tree
|