HomeSort by relevance Sort by last modified time
    Searched refs:alternative (Results 51 - 75 of 176) sorted by null

1 23 4 5 6 7 8

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
registers.s 52 ;; Test the alternative names
  /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.
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 39 The glXCreateGLXPixmapMESA function is an alternative to glXCreateGLXPixmap
  /external/v8/test/webkit/fast/regex/
overflow.js 24 description("This test checks expressions with alternative lengths of appox. 2^31.");
  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 165 private boolean verifyVersion(int current, int alternative) {
166 return (current < alternative);
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 327 def get(self, name, alternative=None):
328 return self._attrs.get(name, alternative)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 327 def get(self, name, alternative=None):
328 return self._attrs.get(name, alternative)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 327 def get(self, name, alternative=None):
328 return self._attrs.get(name, alternative)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 327 def get(self, name, alternative=None):
328 return self._attrs.get(name, alternative)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 639 ( a1=alternative r1=rewrite
643 ( ( OR a2=alternative r2=rewrite
673 a=alternative r=rewrite
679 ( OR a=alternative r=rewrite
688 -> ^($block optionsSpec? ruleActions? ACTION? alternative+ EOB[$rp,"<end-of-block>"])
693 alternative
AssignTokenTypesWalker.g 331 ( alternative rewrite )+
336 alternative
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 59 alternative has been chosen successfully and the prediction procedure ends. If
61 there is <i>no viable alternative</i>.
89 transitions, this is the alternative number
93 this is the alternative number that has been predicted.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 22 * the appropriate alternative. Lookhead can be arbitrarily
  /external/avahi/avahi-core/
conformance-test.c 34 #include <avahi-common/alternative.h>
  /external/avahi/examples/
client-publish-service.c 32 #include <avahi-common/alternative.h>
core-publish-service.c 33 #include <avahi-common/alternative.h>
  /external/avahi/tests/
c-plus-plus-test.cc 26 #include <avahi-common/alternative.h>
  /external/v8/build/android/
adb_gdb 259 You can also use --ndk-dir=<path> to specify an alternative NDK installation
279 An alternative to --gdb=<file> is to use --toollchain=<path> to specify
295 alternative. The script can detect when you change the connected device,
312 --package-name=<name> Specify package name (alternative to 1st argument).
968 # If not, this will fail horribly. The alternative is to run the
  /external/v8/build/android/gyp/
write_build_config.py 247 parser.add_option('--has-alternative-locale-resource', action='store_true',
248 help='Whether there is alternative-locale-resource in direct deps')
299 alternative = [r['path'] for r in deps.Direct('android_resources')
302 if len(alternative) != 1:
304 % len(alternative))
306 if r.get('is_locale_resource') and r['path'] not in alternative]
  /external/v8/test/mjsunit/regress/
regress-regexp-construct-result.js 28 // Create a huge regexp with many alternative capture groups, most of
  /external/v8/src/regexp/
jsregexp.cc 763 // fails to find a match and needs to try an alternative.
2885 GuardedAlternative alternative = alternatives_->at(i); local
2895 GuardedAlternative alternative = alternatives_->at(i); local
3945 GuardedAlternative alternative = alternatives_->at(i); local
4167 GuardedAlternative alternative = alternatives_->at(i); local
5241 RegExpTree* alternative = alternatives->at(i); local
5250 RegExpTree* alternative = alternatives->at(i); local
5289 RegExpTree* alternative = alternatives->at(i); local
5375 RegExpTree* alternative = alternatives->at(i); local
    [all...]
  /cts/tests/tests/icu/
Android.mk 49 # RunnerBuilder) this provides an alternative. This generates an XML representation based off a
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.c 189 prev_completer = completer_table[prev_completer].alternative;
598 ci = completer_table[ci].alternative;
ia64-gen.c 111 /* An alternative completer. */
112 struct completer_entry *alternative; member in struct:completer_entry
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 56 /** From the input stream, predict what alternative will succeed
58 * to the underlying CFL). Return an alternative number 1..n. Throw

Completed in 3034 milliseconds

1 23 4 5 6 7 8