Searched defs:single (Results 1 - 25 of 32) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h31 id single; member in union:__anon287
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleElementStream.h31 id single; member in union:__anon291
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleElementStream.h31 id single; member in union:__anon295
/external/srec/srec/Vocabulary/src/
H A DVocabulary.c211 ESR_ReturnCode SR_Vocabulary_etiinf_conv_multichar(ESR_Locale locale, const LCHAR* single, LCHAR* multi, size_t max_len) argument
218 for (*multi='\0'; *single; ++single)
220 LSTRCAT(multi, m[(int)*single]);
221 if (*(single+1)) LSTRCAT(multi, " ");
226 ESR_ReturnCode SR_Vocabulary_etiinf_conv_from_multichar(ESR_Locale locale, const LCHAR* multi, LCHAR* single) argument
236 *single = (LCHAR)i;
/external/tinyxml/
H A Dtinystr.h114 TiXmlString& operator += (char single) argument
116 return append(&single, 1);
145 // single char extraction
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java28 * is to reduce the set of possible types down to a single resolved type. This
195 private Map mergeMultiAndSingle(MultiType multi, Type single) { argument
197 Map map2 = getAllInterfaces(single.getCtClass(), null);
/external/openssl/crypto/ocsp/
H A Docsp_prn.c191 OCSP_SINGLERESP *single = NULL; local
234 single = sk_OCSP_SINGLERESP_value(rd->responses, i);
235 cid = single->certId;
237 cst = single->certStatus;
259 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate))
261 if (single->nextUpdate)
264 if (!ASN1_GENERALIZEDTIME_print(bp,single->nextUpdate))
270 single->singleExtensions, flags, 8))
H A Docsp_srv.c130 OCSP_SINGLERESP *single = NULL; local
138 if (!(single = OCSP_SINGLERESP_new()))
143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
149 OCSP_CERTID_free(single->certId);
151 if(!(single->certId = OCSP_CERTID_dup(cid)))
154 cs = single->certStatus;
188 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData->responses, single)))
190 return single;
192 OCSP_SINGLERESP_free(single);
[all...]
H A Docsp_cl.c233 /* Look single response matching a given certificate ID */
239 OCSP_SINGLERESP *single; local
246 single = sk_OCSP_SINGLERESP_value(sresp, i);
247 if (!OCSP_id_cmp(id, single->certId)) return i;
258 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, argument
265 if(!single) return -1;
266 cst = single->certStatus;
279 if(thisupd) *thisupd = single->thisUpdate;
280 if(nextupd) *nextupd = single->nextUpdate;
295 OCSP_SINGLERESP *single; local
[all...]
/external/valgrind/unittest/
H A Dold_test_suite.cc103 bool single = (values.size() == 1); local
105 if (!single) {
117 if (!single) {
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c32 const struct dwarf_fde *single; member in union:object::__anon3684
/external/icu4c/i18n/
H A Dtridpars.cpp95 * Parse a single ID, that is, an ID of the general form
144 SingleID* single; local
148 single = specsToID(specsA, FORWARD);
150 if (b == NULL || single == NULL) {
152 delete single;
156 single->canonID.append(OPEN_REV)
159 single->filter = specsA->filter;
164 single = specsToID(specsB, FORWARD);
166 if (a == NULL || single == NULL) {
168 delete single;
224 SingleID* single = specsToID(specs, FORWARD); local
384 SingleID* single = parseSingleID(id, pos, dir, ec); local
408 SingleID* single = (SingleID*) list.elementAt(i); local
484 SingleID* single = (SingleID*) list.elementAt(i); local
[all...]
H A Drbt_pars.cpp400 int32_t quoteStart = -1; // Most recent 'single quoted string'
548 TransliteratorIDParser::SingleID* single = local
551 if (single == NULL ||
556 Transliterator *t = single->createInstance();
557 delete single;
637 // Quantifiers. We handle single characters, quoted strings,
661 // The */+ follows a single character, possibly
1323 // LHS is the name. RHS is a single character, either a literal
1328 // We expect to see a single undefined variable (the one being
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c51 ext2fs_inode_bitmap single; member in struct:ext2_icount
80 if (icount->single)
81 ext2fs_free_inode_bitmap(icount->single);
106 retval = ext2fs_allocate_inode_bitmap(fs, 0, &icount->single);
501 if (ext2fs_test_inode_bitmap(icount->single, ino)) {
525 if (ext2fs_test_inode_bitmap(icount->single, ino)) {
533 ext2fs_unmark_inode_bitmap(icount->single, ino);
547 * The count was zero; mark the single bitmap
550 ext2fs_mark_inode_bitmap(icount->single, ino);
582 if (ext2fs_test_inode_bitmap(icount->single, in
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-gsub-private.h456 HB_SingleSubst single; member in union:HB_GSUB_SubTable_
H A Dharfbuzz-gpos-private.h700 HB_SinglePos single; member in union:HB_GPOS_SubTable_
/external/openssl/apps/
H A Docsp.c1126 OCSP_SINGLERESP *single; local
1129 single = OCSP_basic_add1_status(bs, cid,
1134 OCSP_SINGLERESP_add1_ext_i2d(single, NID_invalidity_date, invtm, 0, 0);
1136 OCSP_SINGLERESP_add1_ext_i2d(single, NID_hold_instruction_code, inst, 0, 0);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c38 static int readchar (int single);
621 single character. Return the number of characters consumed. */
766 /* if single, only one character maximum can be read with
771 int readchar (int single) argument
792 if (single)
/external/qemu/
H A Darm-dis.c128 %y<code> print a single precision VFP reg.
510 %C print v{st,ld}[1234] single->all operands
1936 int single = *c++ == 'y'; local
1946 if (single)
1957 if (single)
1968 if (single)
1980 if (single)
1993 func (stream, "%c%d", single ? 's' : 'd', regno);
1999 if (single == 0)
2005 single
[all...]
/external/bluetooth/bluez/audio/
H A Davdtp.c525 struct avdtp_single_header single; local
527 memset(&single, 0, sizeof(single));
529 single.transaction = transaction;
530 single.packet_type = AVDTP_PKT_TYPE_SINGLE;
531 single.message_type = message_type;
532 single.signal_id = signal_id;
534 memcpy(session->buf, &single, sizeof(single));
535 memcpy(session->buf + sizeof(single), dat
1986 struct avdtp_single_header *single = (void *) session->buf; local
[all...]
/external/openssl/crypto/x509/
H A Dx509.h219 int single; /* 0 for a set, 1 for a single item (which is wrong) */ member in struct:x509_attributes_st
223 /* 1 */ ASN1_TYPE *single; member in union:x509_attributes_st::__anon8547
/external/openssl/include/openssl/
H A Dx509.h219 int single; /* 0 for a set, 1 for a single item (which is wrong) */ member in struct:x509_attributes_st
223 /* 1 */ ASN1_TYPE *single; member in union:x509_attributes_st::__anon8580
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c9404 IRTemp single = newTemp(Ity_I8); local
9449 assign(single,
9453 store(mkexpr(addr1), mkexpr(single));
9482 IRTemp addr1, addr3, addr3_load, len1, len3, single; local
9489 single = newTemp(Ity_I8);
9508 assign(single,
9512 store(mkexpr(addr1), mkexpr(single));
13263 /* Disassemble a single instruction INSN into IR. */
13319 /* Disassemble a single instruction into IR. The instruction
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 486 milliseconds

12