HomeSort by relevance Sort by last modified time
    Searched refs:nos (Results 1 - 6 of 6) 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);
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_cpols.c 82 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
309 STACK_OF(CONF_VALUE) *nos;
314 nos = X509V3_parse_list(cnf->value);
315 if(!nos || !sk_CONF_VALUE_num(nos)) {
320 ret = nref_nos(nref->noticenos, nos);
321 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free);
347 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
354 for(i = 0; i < sk_CONF_VALUE_num(nos); i++) {
355 cnf = sk_CONF_VALUE_value(nos, i)
    [all...]
  /external/openssl/crypto/x509v3/
v3_cpols.c 78 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
301 STACK_OF(CONF_VALUE) *nos;
306 nos = X509V3_parse_list(cnf->value);
307 if(!nos || !sk_CONF_VALUE_num(nos)) {
312 ret = nref_nos(nref->noticenos, nos);
313 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free);
339 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
346 for(i = 0; i < sk_CONF_VALUE_num(nos); i++) {
347 cnf = sk_CONF_VALUE_value(nos, i)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-indexof-2.js 33 + "dolor, non existimant oportere nimium nos causae confidere, sed et"

Completed in 2613 milliseconds