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

1 2 34 5 6 7 8 91011>>

  /frameworks/support/samples/SupportPreferenceDemos/res/values-v17/
bools.xml 20 API level. The default value is false; an alternative value
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
registers.s 40 # Alternative names for special registers
  /external/bison/m4/
extern-inline.m4 11 [/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
12 _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvfgen.c 300 "Traditional Characters, Alternative Set 1",
301 "Traditional Characters, Alternative Set 2",
302 "Traditional Characters, Alternative Set 3",
303 "Traditional Characters, Alternative Set 4",
304 "Traditional Characters, Alternative Set 5",
337 "Hanja to Hangul, Alternative Set 1",
338 "Hanja to Hangul, Alternative Set 2",
339 "Hanja to Hangul, Alternative Set 3",
  /external/proguard/build/
README 4 This directory contains a number of alternative ways to build ProGuard:
11 - As a final alternative, you can also easily compile the code from the
  /frameworks/base/docs/html/training/basics/supporting-devices/
index.jd 33 <p>This class teaches you how to use basic platform features that leverage alternative
41 <dd>Learn how to support multiple languages with alternative string resources.</dd>
  /packages/apps/TV/src/com/android/tv/util/
CaptionSettings.java 88 * Returns the track ID to be used as an alternative key.
95 * Sets the track ID to be used as an alternative key.
  /development/samples/NotePad/
AndroidManifest.xml 88 <!-- This activity implements an alternative action that can be
91 available as an alternative action for any note data. -->
99 <!-- ALTERNATIVE: show as an alternative action when the user is
101 <category android:name="android.intent.category.ALTERNATIVE" />
102 <!-- SELECTED_ALTERNATIVE: show as an alternative action the user
  /external/pcre/dist/doc/html/
pcrematching.html 19 <li><a name="TOC4" href="#SEC4">THE ALTERNATIVE MATCHING ALGORITHM</a>
20 <li><a name="TOC5" href="#SEC5">ADVANTAGES OF THE ALTERNATIVE ALGORITHM</a>
21 <li><a name="TOC6" href="#SEC6">DISADVANTAGES OF THE ALTERNATIVE ALGORITHM</a>
37 An alternative algorithm is provided by the <b>pcre_dfa_exec()</b>,
39 a different way, and are not Perl-compatible. This alternative has advantages
55 them, whereas the alternative algorithm finds all three.
74 tries the next alternative branch at that level. This often involves backing up
92 <br><a name="SEC4" href="#TOC1">THE ALTERNATIVE MATCHING ALGORITHM</a><br>
139 supported by the alternative matching algorithm. They are as follows:
181 these modes, because the alternative algorithm moves through the subject strin
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-directive_loh.s 14 # - Alternative syntax.
77 # Too much arguments with alternative syntax.
89 # Too few argumets with alternative syntax.
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_38.txt 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa2"
49 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa3"
71 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa4"
msg_39.txt 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_38.txt 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa2"
49 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa3"
71 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa4"
msg_39.txt 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa2"
49 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa3"
71 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa4"
msg_39.txt 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa2"
49 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa3"
71 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa4"
msg_39.txt 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
  /developers/samples/android/ui/views/Elevation/ElevationBasic/
template-params.xml 31 This sample demonstrates two alternative ways to move a view in the z-axis. The
67 alternative ways to move a view in the z-axis. The first shape, the circle,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ReverseLinearLayout.java 75 public void setAlternativeOrder(boolean alternative) {
76 mIsAlternativeOrder = alternative;
  /developers/build/prebuilts/gradle/DoneBar/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates two alternative presentations of the
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates two alternative ways to move a view in the z-axis. The
  /development/ndk/platforms/android-9/arch-x86/include/asm/
bitops_32.h 26 #include <asm/alternative.h>
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
_index.html 7 ways to utilize the accessibility API for providing alternative and complementary feedback.
  /development/samples/browseable/DoneBar/res/values/
base-strings.xml 24 This sample demonstrates two alternative presentations of the

Completed in 983 milliseconds

1 2 34 5 6 7 8 91011>>