HomeSort by relevance Sort by last modified time
    Searched defs:cont (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/
HandshakeCompletedEventTest.java 39 SSLContext cont = SSLContext.getInstance("TLS"); local
40 cont.init(null, null, null);
41 SSLSocket soc = (SSLSocket )cont.getSocketFactory().createSocket();
SSLSessionBindingEventTest.java 39 SSLContext cont = SSLContext.getInstance("TLS"); local
40 cont.init(null, null, null);
41 SSLSocket soc = (SSLSocket )cont.getSocketFactory().createSocket();
  /external/dropbear/libtomcrypt/src/hashes/whirl/
whirltab.c 566 static const ulong64 cont[] = { variable
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 103 bool cont = true; local
105 while (cont) {
106 cont = false;
114 cont = true;
127 cont = true;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64.S 1394 #define cont p16 define
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
bio_enc.c 80 int cont; /* <= 0 when finished */ member in struct:enc_struct
118 ctx->cont=1;
175 if (ctx->cont <= 0) break;
186 ctx->cont=i;
204 ctx->cont=1;
228 return((ret == 0)?ctx->cont:ret);
306 if (ctx->cont <= 0)
bio_b64.c 88 int cont; /* <= 0 when finished */ member in struct:b64_struct
123 ctx->cont=1;
191 if (ctx->cont <= 0)
204 ctx->cont=i;
295 else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0))
502 ctx->cont=1;
508 if (ctx->cont <= 0)
bio_ok.c 151 int cont; /* <= 0 when finished */ member in struct:ok_struct
188 ctx->cont=1;
289 if (ctx->cont <= 0) break;
323 ctx->cont= 0;
380 ctx->cont=1;
387 if (ctx->cont <= 0)
416 ctx->cont=(int)ret;
427 ret=(long)ctx->cont;
548 ctx->cont= 0;
617 ctx->cont= 0
    [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/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 103 bool cont = true; local
105 while (cont) {
106 cont = false;
114 cont = true;
127 cont = true;
  /external/openssl/crypto/bn/asm/
ia64.S 1394 #define cont p16 define
    [all...]
  /external/openssl/crypto/evp/
bio_enc.c 80 int cont; /* <= 0 when finished */ member in struct:enc_struct
118 ctx->cont=1;
175 if (ctx->cont <= 0) break;
186 ctx->cont=i;
204 ctx->cont=1;
228 return((ret == 0)?ctx->cont:ret);
306 if (ctx->cont <= 0)
bio_b64.c 88 int cont; /* <= 0 when finished */ member in struct:b64_struct
123 ctx->cont=1;
191 if (ctx->cont <= 0)
204 ctx->cont=i;
295 else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0))
502 ctx->cont=1;
508 if (ctx->cont <= 0)
bio_ok.c 151 int cont; /* <= 0 when finished */ member in struct:ok_struct
188 ctx->cont=1;
289 if (ctx->cont <= 0) break;
323 ctx->cont= 0;
380 ctx->cont=1;
387 if (ctx->cont <= 0)
416 ctx->cont=(int)ret;
427 ret=(long)ctx->cont;
548 ctx->cont= 0;
617 ctx->cont= 0
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_enc.c 572 const unsigned char *cont; local
609 cont = otmp->data;
614 cont = NULL;
631 cont = &c;
682 cont = strtmp->data;
689 memcpy(cout, cont, len);
tasn_dec.c 776 const unsigned char *cont = NULL; local
856 cont = *in;
862 len = p - cont;
866 len = p - cont + plen;
896 cont = (const unsigned char *)buf.data;
901 cont = p;
907 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
919 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
931 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
953 if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, len)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 333 opus_val16 cont=0; local
370 cont = prev_gain;
372 cont = HALF32(prev_gain);
374 cont = 0;
375 if (g1 > QCONST16(.3f,15) + MULT16_16_Q15(QCONST16(.4f,15),g0)-cont)
  /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/openssl/crypto/asn1/
tasn_enc.c 572 const unsigned char *cont; local
609 cont = otmp->data;
614 cont = NULL;
631 cont = &c;
682 cont = strtmp->data;
689 memcpy(cout, cont, len);
  /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...]
  /ndk/tests/device/test-gnustl-full/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...]
  /ndk/tests/device/test-stlport/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 98 self.bcont = b = Button(bframe, text="Go", command=self.cont)
217 def cont(self): member in class:Debugger
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 98 self.bcont = b = Button(bframe, text="Go", command=self.cont)
217 def cont(self): member in class:Debugger

Completed in 811 milliseconds

1 2 3