Searched refs:rope (Results 1 - 18 of 18) sorted by relevance

/external/qemu/telephony/
H A Dgsm.c223 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 ) argument
234 rope->data = rope->data0;
235 rope->pos = 0;
236 rope
268 gsm_rope_done_acquire( GsmRope rope, int *psize ) argument
283 gsm_rope_ensure( GsmRope rope, int new_count ) argument
308 gsm_rope_can_grow( GsmRope rope, int count ) argument
326 gsm_rope_add_c( GsmRope rope, char c ) argument
335 gsm_rope_add( GsmRope rope, const void* buf, int buflen ) argument
344 gsm_rope_reserve( GsmRope rope, int count ) argument
[all...]
H A Dgsm.h188 extern void gsm_rope_init( GsmRope rope );
189 extern void gsm_rope_init_alloc( GsmRope rope, int alloc );
190 extern int gsm_rope_done( GsmRope rope );
191 extern bytes_t gsm_rope_done_acquire( GsmRope rope, int *psize );
192 extern void gsm_rope_add_c( GsmRope rope, char c );
193 extern void gsm_rope_add( GsmRope rope, const void* str, int len );
194 extern void* gsm_rope_reserve( GsmRope rope, int len );
H A Dsms.c276 gsm_rope_add_timestamp( GsmRope rope, const SmsTimeStampRec* ts ) argument
278 gsm_rope_add( rope, ts->data, 7 );
455 gsm_rope_add_address( GsmRope rope, const SmsAddressRec* addr ) argument
457 gsm_rope_add_c( rope, addr->len );
458 gsm_rope_add_c( rope, addr->toa );
459 gsm_rope_add( rope, addr->data, (addr->len+1)/2 );
461 if (!rope->error && rope->data != NULL)
462 rope->data[ rope
919 GsmRopeRec rope[1]; local
951 GsmRopeRec rope[1]; local
1097 gsm_rope_add_sms_user_header( GsmRope rope, int ref_number, int pdu_count, int pdu_index ) argument
1112 gsm_rope_add_sms_deliver_pdu( GsmRope rope, cbytes_t utf8, int utf8len, int use_gsm7, const SmsAddressRec* sender_address, const SmsTimeStampRec* timestamp, int ref_num, int pdu_count, int pdu_index) argument
1201 GsmRopeRec rope[1]; local
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Doutput_string_crope.h24 #include <ext/rope>
H A Doutput_string_test.cc22 #include <ext/rope>
H A Dvcencoder_test.cc31 #include <ext/rope>
/external/stlport/test/eh/
H A Dtest_rope.cpp35 #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
/external/stlport/stlport/stl/
H A D_rope.h27 // 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, argument
125 const rope<_CharT,_Alloc>& __y) {
132 rope<_CharT,_Alloc>
134 { return rope<_Char
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) argument
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
2195 operator +(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2204 operator +=(rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2212 operator +(const rope<_CharT,_Alloc>& __left, const _CharT* __right) argument
2228 operator +(const rope<_CharT,_Alloc>& __left, _CharT __right) argument
2241 operator <(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2248 operator ==(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2257 operator !=(const rope<_CharT,_Alloc>& __x, const rope<_CharT,_Alloc>& __y) argument
2263 operator >(const rope<_CharT,_Alloc>& __x, const rope<_CharT,_Alloc>& __y) argument
2269 operator <=(const rope<_CharT,_Alloc>& __x, const rope<_CharT,_Alloc>& __y) argument
2275 operator >=(const rope<_CharT,_Alloc>& __x, const rope<_CharT,_Alloc>& __y) argument
[all...]
H A D_rope.c59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
133 // Set path and buffer inside a rope iterator. We assume that
364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf
365 # define __RopeRep__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeRep
369 void rope<_CharT, _Alloc>::_M_throw_out_of_range() const {
370 __stl_throw_out_of_range("rope");
373 // Concatenate a C string onto a leaf rope by copying the rope data.
377 rope<_Char
851 _S_io_get(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r, const __true_type& ) argument
873 _S_io_get(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r, const __false_type& ) argument
889 operator(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r) argument
[all...]
/external/stlport/stlport/
H A Drope27 /* Comment following if you want to use rope class even if you ask for
30 # error The rope class is a STLport extension.
/external/chromium_org/sdch/open-vcdiff/testdata/
H A Dconfigure.ac.v0.130 AC_CHECK_HEADERS([ext/rope])
H A Dconfigure.ac.v0.232 AC_CHECK_HEADERS([ext/rope])
/external/stlport/test/unit/
H A Drope_test.cpp5 # include <rope>
60 char const* cstr = "rope test string";
108 //first create a rope bigger than crope::_S_copy_max = 23
160 // Try and create a rope with a complex tree structure:
H A Dmvctor_declaration_test.cpp5 # include <rope>
H A Dhash_test.cpp13 # include <rope>
/external/chromium_org/sdch/open-vcdiff/
H A Dconfigure.ac38 AC_CHECK_HEADERS([ext/rope])
H A Dconfigure14526 for ac_header in ext/rope
14528 ac_fn_c_check_header_mongrel "$LINENO" "ext/rope" "ac_cv_header_ext_rope" "$ac_includes_default"
/external/stlport/src/
H A Ddll_main.cpp55 // for rope static members
56 # include <rope>

Completed in 473 milliseconds