Searched refs:get_index (Results 1 – 10 of 10) sorted by relevance
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_linked_list.h | 156 OSCL_IMPORT_REF int32 get_index(const OsclAny* data); 312 int32 get_index(const LLClass& data) in get_index() function 314 return Oscl_Linked_List_Base::get_index(&data); in get_index() 514 int32 get_index(const LLClass& data) in get_index() function 519 status = the_list.get_index(data); in get_index()
|
D | oscl_linked_list.cpp | 226 OSCL_EXPORT_REF int32 Oscl_Linked_List_Base::get_index(const OsclAny* data) in get_index() function in Oscl_Linked_List_Base
|
/external/opencore/baselibs/gen_data_structures/src/ |
D | sorted_list.h | 67 int get_index(const LLClass& data) const; 291 template <class LLClass> int SortedList<LLClass>::get_index(const LLClass& data) const in get_index() function 380 int get_index(const LLClass& data) const ; 426 template <class LLClass> int MTSortedList<LLClass>::get_index(const LLClass& data) const in get_index() function 430 status = the_list.get_index(data); in get_index()
|
D | linked_list.h | 74 int get_index(const LLClass& data); 239 template <class LLClass> int LinkedList<LLClass>::get_index(const LLClass& data) in get_index() function 409 int get_index(const LLClass& data); 471 template <class LLClass> int MTLinkedList<LLClass>::get_index(const LLClass& data) in get_index() function 475 status = the_list.get_index(data); in get_index()
|
/external/ipsec-tools/src/racoon/ |
D | racoonctl.c | 161 static vchar_t *get_index __P((int, char **)); 554 index = get_index(ac, av); 560 index = get_index(ac, av); 609 index = get_index(ac, av); 615 index = get_index(ac, av); 687 index = get_index(ac, av); 693 index = get_index(ac, av); 886 get_index(ac, av) in get_index() function
|
/external/tesseract/ccutil/ |
D | genericvector.h | 73 int get_index(T object) const; 265 int GenericVector<T>::get_index(T object) const { in get_index() function 277 return get_index(object) != -1; in contains()
|
D | unicity_table.h | 141 return table_.get_index(object); in get_id()
|
/external/freetype/src/psaux/ |
D | afmparse.c | 429 if ( parser->get_index ) in afm_parser_read_vals() 430 val->u.i = parser->get_index( str, len, parser->user_data ); in afm_parser_read_vals() 547 parser->get_index = NULL; in afm_parser_init()
|
/external/icu4c/test/intltest/ |
D | wbnf.cpp | 154 int get_index(const char *const var_name){ in get_index() function in SymbolTable 170 int i = get_index(var_name); in find() 185 int i = get_index(var_name); in put()
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 760 (*get_index)( const char* name, member
|