Home
last modified time | relevance | path

Searched defs:set (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dmessages.cpp139 int set, int p_id, const string& dfault) const { in do_get()
150 int set, int p_id, const wstring& dfault) const { in do_get()
205 messages_byname<char>::do_get(catalog cat, int set, int p_id, in do_get()
235 int set, int p_id, const wstring& dfault) const in do_get()
/ndk/sources/host-tools/make-3.81/
Dvariable.c164 int recursive, struct variable_set *set, in define_variable_in_set()
351 const struct variable_set *set = setlist->set; in lookup_variable() local
425 const struct variable_set *set) in lookup_variable_in_set()
546 register struct variable_set *set; in create_new_variable_set() local
592 struct variable_set *set = current_variable_set_list->set; in push_new_variable_scope() local
606 struct variable_set *set; in pop_variable_scope() local
876 struct variable_set *set = s->set; in target_environment() local
1434 print_variable_set (struct variable_set *set, char *prefix) in print_variable_set()
Dexpand.c476 const struct variable_set_list *set) in variable_append()
Dvariable.h94 struct variable_set *set; /* Variable set. */ member
/ndk/sources/android/libthread_db/gdb-6.6/
Dthread_db.h107 #define td_event_emptyset(set) \ argument
110 #define td_event_fillset(set) \ argument
113 #define td_event_addset(set, n) \ argument
/ndk/sources/android/libthread_db/gdb-7.6/
Dthread_db.h125 #define td_event_emptyset(set) \ argument
128 #define td_event_fillset(set) \ argument
131 #define td_event_addset(set, n) \ argument
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dthread_db.h113 #define td_event_emptyset(set) \ argument
116 #define td_event_fillset(set) \ argument
119 #define td_event_addset(set, n) \ argument
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c970 re_node_set_alloc (re_node_set *set, Idx size) in re_node_set_alloc()
982 re_node_set_init_1 (re_node_set *set, Idx elem) in re_node_set_init_1()
998 re_node_set_init_2 (re_node_set *set, Idx elem1, Idx elem2) in re_node_set_init_2()
1281 re_node_set_insert (re_node_set *set, Idx elem) in re_node_set_insert()
1333 re_node_set_insert_last (re_node_set *set, Idx elem) in re_node_set_insert_last()
1393 re_node_set_remove_at (re_node_set *set, Idx idx) in re_node_set_remove_at()
Dregex_internal.h708 #define re_node_set_init_empty(set) memset (set, '\0', sizeof (re_node_set)) argument
709 #define re_node_set_remove(set,id) \ argument
712 #define re_node_set_free(set) re_free ((set)->elems) argument
739 bitset_set (bitset_t set, Idx i) in bitset_set()
745 bitset_clear (bitset_t set, Idx i) in bitset_clear()
751 bitset_contain (const bitset_t set, Idx i) in bitset_contain()
757 bitset_empty (bitset_t set) in bitset_empty()
763 bitset_set_all (bitset_t set) in bitset_set_all()
778 bitset_not (bitset_t set) in bitset_not()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dclass_properties.hpp200 void set( write_param_t v ) { base_prop::value = v; } in set() function in boost::unit_test::readwrite_property
/ndk/sources/android/support/src/
Dwchar_support.c191 wchar_t *wcspbrk(const wchar_t *s, const wchar_t *set) { in wcspbrk()
229 size_t wcsspn(const wchar_t *s, const wchar_t *set) { in wcsspn()