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

1 2 3 4

  /external/libunwind/src/setjmp/
siglongjmp.c 65 int *cont; local
87 cont = &_UI_longjmp_cont;
112 cont = &_UI_siglongjmp_cont;
117 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) (uintptr_t) cont))
  /external/valgrind/memcheck/tests/
reach_thread_register.c 15 int cont = 1; variable
24 while (cont) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
reloc.s 9 bra cont
12 cont: jmp cont2 label
18 bsrtnz.s r1,cont
19 bsrtnz r1,cont
20 bratnz.s r1,cont
21 bratnz r1,cont
22 jmptnz.s r1,cont
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/
HandshakeCompletedEventTest.java 38 SSLContext cont = SSLContext.getInstance("TLS"); local
39 cont.init(null, null, null);
40 SSLSocket soc = (SSLSocket) cont.getSocketFactory().createSocket();
SSLSessionBindingEventTest.java 38 SSLContext cont = SSLContext.getInstance("TLS"); local
39 cont.init(null, null, null);
40 SSLSocket soc = (SSLSocket) cont.getSocketFactory().createSocket();
  /external/autotest/server/
prebuild.py 42 cont = False variable in class:init_test.options
  /external/google-breakpad/src/third_party/libdisasm/
x86_disasm.c 135 unsigned int size, count = 0, bytes = 0, cont = 1; local
137 while ( cont && bytes < buf_len ) {
187 cont = 0;
  /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/opencv3/samples/cpp/
shape_example.cpp 47 vector<Point> cont; local
50 cont.push_back(contoursQuery[i]);
52 return cont;
  /prebuilts/go/darwin-x86/src/runtime/
sys_darwin_arm.s 215 BNE cont
229 cont: label
sys_darwin_arm64.s 202 BNE cont
218 cont: label
  /prebuilts/go/linux-x86/src/runtime/
sys_darwin_arm.s 215 BNE cont
229 cont: label
sys_darwin_arm64.s 202 BNE cont
218 cont: label
  /external/autotest/client/bin/
setup_job_unittest.py 77 cont = False variable in class:test_init_minimal_options.call_init.options
  /external/boringssl/src/crypto/asn1/
tasn_enc.c 576 const unsigned char *cont; local
613 cont = otmp->data;
618 cont = NULL;
635 cont = &c;
686 cont = strtmp->data;
693 memcpy(cout, cont, len);
  /external/boringssl/src/decrepit/bio/
base64_bio.c 83 int cont; /* <= 0 when finished */ member in struct:b64_struct
99 ctx->cont = 1;
166 if (ctx->cont <= 0) {
178 ctx->cont = i;
256 } else if (i < B64_BLOCK_SIZE && ctx->cont > 0) {
438 ctx->cont = 1;
445 if (ctx->cont <= 0) {
  /external/icu/icu4c/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/opencv3/modules/shape/test/
test_shape.cpp 108 vector<PointType> cont; local
111 cont.push_back(contoursQuery[i]);
113 return cont;
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /toolchain/binutils/binutils-2.25/bfd/
reloc.c 608 bfd_reloc_status_type cont; local
609 cont = howto->special_function (abfd, reloc_entry, symbol, data,
612 if (cont != bfd_reloc_continue)
613 return cont;
986 bfd_reloc_status_type cont; local
990 cont = howto->special_function (abfd, reloc_entry, symbol,
995 if (cont != bfd_reloc_continue)
996 return cont;
    [all...]

Completed in 1774 milliseconds

1 2 3 4