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

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSyntaxErrors.java 43 String expecting = "line 1:1 no viable alternative at input 'e'\n";
57 String expecting = "line 1:2 no viable alternative at input 'e'\n";
70 String expecting = "line 1:3 no viable alternative at input 'e'\n";
87 String expecting = "line 1:0 no viable alternative at input '('\n";
  /external/icu4c/layout/
AlternateSubstSubtables.cpp 19 // NOTE: For now, we'll just pick the first alternative...
  /external/openssl/crypto/objects/
obj_xref.txt 21 # Alternative deprecated OIDs. By using the older "rsa" OID this
  /external/valgrind/main/coregrind/
link_tool_exe_linux.in 4 # statically and at an alternative load address.
8 # client's) coexisting in the same process. The alternative load
15 # alternative address', so these link_tool_exe_*.in scripts handle
20 # the alternative load address
  /frameworks/base/core/java/android/accessibilityservice/
package.html 5 provide alternative or augmented feedback to the user.
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorServiceAlternate.java 20 * {@link EasAuthenticatorService} used with the alternative label.
  /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'.
  /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>
  /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/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 527 PatternAlternative* alternative = parenthesesDisjunction->addNewAlternative(); local
531 PatternDisjunction* newDisjunction = new PatternDisjunction(alternative);
533 alternative->m_terms.append(PatternTerm(PatternTerm::TypeParenthesesSubpattern, subpatternId, newDisjunction, false, false));
537 PatternTerm& disjunctionTerm = alternative->lastTerm();
540 alternative->m_containsBOL = m_alternative->m_containsBOL;
541 alternative->m_startsWithBOL = m_alternative->m_startsWithBOL;
579 PatternAlternative* alternative = disjunction->m_alternatives[alt]; local
580 if (!filterStartsWithBOL || !alternative->m_startsWithBOL) {
586 for (unsigned i = 0; i < alternative->m_terms.size(); ++i)
587 newAlternative->m_terms.append(copyTerm(alternative->m_terms[i], filterStartsWithBOL))
741 PatternAlternative* alternative = disjunction->m_alternatives[alt]; local
823 PatternAlternative* alternative = disjunction->m_alternatives[alt]; local
    [all...]
  /external/kernel-headers/original/asm-x86/
alternative_32.h 36 * Alternative instructions for different CPU types or capabilities.
47 #define alternative(oldinstr, newinstr, feature) \ macro
62 * Alternative inline assembly with input.
107 * Alternative inline assembly for SMP.
117 * The SMP alternative tables can be kept after boot and contain both
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 55 // The number of alternative random weights.
82 // Number of alternative random weights.
115 // Number of alternative random weights.
  /bionic/libc/kernel/arch-x86/asm/
bitops_32.h 26 #include <asm/alternative.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
bitops_32.h 26 #include <asm/alternative.h>
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
FailedPredicateException.js 2 * occurs when normally parsing the alternative just like matching a token.
  /external/chromium/net/base/
cookie_policy.h 17 // Alternative success codes for CookiePolicy::Can{Get,Set}Cookie(s).
  /external/chromium/testing/gtest/samples/
sample9_unittest.cc 32 // an alternative console output and how to use the UnitTest reflection API
50 // Provides alternative output mode which produces minimal amount of
103 << "This test fails in order to demonstrate alternative failure messages";
132 // events from Google Test and print the alternative output. We don't
  /external/chromium/webkit/glue/
alt_error_page_resource_fetcher.h 25 // This will be called when the alternative error page has been fetched,
  /external/gtest/samples/
sample9_unittest.cc 32 // an alternative console output and how to use the UnitTest reflection API
50 // Provides alternative output mode which produces minimal amount of
103 << "This test fails in order to demonstrate alternative failure messages";
132 // events from Google Test and print the alternative output. We don't
  /external/guava/guava/src/com/google/common/base/
FinalizablePhantomReference.java 24 * after the garbage collector reclaims the referent. This is a simpler alternative to using a
FinalizableSoftReference.java 24 * the garbage collector reclaims the referent. This is a simpler alternative to using a {@link
FinalizableWeakReference.java 24 * the garbage collector reclaims the referent. This is a simpler alternative to using a {@link
  /external/libvpx/libvpx/third_party/googletest/src/samples/
sample9_unittest.cc 32 // an alternative console output and how to use the UnitTest reflection API
50 // Provides alternative output mode which produces minimal amount of
103 << "This test fails in order to demonstrate alternative failure messages";
132 // events from Google Test and print the alternative output. We don't
  /external/llvm/tools/gold/
README.txt 20 As an alternative to passing --enable-pic, you can use 'make ENABLE_PIC=1' in
  /external/llvm/utils/emacs/
emacs.el 14 ;; Alternative to setting the global style. Only files with "llvm" in

Completed in 2300 milliseconds

12 3 4 5 6 7 8 91011>>