HomeSort by relevance Sort by last modified time
    Searched defs:nos (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-tests/test/com/google/common/io/
NullOutputStreamTest.java 30 NullOutputStream nos = new NullOutputStream(); local
31 assertNotNull(nos);
33 nos.write('n');
35 nos.write(test.getBytes());
36 nos.write(test.getBytes(), 2, 10);
  /external/openfst/src/include/fst/
reverse.h 78 StateId nos = iarc.nextstate + 1; local
79 while (ofst->NumStates() <= nos)
81 ofst->AddArc(nos, oarc);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 69 StateId nos = iarc.nextstate + 1; local
70 while (ofst->NumStates() <= nos)
72 ofst->AddArc(nos, oarc);

Completed in 168 milliseconds