/external/icu4c/test/cintltst/ |
uenumtst.c | 47 #define cont ((chArrayContext *)en->context) macro 51 if(cont->currUChar != NULL) { 52 free(cont->currUChar); 53 cont->currUChar = NULL; 60 return cont->maxIndex; 65 if(cont->currIndex >= cont->maxIndex) { 69 if(cont->currUChar == NULL) { 70 cont->currUChar = (UChar *)malloc(1024*sizeof(UChar)); 73 cont->currChar = (cont->array)[cont->currIndex] [all...] |
/external/stlport/test/unit/ |
map_test.cpp | 341 Container cont; local 342 cont.insert(value(Key(1), 1)); 343 cont.insert(value(Key(2), 2)); 344 cont.insert(value(Key(3), 3)); 345 cont.insert(value(Key(4), 4)); 347 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 ); 348 CPPUNIT_ASSERT( cont.count(1) == 1 ); 349 CPPUNIT_ASSERT( cont.count(5) == 0 ); 351 CPPUNIT_ASSERT( cont.find(2) != cont.end() ) 366 Container cont; local 390 Container cont; local 415 Container cont; local [all...] |
unordered_test.cpp | 573 Container cont; local 574 cont.insert(Key(1)); 575 cont.insert(Key(2)); 576 cont.insert(Key(3)); 577 cont.insert(Key(4)); 579 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 ); 580 CPPUNIT_ASSERT( cont.count(1) == 1 ); 581 CPPUNIT_ASSERT( cont.count(5) == 0 ); 583 CPPUNIT_ASSERT( cont.find(2) != cont.end() ) 594 Container cont; local 614 Container cont; local 635 Container cont; local [all...] |
ptrspec_test.cpp | 48 #define TEST_INSTANCIATE_CONTAINER(cont) \ 49 template class cont<int*>; \ 50 template class cont<int const*>; \ 51 template class cont<int volatile*>; \ 52 template class cont<int const volatile*>
|
/external/kernel-headers/original/linux/ |
attribute_container.h | 39 int attribute_container_register(struct attribute_container *cont); 40 int attribute_container_unregister(struct attribute_container *cont); 62 int attribute_container_add_class_device_adapter(struct attribute_container *cont,
|
/external/openssl/crypto/asn1/ |
x_long.c | 72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 103 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) 129 if(cont) { 130 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0; 132 cont[i] = (unsigned char)(utmp & 0xff); 133 if(ltmp < 0) cont[i] ^= 0xff; 140 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 152 if(len && (cont[0] & 0x80)) neg = 1; 157 if(neg) utmp |= cont[i] ^ 0xff [all...] |
x_bignum.c | 75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) 119 if(cont) { 120 if(pad) *cont++ = 0; 121 BN_bn2bin(bn, cont); 126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 132 if(!BN_bin2bn(cont, len, bn)) {
|
tasn_dec.c | 773 const unsigned char *cont = NULL; local 853 cont = *in; 859 len = p - cont; 863 len = p - cont + plen; 893 cont = (const unsigned char *)buf.data; 898 cont = p; 904 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it)) 916 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 928 return pf->prim_c2i(pval, cont, len, utype, free_cont, it); 950 if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, len) [all...] |
/external/icu4c/common/ |
rbbirpt.txt | 132 '*' n expr-cont doUnaryOpStar 133 '+' n expr-cont doUnaryOpPlus 134 '?' n expr-cont doUnaryOpQuestion 135 default expr-cont 139 # expr-cont Expression, continuation. At a point where additional terms are 142 expr-cont: 144 white_space n expr-cont 165 '/' n expr-cont-no-slash doSlash 170 # expr-cont-no-slash Expression, continuation. At a point where additional terms are 172 # expr-cont, above, except that no '/ [all...] |
rbbirpt.h | 112 , {doExprCatOperator, 254, 21,0, FALSE} // 35 expr-cont 126 , {doExprCatOperator, 254, 21,0, FALSE} // 49 expr-cont-no-slash 146 , {doExprCatOperator, 254, 21,0, FALSE} // 69 expr-cont-no-tag 210 "expr-cont", 224 "expr-cont-no-slash", 244 "expr-cont-no-tag",
|
/external/v8/test/mjsunit/ |
try.js | 178 var cont = true; 179 while (cont) { 183 cont = false; 197 var cont = true; 198 while (cont) { 202 cont = false; 287 var cont = true; 288 while (cont) { 294 cont = false; 311 var cont = true [all...] |
/external/grub/stage2/ |
common.c | 110 int cont; local 115 for (cont = 0, addr = mbi.mmap_addr; 126 cont++; 130 while (cont); 145 unsigned long cont, memtmp, addr; local 179 cont = 0; 183 cont = get_mmap_entry ((void *) addr, cont); 192 while (cont); 223 cont = memtmp & ~0xFFFF [all...] |
/external/icu4c/i18n/ |
regexcst.txt | 92 default expr-cont 96 # expr-cont Expression, continuation. At a point where additional terms are 99 expr-cont: 131 '=' n term ^expr-cont doOpenLookAhead # (?= 132 '!' n term ^expr-cont doOpenLookAheadNeg # (?! 148 '=' n term ^expr-cont doOpenLookBehind # (?<= 149 '!' n term ^expr-cont doOpenLookBehindNeg # (?<! 183 '?' n expr-cont doNGStar # *? 184 '+' n expr-cont doPossessiveStar # *+ 185 default expr-cont doSta [all...] |
/external/openssl/crypto/pem/ |
pkcs7.lis | 3 21 13:d=0 hl=2 l= 0 cons: cont: 00 # explicit tag 10 21 37:d=0 hl=2 l= 0 cons: cont: 00 # cert tag 14 21 1118:d=0 hl=2 l= 0 cons: cont: 01 # crl tag
|
/bionic/libc/string/ |
strspn.c | 45 cont: 49 goto cont;
|
strtok.c | 54 cont: 58 goto cont;
|
/external/libxml2/ |
valid.c | 352 xmlElementContentPtr cont; /* pointer to the content model subtree */ member in struct:_xmlValidState 361 #define CONT ctxt->vstate->cont 374 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, 407 if ((i >= 0) && (ctxt->vstateTab[i].cont == cont) && 413 ctxt->vstateTab[ctxt->vstateNr].cont = cont; 426 ctxt->vstate->cont = ctxt->vstateTab[ctxt->vstateNr].cont; 5286 xmlElementContentPtr cont; local 5993 xmlElementContentPtr cont; local [all...] |
/external/clearsilver/scripts/ |
document.py | 96 cont = None 129 cont = "func" 135 cont = "desc" 140 cont = "args" 145 cont = "retr" 150 cont = "out" 156 cont = "other" 161 if cont == "func": 163 elif cont == "desc": 165 elif cont == "args" [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncnRoamingContSM.c | 193 ("CONT ROAMING SCAN: <%s, %s> --> %s\n\n", 219 ("CONT SM: Requesting SCR.\n") ); 226 ("CONT SM: SCR pending, pend Reason: %d.\n", scrPendReason) ); 248 ("CONT SM: SCR acquired.\n") ); 256 ("CONT SM: SCR returned unrecognized status: %d.\n", scrReplyStatus) ); 284 ("CONT SM: Sending scan command to scan SRV.\n") ); 295 ("CONT SM: MLME result registration failed.\n") ); 322 ("CONT SM: scan SRV returned status %d, quitting continuous scan.\n", status) ); 356 ("CONT SM: aborting scan.\n") ); 379 ("CONT SM: Recovery occured!.\n") ) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
SerializerMessages_ca.java | 153 "La via d'acc\u00e9s cont\u00e9 una seq\u00fc\u00e8ncia d'escapament no v\u00e0lida" }, 156 "La via d''acc\u00e9s cont\u00e9 un car\u00e0cter no v\u00e0lid {0}" }, 159 "El fragment cont\u00e9 un car\u00e0cter no v\u00e0lid" }, 223 "La secci\u00f3 CDATA cont\u00e9 un o m\u00e9s marcadors d'acabament ']]>'."}, 230 "El node ''{0}'' cont\u00e9 car\u00e0cters XML no v\u00e0lids." 282 "El text de recanvi del node de l''entitat \"{0}\" cont\u00e9 un node d''element \"{1}\" amb un prefix de no enlla\u00e7at \"{2}\"." 286 "El text de recanvi del node de l''entitat \"{0}\" cont\u00e9 un node d''atribut \"{1}\" amb un prefix de no enlla\u00e7at \"{2}\"."
|
SerializerMessages_pt_BR.java | 153 "O caminho cont\u00e9m seq\u00fc\u00eancia de escape inv\u00e1lida" }, 156 "O caminho cont\u00e9m caractere inv\u00e1lido: {0}" }, 159 "O fragmento cont\u00e9m caractere inv\u00e1lido" }, 223 "A Se\u00e7\u00e3o CDATA cont\u00e9m um ou mais marcadores de t\u00e9rmino ']]>'."}, 230 "O n\u00f3 ''{0}'' cont\u00e9m caracteres XML inv\u00e1lidos. " 282 "O texto de substitui\u00e7\u00e3o do n\u00f3 de entidade \"{0}\" cont\u00e9m um n\u00f3 de elemento \"{1}\" com um prefixo n\u00e3o vinculado \"{2}\"." 286 "O texto de substitui\u00e7\u00e3o do n\u00f3 de entidade \"{0}\" cont\u00e9m um n\u00f3 de atributo \"{1}\" com um prefixo n\u00e3o vinculado \"{2}\"."
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 499 my (@cont) = @_; 501 foreach my $cont (@cont) { 502 $size += length($cont); 503 print OUT $cont; 509 my (@cont) = @_; 511 foreach my $cont (@cont) { 512 $size += length($cont);
|
/external/quake/quake/src/QW/client/ |
pmove.c | 577 int cont; local 620 cont = PM_PointContents (point); 622 if (cont <= CONTENTS_WATER) 624 watertype = cont; 627 cont = PM_PointContents (point); 628 if (cont <= CONTENTS_WATER) 632 cont = PM_PointContents (point); 633 if (cont <= CONTENTS_WATER) 694 int cont; local 712 cont = PM_PointContents (spot) [all...] |
/external/qemu/slirp/ |
cksum.c | 64 goto cont; 101 goto cont; 121 cont:
|
/external/qemu/slirp-android/ |
cksum.c | 64 goto cont; 101 goto cont; 121 cont:
|