Searched refs:nos (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DNullOutputStreamTest.java30 NullOutputStream nos = new NullOutputStream();
31 assertNotNull(nos);
33 nos.write('n');
35 nos.write(test.getBytes());
36 nos.write(test.getBytes(), 2, 10);
/external/openfst/src/include/fst/
H A Dreverse.h78 StateId nos = iarc.nextstate + 1; local
79 while (ofst->NumStates() <= nos)
81 ofst->AddArc(nos, oarc);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreverse.h69 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/
H A Dv3_cpols.c82 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,
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_cpols.c78 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,
[all...]

Completed in 1322 milliseconds