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

1 2

  /system/tpm/tpm_manager/server/
tpm_manager_service_test.cc 358 request.set_index(nvram_index);
379 define_request.set_index(nvram_index);
383 is_defined_request.set_index(nvram_index);
386 size_request.set_index(nvram_index);
411 define_request.set_index(nvram_index);
415 destroy_request.set_index(nvram_index);
433 define_request.set_index(nvram_index);
437 destroy_request.set_index(nvram_index);
463 define_request.set_index(nvram_index);
467 write_request.set_index(nvram_index)
    [all...]
dbus_service_test.cc 174 request.set_index(nvram_index);
196 request.set_index(nvram_index);
216 request.set_index(nvram_index);
239 request.set_index(nvram_index);
262 request.set_index(nvram_index);
285 request.set_index(nvram_index);
308 request.set_index(nvram_index);
  /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
  /system/tpm/tpm_manager/client/
main.cc 253 request.set_index(index);
263 request.set_index(index);
272 request.set_index(index);
282 request.set_index(index);
291 request.set_index(index);
300 request.set_index(index);
309 request.set_index(index);
tpm_nvram_dbus_proxy_test.cc 78 request.set_index(nvram_index);
112 request.set_index(nvram_index);
147 request.set_index(nvram_index);
185 request.set_index(nvram_index);
223 request.set_index(nvram_index);
261 request.set_index(nvram_index);
299 request.set_index(nvram_index);
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 282 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const
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
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
374 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
BasicPipeline.java 55 scriptC_rasterize.set_index(state.mCubeScreen.mIndex);
  /external/v8/src/runtime/
runtime-collections.cc 98 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()));
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/v8/src/ast/
scopeinfo.h 166 void set_index(int i, int index) { function in class:v8::internal::ModuleInfo

Completed in 3174 milliseconds

1 2