HomeSort by relevance Sort by last modified time
    Searched refs:add_item (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/python/debug/cli/
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...]
curses_widgets.py 66 def add_item(self, command, screen_output, scroll_position): member in class:CursesNavigationHistory
curses_ui.py 753 self._nav_history.add_item(command, screen_output, 0)
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer_unittest.cc     [all...]
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.rl 43 action add_item {
92 @add_item
hb-buffer-deserialize-text.rl 43 action add_item {
86 %add_item
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java 65 setContentView(R.layout.add_item);
MyRssReader2.java 56 RssDataAdapter<RssItem> adap = new RssDataAdapter<RssItem>(this, R.layout.add_item, mFeeds);
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
ItemAddFragment.java 61 getDialog().setTitle(R.string.add_item);
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
ItemAddFragment.java 61 getDialog().setTitle(R.string.add_item);
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
ItemAddFragment.java 61 getDialog().setTitle(R.string.add_item);
  /external/wpa_supplicant_8/hs20/client/
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);
226 static void add_item(struct hs20_osu_client *ctx, xml_node_t *parent, function
268 add_item(ctx, replace, locuri, txt);
    [all...]
  /build/make/tools/
fat16copy.py 748 def add_item(directory, item): function
761 add_item(sub, os.path.join(item, next_item))
776 add_item(root, p)
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 518 unittest::RawMessageSet::Item* item = raw.add_item();
527 unittest::RawMessageSet::Item* item = raw.add_item();
536 unittest::RawMessageSet::Item* item = raw.add_item();
    [all...]

Completed in 890 milliseconds