HomeSort by relevance Sort by last modified time
    Searched defs:subtitles (Results 1 - 4 of 4) sorted by null

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
GraphvizNode.java 38 private Map<Integer, String> subtitles = Maps.newTreeMap(); field in class:GraphvizNode
83 return ImmutableList.copyOf(subtitles.values());
87 this.subtitles.put(position, subtitle);
  /external/u-boot/scripts/kconfig/lxdialog/
dialog.h 103 struct subtitle_list *subtitles; member in struct:dialog_info
206 void set_dialog_subtitles(struct subtitle_list *subtitles);
  /external/u-boot/scripts/kconfig/
mconf.c 319 static struct subtitle_list *subtitles; variable in typeref:struct:subtitle_list
325 for (pos = subtitles; pos != NULL; pos = tmp) {
330 subtitles = NULL;
337 subtitles = pos = xcalloc(1, sizeof(*pos));
343 set_dialog_subtitles(subtitles);
350 for (pos = subtitles; pos != NULL; pos = tmp) {
354 subtitles = NULL;
355 set_dialog_subtitles(subtitles);
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 75 milliseconds