HomeSort by relevance Sort by last modified time
    Searched refs:terminals (Results 1 - 25 of 46) sorted by null

1 2

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
scoring.h 38 DicTraverseSession *const traverseSession, DicNode *const terminals,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.cpp 44 std::vector<DicNode> terminals(terminalSize);
46 traverseSession->getDicTraverseCache()->popTerminal(&terminals[index]);
53 terminals.data(), terminalSize)
62 && !terminals.empty() && terminals.front().hasMultipleWords());
70 for (auto &terminalDicNode : terminals) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 40 DicTraverseSession *const traverseSession, DicNode *const terminals,
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/testterminal18153/
terminal_test.go 11 // dist's stdout/stderr aren't terminals.
  /prebuilts/go/linux-x86/src/cmd/go/testdata/testterminal18153/
terminal_test.go 11 // dist's stdout/stderr aren't terminals.
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 37 CaptureCallback... terminals) {
39 for (CaptureCallback each : terminals) {
43 for (CaptureCallback each : terminals) {
47 for (CaptureCallback each : terminals) {
51 for (CaptureCallback each : terminals) {
55 for (CaptureCallback each : terminals) {
59 for (CaptureCallback each : terminals) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_parser.py 275 terminals = list(walk(st2))
293 terminals)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_parser.py 277 terminals = list(walk(st2))
295 terminals)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_parser.py 277 terminals = list(walk(st2))
295 terminals)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 277 terminals = list(walk(st2))
295 terminals)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 277 terminals = list(walk(st2))
295 terminals)
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
OpTestCase.java 148 Map<String, Function<S_OUT, R>> terminals) {
151 for (Map.Entry<String, Function<S_OUT, R>> te : terminals.entrySet()) {
173 Map<String, Function<Stream<Integer>, Collection<Integer>>> terminals) {
181 exerciseTerminalOpsMulti(data, expected, m, terminals);
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
OpTestCase.java 149 Map<String, Function<S_OUT, R>> terminals) {
152 for (Map.Entry<String, Function<S_OUT, R>> te : terminals.entrySet()) {
174 Map<String, Function<Stream<Integer>, Collection<Integer>>> terminals) {
182 exerciseTerminalOpsMulti(data, expected, m, terminals);
  /external/libmojo/third_party/ply/
lex.py 595 terminals = {}
600 if n in terminals:
602 terminals[n] = 1
    [all...]
yacc.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 335 // whether stdout & stderr are terminals.
354 // This test needs its stdout/stderr to be terminals, so we don't run it from cmd/go's tests.
363 fmt.Println("skipping terminal test; stdout/stderr not terminals")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 335 // whether stdout & stderr are terminals.
354 // This test needs its stdout/stderr to be terminals, so we don't run it from cmd/go's tests.
363 fmt.Println("skipping terminal test; stdout/stderr not terminals")
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 457 * where x in T* and alpha, beta in V*; T is set of terminals and
458 * V is the set of terminals and nonterminals. In other words,
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 294 // lldb tries to be clever with terminals.
  /prebuilts/go/darwin-x86/src/encoding/gob/
doc.go 272 Tokens starting with a lower case letter are terminals; int(n)
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 294 // lldb tries to be clever with terminals.
  /prebuilts/go/linux-x86/src/encoding/gob/
doc.go 272 Tokens starting with a lower case letter are terminals; int(n)
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 483 global Productions, Prodnames, Prodmap, Terminals
497 Terminals = { } # A dictionary mapping the names of terminal symbols to a
624 if prodname in Terminals:
643 if c not in Terminals:
644 Terminals[c] = []
675 # Add all terminals to Terminals
696 if t in Terminals:
697 Terminals[t].append(p.number)
799 (Unused terminals have already had their warning.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 483 global Productions, Prodnames, Prodmap, Terminals
497 Terminals = { } # A dictionary mapping the names of terminal symbols to a
624 if prodname in Terminals:
643 if c not in Terminals:
644 Terminals[c] = []
675 # Add all terminals to Terminals
696 if t in Terminals:
697 Terminals[t].append(p.number)
799 (Unused terminals have already had their warning.
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 

Completed in 1223 milliseconds

1 2