Searched refs:predefined (Results 1 – 21 of 21) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonEmulation.cpp | 32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateHexagonELF() 33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateHexagonELF() 34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateHexagonELF()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Emulation.cpp | 32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateAArch64ELF() 33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateAArch64ELF() 34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateAArch64ELF()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMEmulation.cpp | 31 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateARMELF() 32 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateARMELF() 33 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateARMELF()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsEmulation.cpp | 35 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateMipsELF() 36 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateMipsELF() 37 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateMipsELF()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Emulation.cpp | 40 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateX86ELF() 41 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateX86ELF() 42 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateX86ELF()
|
/frameworks/compile/mclinker/include/mcld/ |
D | AttributeOption.h | 20 const Attribute& predefined() const { return m_Predefined; } in predefined() function 21 Attribute& predefined() { return m_Predefined; } in predefined() function
|
/frameworks/compile/mclinker/lib/MC/ |
D | InputFactory.cpp | 22 m_pAttrSet = new AttributeSet(16, pConfig.attribute().predefined()); in InputFactory() 24 pConfig.attribute().predefined(), in InputFactory()
|
/frameworks/base/docs/html/distribute/users/ |
D | user-acquisition.jd | 35 purchase of your in-app products, with convenient predefined reporting
|
/frameworks/base/docs/html/ndk/guides/ |
D | standalone_toolchain.jd | 416 Clang locates {@code as} and {@code ld} in a predefined relative location. <p> 424 <li>{@code -###} to dump command line options, including implicitly predefined ones.</li> 425 <li>{@code -x c < /dev/null -dM -E} to dump predefined preprocessor definitions</li>
|
/frameworks/base/docs/html/ndk/samples/ |
D | sample_na.jd | 153 passing it a predefined state structure. It also serves as a wrapper that
|
/frameworks/base/docs/html/training/transitions/ |
D | overview.jd | 32 <dd>Includes predefined animations for common effects such as fade out or movement.</dd>
|
/frameworks/base/docs/html/training/custom-views/ |
D | create-view.jd | 184 constants that define the index for each attribute in the array. You use the predefined
|
/frameworks/rs/scriptc/ |
D | rs_object_info.rsh | 59 * When creating Allocations of common elements, you can simply use one of the many predefined
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | 2d-graphics.jd | 52 draw your graphics into a View when you want to display a static graphic or predefined animation, w…
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications.jd | 358 <p>If your notification falls into one of the predefined categories (see
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_info.jd | 56 <p> When creating Allocations of common elements, you can simply use one of the many predefined
|
D | overview.jd | 2417 <p> When creating Allocations of common elements, you can simply use one of the many predefined
|
/frameworks/base/docs/html/about/versions/ |
D | kitkat.jd | 506 the scenes when the user enters or exits them. You can use several predefined
|
D | android-3.0.jd | 502 <p>Enables the user to select a number from a predefined range. The widget presents an input
|
D | android-4.4.jd | 377 <p>When specifying a transition, you can use several predefined types defined by subclasses of {@li…
|
D | jelly-bean.jd | 229 using predefined boolean, select, and multi-select types. If you want more
|