HomeSort by relevance Sort by last modified time
    Searched full:predefined (Results 51 - 75 of 1179) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/security/interfaces/
DSAPublicKeyTest.java 33 * Case 1: check with predefined p, q, g, x
43 // Case 1: check with predefined p, q, g, x
  /external/icu/icu4c/source/common/unicode/
platform.h 36 * and/or from other macros that are predefined by the compiler
43 * Note: Some compilers provide ways to show the predefined macros.
45 * print the predefined macros with
60 * Solution: #define any defines for non @internal API here, so that they are visible in the docs. If you just set PREDEFINED in Doxyfile.in, they won't be documented.
140 /* Use the predefined value. */
212 /* Use the predefined value. */
227 /* Use the predefined value. */
241 /* Use the predefined value. */
254 /* Use the predefined value. */
267 /* Use the predefined value. *
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 40 * Vector of ExtensionNamespaceSupport objects for predefined ExtensionNamespaces. Elements
53 * objects is created, one for each predefined extension namespace.
64 * If it is a predefined namespace, create a
139 * For any extension namespace that is not either predefined or defined
206 * Set up a Vector for predefined extension namespaces.
227 lang = "javaclass"; // for remaining predefined extension namespaces.
  /external/icu/icu4c/source/i18n/unicode/
gender.h 43 * Provides access to the predefined GenderInfo object for a given
50 * @return The predefined <code>GenderInfo</code> object pointer for
unumsys.h 59 * Opens a UNumberingSystem object using the name of one of the predefined numbering
104 * Returns an enumeration over the names of all of the predefined numbering systems known
116 * predefined names known to ICU).
119 * NULL if the name is not one of the ICU predefined names. The pointer
  /frameworks/support/recommendation/src/android/support/app/recommendation/
RecommendationExtender.java 137 * @param types Array of predefined type tags (see the <code>CONTENT_TYPE_*</code> constants)
150 * @return An array of predefined type tags (see the <code>CONTENT_TYPE_*</code> constants) that
161 * @return A predefined type tag (see the <code>CONTENT_TYPE_*</code> constants) indicating the
202 * @param priceType Pricing type for this content. Must be one of the predefined pricing type
218 * @return A predefined tag indicating the pricing type for the content (see the <code> CONTENT_PRICING_*</code>
247 * @param contentStatus The status value for this content. Must be one of the predefined content
273 * must be one of the predefined maturity rating tags (see the <code> CONTENT_MATURITY_*</code>
285 * @return returns a predefined tag indicating the maturity level rating for the content (see
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
RankedComparator.java 27 * Compares objects of the type {@code T} based on predefined order of the ranks of the type
28 * {@code K}. The ranks that are not in the predefined order will be considered larger than other
  /external/autotest/client/site_tests/network_RackWiFiConnect/
network_RackWiFiConnect.py 71 @param ssid string - predefined SSID from user's preferred networks
72 @param uname string - predefined username of managed user
110 @param ssid string - predefined SSID from user's preferred networks
111 @param user string - predefined username of managed user
  /external/clang/test/CodeGenCXX/
funcsig.cpp 3 // Similar to predefined-expr.cpp, but not as exhaustive, since it's basically
  /external/skia/include/views/
SkOSMenu.h 69 * Helper functions for predefined types
125 * Create predefined items with the given parameters. To be used with the
146 * some predefined types
163 * a predefined item type and retrieve the corresponding state information.
  /frameworks/base/graphics/java/android/graphics/
Xfermode.java 27 * can be called to return an instance of any of the predefined subclasses as
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp 31 // set up the predefined attributes
32 pConfig.attribute().predefined().unsetWholeArchive();
33 pConfig.attribute().predefined().unsetAsNeeded();
34 pConfig.attribute().predefined().setDynamic();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 30 // set up the predefined attributes
31 pConfig.attribute().predefined().unsetWholeArchive();
32 pConfig.attribute().predefined().unsetAsNeeded();
33 pConfig.attribute().predefined().setDynamic();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp 31 // set up the predefined attributes
32 pConfig.attribute().predefined().unsetWholeArchive();
33 pConfig.attribute().predefined().unsetAsNeeded();
34 pConfig.attribute().predefined().setDynamic();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp 34 // set up the predefined attributes
35 pConfig.attribute().predefined().unsetWholeArchive();
36 pConfig.attribute().predefined().unsetAsNeeded();
37 pConfig.attribute().predefined().setDynamic();
  /frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp 39 // set up the predefined attributes
40 pConfig.attribute().predefined().unsetWholeArchive();
41 pConfig.attribute().predefined().unsetAsNeeded();
42 pConfig.attribute().predefined().setDynamic();
  /packages/apps/DeskClock/src/com/android/deskclock/actionbarmenu/
NavUpMenuItemController.java 25 * menu item because it's not inflated through menu.xml, and has its own predefined id.
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MeetingInfo.java 20 // Predefined tags; others can be added
  /packages/inputmethods/LatinIME/java/res/values/
predefined-subtypes.xml 21 <!-- Predefined subtypes (language:layout[:extraValue]) -->
  /packages/services/Telephony/src/com/android/phone/common/mail/
MeetingInfo.java 19 // Predefined tags; others can be added
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
EnumAttributeDescriptor.java 25 * Describes a text attribute that can only contains some predefined values.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-2b.d 2 #as: --no-predefined-syms -linker-allocated-gregs
  /external/clang/include/clang/Basic/
LangOptions.def 136 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
137 COMPATIBLE_LANGOPT(OptimizeSize , 1, 0, "__OPTIMIZE_SIZE__ predefined macro")
138 LANGOPT(Static , 1, 0, "__STATIC__ predefined macro (as opposed to __DYNAMIC__)")
146 COMPATIBLE_LANGOPT(NoInlineDefine , 1, 0, "__NO_INLINE__ predefined macro")
147 COMPATIBLE_LANGOPT(Deprecated , 1, 0, "__DEPRECATED predefined macro")
148 LANGOPT(FastMath , 1, 0, "__FAST_MATH__ predefined macro")
149 LANGOPT(FiniteMathOnly , 1, 0, "__FINITE_MATH_ONLY__ predefined macro")
  /external/icu/icu4c/source/common/
putilimp.h 44 /* Use the predefined value. */
87 /* Use the predefined value. */
95 /* Use the predefined value. */
105 /* Use the predefined value. */
115 /* Use the predefined value. */
140 /* Use the predefined value. */
150 /* Use the predefined value. */
158 /* Use the predefined value. */
173 /* Use the predefined value. */
191 /* Use the predefined value. *
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RuleLabelScope.java 33 /** Rules have a predefined set of attributes as well as
86 * return values as well as any predefined attributes.

Completed in 591 milliseconds

1 23 4 5 6 7 8 91011>>