/external/ceres-solver/internal/ceres/ |
residual_block.h | 128 void set_index(int index) { index_ = index; } function in class:ceres::internal::ResidualBlock
|
program.cc | 128 residual_block->parameter_blocks()[j]->set_index(-1); 135 parameter_blocks_[i]->set_index(i);
|
coordinate_descent_minimizer.cc | 165 parameter_block->set_index(0); 186 parameter_block->set_index(old_index);
|
parameter_block.h | 131 void set_index(int index) { index_ = index; } function in class:ceres::internal::ParameterBlock
|
/external/chromium_org/chrome/browser/autocomplete/ |
history_quick_provider.h | 67 void set_index(history::InMemoryURLIndex* index) { function in class:HistoryQuickProvider
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gdef-table.hh | 275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const 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 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 365 { return version.to_int () >= 0x00010002 && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gdef-table.hh | 275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const 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 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 365 { return version.to_int () >= 0x00010002 && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
|
/external/chromium/chrome/browser/sessions/ |
session_types.h | 82 void set_index(int index) { index_ = index; } function in class:TabNavigation
|
/external/chromium_org/components/sessions/ |
serialized_navigation_entry.h | 94 void set_index(int index) { index_ = index; } function in class:sessions::SerializedNavigationEntry
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
HyperParser.py | 70 self.set_index(index) 72 def set_index(self, index): member in class:HyperParser
|
AutoComplete.py | 143 hp.set_index("insert-%dc" % (len(curline)-(i-1)))
|
CallTips.py | 73 hp.set_index(sur_paren[0])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
HyperParser.py | 70 self.set_index(index) 72 def set_index(self, index): member in class:HyperParser
|
AutoComplete.py | 143 hp.set_index("insert-%dc" % (len(curline)-(i-1)))
|
CallTips.py | 73 hp.set_index(sur_paren[0])
|
/bionic/libc/upstream-netbsd/libc/isc/ |
ev_timers.c | 55 static void set_index(void *, int); 439 return (heap_new(due_sooner, set_index, 2048)); 460 set_index(void *what, int idx) { function
|
/external/chromium_org/gpu/command_buffer/service/ |
vertex_attrib_manager.h | 94 void set_index(GLuint index) { function in class:gpu::gles2::VertexAttrib
|
vertex_attrib_manager.cc | 129 vertex_attribs_[vv].set_index(vv);
|
/external/chromium_org/v8/src/ |
scopeinfo.h | 188 void set_index(int i, int index) { function in class:v8::internal::ModuleInfo
|
scopeinfo.cc | 551 info->set_index(i, it.interface()->Index()); 554 info->set_index(i, var->index());
|
/external/chromium_org/chrome/browser/sessions/ |
session_service_unittest.cc | 270 nav->set_index(i); 611 nav.set_index(i); 654 nav.set_index(i); 800 nav2.set_index(1); 885 nav.set_index(i / 2); [all...] |
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator_unittest.cc | 88 navigation->set_index(12);
|
/external/chromium_org/tools/gn/ |
parse_tree.h | 90 void set_index(scoped_ptr<ParseNode> i) { index_ = i.Pass(); } function in class:AccessorNode
|
parser.cc | 321 accessor->set_index(value.Pass());
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 278 navigation->set_index(12);
|