Home
last modified time | relevance | path

Searched refs:to_insert (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dbasic-block-instrumentor.cc90 Node* to_insert[kArraySize] = {zero, one, base, load, inc, store}; in Instrument() local
93 block->InsertNodes(insertion_point, &to_insert[insertion_start], in Instrument()
94 &to_insert[kArraySize]); in Instrument()
97 schedule->SetBlockForNode(block, to_insert[i]); in Instrument()
Dregister-allocator.cc3902 ZoneVector<MoveOperands*> to_insert(local_zone); in ConnectRanges() local
3904 to_insert.reserve(4); in ConnectRanges()
3914 for (MoveOperands* move : to_insert) { in ConnectRanges()
3920 to_insert.clear(); in ConnectRanges()
3927 to_insert.push_back(move); in ConnectRanges()
/external/adhd/scripts/
Dini_editor.py252 to_insert = Section.ParseLine(line)
253 if not to_insert:
256 if isinstance(to_insert, Port):
257 self.InsertPort(to_insert)
259 if isinstance(to_insert, NonPort):
260 self.InsertNonPort(to_insert)
/external/jemalloc_new/include/jemalloc/internal/
Dextent_inlines.h365 extent_t *to_insert) { in extent_list_replace() argument
366 ql_after_insert(to_remove, to_insert, ql_link); in extent_list_replace()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc216 void InsertBeforeInstructions(Item* to_insert, in InsertBeforeInstructions() argument
218 VLOG(3) << "InsertBeforeInstructions: " << to_insert->instruction->name() in InsertBeforeInstructions()
251 return InsertBefore(to_insert, min_position_item); in InsertBeforeInstructions()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py372 def validate(to_insert): argument
373 if not 'a' <= to_insert.lower() <= 'z':
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py375 def validate(to_insert): argument
376 if not 'a' <= to_insert.lower() <= 'z':