Searched refs:Include (Results 1 – 25 of 40) sorted by relevance
12
/frameworks/base/core/tests/coretests/src/android/view/ |
D | IncludeTest.java | 19 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()
|
D | Include.java | 27 public class Include extends Activity { class
|
/frameworks/opt/setupwizard/library/ |
D | standalone.gradle | 2 * Include this gradle file if you are building against this as a standalone gradle library project,
|
D | standalone-rules.gradle | 2 * Include this gradle file if you are building against this as a standalone gradle library project,
|
/frameworks/compile/mclinker/lib/LD/ |
D | GNUArchiveReader.cpp | 119 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/ |
D | docs.gradle | 3 * Include this file using `apply from` in the gradle build file. This will generate new tasks
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Archive.h | 95 enum Status { Include, Exclude, Unknown }; enumerator
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | LayoutInflater_Delegate.java | 162 attrs, com.android.internal.R.styleable.Include); in parseInclude()
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | reusing-layouts.jd | 21 <li><a href="#Include">Use the <include> Tag</a></li> 73 <h2 id="Include">Use the <include> Tag</h2>
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | packaging.jd | 34 <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
|
D | creating.jd | 15 <li><a href="#Libraries">Include the Correct Libraries</a></li> 197 <h2 id="Libraries">Include the Correct Libraries</h2>
|
/frameworks/native/vulkan/api/templates/ |
D | asciidoc.tmpl | 1 {{Include "vulkan_common.tmpl"}}
|
D | vk_xml.tmpl | 1 {{Include "vulkan_common.tmpl"}} 249 <!-- Include <type name="typename"/> here for e.g. structs that»
|
D | vulkan_h.tmpl | 1 {{Include "vulkan_common.tmpl"}}
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 23 // Include the common option parsing interfaces.
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.tmpl | 17 {{Include "../api/templates/vulkan_common.tmpl"}}
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | shader-compilers.jd | 133 Include the following lines in your Android.mk file:
|
D | getting-started.jd | 197 #include "vulkan_wrapper.h" // Include Vulkan_wrapper and dynamically load symbols.
|
/frameworks/base/docs/html/ndk/guides/ |
D | prebuilts.jd | 41 <li>Include {@code PREBUILT_SHARED_LIBRARY} or {@code PREBUILT_STATIC_LIBRARY}, depending on
|
/frameworks/base/docs/html/training/app-indexing/ |
D | deep-linking.jd | 42 <dd>Include the {@link android.content.Intent#CATEGORY_BROWSABLE BROWSABLE}
|
/frameworks/base/core/java/android/view/ |
D | LayoutInflater.java | 969 attrs, R.styleable.Include); in parseInclude()
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | auto.jd | 199 <strong>Agree to terms for Auto:</strong> Include your app in Android Auto by agreeing to the
|
D | wear.jd | 223 <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/ |
D | local-unit-tests.jd | 135 Include the Mockito library dependency in your {@code build.gradle} file, as described in
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 272 HelpText<"Include every object file in the archive in the link">;
|
12