HomeSort by relevance Sort by last modified time
    Searched full:alternative (Results 1 - 25 of 1545) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
system_32.h 21 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
22 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
bitops_32.h 20 #include <asm/alternative.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
system_32.h 21 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
22 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
bitops_32.h 20 #include <asm/alternative.h>
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 21 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
22 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
bitops_32.h 20 #include <asm/alternative.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
system_32.h 21 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
22 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
bitops_32.h 20 #include <asm/alternative.h>
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 21 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
22 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
bitops_32.h 20 #include <asm/alternative.h>
  /external/clang/test/Preprocessor/
cxx_oper_spelling.cpp 5 // C++'03 2.5p2: "In all respects of the language, each alternative
  /frameworks/base/core/java/android/text/format/
package.html 3 This package contains alternative classes for some text formatting classes
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AlternativeName.java 23 * This class implements the values of Subject Alternative Name
24 * (OID is 2.5.29.17) and Issuer Alternative Name extensions
31 // constants indicating which alternative name is presented
36 /** indicating which alternative name is presented by this object */
38 /** the alternative names */
43 * @param which specifies which alternative names are given
63 sb.append(prefix).append((which) ? "Subject" : "Issuer").append(" Alternative Names [\n");
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h 97 } alternative; member in union:JSC::Yarr::ByteTerm::__anon17595
238 term.alternative.next = 0;
239 term.alternative.end = 0;
240 term.alternative.onceThrough = onceThrough;
247 term.alternative.next = 0;
248 term.alternative.end = 0;
249 term.alternative.onceThrough = onceThrough;
256 term.alternative.next = 0;
257 term.alternative.end = 0;
258 term.alternative.onceThrough = false
    [all...]
YarrJIT.cpp 94 void optimizeAlternative(PatternAlternative* alternative)
96 if (!alternative->m_terms.size())
99 for (unsigned i = 0; i < alternative->m_terms.size() - 1; ++i) {
100 PatternTerm& term = alternative->m_terms[i];
101 PatternTerm& nextTerm = alternative->m_terms[i + 1];
108 alternative->m_terms[i] = nextTerm;
109 alternative->m_terms[i + 1] = termCopy;
843 PatternAlternative* alternative() function in struct:JSC::Yarr::YarrGenerator::TermGenerationState
861 return t < alternative()->m_terms.size();
871 return alternative()->m_terms[t]
1557 PatternAlternative* alternative = state.alternative(); local
1593 PatternAlternative* alternative = state.alternative(); local
1754 PatternAlternative* alternative = parenthesesState.alternative(); local
1941 PatternAlternative* alternative = state.alternative(); local
1957 PatternAlternative* alternative = state.alternative(); local
    [all...]
  /development/samples/ApiDemos/res/values/
bools.xml 19 API level. The default value is false; an alternative value
23 API level. The default value is false; an alternative value
28 API level. The default value is false; an alternative value
33 API level. The default value is false; an alternative value
38 API level. The default value is false; an alternative value
43 API level. The default value is false; an alternative value
  /frameworks/base/docs/html/guide/topics/resources/
overview.jd 24 resources also allows you to provide alternative resources that support specific device
35 (the app provides no alternative layouts).</p>
46 <em>alternative</em> resources for your application:</p>
49 the device configuration or when there are no alternative resources that match the current
51 <li>Alternative resources are those that you've designed for use with a specific
63 two different devices when there are no alternative resources available. Figure 2 shows
64 the same application when it adds an alternative layout resource for larger screens.</p>
67 specify alternative resources, access them in your application, and more:</p>
72 alternative resources for specific device configurations.</dd>
79 <dd>A bottom-up guide to localizing your application using alternative resources. While this i
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
system_32.h 27 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
29 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
system_32.h 27 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
29 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
system_32.h 27 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
29 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 27 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
29 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
  /development/samples/Home/
_index.html 4 default Home. This is a sample of such an alternative.</p>
  /external/proguard/src/proguard/classfile/
package.html 5 ClassFile}</code> interface. This interface currently has two alternative
  /external/libnfc-nci/src/nfa/include/
nfa_cho_api.h 72 /* Data for Alternative Carrier Information */
124 /* Alternative Carrier records including carrier power state, carrier data reference and aux data reference */
140 UINT8 num_ac_rec; /* number of Alternative Carrier records*/
141 tNFA_CHO_AC_REC ac_rec[NFA_CHO_MAX_AC_INFO]; /* Alternative Carrier records */
152 UINT8 num_ac_rec; /* number of Alternative Carrier records*/
153 tNFA_CHO_AC_REC ac_rec[NFA_CHO_MAX_AC_INFO]; /* Alternative Carrier records */
276 ** Handover Carrier records or Alternative Carrier records.
280 ** NDEF may include one or more Handover Carrier records or Alternative
286 ** The alternative carrier information of Handover Select record
304 ** Alternative Carrier records as response to Handover Reques
    [all...]
  /cts/tools/signature-tools/src/signature/io/
IApiExternalizer.java 26 * disk. An alternative implementation can use ASCII files.

Completed in 1119 milliseconds

1 2 3 4 5 6 7 8 91011>>