Home
last modified time | relevance | path

Searched refs:components (Results 1 – 25 of 26) sorted by relevance

12

/development/tools/ota_analysis/src/plugins/
Dvuetify.js4 import * as components from 'vuetify/lib/components'
8 components, property
/development/tools/otagui/src/plugins/
Dvuetify.js4 import * as components from 'vuetify/lib/components'
8 components, property
/development/tools/ota_analysis/src/views/
DPackageAnalysis.vue33 import BaseFile from '@/components/BaseFile.vue'
34 import PayloadDetail from '@/components/PayloadDetail.vue'
35 import PayloadComposition from '@/components/PayloadComposition.vue'
39 components: {
DDemo.vue31 import PayloadDetail from '@/components/PayloadDetail.vue'
32 import PayloadComposition from '@/components/PayloadComposition.vue'
36 components: {
/development/tools/otagui/src/components/
DOTAOptions.vue53 import BaseInput from '@/components/BaseInput.vue'
54 import BaseCheckbox from '@/components/BaseCheckbox.vue'
55 import PartialCheckbox from '@/components/PartialCheckbox.vue'
59 components: {
111 // In chain OTA, this option will be set outside this components
119 // modified outside this components
DSingleOTAOptions.vue29 import OTAOptions from '@/components/OTAOptions.vue'
30 import FileSelect from '@/components/FileSelect.vue'
33 components: {
DJobDisplay.vue18 import JobConfiguration from '../components/JobConfiguration.vue'
21 components: {
DUploadFile.vue17 import BaseFile from '@/components/BaseFile.vue'
21 components: {
DBatchOTAOptions.vue29 import OTAOptions from '@/components/OTAOptions.vue'
30 import FileList from '@/components/FileList.vue'
33 components: {
DChainOTAOptions.vue24 import OTAOptions from '@/components/OTAOptions.vue'
25 import FileList from '@/components/FileList.vue'
28 components: {
DBuildLibrary.vue43 import UploadFile from '@/components/UploadFile.vue'
44 import BuildTable from '@/components/BuildTable.vue'
49 components: {
DBaseRadioGroup.vue17 components: { BaseRadio },
DBuildTable.vue19 components: {
DOTAJobTable.vue19 components: {
/development/tools/otagui/src/views/
DJobConfigure.vue42 import SingleOTAOptions from '@/components/SingleOTAOptions.vue'
43 import BatchOTAOptions from '@/components/BatchOTAOptions.vue'
44 import ChainOTAOptions from '@/components/ChainOTAOptions.vue'
45 import BuildLibrary from '@/components/BuildLibrary.vue'
48 components: {
DJobList.vue16 import OTAJobTable from '@/components/OTAJobTable.vue'
20 components: {
DJobDetails.vue48 import JobConfiguration from '../components/JobConfiguration.vue'
51 components: {
/development/tools/ota_analysis/src/components/
DPieChart.vue16 } from 'echarts/components'
29 components: {
DPayloadComposition.vue87 import PartialCheckbox from '@/components/PartialCheckbox.vue'
88 import PieChart from '@/components/PieChart.vue'
89 import BaseFile from '@/components/BaseFile.vue'
94 components: {
DPayloadDetail.vue45 import BasicInfo from '@/components/BasicInfo.vue'
49 components: {
DPartitionDetail.vue61 import OperationDetail from '@/components/OperationDetail.vue'
64 components: {
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPurgeableBitmap.java83 String[] components = labelSeq.toString().split("/"); in detectIfPurgeableRequest() local
84 if (components[components.length - 1].equals("Purgeable")) { in detectIfPurgeableRequest()
/development/scripts/
Dsymbol.py396 components = func_regexp.match(line)
397 if components:
399 current_symbol_addr = int(components.group(1), 16)
400 current_symbol = components.group(2)
403 components = offset_regexp.match(current_symbol)
404 if components:
405 current_symbol = components.group(1)
406 offset = components.group(2)
412 components = asm_regexp.match(line)
413 if components:
[all …]
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dproject.csv96 2018/03/02,platform/hardware/intel/common/omx-components,platform/hardware/intel/common/omx-compone…
/development/sdk/
Dsdk_files_NOTICE.txt849 components (compiler, kernel, and so on) of the operating system on
1757 form) with the major components (compiler, kernel, and so on) of the
2564 components (compiler, kernel, and so on) of the operating system on
3023 components (compiler, kernel, and so on) of the operating system on
4199 form) with the major components (compiler, kernel, and so on) of the
5171 components (compiler, kernel, and so on) of the operating system on
6107 form) with the major components (compiler, kernel, and so on) of the
6910 components (compiler, kernel, and so on) of the operating system on
7584 components (compiler, kernel, and so on) of the operating system on
9556 form) with the major components (compiler, kernel, and so on) of the
[all …]

12