HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 126 - 150 of 1524) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 100 func = label(entry.code)
111 func = label(entry.code)
155 def label(code): function
  /system/extras/ext4_utils/
ext4_sb.h 44 const char *label; member in struct:fs_info
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 121 final StringBuffer label = new StringBuffer (101); local
123 label.append ("[");
124 label.append (IAppConstants.APP_NAME);
125 label.append (" v"); label.append (IAppConstants.APP_VERSION_WITH_BUILD_ID_AND_TAG);
126 label.append (" report, generated ");
127 label.append (new Date (EMMAProperties.getTimeStamp ()));
128 label.append ("]");
130 m_out.write (label.toString ());
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 117 final StringBuffer label = new StringBuffer (101); local
119 label.append ("<!-- ");
120 label.append (IAppConstants.APP_NAME);
121 label.append (" v"); label.append (IAppConstants.APP_VERSION_WITH_BUILD_ID_AND_TAG);
122 label.append (" report, generated ");
123 label.append (new Date (EMMAProperties.getTimeStamp ()));
124 label.append (" -->");
126 m_out.write (label.toString ());
  /art/compiler/utils/arm/
assembler_thumb2_test.cc 376 Label start, end;
401 Label label0, label1, label2;
435 Label label0, label1, label2;
471 Label label0, label1, label2;
506 Label label0, label1, label2;
542 Label label0, label1, label2;
577 Label label0, label1, label2;
615 Label label; local
616 __ Bind(&label);
638 Label label; local
661 Label label; local
684 Label label; local
709 Label label; local
734 Label label; local
759 Label label; local
784 Label label; local
812 Label label; local
840 Label label; local
864 Label label; local
891 Label label; local
917 Label label; local
947 Label label; local
1013 Label label; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips_test.cc 192 mips::MipsLabel label; local
193 (Base::GetAssembler()->*f)(mips::A0, &label);
198 __ Bind(&label);
203 (Base::GetAssembler()->*f)(mips::A1, &label);
221 mips::MipsLabel label; local
222 (Base::GetAssembler()->*f)(mips::A0, mips::A1, &label);
227 __ Bind(&label);
232 (Base::GetAssembler()->*f)(mips::A2, mips::A3, &label);
1256 mips::MipsLabel label; local
1282 mips::MipsLabel label; local
1324 mips::MipsLabel label; local
1352 mips::MipsLabel label; local
1380 mips::MipsLabel label; local
1408 mips::MipsLabel label; local
1436 mips::MipsLabel label; local
1462 mips::MipsLabel label; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 96 TextView label = (TextView)(convertView.findViewById(R.id.tasklist_label)); local
97 label.setText(mLabels[position]);
103 label.setContentDescription(contentDescription);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java 45 Phone.LABEL,
85 String label = null; local
86 //Custom type? Then get the custom label
88 label = c.getString(COLUMN_PHONE_LABEL);
91 String numberType = (String) Phone.getTypeLabel(getResources(), type, label);
TableLayout7.java 66 TextView label = new TextView(this); local
67 label.setText(R.string.table_layout_7_quit);
68 label.setPadding(3, 3, 3, 3);
75 row.addView(label, new TableRow.LayoutParams(1));
  /external/ImageMagick/Magick++/lib/
Montage.cpp 100 void Magick::Montage::label(const std::string &label_) function in class:Magick::Montage
105 std::string Magick::Montage::label(void) const function in class:Magick::Montage
  /external/ImageMagick/coders/
