/development/tools/otagui/src/store/ |
D | index.js | 11 REUSE_CONFIG(state, config) { argument 12 state.otaConfig.verbose = config.verbose 13 state.otaConfig.isIncremental = config.isIncremental 14 state.otaConfig.partial = config.partial 15 state.otaConfig.isPartial = config.isPartial 16 state.targetBuilds = [config.target] 17 if (config.isIncremental) 18 state.sourceBuilds = [config.incremental] 20 config.extra.split('--') 31 SET_CONFIG(state, config) { argument [all …]
|
/development/tools/repo_diff/service/repodiff/controllers/ |
D | differential.go | 29 func ExecuteDifferentials(config ent.ApplicationConfig) error { 30 err := createWorkingPath(config.OutputDirectory) 35 commonManifest, err := defineCommonManifest(config) 40 for _, target := range config.DiffTargets { 42 err = clearOutputDirectory(config) 43 commitCSV, projectCSV, err := runPyScript(config, target) 47 err = TransferScriptOutputToDownstream(config, target, projectCSV, commitCSV, commonManifest) 55 func defineCommonManifest(config ent.ApplicationConfig) (*ent.ManifestFile, error) { 56 workingDirectory := filepath.Join(config.OutputDirectory, "common_upstream") 65 config.CommonUpstream.URL, [all …]
|
D | denormalize.go | 10 func DenormalizeData(config e.ApplicationConfig) error { 13 func() error { return denormalizeViewRecentProject(config) }, 14 func() error { return denormalizeDiffRows(config) }, 15 func() error { return denormalizeViewRecentCommit(config) }, 20 func denormalizeViewRecentProject(config e.ApplicationConfig) error { 21 for _, target := range config.DiffTargets { 52 func denormalizeDiffRows(config e.ApplicationConfig) error { 53 for _, target := range config.DiffTargets { 91 func denormalizeViewRecentCommit(config e.ApplicationConfig) error { 92 for _, target := range config.DiffTargets {
|
/development/tools/winscope/src/trace_collection/ |
D | trace_collection_utils.ts | 23 config: ConfigurationOptions | undefined; property 119 config: { constant 127 config: { constant 135 config: undefined, constant 140 config: undefined, constant 145 config: undefined, constant 150 config: undefined, constant 155 config: undefined, constant 160 config: undefined, constant 165 config: undefined, constant [all …]
|
/development/tools/winscope/ |
D | karma.config.dev.js | 19 const configDev = (config) => { argument 20 config.set({ 26 module.exports = (config) => { argument 27 configCommon(config); 28 configDev(config);
|
D | karma.config.ci.js | 20 const configCi = (config) => { argument 21 config.set({ 79 module.exports = (config) => { argument 80 configCommon(config); 81 configCi(config);
|
D | karma.config.common.js | 21 module.exports = (config) => { argument 22 config.set({
|
/development/tools/winscope/src/app/components/ |
D | trace_config_component.ts | 107 if (assertDefined(this.traceConfig)[traceKey].config) { 115 if (trace.config) { 116 return trace.config.enableConfigs; 123 if (trace.config) { 124 return trace.config.selectionConfigs;
|
D | trace_config_component_test.ts | 54 config: { 112 ].config!.enableConfigs[0].enabled = false; 127 ].config!.selectionConfigs[0].value = 'verbose';
|
D | collect_traces_component.ts | 586 if (trace.run && trace.config && trace.config.enableConfigs) { 587 trace.config.enableConfigs.forEach((con: EnableConfiguration) => { 603 tracingConfig[traceType].config?.selectionConfigs.forEach(
|
/development/tools/cargo_embargo/src/ |
D | config.rs | 96 let mut config: Map<String, Value> = in from_json_str() localVariable 100 let mut variants = match config.remove("variants") { in from_json_str() 113 add_defaults_to_variant(variant, &config, &Config::FIELD_NAMES); in from_json_str() 115 if let Some(packages) = config.get("package") { in from_json_str() 144 config.retain(|key, _| Self::FIELD_NAMES.contains(&key.as_str())); in from_json_str() 145 if let Some(package) = config.get_mut("package") { in from_json_str() 157 config.insert("variants".to_string(), Value::Array(variants)); in from_json_str() 160 serde_json::from_value(Value::Object(config)).context("failed to parse config") in from_json_str() 166 let Value::Object(mut config) = serde_json::to_value(self)? else { in to_json_string() 171 let Value::Array(mut variants) = config.remove("variants").unwrap() else { in to_json_string() [all …]
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
D | DigitalWatchFaceCompanionConfigActivity.java | 114 DataMap config = dataMapItem.getDataMap(); in onResult() local 115 setUpAllPickers(config); in onResult() 157 private void setUpAllPickers(DataMap config) { in setUpAllPickers() argument 158 setUpColorPickerSelection(R.id.background, KEY_BACKGROUND_COLOR, config, in setUpAllPickers() 160 setUpColorPickerSelection(R.id.hours, KEY_HOURS_COLOR, config, R.string.color_white); in setUpAllPickers() 161 setUpColorPickerSelection(R.id.minutes, KEY_MINUTES_COLOR, config, R.string.color_white); in setUpAllPickers() 162 setUpColorPickerSelection(R.id.seconds, KEY_SECONDS_COLOR, config, R.string.color_gray); in setUpAllPickers() 170 private void setUpColorPickerSelection(int spinnerId, final String configKey, DataMap config, in setUpColorPickerSelection() argument 175 if (config != null) { in setUpColorPickerSelection() 176 color = config.getInt(configKey, defaultColor); in setUpColorPickerSelection() [all …]
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
D | ChangeLocale.java | 49 Configuration config = am.getConfiguration(); in changeSystemLocale() local 60 config.locale = loc; in changeSystemLocale() 64 config.userSetLocale = true; in changeSystemLocale() 66 am.updateConfiguration(config); in changeSystemLocale()
|
/development/vndk/tools/header-checker/ |
D | README.md | 77 header-abi-diff reads a config file named `config.json`. The config file must 79 `prebuilts/abi-dumps/platform/33/64/x86_64/source-based/config.json`. 81 config section and library config section. Each library config section contains 83 config section by command line options `-target-version` and `-lib`. 86 Here is an example of a config.json. 115 A library config section includes members: "target_version", 116 "ignore_linker_set_keys" and "flags". header-abi-diff selects the config 118 Take above config as an example, if `-target-version 34` and `-lib libfoo` are 119 specified, the selected config section is: 134 The config file and the header-abi-diff CLI support the same set of `flags`. If [all …]
|
/development/apps/Development/src/com/android/development/ |
D | AppHwPref.java | 127 void displayTextView(int viewId, ConfigurationInfo[] config, int type) { in displayTextView() argument 128 if((config == null) || (config.length < 1)) { in displayTextView() 133 for(int i = 0; i < config.length; i++) { in displayTextView() 137 str = getTouchScreenStr(config[i]); in displayTextView() 140 str = getKeyboardTypeStr(config[i]); in displayTextView() 143 str = getNavigationStr(config[i]); in displayTextView() 146 str = config[i].getGlEsVersion(); in displayTextView()
|
/development/tools/winscope/src/ |
D | material-theme.scss | 23 $typography: mat.define-typography-config( 52 $config: mat.get-color-config($theme); variable 53 $background: map.get($config, background); 61 $config: mat.get-color-config($theme); variable 62 $foreground: map.get($config, foreground); 70 $config: mat.get-color-config($theme); variable 71 $background: map.get($config, background);
|
/development/tools/winscope/src/common/ |
D | global_config.ts | 22 set(config: Schema) { 23 Object.assign(this, config);
|
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/ |
D | VirtualSensorController.java | 109 SensorConfiguration config = remoteEvent.getSensorConfiguration(); in processRemoteEvent() local 110 Sensor sensor = mSensorManager.getDefaultSensor(config.getSensorType()); in processRemoteEvent() 114 if (config.getEnabled()) { in processRemoteEvent() 118 config.getSamplingPeriodUs(), in processRemoteEvent() 119 config.getBatchReportingLatencyUs(), in processRemoteEvent()
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | DigitalWatchFaceService.java | 557 private void setDefaultValuesForMissingConfigKeys(DataMap config) { 558 addIntKeyIfMissing(config, DigitalWatchFaceUtil.KEY_BACKGROUND_COLOR, 560 addIntKeyIfMissing(config, DigitalWatchFaceUtil.KEY_HOURS_COLOR, 562 addIntKeyIfMissing(config, DigitalWatchFaceUtil.KEY_MINUTES_COLOR, 564 addIntKeyIfMissing(config, DigitalWatchFaceUtil.KEY_SECONDS_COLOR, 568 private void addIntKeyIfMissing(DataMap config, String key, int color) { 569 if (!config.containsKey(key)) { 570 config.putInt(key, color); 588 DataMap config = dataMapItem.getDataMap(); 590 Log.d(TAG, "Config DataItem updated:" + config); [all …]
|
D | DigitalWatchFaceUtil.java | 105 void onConfigDataMapFetched(DataMap config); in onConfigDataMapFetched() argument 196 DataMap config = dataMapItem.getDataMap(); in onResult() local 197 mCallback.onConfigDataMapFetched(config); in onResult()
|
/development/tools/winscope/src/adb/ |
D | winscope_proxy.py | 426 def add(self, config: str) -> None: 427 self.flags.append(config) 429 def is_valid(self, config: str) -> bool: 430 return config in SF_LEGACY_FLAGS_MAP 1053 config = SurfaceFlingerTraceConfig() 1055 if not config.is_valid(requested_config): 1058 config.add(requested_config) 1066 command = config.command() 1072 def add_selected_request_to_config(self, server, device_id, config): argument 1076 if config.is_valid(requested_config): [all …]
|
/development/tools/winscope/src/parsers/protolog/legacy/ |
D | parser_protolog.ts | 116 let config: ProtologConfig | undefined = undefined; 118 config = assertDefined(configJson64) as ProtologConfig; 121 config = assertDefined(configJson32) as ProtologConfig; 124 const message: ConfigMessage | undefined = config.messages[messageHash]; 126 ? config.groups[message.group].tag
|
/development/tools/motion/motion_test_watcher_app/src/app/ |
D | goldens.service.ts | 18 @Inject(ACCESS_TOKEN) config: string, 23 'Golden-Access-Token': config,
|
/development/scripts/ |
D | update_crate_tests.py | 329 config = None 332 config = json.load(fd) 339 if config and 'postsubmit_tests' in config: 340 if test in config['postsubmit_tests'] and 'postsubmit' not in test_group: 342 if test not in config['postsubmit_tests'] and 'postsubmit' in test_group:
|
/development/tools/motion/motion_test_watcher_app/ |
D | tsconfig.json | 1 /* To learn more about this file see: https://angular.io/config/tsconfig. */
|