Searched refs:set_index (Results 1 - 25 of 25) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dresidual_block.h128 void set_index(int index) { index_ = index; } function in class:ceres::internal::ResidualBlock
H A Dprogram.cc130 residual_block->parameter_blocks()[j]->set_index(-1);
137 parameter_blocks_[i]->set_index(i);
297 parameter_blocks_[i]->set_index(-1);
314 parameter_block->set_index(1);
H A Dcoordinate_descent_minimizer.cc165 parameter_block->set_index(0);
186 parameter_block->set_index(old_index);
H A Dparameter_block.h133 void set_index(int index) { index_ = index; } function in class:ceres::internal::ParameterBlock
H A Dproblem_impl.cc489 tmp->set_index(block_to_remove->index());
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.h64 void set_index(history::InMemoryURLIndex* index) { function in class:HistoryQuickProvider
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gdef-table.hh275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
276 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
294 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
297 case 1: return u.format1.covers (set_index, glyph_id);
364 inline bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
365 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
276 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
294 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
297 case 1: return u.format1.covers (set_index, glyph_id);
364 inline bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
365 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry.h94 void set_index(int index) { index_ = index; } function in class:sessions::SerializedNavigationEntry
/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager.h93 void set_index(GLuint index) { function in class:gpu::gles2::VertexAttrib
H A Dvertex_attrib_manager.cc126 vertex_attribs_[vv].set_index(vv);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_unittest.cc277 nav->set_index(i);
594 nav.set_index(i);
637 nav.set_index(i);
783 nav2.set_index(1);
868 nav.set_index(i / 2);
898 nav.set_index(i);
909 nav.set_index(4);
H A Dsession_service.cc1197 i->set_index(i->index() - payload.index);
/external/chromium_org/v8/src/
H A Dscopeinfo.h166 void set_index(int i, int index) { function in class:v8::internal::ModuleInfo
H A Dscopeinfo.cc563 info->set_index(i, it.interface()->Index());
566 info->set_index(i, var->index());
H A Dgdb-jit.cc331 void set_index(uint16_t index) { index_ = index; } function in class:v8::ELFSection
623 section->set_index(sections_.length() - 1);
H A Dpreparser.h793 void set_index(int index) {} // For YieldExpressions function in class:v8::internal::PreParserExpression
2246 yield->set_index(function_state_->NextHandlerIndex());
H A Dast.h2247 void set_index(int index) { function in class:v8::internal::FINAL
H A Dobjects.h9735 set_index(Smi::FromInt(Smi::cast(index())->value() + 1));
H A Druntime.cc1604 holder->set_index(Smi::FromInt(0));
1709 holder->set_index(Smi::FromInt(0));
H A Dobjects.cc15713 set_index(Smi::FromInt(index));
15732 set_index(Smi::FromInt(index));
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86_64.h315 IsRegisterSetAvailable(size_t set_index);
H A DRegisterContext_x86_64.cpp676 RegisterContext_x86_64::IsRegisterSetAvailable(size_t set_index)
683 return (set_index < num_sets);
/external/chromium_org/tools/gn/
H A Dparse_tree.h155 void set_index(scoped_ptr<ParseNode> i) { index_ = i.Pass(); } function in class:AccessorNode
H A Dparser.cc352 accessor->set_index(value.Pass());

Completed in 907 milliseconds