Searched defs:start_id (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager_android.cc431 JNIEnv* env, jobject obj, jint start_id, jstring element_type_str,
433 BrowserAccessibility* node = GetFromID(start_id);
430 FindElementType( JNIEnv* env, jobject obj, jint start_id, jstring element_type_str, jboolean forwards) argument
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c887 UINT16 start_id=0, end_id=0; local
893 start_id = attr_seq->attr_entry[xx].start;
897 start_id,
904 if (start_id != end_id)
907 start_id = p_attr->id + 1;
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c1655 FT_UInt32 n, start, end, start_id, count, last = 0; local
1665 start_id = TT_NEXT_ULONG( p );
1675 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) )
1731 FT_UInt32 start, end, start_id; local
1738 start_id = TT_NEXT_ULONG( p );
1745 result = (FT_UInt)( start_id + char_code - start );
1763 FT_UInt32 start, end, start_id; local
1772 start_id = TT_NEXT_ULONG( p );
1779 gindex = (FT_UInt)( char_code - start + start_id );
2065 FT_ULong n, start, end, start_id, las local
2101 FT_ULong start, end, start_id, char_code; local
2152 FT_UInt32 start, end, start_id; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector_unittest.cc234 const std::string& start_id) {
235 std::string certificate_id = start_id;
232 CheckCertChainReports(const StatsReports& reports, const std::vector<std::string>& ders, const std::string& start_id) argument
/external/freetype/src/sfnt/
H A Dttcmap.c1677 FT_UInt32 n, start, end, start_id, count, last = 0; local
1687 start_id = TT_NEXT_ULONG( p );
1697 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) )
1753 FT_UInt32 start, end, start_id; local
1760 start_id = TT_NEXT_ULONG( p );
1767 result = (FT_UInt)( start_id + char_code - start );
1785 FT_UInt32 start, end, start_id; local
1794 start_id = TT_NEXT_ULONG( p );
1801 gindex = (FT_UInt)( char_code - start + start_id );
2087 FT_ULong n, start, end, start_id, las local
2123 FT_ULong start, end, start_id, char_code; local
2172 FT_UInt32 start, end, start_id; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c1655 FT_UInt32 n, start, end, start_id, count, last = 0; local
1665 start_id = TT_NEXT_ULONG( p );
1675 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) )
1731 FT_UInt32 start, end, start_id; local
1738 start_id = TT_NEXT_ULONG( p );
1745 result = (FT_UInt)( start_id + char_code - start );
1763 FT_UInt32 start, end, start_id; local
1772 start_id = TT_NEXT_ULONG( p );
1779 gindex = (FT_UInt)( char_code - start + start_id );
2065 FT_ULong n, start, end, start_id, las local
2101 FT_ULong start, end, start_id, char_code; local
2152 FT_UInt32 start, end, start_id; local
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc943 uint16_t start_id = 0; local
959 start_id = i + 1;
963 nackLength = size - start_id;
971 nack_last_seq_number_sent_ = nack_list[start_id + nackLength - 1];
974 GetFeedbackState(), kRtcpNack, nackLength, &nack_list[start_id]);
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.cc1394 int nav_dir, int start_id, int lower_bound, int upper_bound) const {
1396 if ((start_id + 1) > upper_bound) {
1400 if ((start_id - 1) <= lower_bound) {
1393 IsValidNav( int nav_dir, int start_id, int lower_bound, int upper_bound) const argument
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1012 user_id_t start_id,
1159 i + start_id, // ID is the original symbol table index.
1179 ObjectFileELF::ParseSymbolTable(Symtab *symbol_table, user_id_t start_id, lldb_private::Section *symtab) argument
1186 return obj_file_elf->ParseSymbolTable (symbol_table, start_id, symtab);
1217 num_symbols = ParseSymbols(symbol_table, start_id,
1293 user_id_t start_id,
1345 i + start_id, // Symbol table index
1367 user_id_t start_id,
1431 start_id,
1011 ParseSymbols(Symtab *symtab, user_id_t start_id, SectionList *section_list, const size_t num_symbols, const DataExtractor &symtab_data, const DataExtractor &strtab_data) argument
1292 ParsePLTRelocations(Symtab *symbol_table, user_id_t start_id, unsigned rel_type, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, DataExtractor &symtab_data, DataExtractor &strtab_data) argument
1366 ParseTrampolineSymbols(Symtab *symbol_table, user_id_t start_id, const ELFSectionHeaderInfo *rel_hdr, user_id_t rel_id) argument

Completed in 479 milliseconds