Searched refs:set_index (Results 1 - 14 of 14) 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/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh282 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
283 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
302 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
305 case 1: return u.format1.covers (set_index, glyph_id);
373 inline bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
374 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
/external/v8/src/runtime/
H A Druntime-collections.cc98 holder->set_index(Smi::FromInt(0));
111 result->set_index(Smi::FromInt(Smi::cast(holder->index())->value()));
194 holder->set_index(Smi::FromInt(0));
207 result->set_index(Smi::FromInt(Smi::cast(holder->index())->value()));
/external/v8/src/ast/
H A Dscopeinfo.h166 void set_index(int i, int index) { function in class:v8::internal::ModuleInfo
H A Dscopeinfo.cc776 info->set_index(i, var->index());
/external/v8/src/
H A Dproperty-details.h284 PropertyDetails set_index(int index) const { function in class:v8::internal::BASE_EMBEDDED
H A Dgdb-jit.cc333 void set_index(uint16_t index) { index_ = index; } function in class:v8::internal::ELFSection
622 section->set_index(sections_.length() - 1);
H A Dobjects.cc1639 details = details.set_index(enumeration_index);
2870 details = cell->property_details().set_index(index);
17310 PropertyDetails new_details = details.set_index(enum_index);
17413 details = details.set_index(index);
17505 details = details.set_index(dictionary->DetailsAt(entry).dictionary_index());
18088 set_index(Smi::FromInt(index));
18108 set_index(Smi::FromInt(index));
18904 details = details.set_index(index);
H A Dobjects.h9921 set_index(Smi::FromInt(Smi::cast(index())->value() + 1));
/external/v8/src/parsing/
H A Dpreparser.h292 void set_index(int index) {} // For YieldExpressions function in class:v8::internal::PreParserExpression

Completed in 1323 milliseconds