vid.c 107 *label;
176 label=InterpretImageProperties((ImageInfo *) image_info,next_image,
178 (void) SetImageProperty(next_image,"label",label,exception);
179 label=DestroyString(label);
333 (void) SetImageProperty(p,"label",DefaultTileLabel,exception);
104 *label; local
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java 35 private String label; field in class:RectRegion
44 public RectRegion(Number minX, Number maxX, Number minY, Number maxY, String label) {
47 this.setLabel(label);
175 return label;
178 public void setLabel(String label) {
179 this.label = label;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternParser.java 94 // "%label:" prefix
95 String label = null; local
101 label = tokenizer.sval.toString();
115 if ( label!=null ) {
116 node.label = label;
146 if ( label!=null && node.getClass()==TreeWizard.TreePattern.class ) {
147 ((TreeWizard.TreePattern)node).label = label;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ACyclicDFACodeGenerator.java 100 //System.out.println("edge "+s.stateNumber+"-"+edge.label.toString()+"->"+edge.target.stateNumber);
101 if ( edge.label.getAtom()==Label.EOT ) {
114 // If the template wants all the label values delineated, do that
116 List labels = edge.label.getSet().toList();
119 String label = local
121 labels.set(j, label); // rewrite List element to be name
131 if ( !edge.label.isSemanticPredicate() ) {
  /external/autotest/frontend/client/src/autotest/afe/
JobStatusDataSource.java 21 * consolidate metahosts of the same label.
92 String label = queueEntry.get("meta_host").isString().stringValue(); local
97 List<String> key = getMetaHostKey(label, status);
109 private List<String> getMetaHostKey(String label, String status) {
111 return Arrays.asList(new String[] {label, status});
117 String label = Utils.jsonToString(entry.get("meta_host")); local
121 entry.put("hostname", new JSONString(label + " (label)"));
  /external/bison/src/
graphviz.c 63 output_node (int id, char const *label, FILE *fout)
65 fprintf (fout, " %d [label=\"%s\"]\n", id, label);
69 output_edge (int source, int destination, char const *label,
73 if (label)
74 fprintf (fout, " label=%s", quote (label));
123 char *label = obstack_finish0 (out); local
124 fprintf (fout, "label=\"[%s]\", ", label);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
timeline_interaction_record.py 35 def GetJavaScriptMarker(label, flags):
43 label: The label used to identify the interaction record.
47 The interaction record marker string (e.g., Interaction.Label/flag1,flag2).
53 marker = 'Interaction.%s' % label
68 label: ClickComposeButton and SendEmail, for instance. From the point
79 label and flags indicating the semantics of that interaction. This
94 * repeatable: Allows other interactions to use the same label
97 def __init__(self, label, start, end, async_event=None, flags=None):
98 assert label
107 def label(self): member in class:TimelineInteractionRecord
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 24 prefer this term) and 20 bits of flow label. Currently there exist
56 Flows with coinciding source address and flow label must have identical
75 flow label for another flow within the maximal lifetime has expired,
77 the label is taken over by another flow.
170 If \verb|sin6_flowinfo| does contain not zero flow label,
218 \section{Flow label management.}
225 label manager. There are at least three different approaches:
228 \item {\bf ``Cooperative''. } We could leave flow label allocation wholly
229 to user space. When user needs label he requests manager directly. The approach
235 control message, so that it will allocate label and assign it to socke
    [all...]
  /external/iproute2/ip/
ipaddrlabel.c 52 fprintf(stderr, "Usage: ip addrlabel [ list | add | del | flush ] prefix PREFIX [ dev DEV ] [ label LABEL ]\n");
89 uint32_t label; local
90 memcpy(&label, RTA_DATA(tb[IFAL_LABEL]), sizeof(label));
91 fprintf(fp, "label %u ", label);
134 uint32_t label = 0xffffffffUL; local
161 } else if (strcmp(*argv, "label") == 0) {
164 if (get_u32(&label, *argv, 0) || label == 0xffffffffUL
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
RangedNumericPanel.java 36 JLabel label; field in class:RangedNumericPanel
54 label = new JLabel("Value:");
55 contentPanel.add(label, new GridBagConstraints(2, 2, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE,
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
RangedNumericPanel.java 37 JLabel label; field in class:RangedNumericPanel
77 label = new JLabel("Value:");
78 contentPanel.add(label, new GridBagConstraints(2, 2, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE,
  /external/opencv3/samples/cpp/
detect_blob.cpp 165 String label; local
174 label = Legende(*itBLOB);
193 namedWindow(*itDesc + label, WINDOW_AUTOSIZE);
194 imshow(*itDesc + label, result);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTabSpec.java 23 private CharSequence label; field in class:ShadowTabSpec
48 return this.label.toString();
60 return label.toString();
69 public TabHost.TabSpec setIndicator(CharSequence label) {
70 this.label = label;
75 public TabHost.TabSpec setIndicator(CharSequence label, Drawable icon) {
76 this.label = label;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
PackedSwitchMethodItem.java 65 LabelMethodItem label = methodDef.getLabelCache().internLabel( local
68 targets.add(new PackedSwitchLabelTarget(label));
SparseSwitchMethodItem.java 57 LabelMethodItem label = methodDef.getLabelCache().internLabel( local
60 targets.add(new SparseSwitchLabelTarget(switchElement.getKey(), label));

Completed in 1351 milliseconds

1 2 3 4 56 7 8 91011>>