/external/autotest/cli/ |
site_readme.py | 14 from autotest_lib.cli import topic_common, label namespace 17 class site_label(label.label): 21 class site_label_create(label.label_create): 23 atest label create <labels>|--blist <file>""" 39 # Any classes we don't override in label should be copied automatically 40 for cls in [getattr(label, n) for n in dir(label) if not n.startswith("_")]:
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
Run.java | 38 private String label; field in class:Run 43 this.label = ""; 49 this.label = builder.label; 57 public String label() { method in class:Run 58 return label; 71 && this.label.equals(that.label) 79 return Objects.hashCode(id, label, startTime); 85 .add("label", label 92 private String label = ""; field in class:Run.Builder 99 public Builder label(String label) { method in class:Run.Builder [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
libhttplib2.tex | 211 \label{http-objects} 212 % This label is generally useful for referencing this section, but is 299 \label{cache-objects} 300 % This label is generally useful for referencing this section, but is 325 \label{response-objects} 326 % This label is generally useful for referencing this section, but is 376 \subsection{Examples \label{httplib2-example}}
|
/external/e2fsprogs/misc/ |
e2label.c | 2 * e2label.c - Print or change the volume label on an ext2 fs 80 char label[VOLNAMSZ+1]; local 83 strncpy(label, sb.s_volume_name, VOLNAMSZ); 84 label[VOLNAMSZ] = 0; 85 printf("%s\n", label); 88 static void change_label (char *dev, char *label) 94 strncpy(sb.s_volume_name, label, VOLNAMSZ); 95 if (strlen(label) > VOLNAMSZ) 96 fprintf(stderr, _("Warning: label too long, truncating.\n"));
|
/external/fio/ |
gerror.c | 63 GtkWidget *dialog, *content, *label; local 70 label = gtk_label_new(message); 71 gtk_container_add(GTK_CONTAINER(content), label); local
|
/external/google-benchmark/src/ |
csv_reporter.cc | 46 "items_per_second,label\n"; 98 std::string label = run.report_label; local 99 ReplaceAll(&label, "\"", "\"\""); 100 std::cout << "\"" << label << "\""; local
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
MethodItem.java | 29 private final String label; field in class:MethodItem 33 MethodItem(final IMethodCoverage node, final String label, 36 this.label = label; 41 return label;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/ |
LinkableStub.java | 22 private final String label; field in class:LinkableStub 25 public LinkableStub(String link, String label, String style) { 27 this.label = label; 36 return label;
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
JumpInsnNode.java | 45 * The operand of this instruction. This operand is a label that designates
48 public LabelNode label;
field in class:JumpInsnNode 57 * @param label the operand of the instruction to be constructed. This
58 * operand is a label that designates the instruction to which the
61 public JumpInsnNode(final int opcode, final LabelNode label) {
63 this.label = label;
83 mv.visitJumpInsn(opcode, label.getLabel());
87 return new JumpInsnNode(opcode, clone(label, labels));
|
LabelNode.java | 34 import org.mockito.asm.Label;
38 * An {@link AbstractInsnNode} that encapsulates a {@link Label}.
42 private Label label;
field in class:LabelNode 48 public LabelNode(final Label label) {
50 this.label = label;
54 return LABEL;
57 public Label getLabel() { [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowResolveInfo.java | 14 private String label; field in class:ShadowResolveInfo 17 public String loadLabel( PackageManager mgr ) { return label; } 22 public void setLabel( String l ) { label = l; }
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
OffsetInstructionFormatMethodItem.java | 42 protected LabelMethodItem label; field in class:OffsetInstructionFormatMethodItem 48 label = new LabelMethodItem(options, codeAddress + instruction.getCodeOffset(), getLabelPrefix()); 49 label = methodDef.getLabelCache().internLabel(label); 54 label.writeTo(writer); 58 return label;
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/ |
SmalideaSparseSwitchPayload.java | 77 SmaliLabel label = labelReference.resolve(); local 78 if (label == null) { 82 return label.getOffset() - baseOffset;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue332/ |
Data.java | 22 private String label; field in class:Data 33 return label; 36 @ConstructorProperties({"label", "value", "unit"}) 37 public Data(String label, BigDecimal value, String unit) { 38 this.label = label; 43 // public void setLabel(String label) { 44 // this.label = label; 65 "label='" + label + '\'' [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfButtons.java | 64 String label = getItem(position); local 67 button.setText(label);
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupDetailDisplayUtils.java | 46 TextView label = (TextView) view.findViewById(android.R.id.title); local 47 if (label == null) { 49 + "android.R.id.label"); 51 label.setText(accountType.getViewGroupLabel(context));
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
SpinnerOption.java | 24 public final String label; field in class:SpinnerOption 36 public SpinnerOption(Object value, String label) { 38 this.label = label; 43 return label;
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.h | 109 virtual void label(const char* theLabel); 110 virtual void B(int cc, const char* label); 111 virtual void BL(int cc, const char* label); 113 virtual uint32_t* pcForLabel(const char* label); 175 inline branch_target_t() : label(0), pc(0) { } 177 : label(l), pc(p) { } 178 const char* label; member in struct:android::ARMAssembler::branch_target_t
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
ThirdPartyWallpaperPickerListAdapter.java | 131 TextView label = (TextView) view.findViewById(R.id.wallpaper_item_label); local 132 label.setText(info.loadLabel(mPackageManager)); 135 label.setCompoundDrawables(null, icon, null, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LintTooltip.java | 30 import org.eclipse.swt.widgets.Label; 64 Label icon = new Label(this, SWT.NONE); 69 Label label = new Label(this, SWT.WRAP); local 71 label.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1)); 84 label.setText(String.format("%1$s: %2$s", id, message));
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/ |
IconHeaderItemPresenter.java | 57 TextView label = (TextView) rootView.findViewById(R.id.header_label); local 58 label.setText(headerItem.getName());
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_CommonDataKinds_ImTest.java | 44 assertCustomProtocolLabel("Custom Label"); 52 assertCustomTypeLabel("Custom Label"); 59 String label = mResources.getString(res); local 60 assertEquals(label, Im.getProtocolLabel(mResources, type, "")); 63 private void assertCustomProtocolLabel(String label) { 66 assertEquals(label, Im.getProtocolLabel(mResources, Im.PROTOCOL_CUSTOM, label)); 73 String label = mResources.getString(res); local 74 assertEquals(label, Im.getTypeLabel(mResources, type, "")); 77 private void assertCustomTypeLabel(String label) { [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
BlockAddresses.java | 32 * block (indexed by basic block label) */ 36 * of each basic block (indexed by basic block label) */ 41 * label) */ 71 * Gets the instance for the start of the block with the given label. 73 * @param label {@code non-null;} the label of the block in question 76 public CodeAddress getStart(int label) { 77 return starts[label]; 92 * the given label. 94 * @param label {@code non-null;} the label of the block in questio 132 int label = one.getLabel(); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/ |
ByteBlock.java | 27 /** {@code >= 0;} label for this block */ 28 private final int label; field in class:ByteBlock 45 * @param label {@code >= 0;} target label for this block 55 public ByteBlock(int label, int start, int end, IntList successors, 57 if (label < 0) { 58 throw new IllegalArgumentException("label < 0"); 86 this.label = label; 96 return '{' + Hex.u2(label) + ": " + Hex.u2(start) + ".." [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteBlock.java | 27 /** {@code >= 0;} label for this block */ 28 private final int label; field in class:ByteBlock 45 * @param label {@code >= 0;} target label for this block 55 public ByteBlock(int label, int start, int end, IntList successors, 57 if (label < 0) { 58 throw new IllegalArgumentException("label < 0"); 86 this.label = label; 96 return '{' + Hex.u2(label) + ": " + Hex.u2(start) + ".." [all...] |