Searched refs:add_item (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_widgets_test.py | 55 nav_history.add_item("foo", RTL(["bar"]), 0) 70 nav_history.add_item("foo", RTL(["foo_output"]), 0) 71 nav_history.add_item("bar", RTL(["bar_output"]), 0) 78 nav_history.add_item("baz", RTL(["baz_output"]), 0) 97 nav_history.add_item("foo", RTL(["foo_output"]), 0) 98 nav_history.add_item("bar", RTL(["bar_output"]), 0) 101 nav_history.add_item("baz", RTL(["baz_output"]), 0) 115 nav_history.add_item("foo", RTL(["foo_out", "more_foo_out"]), 0) 116 nav_history.add_item("bar", RTL(["bar_out", "more_bar_out"]), 0) 126 nav_history.add_item("foo", RTL(["foo_out", "more_foo_out"]), 0) [all …]
|
D | curses_widgets.py | 66 def add_item(self, command, screen_output, scroll_position): member in CursesNavigationHistory
|
D | curses_ui.py | 753 self._nav_history.add_item(command, screen_output, 0)
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.cc | 1034 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); in TEST() 1036 item = msg1.add_item(); in TEST() 1038 item = msg1.add_item(); in TEST() 1040 item = msg1.add_item(); in TEST() 1043 item = msg2.add_item(); in TEST() 1045 item = msg2.add_item(); in TEST() 1047 item = msg2.add_item(); in TEST() 1049 item = msg2.add_item(); in TEST() 1066 protobuf_unittest::TestDiffMessage::Item* item = msg1.add_item(); in TEST() 1069 item = msg1.add_item(); in TEST() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-buffer-deserialize-text.rl | 43 action add_item { 86 %add_item
|
D | hb-buffer-deserialize-json.rl | 43 action add_item { 92 @add_item
|
/external/wpa_supplicant_8/hs20/client/ |
D | oma_dm_client.c | 66 static void add_item(struct hs20_osu_client *ctx, xml_node_t *parent, 196 add_item(ctx, node, locuri, data); in add_results() 226 static void add_item(struct hs20_osu_client *ctx, xml_node_t *parent, in add_item() function 268 add_item(ctx, replace, locuri, txt); in add_replace_devinfo()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_unittest.cc | 518 unittest::RawMessageSet::Item* item = raw.add_item(); in TEST() 527 unittest::RawMessageSet::Item* item = raw.add_item(); in TEST() 536 unittest::RawMessageSet::Item* item = raw.add_item(); in TEST()
|