Home
last modified time | relevance | path

Searched refs:Include (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/view/
DIncludeTest.java19 import android.view.Include;
27 public class IncludeTest extends ActivityInstrumentationTestCase<Include> {
29 super("com.android.frameworks.coretests", Include.class); in IncludeTest()
39 final Include activity = getActivity(); in testIncluded()
50 final Include activity = getActivity(); in testIncludedWithLayoutParams()
63 final Include activity = getActivity(); in testIncludedWithVisibility()
72 final Include activity = getActivity(); in testIncludedWithSize()
DInclude.java27 public class Include extends Activity { class
/frameworks/opt/setupwizard/library/
Dstandalone.gradle2 * Include this gradle file if you are building against this as a standalone gradle library project,
Dstandalone-rules.gradle2 * Include this gradle file if you are building against this as a standalone gradle library project,
/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp119 pArchive.setSymbolStatus(idx, Archive::Symbol::Include); in readArchive()
129 if (Archive::Symbol::Include == status) { in readArchive()
339 return Archive::Symbol::Include; in shouldIncludeSymbol()
/frameworks/opt/setupwizard/tools/gradle/
Ddocs.gradle3 * Include this file using `apply from` in the gradle build file. This will generate new tasks
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h95 enum Status { Include, Exclude, Unknown }; enumerator
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java162 attrs, com.android.internal.R.styleable.Include); in parseInclude()
/frameworks/base/docs/html/training/improving-layouts/
Dreusing-layouts.jd21 <li><a href="#Include">Use the &lt;include&gt; Tag</a></li>
73 <h2 id="Include">Use the &lt;include&gt; Tag</h2>
/frameworks/base/docs/html/training/wearables/apps/
Dpackaging.jd34 <li>Include all the permissions declared in the manifest file of the wearable app module
96 <li>Include all the permissions declared in the manifest file of the wearable app
Dcreating.jd15 <li><a href="#Libraries">Include the Correct Libraries</a></li>
197 <h2 id="Libraries">Include the Correct Libraries</h2>
/frameworks/native/vulkan/api/templates/
Dasciidoc.tmpl1 {{Include "vulkan_common.tmpl"}}
Dvk_xml.tmpl1 {{Include "vulkan_common.tmpl"}}
249 <!-- Include <type name="typename"/> here for e.g. structs that»
Dvulkan_h.tmpl1 {{Include "vulkan_common.tmpl"}}
/frameworks/compile/slang/
DRSCCOptions.td23 // Include the common option parsing interfaces.
/frameworks/native/vulkan/nulldrv/
Dnull_driver.tmpl17 {{Include "../api/templates/vulkan_common.tmpl"}}
/frameworks/base/docs/html/ndk/guides/graphics/
Dshader-compilers.jd133 Include the following lines in your Android.mk file:
Dgetting-started.jd197 #include "vulkan_wrapper.h" // Include Vulkan_wrapper and dynamically load symbols.
/frameworks/base/docs/html/ndk/guides/
Dprebuilts.jd41 <li>Include {@code PREBUILT_SHARED_LIBRARY} or {@code PREBUILT_STATIC_LIBRARY}, depending on
/frameworks/base/docs/html/training/app-indexing/
Ddeep-linking.jd42 <dd>Include the {@link android.content.Intent#CATEGORY_BROWSABLE BROWSABLE}
/frameworks/base/core/java/android/view/
DLayoutInflater.java969 attrs, R.styleable.Include); in parseInclude()
/frameworks/base/docs/html/distribute/googleplay/
Dauto.jd199 <strong>Agree to terms for Auto:</strong> Include your app in Android Auto by agreeing to the
Dwear.jd223 <strong>Opt-in for Wear:</strong> Include your app in Android Wear by opting-in from the
/frameworks/base/docs/html/training/testing/unit-testing/
Dlocal-unit-tests.jd135 Include the Mockito library dependency in your {@code build.gradle} file, as described in
/frameworks/compile/mclinker/tools/mcld/
DOptions.td272 HelpText<"Include every object file in the archive in the link">;

12