/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAState.java | 89 * input, the decision is not deterministic--no decision about 283 * As we need a deterministic set of transitions from any
|
NFAToDFAConverter.java | [all...] |
/external/chromium/chrome/browser/importer/ |
importer_unittest.cc | 621 // The order might not be deterministic, look in the expected list for 831 // The order might not be deterministic, look in the expected list for [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 200 // Note, the enclosing routine is called in deterministic order, so the 373 // Sort the diagnostics so that they are always emitted in a deterministic [all...] |
/external/llvm/lib/CodeGen/ |
StackColoring.cpp | 240 // deterministic numbering, and because we'll need a post-order iteration 740 // Use stable sort to guarantee deterministic code generation.
|
/libcore/luni/src/main/java/java/util/ |
HashMap.java | 33 * <p>Note that the iteration order for HashMap is non-deterministic. If you want 34 * deterministic iteration, use {@link LinkedHashMap}. [all...] |
/external/bison/doc/ |
bison.texi | 387 annotated context-free grammar into a deterministic LR or generalized 523 Parsers for LR(1) grammars are @dfn{deterministic}, meaning 739 In some grammars, Bison's deterministic [all...] |
bison.info | 349 annotated context-free grammar into a deterministic LR or generalized [all...] |
/external/bison/ |
NEWS | 568 Currently, LAC is only supported for deterministic parsers in C. 647 Previously for deterministic parsers in C, if a user semantic action 697 deterministic parsers in C generated by Bison. More recently, it was [all...] |
/external/bison/data/ |
glr.c | 706 * stacks have actually needed the current lookahead. During deterministic [all...] |
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
Target.td | 510 /// particular list of operands is deterministic. 567 // match, to ensure that which instructions gets matched is deterministic. 586 // match, to ensure that which instructions gets matched is deterministic. [all...] |
/external/protobuf/python/ |
mox.py | 770 # Return some non-deterministic number of rows 1206 This construct is helpful for non-deterministic events, such as iterating [all...] |
/build/tools/signapk/ |
SignApk.java | 204 // map will be deterministic.
|
/external/bison/src/ |
getargs.c | 303 Generate a deterministic LR or generalized LR (GLR) parser employing\n\
|
output.c | 472 the GLR skeletons even without the non-deterministic tables. */
|
/external/chromium/chrome/browser/ |
tab_restore_uitest.cc | 125 // keep the test result deterministic and the buildbots happy.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
IvarInvalidationChecker.cpp | 381 // deterministic output.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractListMultimapTest.java | 284 * deterministic iteration order for keys but does for values.
|
/external/libogg/doc/ |
ogg-multiplex.html | 265 to a unique, deterministic absolute time value through direct
|
/external/libvpx/libvpx/ |
configure | 553 # in favor of deterministic output WRT to other compilers
|
/external/llvm/unittests/ADT/ |
TinyPtrVectorTest.cpp | 28 // The world's worst RNG, but it is deterministic and makes it easy to get
|
/external/openfst/src/include/fst/ |
label-reachable.h | 526 // Find first matching label (when non-deterministic)
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
ll.S | 7 # Modified to remove non-deterministic system calls
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
ll.S | 7 # Modified to remove non-deterministic system calls
|