HomeSort by relevance Sort by last modified time
    Searched full:alternative (Results 326 - 350 of 3066) sorted by null

<<11121314151617181920>>

  /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>
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-asmtab.h 102 /* An alternative completer, or -1 if this is the end of the chain. */
103 short alternative; member in struct:ia64_completer_table
128 alternative field; a 1 bit indicates that the current completer
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
TestFilePushSetup.java 41 * contain the required apk. The search will go in order from the last alternative dir specified to
124 "alternative directories were provided", device.getDeviceDescriptor());
191 * Set the alternative directory search behavior. Exposed for testing.
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRTreePrinter.g 126 | alternative
316 alternative rewrite ( {out("|");} alternative rewrite )*
321 alternative
348 ( alternative
  /external/fmtlib/doc/
index.rst 5 It can be used as a safe alternative to printf or as a fast
6 alternative to C++ IOStreams.
24 The replacement-based Format API provides a safe alternative to ``printf``,
77 an alternative, slightly terser syntax for named arguments:
103 stateless alternative to IOStreams:
  /external/guice/core/src/com/google/inject/
Injector.java 68 * @see Binder#getMembersInjector(Class) for a preferred alternative that supports checks before
78 * @see Binder#getMembersInjector(TypeLiteral) for an alternative that offers up front error
90 * @see Binder#getMembersInjector(Class) for an alternative that offers up front error
169 * @see Binder#getProvider(Key) for an alternative that offers up front error detection
178 * @see Binder#getProvider(Class) for an alternative that offers up front error detection
  /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/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
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 52 * 1 => alternative contension scope
114 * -> Do not have a detached thread use an alternative stack;
127 CASE_POS(0, 0, 0, 0, 1, 0, 0, 0, "Alternative contension scope"),
128 CASE_POS(0, 0, 0, 0, 0, 1, 0, 0, "Alternative stack"),
135 CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack"),
391 " alternative stack");
410 "No alternative stack\n");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 35 int altscope; /* 0 => default contension scope; 1 => alternative contension scope */
66 * -> Do not have a detached thread use an alternative stack;
87 , CASE_POS(0, 0, 0, 0, 1, 0, 0, 0, "Alternative contension scope")
89 , CASE_POS(0, 0, 0, 0, 0, 1, 0, 0, "Alternative stack")
100 , CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack")
341 "Unable to alloc enough memory for alternative stack");
362 ("TSA or TSS unsupported => No alternative stack\n");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 35 int altscope; /* 0 => default contension scope; 1 => alternative contension scope */
66 * -> Do not have a detached thread use an alternative stack;
87 , CASE_POS(0, 0, 0, 0, 1, 0, 0, 0, "Alternative contension scope")
89 , CASE_POS(0, 0, 0, 0, 0, 1, 0, 0, "Alternative stack")
100 , CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack")
341 "Unable to alloc enough memory for alternative stack");
362 ("TSA or TSS unsupported => No alternative stack\n");
  /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/libmicrohttpd/doc/chapters/
tlsauthentication.inc 136 (as an alternative to using the password-based Basic or Digest authentication).
221 and alternative names:
252 * Get the alternative name of specified type from the client's certificate
256 * @param index The position of the alternative name if multiple names are
258 * @return NULL if no matching alternative name could be found, a pointer
259 * to the alternative name if found
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestRunner.java 238 private long parseLongParam(String key, long alternative) throws NumberFormatException {
242 return alternative;
246 private boolean parseBoolParam(String key, boolean alternative)
251 return alternative;
255 private String parseStringParam(String key, String alternative) {
259 return alternative;
  /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).
  /external/v8/src/regexp/
regexp-ast.cc 305 RegExpTree* alternative = alternatives->at(i); local
306 min_match_ = Min(min_match_, alternative->min_match());
307 max_match_ = Max(max_match_, alternative->max_match());
  /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
  /development/host/windows/usb/
readme.txt 33 As an alternative to modification, android_winusb.inf file can be used as a
  /development/samples/browseable/DoneBar/src/com.example.android.donebar/
DoneButtonActivity.java 28 * A sample activity demonstrating the "done button" alternative action bar presentation. For a more
  /device/google/contexthub/firmware/os/inc/
syscall.h 56 #define SYSCALL_DOMAIN_CHRE 2 /* alternative API */
  /device/google/marlin/
default-permissions.xml 27 alternative disclosure and opt-out UI, ones providing highlight features
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
btm_utils.py 43 #last alternative
78 reject 'group' matches; for example the alternative form
121 #just a single 'Alternative', skip this node
133 elif node.type == syms.Alternative:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/
README.tcltk-AMD64 17 I did comment out these lines; an alternative would have been to use

Completed in 1335 milliseconds

<<11121314151617181920>>