/external/qemu/telephony/ |
gsm.c | 223 gsm_rope_init( GsmRope rope ) 225 rope->data = NULL; 226 rope->pos = 0; 227 rope->max = 0; 228 rope->error = 0; 232 gsm_rope_init_alloc( GsmRope rope, int count ) 234 rope->data = rope->data0; 235 rope->pos = 0; 236 rope->max = sizeof(rope->data0) [all...] |
sms.c | 275 gsm_rope_add_timestamp( GsmRope rope, const SmsTimeStampRec* ts ) 277 gsm_rope_add( rope, ts->data, 7 ); 454 gsm_rope_add_address( GsmRope rope, const SmsAddressRec* addr ) 456 gsm_rope_add_c( rope, addr->len ); 457 gsm_rope_add_c( rope, addr->toa ); 458 gsm_rope_add( rope, addr->data, (addr->len+1)/2 ); 460 if (!rope->error && rope->data != NULL) 461 rope->data[ rope->pos-1 ] |= 0xf0 918 GsmRopeRec rope[1]; local 950 GsmRopeRec rope[1]; local 1200 GsmRopeRec rope[1]; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
rope | 1 // SGI's rope class -*- C++ -*- 39 /** @file ext/rope 143 // a string. These can be converted to ropes. The resulting rope 324 class rope; 413 rope<_CharT, _Alloc> 414 operator+(const rope<_CharT, _Alloc>& __left, 415 const rope<_CharT, _Alloc>& __right); 418 rope<_CharT, _Alloc> 419 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 422 rope<_CharT, _Alloc [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
rope | 1 // SGI's rope class -*- C++ -*- 39 /** @file ext/rope 145 // a string. These can be converted to ropes. The resulting rope 326 class rope; 415 rope<_CharT, _Alloc> 416 operator+(const rope<_CharT, _Alloc>& __left, 417 const rope<_CharT, _Alloc>& __right); 420 rope<_CharT, _Alloc> 421 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 424 rope<_CharT, _Alloc [all...] |
ropeimpl.h | 1 // SGI's rope class implementation -*- C++ -*- 41 * Do not attempt to use it directly. @headername{ext/rope} 110 // Set path and buffer inside a rope iterator. We assume that 318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 325 rope<_CharT, _Alloc>:: 424 // Concatenate a C string onto a leaf rope by copying the rope data. 427 typename rope<_CharT, _Alloc>::_RopeLeaf* 428 rope<_CharT, _Alloc>:: 456 typename rope<_CharT,_Alloc>::_RopeLeaf 1528 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
rope | 1 // SGI's rope class -*- C++ -*- 39 /** @file ext/rope 145 // a string. These can be converted to ropes. The resulting rope 326 class rope; 415 rope<_CharT, _Alloc> 416 operator+(const rope<_CharT, _Alloc>& __left, 417 const rope<_CharT, _Alloc>& __right); 420 rope<_CharT, _Alloc> 421 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 424 rope<_CharT, _Alloc [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 1 // SGI's rope class -*- C++ -*- 39 /** @file ext/rope 143 // a string. These can be converted to ropes. The resulting rope 324 class rope; 413 rope<_CharT, _Alloc> 414 operator+(const rope<_CharT, _Alloc>& __left, 415 const rope<_CharT, _Alloc>& __right); 418 rope<_CharT, _Alloc> 419 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 422 rope<_CharT, _Alloc [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 1 // SGI's rope class -*- C++ -*- 39 /** @file ext/rope 143 // a string. These can be converted to ropes. The resulting rope 324 class rope; 413 rope<_CharT, _Alloc> 414 operator+(const rope<_CharT, _Alloc>& __left, 415 const rope<_CharT, _Alloc>& __right); 418 rope<_CharT, _Alloc> 419 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 422 rope<_CharT, _Alloc [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 1 // SGI's rope class -*- C++ -*- 39 /** @file ext/rope 143 // a string. These can be converted to ropes. The resulting rope 324 class rope; 413 rope<_CharT, _Alloc> 414 operator+(const rope<_CharT, _Alloc>& __left, 415 const rope<_CharT, _Alloc>& __right); 418 rope<_CharT, _Alloc> 419 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 422 rope<_CharT, _Alloc [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 1 // SGI's rope class -*- C++ -*- 39 /** @file ext/rope 143 // a string. These can be converted to ropes. The resulting rope 324 class rope; 413 rope<_CharT, _Alloc> 414 operator+(const rope<_CharT, _Alloc>& __left, 415 const rope<_CharT, _Alloc>& __right); 418 rope<_CharT, _Alloc> 419 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 422 rope<_CharT, _Alloc [all...] |
/external/stlport/stlport/ |
rope | 27 /* Comment following if you want to use rope class even if you ask for 30 # error The rope class is a STLport extension.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
rope | 27 /* Comment following if you want to use rope class even if you ask for 30 # error The rope class is a STLport extension.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
rope | 27 /* Comment following if you want to use rope class even if you ask for 30 # error The rope class is a STLport extension.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
rope | 27 /* Comment following if you want to use rope class even if you ask for 30 # error The rope class is a STLport extension.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
rope | 27 /* Comment following if you want to use rope class even if you ask for 30 # error The rope class is a STLport extension.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
rope | 27 /* Comment following if you want to use rope class even if you ask for 30 # error The rope class is a STLport extension.
|
/external/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); 1083 class rope class in inherits:__stlport_class 1283 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope 1363 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope 1367 rope(const _CharT* __s, size_t __len, function in class:rope 1375 rope(const _CharT *__s, const _CharT *__e, function in class:rope 1380 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope 1386 rope(const iterator& __s, const iterator& __e, function in class:rope 1392 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope 1405 rope(size_t __n, _CharT __c, function in class:rope 1464 rope(const allocator_type& __a = allocator_type()) function in class:rope 1468 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope 1475 rope(const _Self& __x) function in class:rope 1481 rope(__move_source<_Self> __src) function in class:rope [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); 1085 class rope class in inherits:__stlport_class 1285 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope 1365 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope 1369 rope(const _CharT* __s, size_t __len, function in class:rope 1377 rope(const _CharT *__s, const _CharT *__e, function in class:rope 1382 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope 1388 rope(const iterator& __s, const iterator& __e, function in class:rope 1394 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope 1407 rope(size_t __n, _CharT __c, function in class:rope 1466 rope(const allocator_type& __a = allocator_type()) function in class:rope 1470 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope 1477 rope(const _Self& __x) function in class:rope 1483 rope(__move_source<_Self> __src) function in class:rope [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); 1083 class rope class in inherits:__stlport_class 1283 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope 1363 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope 1367 rope(const _CharT* __s, size_t __len, function in class:rope 1375 rope(const _CharT *__s, const _CharT *__e, function in class:rope 1380 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope 1386 rope(const iterator& __s, const iterator& __e, function in class:rope 1392 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope 1405 rope(size_t __n, _CharT __c, function in class:rope 1464 rope(const allocator_type& __a = allocator_type()) function in class:rope 1468 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope 1475 rope(const _Self& __x) function in class:rope 1481 rope(__move_source<_Self> __src) function in class:rope [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); 1083 class rope class in inherits:__stlport_class 1283 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope 1363 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope 1367 rope(const _CharT* __s, size_t __len, function in class:rope 1375 rope(const _CharT *__s, const _CharT *__e, function in class:rope 1380 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope 1386 rope(const iterator& __s, const iterator& __e, function in class:rope 1392 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope 1405 rope(size_t __n, _CharT __c, function in class:rope 1464 rope(const allocator_type& __a = allocator_type()) function in class:rope 1468 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope 1475 rope(const _Self& __x) function in class:rope 1481 rope(__move_source<_Self> __src) function in class:rope [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); 1083 class rope class in inherits:__stlport_class 1283 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope 1363 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope 1367 rope(const _CharT* __s, size_t __len, function in class:rope 1375 rope(const _CharT *__s, const _CharT *__e, function in class:rope 1380 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope 1386 rope(const iterator& __s, const iterator& __e, function in class:rope 1392 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope 1405 rope(size_t __n, _CharT __c, function in class:rope 1464 rope(const allocator_type& __a = allocator_type()) function in class:rope 1468 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope 1475 rope(const _Self& __x) function in class:rope 1481 rope(__move_source<_Self> __src) function in class:rope [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); 1083 class rope class in inherits:__stlport_class 1283 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope 1363 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope 1367 rope(const _CharT* __s, size_t __len, function in class:rope 1375 rope(const _CharT *__s, const _CharT *__e, function in class:rope 1380 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope 1386 rope(const iterator& __s, const iterator& __e, function in class:rope 1392 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope 1405 rope(size_t __n, _CharT __c, function in class:rope 1464 rope(const allocator_type& __a = allocator_type()) function in class:rope 1468 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope 1475 rope(const _Self& __x) function in class:rope 1481 rope(__move_source<_Self> __src) function in class:rope [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
RopeImpl.cpp | 55 RopeImpl* rope = workQueue.last(); local 57 rope->derefFibersNonRecursive(workQueue); 58 delete rope;
|
JSString.cpp | 37 // Overview: this methods converts a JSString from holding a string in rope form 40 // representing the rope is likely imbalanced with more nodes down the left side 46 // rope-of-ropes.) 77 RopeImpl* rope = static_cast<RopeImpl*>(currentFiber); local 78 // Copy the contents of the current rope into the workQueue, with the last item in 'currentFiber' 79 // (we will be working backwards over the rope). 80 unsigned fiberCountMinusOne = rope->fiberCount() - 1; 82 workQueue.append(rope->fibers()[i]); 83 currentFiber = rope->fibers()[fiberCountMinusOne]; 92 // Create a string from the UChar buffer, clear the rope RefPtr [all...] |
/external/stlport/test/eh/ |
test_rope.cpp | 35 #include <rope> 37 #include <rope.h> 41 typedef STLPORT::rope<char, eh_allocator(char) > TestRope; 85 // dwa 1/25/00 - not actually valid for rope, because it doesn't
|