HomeSort by relevance Sort by last modified time
    Searched full:labellist (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
grammar.h 26 } labellist; typedef in typeref:struct:__anon4335
64 labellist g_ll;
77 int addlabel(labellist *ll, int type, char *str);
78 int findlabel(labellist *ll, int type, char *str);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
grammar.h 26 } labellist; typedef in typeref:struct:__anon4642
64 labellist g_ll;
77 int addlabel(labellist *ll, int type, char *str);
78 int findlabel(labellist *ll, int type, char *str);
  /external/python/cpython2/Include/
grammar.h 26 } labellist; typedef in typeref:struct:__anon32583
64 labellist g_ll;
77 int addlabel(labellist *ll, int type, char *str);
78 int findlabel(labellist *ll, int type, char *str);
  /prebuilts/gdb/darwin-x86/include/python2.7/
grammar.h 26 } labellist; typedef in typeref:struct:__anon66474
64 labellist g_ll;
77 int addlabel(labellist *ll, int type, char *str);
78 int findlabel(labellist *ll, int type, char *str);
  /prebuilts/gdb/linux-x86/include/python2.7/
grammar.h 26 } labellist; typedef in typeref:struct:__anon66596
64 labellist g_ll;
77 int addlabel(labellist *ll, int type, char *str);
78 int findlabel(labellist *ll, int type, char *str);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
grammar.h 26 } labellist; typedef in typeref:struct:__anon989
64 labellist g_ll;
77 int addlabel(labellist *ll, int type, char *str);
78 int findlabel(labellist *ll, int type, char *str);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
grammar.h 26 } labellist; typedef in typeref:struct:__anon1112
64 labellist g_ll;
77 int addlabel(labellist *ll, int type, char *str);
78 int findlabel(labellist *ll, int type, char *str);
  /external/python/cpython3/Include/
grammar.h 26 } labellist; typedef in typeref:struct:__anon33147
64 labellist g_ll;
78 int addlabel(labellist *ll, int type, const char *str);
79 int findlabel(labellist *ll, int type, const char *str);
  /packages/apps/Gallery2/res/xml/
camera_preferences.xml 28 camera:labelList="@array/pref_camera_flashmode_labels" />
40 camera:labelList="@array/pref_camera_scenemode_labels"
52 camera:labelList="@array/pref_camera_whitebalance_labels" />
60 camera:labelList="@array/pref_camera_recordlocation_labels"
72 camera:labelList="@array/pref_camera_focusmode_labels"
80 camera:labelList="@array/camera_id_labels"
89 camera:labelList="@array/pref_camera_hdr_labels"
video_preferences.xml 39 camera:labelList="@array/pref_camera_video_flashmode_labels"
48 camera:labelList="@array/pref_camera_whitebalance_labels"
56 camera:labelList="@array/camera_id_labels"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 72 typedef struct Labellist {
76 } Labellist;
86 Labellist gt; /* list of pending gotos */
87 Labellist label; /* list of active labels */
  /external/syslinux/com32/lua/src/
lparser.h 72 typedef struct Labellist {
76 } Labellist;
86 Labellist gt; /* list of pending gotos */
87 Labellist label; /* list of active labels */
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/demo/app/src/main/java/com/example/android/smartreply/
SmartReplyClient.java 106 List<String> labelList = new ArrayList<String>();
112 labelList.add(line);
116 String[] ans = new String[labelList.size()];
117 labelList.toArray(ans);
  /external/autotest/frontend/client/src/autotest/tko/
TestLabelManager.java 39 private ListBox labelList = new ListBox();
65 selectPanel.add(labelList);
140 labelList.clear();
142 labelList.addItem(label);
172 return labelList.getItemText(labelList.getSelectedIndex());
TestDetailView.java 290 String labelList = Utils.joinStrings(", ", Arrays.asList(labels));
291 if (labelList.equals("")) {
292 labelList = "none";
294 showText(labelList, "td_test_labels");
  /external/autotest/frontend/client/src/autotest/afe/
HostSelectorDisplay.java 27 private ExtendedListBox labelList = new ExtendedListBox();
60 labelTop.add(labelList);
118 return labelList;
  /external/tensorflow/tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
ImageClassifier.java 64 private List<String> labelList;
88 labelList = loadLabelList(activity);
150 List<String> labelList = new ArrayList<String>();
155 labelList.add(line);
158 return labelList;
195 new AbstractMap.SimpleEntry<>(labelList.get(i), getNormalizedProbability(i)));
282 return labelList.size();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgen.c 38 static void compile_rhs(labellist *ll,
40 static void compile_alt(labellist *ll,
42 static void compile_item(labellist *ll,
44 static void compile_atom(labellist *ll,
98 labellist gr_ll;
188 compile_rhs(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
221 compile_alt(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
243 compile_item(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
280 compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
306 dumpstate(labellist *ll, nfa *nf, int istate)
    [all...]
grammar.c 92 addlabel(labellist *ll, int type, char *str)
105 Py_FatalError("no mem to resize labellist in addlabel");
118 findlabel(labellist *ll, int type, char *str)
  /external/python/cpython2/Parser/
pgen.c 38 static void compile_rhs(labellist *ll,
40 static void compile_alt(labellist *ll,
42 static void compile_item(labellist *ll,
44 static void compile_atom(labellist *ll,
98 labellist gr_ll;
189 compile_rhs(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
222 compile_alt(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
244 compile_item(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
281 compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
308 dumpstate(labellist *ll, nfa *nf, int istate
    [all...]
grammar.c 92 addlabel(labellist *ll, int type, char *str)
105 Py_FatalError("no mem to resize labellist in addlabel");
118 findlabel(labellist *ll, int type, char *str)
  /external/python/cpython3/Parser/
pgen.c 38 static void compile_rhs(labellist *ll,
40 static void compile_alt(labellist *ll,
42 static void compile_item(labellist *ll,
44 static void compile_atom(labellist *ll,
98 labellist gr_ll;
199 compile_rhs(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
232 compile_alt(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
254 compile_item(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
291 compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
318 dumpstate(labellist *ll, nfa *nf, int istate
    [all...]
  /packages/apps/Camera2/res/values/
attrs.xml 32 <attr name="labelList" format="reference" />
  /packages/apps/Gallery2/res/values/
attrs.xml 32 <attr name="labelList" format="reference" />
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
grammar.c 92 addlabel(labellist *ll, int type, char *str)
105 Py_FatalError("no mem to resize labellist in addlabel");
118 findlabel(labellist *ll, int type, char *str)

Completed in 1388 milliseconds

1 2 3 4