Searched refs:components (Results 1 – 25 of 26) sorted by relevance
12
/development/tools/ota_analysis/src/plugins/ |
D | vuetify.js | 4 import * as components from 'vuetify/lib/components' 8 components, property
|
/development/tools/otagui/src/plugins/ |
D | vuetify.js | 4 import * as components from 'vuetify/lib/components' 8 components, property
|
/development/tools/ota_analysis/src/views/ |
D | PackageAnalysis.vue | 33 import BaseFile from '@/components/BaseFile.vue' 34 import PayloadDetail from '@/components/PayloadDetail.vue' 35 import PayloadComposition from '@/components/PayloadComposition.vue' 39 components: {
|
D | Demo.vue | 31 import PayloadDetail from '@/components/PayloadDetail.vue' 32 import PayloadComposition from '@/components/PayloadComposition.vue' 36 components: {
|
/development/tools/otagui/src/components/ |
D | OTAOptions.vue | 53 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
|
D | SingleOTAOptions.vue | 29 import OTAOptions from '@/components/OTAOptions.vue' 30 import FileSelect from '@/components/FileSelect.vue' 33 components: {
|
D | JobDisplay.vue | 18 import JobConfiguration from '../components/JobConfiguration.vue' 21 components: {
|
D | UploadFile.vue | 17 import BaseFile from '@/components/BaseFile.vue' 21 components: {
|
D | BatchOTAOptions.vue | 29 import OTAOptions from '@/components/OTAOptions.vue' 30 import FileList from '@/components/FileList.vue' 33 components: {
|
D | ChainOTAOptions.vue | 24 import OTAOptions from '@/components/OTAOptions.vue' 25 import FileList from '@/components/FileList.vue' 28 components: {
|
D | BuildLibrary.vue | 43 import UploadFile from '@/components/UploadFile.vue' 44 import BuildTable from '@/components/BuildTable.vue' 49 components: {
|
D | BaseRadioGroup.vue | 17 components: { BaseRadio },
|
D | BuildTable.vue | 19 components: {
|
D | OTAJobTable.vue | 19 components: {
|
/development/tools/otagui/src/views/ |
D | JobConfigure.vue | 42 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: {
|
D | JobList.vue | 16 import OTAJobTable from '@/components/OTAJobTable.vue' 20 components: {
|
D | JobDetails.vue | 48 import JobConfiguration from '../components/JobConfiguration.vue' 51 components: {
|
/development/tools/ota_analysis/src/components/ |
D | PieChart.vue | 16 } from 'echarts/components' 29 components: {
|
D | PayloadComposition.vue | 87 import PartialCheckbox from '@/components/PartialCheckbox.vue' 88 import PieChart from '@/components/PieChart.vue' 89 import BaseFile from '@/components/BaseFile.vue' 94 components: {
|
D | PayloadDetail.vue | 45 import BasicInfo from '@/components/BasicInfo.vue' 49 components: {
|
D | PartitionDetail.vue | 61 import OperationDetail from '@/components/OperationDetail.vue' 64 components: {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | PurgeableBitmap.java | 83 String[] components = labelSeq.toString().split("/"); in detectIfPurgeableRequest() local 84 if (components[components.length - 1].equals("Purgeable")) { in detectIfPurgeableRequest()
|
/development/scripts/ |
D | symbol.py | 396 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/ |
D | project.csv | 96 2018/03/02,platform/hardware/intel/common/omx-components,platform/hardware/intel/common/omx-compone…
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 849 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