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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
PatternGrammar.txt 14 Alternatives: Alternative ('|' Alternative)*
16 Alternative: (Unit | NegatedUnit)+
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
PatternGrammar.txt 14 Alternatives: Alternative ('|' Alternative)*
16 Alternative: (Unit | NegatedUnit)+
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 14 Alternatives: Alternative ('|' Alternative)*
16 Alternative: (Unit | NegatedUnit)+
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 14 Alternatives: Alternative ('|' Alternative)*
16 Alternative: (Unit | NegatedUnit)+
  /external/avahi/avahi-common/
.gitignore 8 alternative-test
alternative.h 23 /** \file alternative.h Functions to find alternative names for hosts and services in the case of name collision */
29 /** Find an alternative for the specified host name. If called with an
35 /** Find an alternative for the specified service name. If called with
  /external/smali/smalidea/testData/
InvalidField.txt 12 PsiErrorElement:no viable alternative at input '<EOF>'
InvalidField4.txt 16 PsiErrorElement:no viable alternative at input '.blah'
  /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
48 API level. The default value is false; an alternative value
53 API level. The default value is false; an alternative value
  /external/v8/test/webkit/
regexp-zero-length-alternatives.js 37 // Non-capturing empty first alternative greedy '*'
44 // Non-capturing empty middle alternative greedy '*'
51 // Non-capturing empty last alternative greedy '*'
58 // Capturing empty first alternative greedy '*'
65 // Capturing empty middle alternative greedy '*'
72 // Capturing empty last alternative greedy '*'
79 // Non-capturing empty first alternative fixed-count
86 // Non-capturing empty middle alternative fixed-count
93 // Non-capturing empty last alternative fixed-count
100 // Non-capturing empty first alternative non-greedy '*
    [all...]
  /development/samples/browseable/ElevationBasic/
_index.jd 8 This sample demonstrates two alternative ways to move a view in the z-axis. The
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_41.txt 6 Content-Type: multipart/alternative;
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_41.txt 6 Content-Type: multipart/alternative;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_41.txt 6 Content-Type: multipart/alternative;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_41.txt 6 Content-Type: multipart/alternative;
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionListener.java 14 * labeled alternative in {@link BindingExpressionParser#expression}.
20 * labeled alternative in {@link BindingExpressionParser#expression}.
27 * labeled alternative in {@link BindingExpressionParser#expression}.
33 * labeled alternative in {@link BindingExpressionParser#expression}.
40 * labeled alternative in {@link BindingExpressionParser#expression}.
46 * labeled alternative in {@link BindingExpressionParser#expression}.
53 * labeled alternative in {@link BindingExpressionParser#expression}.
59 * labeled alternative in {@link BindingExpressionParser#expression}.
66 * labeled alternative in {@link BindingExpressionParser#expression}.
72 * labeled alternative in {@link BindingExpressionParser#expression}
    [all...]
BindingExpressionVisitor.java 17 * labeled alternative in {@link BindingExpressionParser#expression}.
25 * labeled alternative in {@link BindingExpressionParser#expression}.
33 * labeled alternative in {@link BindingExpressionParser#expression}.
41 * labeled alternative in {@link BindingExpressionParser#expression}.
49 * labeled alternative in {@link BindingExpressionParser#expression}.
57 * labeled alternative in {@link BindingExpressionParser#expression}.
65 * labeled alternative in {@link BindingExpressionParser#expression}.
73 * labeled alternative in {@link BindingExpressionParser#expression}.
81 * labeled alternative in {@link BindingExpressionParser#expression}.
89 * labeled alternative in {@link BindingExpressionParser#expression}
    [all...]
  /development/samples/browseable/DoneBar/
_index.jd 8 This sample demonstrates two alternative presentations of the
  /frameworks/base/docs/html/guide/topics/resources/
overview.jd 25 resources also allows you to provide alternative resources that support specific device
36 (the app provides no alternative layouts).</p>
47 <em>alternative</em> resources for your application:</p>
50 the device configuration or when there are no alternative resources that match the current
52 <li>Alternative resources are those that you've designed for use with a specific
64 two different devices when there are no alternative resources available. Figure 2 shows
65 the same application when it adds an alternative layout resource for larger screens.</p>
68 specify alternative resources, access them in your application, and more:</p>
73 alternative resources for specific device configurations.</dd>
80 <dd>A bottom-up guide to localizing your application using alternative resources. While this i
    [all...]
  /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)
  /external/curl/tests/data/
test280 7 --ftp-alternative-to-user
41 FTP --ftp-alternative-to-user on USER failure
44 ftp://%HOSTIP:%FTPPORT/280/ --ftp-alternative-to-user "USER replacement"
  /prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-13/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)

Completed in 1004 milliseconds

1 2 3 4 5 6 7 8 91011>>