/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/ |
parse.py | 124 t, v = self.grammar.labels[i] 126 # Look it up in the list of labels
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
parse.py | 124 t, v = self.grammar.labels[i] 126 # Look it up in the list of labels
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
parse.py | 124 t, v = self.grammar.labels[i] 126 # Look it up in the list of labels
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
arm-it-auto.s | 6 @These branches are to see the labels in the generated file
|
/external/autotest/frontend/client/src/autotest/tko/ |
TestDetailView.java | 289 String[] labels = Utils.JSONtoStrings(test.get("labels").isArray()); local 290 String labelList = Utils.joinStrings(", ", Arrays.asList(labels));
|
/external/autotest/scheduler/ |
rdb_unittest.py | 217 deps=[lable.id for lable in db_host.labels.all()], 221 deps=[lable.id for lable in db_host.labels.all()],
|
/external/autotest/server/cros/network/ |
chaos_clique_utils.py | 38 afe, lock_manager, labels=['packet_capture']) + '.cros') 54 labels=['webdriver'])
|
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
bar_chart_test.py | 78 """Test that we reverse labels for horizontal bar charts 81 self.chart.left.labels = [1, 2, 3] 93 self.chart.left.labels = (1, 5)
|
/external/opencv3/apps/traincascade/ |
old_ml_precomp.hpp | 257 /* Fills the <labels> using <probs> by choosing the maximal probability. Outliers are 263 const CvMat* labels ); 314 (labels and/or centers and/or probs) back to the output arrays */ 316 cvWritebackLabels( const CvMat* labels, CvMat* dst_labels,
|
old_ml_tree.cpp | 292 // to locate responses and cross-validation labels using 520 // replace labels for missing values with -1 535 // replace labels for missing values with -1 584 // set sample labels 1784 const int* labels = data->get_cat_var_data( node, vi, labels_buf ); local 2213 const int* labels = data->get_cat_var_data(node, vi, labels_buf); local 2449 const int* labels = data->get_cat_var_data(node, vi, labels_buf); local 2665 const int* labels = data->get_cat_var_data(node, vi, labels_buf); local 2965 const int* labels = data->get_cat_var_data(node, vi, labels_buf); local [all...] |
/external/v8/test/webkit/ |
continue-break-multiple-labels.js | 25 'This test checks break and continue behaviour in the presence of multiple labels.'
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
Utils.java | 33 String[] labels = domain.toLowerCase().split("\\."); local 35 for (String label : labels) {
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
Utils.java | 37 String[] labels = domain.toLowerCase().split("\\."); local 39 for (String label : labels) {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 197 * labels 'a' where t is a DFA node created 203 OrderedHashSet labels = d.getReachableLabels(); local 204 //System.out.println("reachable labels="+labels); 208 labels.size()+"/"+d.getNFAConfigurations().size()+"="+ 209 labels.size()/(float)d.getNFAConfigurations().size()); 237 boolean containsEOT = labels!=null && labels.contains(EOTLabel); 270 if ( labels!=null ) { 271 numLabels = labels.size() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectPage.java | 216 List<String> labels = new ArrayList<String>(24); local 218 labels.add(label); 220 assert labels.size() >= 15; // *Known* versions to ADT, not installed/available versions 222 labels.add(codeName); 224 String[] versions = labels.toArray(new String[labels.size()]); [all...] |
/external/ImageMagick/coders/ |
ps.c | 1462 **labels, local [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
asm.go | 26 // If doLabel is set, it also defines the labels collect for this Prog. 53 if p.labels[label] != nil { 56 p.labels[label] = prog 99 // Labels are function scoped. Patch existing labels and 102 p.labels = make(map[string]*obj.Prog) 372 targetProg := p.labels[target.Sym.Name] 397 targetProg := p.labels[patch.label]
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
asm.go | 23 // If doLabel is set, it also defines the labels collect for this Prog. 50 if p.labels[label] != nil { 53 p.labels[label] = prog 96 // Labels are function scoped. Patch existing labels and 99 p.labels = make(map[string]*obj.Prog) 369 targetProg := p.labels[target.Sym.Name] 394 targetProg := p.labels[patch.label]
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
asm.go | 26 // If doLabel is set, it also defines the labels collect for this Prog. 53 if p.labels[label] != nil { 56 p.labels[label] = prog 99 // Labels are function scoped. Patch existing labels and 102 p.labels = make(map[string]*obj.Prog) 372 targetProg := p.labels[target.Sym.Name] 397 targetProg := p.labels[patch.label]
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
asm.go | 23 // If doLabel is set, it also defines the labels collect for this Prog. 50 if p.labels[label] != nil { 53 p.labels[label] = prog 96 // Labels are function scoped. Patch existing labels and 99 p.labels = make(map[string]*obj.Prog) 369 targetProg := p.labels[target.Sym.Name] 394 targetProg := p.labels[patch.label]
|
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/ |
parboiled-java-1.0.2.jar | |
/external/autotest/frontend/afe/ |
resources.py | 47 'labels': 284 labels = HostLabelingCollection(fixed_entry=self) 296 'labels': labels.full_representation(), 326 for label in self.instance.labels.filter(platform=True): 327 self.instance.labels.remove(label) 328 self.instance.labels.add(label) 871 'labels': LabelCollection(self._request).link(), [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
NEWS.md | 72 labels when using a plugin, like flot-tickrotor, that overrode tick labels. 75 - Fixed a regression from 0.7 where axis labels were given the wrong width, 111 - When removing series labels and redrawing the plot, the legend now updates 145 labels with the same text as another label on the same axis to disappear. 149 - Fixed a regression in text rendering, introduced in 0.8, where axis labels 200 Axis tick labels now use the class 'flot-tick-label' instead of 'tickLabel'. 212 A new plugin, jquery.flot.canvas.js, allows axis tick labels to be rendered 221 HTML markup embedded in labels, and advanced text styles such as 'em' units. 246 - Added a canvas plugin to enable rendering axis tick labels to the canvas [all...] |
/external/opencv/ml/src/ |
mltree.cpp | 252 // to locate responses and cross-validation labels using 418 // replace labels for missing values with -1 1438 const int* labels = data->get_cat_var_data(node,vi); local 2164 const int* labels = data->get_cat_var_data(node, vi); local 2453 const int* labels = data->get_cat_var_data(node, vi); local [all...] |
/art/compiler/optimizing/ |
code_generator.h | 561 // We use raw array allocations instead of ArenaVector<> because Labels are 564 LabelType* labels = GetGraph()->GetArena()->AllocArray<LabelType>(size, local 567 new(labels + i) LabelType(); 569 return labels;
|