HomeSort by relevance Sort by last modified time
    Searched full:alternative (Results 226 - 250 of 2162) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
atomic_word.h 36 // See ia64/atomic_word.h for an alternative approach.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_15.txt 15 Content-type: multipart/alternative;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_base64.py 80 # Test with arbitrary alternative characters
100 # Test with 'URL safe' alternative characters
119 # Test with arbitrary alternative characters
137 # Test with 'URL safe' alternative characters
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_15.txt 15 Content-type: multipart/alternative;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
hierarchy.py 38 alternative approach that finds strongly connected components.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_base64.py 80 # Test with arbitrary alternative characters
100 # Test with 'URL safe' alternative characters
119 # Test with arbitrary alternative characters
137 # Test with 'URL safe' alternative characters
  /prebuilts/tools/common/proguard/
README 29 - build : various alternative build scripts
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
122 alternative
ANTLRTreePrinter.g 126 | alternative
316 alternative rewrite ( {out("|");} alternative rewrite )*
321 alternative
348 ( alternative
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
serialize.g 170 ( alternative rewrite )+
175 alternative
176 : #( ALT {out.alt(#alternative);} (element)+ EOA {out.endAlt();} )
  /external/selinux/libsemanage/man/man5/
semanage.conf.5 32 Specify an alternative root path to use for the store. The default is "/"
36 Specify an alternative store_root path to use. The default is "/var/lib/selinux"
40 Specify an alternative directory that contains HLL to CIL compilers. The default value is "/usr/libexec/selinux/hll".
  /frameworks/base/cmds/uiautomator/cmds/uiautomator/
uiautomator 19 # * Use an alternative dalvik cache when running as non-root. Jar file needs
22 # cache so we redirect to an alternative cache
37 # if not running as root, trick dalvik into using an alternative dex cache
  /frameworks/base/core/java/android/service/carrier/
CarrierService.java 100 * system to provide alternative UI while telephony is performing an action
104 * hide the alternative UI. There is no timeout associated with showing
115 * alternative UI and false to stop.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Multipart.java 50 private String subType = "alternative";
59 * Gets the multipart sub-type. E.g. <code>alternative</code> (the default)
70 * Sets the multipart sub-type. E.g. <code>alternative</code>
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MultipartBuilder.java 41 * The "multipart/alternative" type is syntactically identical to
43 * of the body parts is an "alternative" version of the same information.
45 public static final MediaType ALTERNATIVE = MediaType.parse("multipart/alternative");
97 * default), {@link #ALTERNATIVE}, {@link #DIGEST}, {@link #PARALLEL} and
  /external/openfst/src/include/fst/
random-weight.h 66 // The number of alternative random weights.
98 // Number of alternative random weights.
133 // Parameters controlling the number of alternative random weights.
170 // Number of alternative random weights.
312 // Number of alternative random weights.
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 199 a1=alternative rewrite ( '|' a2=alternative rewrite )*
201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] )
211 : a1=alternative rewrite ( '|' a2=alternative rewrite )*
212 -> ^( {blkRoot} (alternative rewrite?)+ EOB["EOB"] )
215 alternative
  /frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd 11 <li>Alternative resources provide configuration-specific resource files</li>
18 <li><a href="#AlternativeResources">Providing Alternative Resources</a>
39 code, so that you can maintain them independently. You should also provide alternative resources for
49 provide alternative resources for specific device configurations.</p>
211 configurations, you need to provide alternative resources, in addition to your default
215 <h2 id="AlternativeResources">Providing Alternative Resources</h2>
224 <p>Almost every application should provide alternative resources to support specific device
225 configurations. For instance, you should include alternative drawable resources for different
226 screen densities and alternative string resources for different languages. At runtime, Android
246 <li>Save the respective alternative resources in this new directory. The resource files must b
    [all...]
localization.jd 82 Alternative Resources</a>.)</p>
101 <p>When you write your application, you create default and alternative resources
179 <h3 id="creating-alternatives">How to Create Alternative Resources</h3>
181 <p>A large part of localizing an application is providing alternative text for
182 different languages. In some cases you will also provide alternative graphics,
186 directories, each with different qualifiers. To create an alternative resource for
191 Alternative Resources</a>,
199 Japanese. In this case, you could create three alternative <code>strings.xml</code>
297 Alternative Resources</a>.</p>
343 German with its long words), you can create an alternative layout for that
    [all...]
  /external/svox/pico/lib/
picotrns.c 288 /* Gets next acceptable alternative for output symbol '*outSym' at current recursion position
289 starting from previous alternative in 'altDesc'; possibly uses input symbol
420 "get first or next acceptable alternative in current position";
421 IF "acceptable alternative found" THEN
422 "note alternative";
499 /* get first or next acceptable alternative in current position */
502 /* note alternative in current position */
507 /* check for solution after found alternative */
513 /* go to next position if possible, start search for follower alternative symbols */
528 } else { /* no more acceptable alternative found in current position *
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
AbstractUnivariateRealOptimizer.java 88 * @deprecated in 2.2 (no alternative).
120 * @deprecated in 2.2 (no alternative).
133 * @deprecated in 2.2 (no alternative).
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 152 * instance to the subject distinguished name and subject alternative
201 // check map: shows which types of permitted alternative names are
205 // among the certificate's alternative names
  /developers/build/prebuilts/gradle/DoneBar/Application/src/main/java/com/example/android/donebar/
DoneButtonActivity.java 28 * A sample activity demonstrating the "done button" alternative action bar presentation. For a more
  /developers/samples/android/ui/actionbar/DoneBar/Application/src/main/java/com/example/android/donebar/
DoneButtonActivity.java 28 * A sample activity demonstrating the "done button" alternative action bar presentation. For a more
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/
template-params.xml 75 array of colors and the alternative is via the `TabColorizer` interface which gives

Completed in 6891 milliseconds

1 2 3 4 5 6 7 8 91011>>