Searched refs:guessing (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DTreeParserSharedInputState.hpp26 TreeParserInputState() : guessing(0) {}
30 /** Are we guessing (guessing>0)? */
31 int guessing; //= 0; member in class:antlr::TreeParserInputState
H A DParserSharedInputState.hpp32 : guessing(0)
42 : guessing(0)
64 guessing = 0;
68 /** Are we guessing (guessing>0)? */
69 int guessing; member in class:antlr::ParserInputState
H A DLexerSharedInputState.hpp37 , guessing(0)
52 , guessing(0)
68 , guessing(0)
86 guessing = 0;
105 guessing = 0;
129 int guessing; member in class:antlr::LexerInputState
H A DCharScanner.hpp135 if (inputState->guessing == 0)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DParser.cpp33 * <li>increasing the guessing level.
36 * After guessing, the parser state is restored by:
40 * <li>decreasing the guessing level.
94 + ((inputState->guessing>0)?" [guessing]":"")
105 + ((inputState->guessing>0)?" [guessing]":"")
H A DTreeParser.cpp55 + ((inputState->guessing>0)?" [guessing]":"")
65 + ((inputState->guessing>0)?" [guessing]":"")
H A DLLkParser.cpp45 printf("%s", ((string)ee + rname + ((inputState->guessing>0)?"; [guessing]":"; ")).c_str());
/macosx-10.10/vim-55/runtime/syntax/
H A Dlhaskell.vim27 " 2004 February 18: New version, based on Ian Lynagh's TeX guessing
29 " 2004 February 20: Cleaned up the guessing and overriding a bit
33 " text markup guessing
137 " by the searches in our guessing code
H A Dexpect.vim77 " Are these really comments in Expect? (I never use it, so I'm just guessing).
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/macosx-10.10/vim-55/runtime/autoload/
H A Dccomplete.vim393 " Try to recognize the type of the variable. This is rough guessing...
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DBuilder.pm1589 pretty good at guessing the right package to look at. It first looks for
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1676 There is no guessing, no generating of illegal JSON texts by default,
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim2479 " Generic configuration file (check this last, it's just guessing!)
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm76 There is no guessing, no generating of illegal JSON texts by default,
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm5396 You may also change the precedence of the type-guessing rules. Note that this

Completed in 148 milliseconds