Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 25 of 212) sorted by relevance

123456789

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DLookupSwitchInsnNode.java62 public List labels; field in LookupSwitchInsnNode
75 final LabelNode[] labels) in LookupSwitchInsnNode()
100 Label[] labels = new Label[this.labels.size()]; in accept() local
104 mv.visitLookupSwitchInsn(dflt.getLabel(), keys, labels); in accept() local
107 public AbstractInsnNode clone(final Map labels) { in clone()
DTableSwitchInsnNode.java67 public List labels; field in TableSwitchInsnNode
82 final LabelNode[] labels) in TableSwitchInsnNode()
99 Label[] labels = new Label[this.labels.size()]; in accept() local
106 public AbstractInsnNode clone(final Map labels) { in clone()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java75 Label dflt, Label[] labels, IFrame frame) { in visitTableSwitchInsnWithProbes()
83 Label[] labels, IFrame frame) { in visitLookupSwitchInsnWithProbes()
226 final Label[] labels = new Label[] { label, label }; in testVisitLookupSwitchInsn1() local
245 final Label[] labels = new Label[] { label2, label }; in testVisitLookupSwitchInsn2() local
261 final Label[] labels = new Label[] { label, label }; in testVisitLookupSwitchInsn3() local
274 final Label[] labels = new Label[] { label, label }; in testVisitTableSwitchInsn1() local
292 final Label[] labels = new Label[] { label2, label }; in testVisitTableSwitchInsn2() local
307 final Label[] labels = new Label[] { label, label }; in testVisitTableSwitchInsn3() local
/external/chromium-trace/catapult/tracing/test_data/
Dgoogle_cloud_trace.json11 "labels": { object
23 "labels": { object
35 "labels": { object
45 "labels": { object
/external/autotest/site_utils/
Dhost_label_utils.py33 def get_all_boards(labels=None): argument
50 def get_host_labels(days_back=0, hostname=None, labels=None): argument
Dlabel_cleaner.py106 def _delete_labels(conn, labels): argument
120 def delete_labels(conn, labels, max_delete): argument
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java112 final Label dflt, final Label[] labels, final IFrame frame) { in visitTableSwitchInsnWithProbes()
126 final int[] keys, final Label[] labels, final IFrame frame) { in visitLookupSwitchInsnWithProbes()
138 private Label[] createIntermediates(final Label[] labels) { in createIntermediates()
174 final Label[] labels, final IFrame frame) { in insertIntermediateProbes()
/external/autotest/server/cros/
Dprovision.py108 def partition(cls, labels): argument
229 def filter_labels(labels): argument
247 def split_labels(labels): argument
301 def run_special_task_actions(job, host, labels, task): argument
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DMachineProbe.java81 List<IntSet> labels = new ArrayList<IntSet>(); in getEdgeLabels() local
101 public String getInputSequenceDisplay(Grammar g, List<IntSet> labels) { in getInputSequenceDisplay()
116 List<Set<NFAState>> nfaStates, List<IntSet> labels) { in getGrammarLocationsForInputSequence()
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttreewizard.py375 def visitor(node, parent, childIndex, labels): argument
389 def visitor(node, parent, childIndex, labels): argument
403 def visitor(node, parent, childIndex, labels): argument
417 def visitor(node, parent, childIndex, labels): argument
431 def visitor(node, parent, childIndex, labels): argument
445 def visitor(node, parent, childIndex, labels): argument
462 def visitor(node, parent, childIndex, labels): argument
478 def visitor(node, parent, childIndex, labels): argument
495 def visitor(node, parent, childIndex, labels): argument
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesAdapter.java139 final Label[] labels) { in visitLookupSwitchInsn()
150 final Label dflt, final Label... labels) { in visitTableSwitchInsn()
159 private boolean markLabels(final Label dflt, final Label[] labels) { in markLabels()
DMethodProbesVisitor.java121 final Label dflt, final Label[] labels, final IFrame frame) { in visitTableSwitchInsnWithProbes()
147 final int[] keys, final Label[] labels, final IFrame frame) { in visitLookupSwitchInsnWithProbes()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java180 final Label dflt, final Label... labels) { in visitTableSwitchInsn()
186 final Label[] labels) { in visitLookupSwitchInsn()
190 private void visitSwitchInsn(final Label dflt, final Label[] labels) { in visitSwitchInsn()
229 final Label dflt, final Label[] labels, final IFrame frame) { in visitTableSwitchInsnWithProbes()
235 final int[] keys, final Label[] labels, final IFrame frame) { in visitLookupSwitchInsnWithProbes()
240 final Label[] labels) { in visitSwitchInsnWithProbes()
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py59 def upload(file, project_name, user_name, password, summary, labels=None): argument
155 def upload_find_auth(file_path, project_name, summary, labels=None, argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DBlog.java27 private TreeSet<String> labels = new TreeSet<String>(); field in Blog
61 public void setLabels(TreeSet<String> labels) { in setLabels()
/external/chromium-trace/catapult/third_party/graphy/graphy/
Dpie_chart.py74 def __init__(self, points=None, labels=None, colors=None): argument
97 def AddPie(self, points, labels=None, colors=None): argument
122 def AddSegments(self, points, labels, colors): argument
/external/minijail/
Dsyscall_filter.c134 unsigned int get_label_id(struct bpf_labels *labels, const char *label_str) in get_label_id()
142 unsigned int group_end_lbl(struct bpf_labels *labels, int nr, int idx) in group_end_lbl()
149 unsigned int success_lbl(struct bpf_labels *labels, int nr) in success_lbl()
157 struct bpf_labels *labels, int nr, int group_idx) in compile_atom()
240 unsigned int entry_lbl_id, struct bpf_labels *labels) in compile_section()
376 struct bpf_labels labels; in compile_filter() local
/external/autotest/cli/
Dsite_host.py36 locked=False, lock_reason='', labels=[], acls=[], argument
170 def __init__(self, hostname, platform, labels): argument
/external/autotest/contrib/
Dprint_host_labels.py16 labels = host.get_labels() variable
Dcrbug_crawler.py66 def __init__(self, comment='', labels='', status=''): argument
252 def filter_labels(issues, labels): argument
324 def filter_issues(self, queries='', labels=None, fast=True): argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs73 … void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ); in Visit()
78 …c virtual void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ) in Visit()
296 … public void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ) in Visit()
387 …itor( TreeWizard outer, IContextVisitor visitor, IDictionary<string, object> labels, TreePattern t… in VisitTreeWizardContextVisitor()
447 public bool Parse( object t, string pattern, IDictionary<string, object> labels ) in Parse()
473 …ected virtual bool ParseCore( object t1, TreePattern tpattern, IDictionary<string, object> labels ) in ParseCore()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs70 void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels); in Visit()
74 …c virtual void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels) { in Visit()
259 … public void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels) { in Visit()
336 …sitor(TreeWizard outer, IContextVisitor visitor, IDictionary<string, object> labels, TreePattern t… in VisitTreeWizardContextVisitor()
391 public bool Parse(object t, string pattern, IDictionary<string, object> labels) { in Parse()
415 …ected virtual bool ParseCore(object t1, TreePattern tpattern, IDictionary<string, object> labels) { in ParseCore()
/external/chromium-trace/catapult/telemetry/telemetry/story/
Dstory.py29 def __init__(self, shared_state_class, name='', labels=None, argument
62 def labels(self): member in Story
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeWizard.java59 public void visit(Object t, Object parent, int childIndex, Map labels); in visit()
63 public void visit(Object t, Object parent, int childIndex, Map labels) { in visit()
286 final Map labels = new HashMap(); // reused for each _parse in visit() local
310 public boolean parse(Object t, String pattern, Map labels) { in parse()
332 protected boolean _parse(Object t1, TreePattern tpattern, Map labels) { in _parse()
/external/opencv3/samples/python2/
Ddigits.py103 def evaluate_model(model, digits, samples, labels): argument
152 digits, labels = load_digits(DIGITS_FN) variable
158 digits, labels = digits[shuffle], labels[shuffle] variable

123456789