HomeSort by relevance Sort by last modified time
    Searched refs:set_index (Results 1 - 25 of 41) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
residual_block.h 128 void set_index(int index) { index_ = index; } function in class:ceres::internal::ResidualBlock
program.cc 130 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);
coordinate_descent_minimizer.cc 165 parameter_block->set_index(0);
186 parameter_block->set_index(old_index);
parameter_block.h 133 void set_index(int index) { index_ = index; } function in class:ceres::internal::ParameterBlock
problem_impl.cc 489 tmp->set_index(block_to_remove->index());
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h 64 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 () >= 0x00010002u && (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 () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
  /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/lib/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 93 void set_index(GLuint index) { function in class:gpu::gles2::VertexAttrib
vertex_attrib_manager.cc 126 vertex_attribs_[vv].set_index(vv);
  /external/chromium_org/v8/src/
scopeinfo.h 166 void set_index(int i, int index) { function in class:v8::internal::ModuleInfo
scopeinfo.cc 563 info->set_index(i, it.interface()->Index());
566 info->set_index(i, var->index());
  /external/chromium_org/chrome/browser/sessions/
session_service_unittest.cc 277 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)
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_x86_64.h 315 IsRegisterSetAvailable(size_t set_index);
RegisterContext_x86_64.cpp 676 RegisterContext_x86_64::IsRegisterSetAvailable(size_t set_index)
683 return (set_index < num_sets);
    [all...]
  /external/chromium_org/tools/gn/
parse_tree.h 155 void set_index(scoped_ptr<ParseNode> i) { index_ = i.Pass(); } function in class:AccessorNode
parser.cc 352 accessor->set_index(value.Pass());

Completed in 339 milliseconds

1 2