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.cc123 Node* to_insert[kArraySize] = {counters_array, one, offset_to_counter, in Instrument() local
128 block->InsertNodes(insertion_point, &to_insert[insertion_start], in Instrument()
129 &to_insert[kArraySize]); in Instrument()
132 schedule->SetBlockForNode(block, to_insert[i]); in Instrument()
/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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc231 void InsertBeforeInstructions(Item* to_insert, in InsertBeforeInstructions() argument
233 VLOG(3) << "InsertBeforeInstructions: " << to_insert->instruction->name() in InsertBeforeInstructions()
266 return InsertBefore(to_insert, min_position_item); in InsertBeforeInstructions()
269 void InsertAfterInstructions(Item* to_insert, in InsertAfterInstructions() argument
271 VLOG(3) << "InsertAfterInstructions: " << to_insert->instruction->name() in InsertAfterInstructions()
292 InsertBeforeInstructions(to_insert, {max_position_item->next}); in InsertAfterInstructions()
/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/v8/src/compiler/backend/
Dregister-allocator.cc4891 ZoneVector<MoveOperands*> to_insert(local_zone); in ConnectRanges() local
4893 to_insert.reserve(4); in ConnectRanges()
4903 for (MoveOperands* move : to_insert) { in ConnectRanges()
4909 to_insert.clear(); in ConnectRanges()
4916 to_insert.push_back(move); in ConnectRanges()
/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':