Searched refs:alternative (Results 1 - 25 of 65) sorted by relevance

123

/external/curl/docs/cmdline-opts/
H A Dftp-alternative-to-user.d1 Long: ftp-alternative-to-user
H A Drequest-target.d6 Tells curl to use an alternative "target" (path) instead of using the path as
H A Dpreproxy.d11 alternative proxy protocols. Use socks4://, socks4a://, socks5:// or
H A Dresolve.d9 /etc/hosts alternative provided on the command line. The port number should be
H A Dform.d101 inline part in two alternative formats: plain text and HTML. It attaches a
104 curl -F '=(;type=multipart/alternative' \\
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3Tree.g115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
122 alternative
H A DANTLRTreePrinter.g126 | alternative
316 alternative rewrite ( {out("|");} alternative rewrite )*
321 alternative
348 ( alternative
H A DANTLR.g639 ( 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
H A DAssignTokenTypesWalker.g331 ( alternative rewrite )+
336 alternative
/external/libmicrohttpd/doc/chapters/
H A Dtlsauthentication.inc136 (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
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g199 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/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
/external/python/cpython2/Lib/lib2to3/
H A Dbtm_matcher.py59 for alternative in pattern[0]:
62 end_nodes = self.add(alternative, start=start)
/external/python/cpython3/Lib/lib2to3/
H A Dbtm_matcher.py59 for alternative in pattern[0]:
62 end_nodes = self.add(alternative, start=start)
/external/v8/src/regexp/
H A Dregexp-ast.cc311 RegExpTree* alternative = alternatives->at(i); local
312 min_match_ = Min(min_match_, alternative->min_match());
313 max_match_ = Max(max_match_, alternative->max_match());
H A Djsregexp.cc760 // fails to find a match and needs to try an alternative.
2360 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2370 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2881 GuardedAlternative alternative = alternatives_->at(i); local
2882 if (alternative.guards() != NULL && alternative.guards()->length() != 0) {
2891 GuardedAlternative alternative = alternatives_->at(i); local
2893 alternative.node()->FilterOneByte(depth - 1, ignore_case);
2930 // Alternative 0 is the negative lookahead, alternative 1 is what comes
3478 // this alternative an
3481 GreedyLoopTextLengthForAlternative( GuardedAlternative* alternative) argument
3941 GuardedAlternative alternative = alternatives_->at(i); local
4163 GuardedAlternative alternative = alternatives_->at(i); local
4232 EmitOutOfLineContinuation(RegExpCompiler* compiler, Trace* trace, GuardedAlternative alternative, AlternativeGeneration* alt_gen, int preload_characters, bool next_expects_preload) argument
5229 RegExpTree* alternative = alternatives->at(i); local
5238 RegExpTree* alternative = alternatives->at(i); local
5277 RegExpTree* alternative = alternatives->at(i); local
5363 RegExpTree* alternative = alternatives->at(i); local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb27 * the appropriate alternative. Lookhead can be arbitrarily
/external/llvm/test/MC/AArch64/
H A Darm64-directive_loh.s77 # Too much arguments with alternative syntax.
89 # Too few argumets with alternative syntax.
/external/mesa3d/docs/specs/
H A DMESA_pixmap_colormap.spec39 The glXCreateGLXPixmapMESA function is an alternative to glXCreateGLXPixmap
/external/python/cpython2/Lib/xml/sax/
H A Dxmlreader.py327 def get(self, name, alternative=None):
328 return self._attrs.get(name, alternative)
/external/python/cpython3/Lib/xml/sax/
H A Dxmlreader.py326 def get(self, name, alternative=None):
327 return self._attrs.get(name, alternative)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb59 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/
H A Dprofile-mode.rb22 * the appropriate alternative. Lookhead can be arbitrarily
/external/eigen/unsupported/test/
H A Dcxx11_tensor_concatenation.cpp52 Tensor<int, 2, DataLayout> alternative = left local
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as56 /** From the input stream, predict what alternative will succeed
58 * to the underlying CFL). Return an alternative number 1..n. Throw

Completed in 718 milliseconds

123