/development/tools/otagui/src/services/ |
D | JobSubmission.js | 121 label: 'Incremental OTA', property 126 label: 'Partial OTA', property 131 label: 'Verbose' property 137 label: 'Downgrade', property 142 label: 'Override time stamp' property 146 label: 'Wipe User data' property 154 label: 'Skip compatibility check' property 162 label: 'Generate non-A/B package' property 173 label: 'Block-based OTA', property 180 label: 'Full bootloader', property [all …]
|
/development/tools/ota_analysis/src/components/ |
D | PartialCheckbox.vue | 12 v-for="label in labels" 13 :key="label" 19 :value="label" 20 :checked="modelValue.get(label)" 23 <label v-if="label"> {{ label }} </label>
|
D | BaseFile.vue | 2 <label class="file-select ma-5"> 9 <span v-if="label">{{ !fileName ? label : '' }}</span> 19 </label> 25 label: {
|
/development/tools/otagui/src/components/ |
D | BaseSelect.vue | 2 <label v-if="label"> {{ label }} </label> 25 label: {
|
D | BaseCheckbox.vue | 2 <label 3 v-if="label" 13 {{ label }} 14 </label> 20 label: {
|
D | BaseRadio.vue | 8 <label>{{ label }}</label> 14 label: {
|
D | PartialCheckbox.vue | 12 v-for="label in labels" 13 :key="label" 17 <label 18 v-if="label" 23 :value="label" 24 :checked="partitionSelected.get(label)" 27 {{ label }} 28 </label>
|
D | OTAJobTable.vue | 33 label: "Source build", 38 label: "Target build", 43 label: "Status", 55 label: "Partial", 60 label: "Start Time", 68 label: "Finish Time",
|
D | BaseFile.vue | 2 <label class="file-select ma-5"> 9 <span v-if="label">{{ !fileName ? label : '' }}</span> 19 </label> 25 label: {
|
D | BaseInput.vue | 2 <h3> {{ label }} </h3> 6 :placeholder="label" 16 label:{
|
D | BuildTable.vue | 33 label: "Build Name", 38 label: "Upload Time", 46 label: "Build ID", 51 label: "Build Version", 56 label: "Build Flavor",
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
D | AnalogAndCardBoundsWatchFaceConfigActivity.java | 34 TextView label = (TextView) findViewById(R.id.label); in onCreate() local 35 label.setText(label.getText() + " (" + name.getClassName() + ")"); in onCreate()
|
D | OpenGLWatchFaceConfigActivity.java | 39 TextView label = (TextView) findViewById(R.id.label); in onCreate() local 40 label.setText(label.getText() + " (" + name.getClassName() + ")"); in onCreate()
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | viewer_surface_flinger_component.ts | 110 label: this.rectsTitle, 115 label: CollapsibleSectionType.HIERARCHY, 120 label: 'PROPERTIES', 125 label: this.propertiesTitle,
|
/development/tools/winscope/src/viewers/common/ |
D | collapsible_sections_test.ts | 27 label: 'LAYERS', constant 32 label: 'HIERARCHY', constant 37 label: 'PROTO DUMP', constant 57 label: 'HIERARCHY', 68 label: 'HIERARCHY',
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
D | Card.java | 273 private void addAction(String label, int id, int type) { in addAction() argument 275 cardAction.label = label; in addAction() 422 public Builder addAction(String label, int id, int type) { in addAction() argument 423 mCard.addAction(label, id, type); in addAction() 461 public Builder setProgressLabel(String label) { in setProgressLabel() argument 466 mCard.mCardProgress.label = label; in setProgressLabel() 569 actionButton.setText(action.label); in initializeActionViews() 595 .setText(mCard.mCardProgress.label); in initializeProgressView() 612 public String label; field in Card.CardAction 619 actionClone.label = label; in createShallowClone() [all …]
|
/development/tools/winscope/src/viewers/viewer_window_manager/ |
D | viewer_window_manager_component.ts | 83 label: this.rectsTitle, 88 label: CollapsibleSectionType.HIERARCHY, 93 label: CollapsibleSectionType.PROPERTIES,
|
/development/tools/winscope/src/viewers/viewer_view_capture/ |
D | viewer_view_capture_component.ts | 88 label: this.rectsTitle, 93 label: CollapsibleSectionType.HIERARCHY, 98 label: CollapsibleSectionType.PROPERTIES,
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | TableLayout8.java | 57 TextView label = new TextView(this); in appendRow() local 58 label.setText(R.string.table_layout_8_quit); in appendRow() 59 label.setPadding(3, 3, 3, 3); in appendRow() 66 row.addView(label, new TableRow.LayoutParams(1)); in appendRow()
|
D | TableLayout7.java | 66 TextView label = new TextView(this); in appendRow() local 67 label.setText(R.string.table_layout_7_quit); in appendRow() 68 label.setPadding(3, 3, 3, 3); in appendRow() 75 row.addView(label, new TableRow.LayoutParams(1)); in appendRow()
|
/development/tools/winscope/src/viewers/components/rects/ |
D | ui_rect_builder.ts | 25 label: string | undefined; property in UiRectBuilder 59 this.label = value; 135 if (this.label === undefined) { 176 this.label,
|
D | canvas.ts | 185 labels.forEach((label) => { 186 const circleMesh = this.makeLabelCircleMesh(label.circle, isDarkMode); 189 const linePoints = label.linePoints.map((point: Point3D) => { 194 color: label.isHighlighted 203 this.drawLabelTextHtml(label); 207 private drawLabelTextHtml(label: Label3D) { 210 spanText.innerText = label.text; 216 spanPlaceholder.innerText = label.text; 227 if (!label.isHighlighted) { 233 this.propagateUpdateHighlightedItem(event, label.rectId), [all …]
|
/development/tools/winscope/src/viewers/components/ |
D | viewer_input_method_component.ts | 87 label: CollapsibleSectionType.HIERARCHY, 92 label: CollapsibleSectionType.IME_ADDITIONAL_PROPERTIES, 97 label: CollapsibleSectionType.PROPERTIES,
|
/development/tools/idegen/src/ |
D | Stopwatch.java | 24 void reset(String label) { in reset() argument 26 Log.info(label + ": " + (now - last) + "ms"); in reset()
|
/development/tools/motion/motion_test_watcher_app/src/app/ |
D | golden.ts | 4 label: string; property 17 label: string; property
|