HomeSort by relevance Sort by last modified time
    Searched refs:get_index (Results 1 - 8 of 8) sorted by null

  /external/opencore/oscl/oscl/osclbase/src/
oscl_linked_list.h 156 OSCL_IMPORT_REF int32 get_index(const OsclAny* data);
312 int32 get_index(const LLClass& data) function in class:Oscl_Linked_List
314 return Oscl_Linked_List_Base::get_index(&data);
514 int32 get_index(const LLClass& data) function in class:Oscl_MTLinked_List
519 status = the_list.get_index(data);
oscl_linked_list.cpp 226 OSCL_EXPORT_REF int32 Oscl_Linked_List_Base::get_index(const OsclAny* data) function in class:Oscl_Linked_List_Base
  /external/opencore/baselibs/gen_data_structures/src/
linked_list.h 74 int get_index(const LLClass& data);
239 template <class LLClass> int LinkedList<LLClass>::get_index(const LLClass& data) function in class:LinkedList
409 int get_index(const LLClass& data);
471 template <class LLClass> int MTLinkedList<LLClass>::get_index(const LLClass& data) function in class:MTLinkedList
475 status = the_list.get_index(data);
sorted_list.h 67 int get_index(const LLClass& data) const;
291 template <class LLClass> int SortedList<LLClass>::get_index(const LLClass& data) const function in class:SortedList
380 int get_index(const LLClass& data) const ;
426 template <class LLClass> int MTSortedList<LLClass>::get_index(const LLClass& data) const function in class:MTSortedList
430 status = the_list.get_index(data);
  /external/ipsec-tools/src/racoon/
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) function
    [all...]
  /external/freetype/src/psaux/
afmparse.c 428 if ( parser->get_index )
429 val->u.i = parser->get_index( str, len, parser->user_data );
546 parser->get_index = NULL;
  /external/icu4c/test/intltest/
wbnf.cpp 154 int get_index(const char *const var_name){ function in class:SymbolTable
170 int i = get_index(var_name);
185 int i = get_index(var_name);
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 746 /* get_index :: A user provided function to get a glyph index by its */
757 (*get_index)( const char* name, member in struct:AFM_ParserRec_
    [all...]

Completed in 155 milliseconds