/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngDisplayContext.cpp | 116 void *config = pm->getZOrderConfig(); local 117 if (config) { 118 memcpy(&ctx->zorder, config, sizeof(ctx->zorder));
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
ExternalDevice.cpp | 229 ELOGTRACE("failed to detect display config"); 325 bool ExternalDevice::getDisplayAttributes(uint32_t config, 330 return PhysicalDevice::getDisplayAttributes(config, attributes, values); 333 return PhysicalDevice::getDisplayAttributes(config, attributes, values); 384 DisplayConfig *config = mDisplayConfigs.itemAt(index); local 385 setRefreshRate(config->getRefreshRate());
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
TngDisplayContext.cpp | 116 void *config = pm->getZOrderConfig(); local 117 if (config) { 118 memcpy(&ctx->zorder, config, sizeof(ctx->zorder));
|
/hardware/interfaces/broadcastradio/1.0/default/ |
Tuner.cpp | 35 BandConfig config; local 42 Utils::convertBandConfigFromHal(&config, &halEvent->config); 43 mCallback->configChange(Utils::convertHalResult(halEvent->status), config); 104 Return<Result> Tuner::setConfiguration(const BandConfig& config) { 110 Utils::convertBandConfigToHal(&halConfig, &config); 118 BandConfig config; local 127 Utils::convertBandConfigFromHal(&config, &halConfig); 131 _hidl_cb(Utils::convertHalResult(rc), config); local
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
SequentialOpTest.java | 73 UnaryOperator<Stream<Integer>> config = configs[j]; local 75 Stream<Integer> stream = config.apply(supp.get()); 86 stream = config.apply(supp.get());
|
/packages/apps/Camera2/src/com/android/camera/ |
CaptureModuleUtil.java | 37 Configuration config = context.getResources().getConfiguration(); local 41 config.orientation == Configuration.ORIENTATION_LANDSCAPE) || 43 config.orientation == Configuration.ORIENTATION_PORTRAIT)) {
|
/packages/apps/Camera2/src/com/android/camera/one/config/ |
OneCameraFeatureConfig.java | 17 package com.android.camera.one.config;
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
StatusCheckTask.java | 76 OmtpVvmCarrierConfigHelper config = local 78 if (!config.isValid()) { 81 "config no longer valid for " + getPhoneAccountHandle()); 88 config.getProtocol().requestStatus(config, fetcher.getSentIntent());
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
Injector.java | 48 public final ActivityConfig config; field in class:Injector 76 ActivityConfig config, 80 this(features, config, prefs, messages, dialogs, new Model(features)); 86 ActivityConfig config, 93 this.config = config;
|
/packages/apps/Launcher3/src_config/com/android/launcher3/config/ |
FeatureFlags.java | 17 package com.android.launcher3.config;
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleFontSizePreferenceFragment.java | 60 final Configuration config = new Configuration(origConfig); local 61 config.fontScale = mValues[index]; 62 return config;
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnUtils.java | 78 final VpnConfig config = service.getVpnConfig(userId); local 79 return config != null ? config.user : null;
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/config/ |
Csv.java | 17 package com.android.networkrecommendation.config;
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/scoring/util/ |
NetworkUtil.java | 106 /** Returns true if the given config is for an "open" network. */ 107 public static boolean isOpenNetwork(@NonNull WifiConfiguration config) { 108 if (config.allowedKeyManagement.get(WPA_PSK) // covers WPA_PSK and WPA2_PSK 109 || config.allowedKeyManagement.get(WPA_EAP) 110 || config.allowedKeyManagement.get(IEEE8021X) 111 || (config.wepKeys != null && config.wepKeys[0] != null)) { 124 /** Returns the config for the given SSID, or null if one cannot be found. */ 133 WifiConfiguration config; local 135 config = configs.get(i) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
config.py | 1 """distutils.command.config 3 Implements the Distutils 'config' command, a (mostly) empty command class 5 applications. The idea is that while every "config" command is different, 6 at least they're all named the same, and users always see "config" in the 24 class config(Command): class in inherits:Command 51 # The three standard command methods: since the "config" command 89 # Utility methods for actual "config" commands. The interfaces are 170 # info. My inclination is to make it up to the real config command to 283 # when implementing a real-world config command!)
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
config.py | 1 """distutils.command.config 3 Implements the Distutils 'config' command, a (mostly) empty command class 5 applications. The idea is that while every "config" command is different, 6 at least they're all named the same, and users always see "config" in the 24 class config(Command): class in inherits:Command 51 # The three standard command methods: since the "config" command 89 # Utility methods for actual "config" commands. The interfaces are 170 # info. My inclination is to make it up to the real config command to 283 # when implementing a real-world config command!)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 1 """distutils.command.config 3 Implements the Distutils 'config' command, a (mostly) empty command class 5 applications. The idea is that while every "config" command is different, 6 at least they're all named the same, and users always see "config" in the 24 class config(Command): class in inherits:Command 51 # The three standard command methods: since the "config" command 89 # Utility methods for actual "config" commands. The interfaces are 170 # info. My inclination is to make it up to the real config command to 283 # when implementing a real-world config command!)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 1 """distutils.command.config 3 Implements the Distutils 'config' command, a (mostly) empty command class 5 applications. The idea is that while every "config" command is different, 6 at least they're all named the same, and users always see "config" in the 24 class config(Command): class in inherits:Command 51 # The three standard command methods: since the "config" command 89 # Utility methods for actual "config" commands. The interfaces are 170 # info. My inclination is to make it up to the real config command to 283 # when implementing a real-world config command!)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkGdbLaunchShortcut.java | 87 // obtain existing native debug config for project 88 ILaunchConfiguration config = AndroidLaunchController.getLaunchConfig(project, local 90 if (config == null) { 94 // Set the ndk gdb specific launch attributes in the config (if necessary) 95 if (!hasNdkAttributes(config)) { 97 config = setNdkDefaults(config, project); 106 DebugUITools.launch(config, mode); 109 private boolean hasNdkAttributes(ILaunchConfiguration config) { 112 boolean isRemote = config.getAttribute(IGDBLaunchConfigurationConstants.ATTR_REMOTE_TCP [all...] |
/system/bt/main/ |
stack_config.cc | 35 static config_t* config; variable 50 config = config_new(path); 51 if (!config) { 53 config = config_new_empty(); 60 config_free(config); 61 config = NULL; 75 return config_get_bool(config, CONFIG_DEFAULT_SECTION, 80 return config_get_bool(config, CONFIG_DEFAULT_SECTION, PTS_SECURE_ONLY_MODE, 85 return config_get_bool(config, CONFIG_DEFAULT_SECTION, 90 return config_get_bool(config, CONFIG_DEFAULT_SECTION [all...] |
/system/sepolicy/tools/ |
insertkeys.py | 234 "chdirs' AFTER loading the config file") 245 parser.error("Must specify a config file (keys.conf) AND mac_permissions.xml file(s)!") 249 # Read the config file 250 config = ParseConfig() variable 251 config.read(args[0]) 259 key_map = config.generateKeyMap(options.target_build_variant.lower(), options.key_directory)
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
OptionCopier.java | 17 package com.android.tradefed.config;
|
/cts/tests/tests/content/src/android/content/res/cts/ |
Resources_ThemeTest.java | 127 Configuration config = res.getConfiguration(); local 128 config.setLocale(Locale.ENGLISH); 129 res.updateConfiguration(config, null); 131 assertEquals("Theme will be created in LTR config", 132 View.LAYOUT_DIRECTION_LTR, config.getLayoutDirection()); 138 assertEquals("Theme was created in LTR config", false, t.getBoolean(0, true)); 141 config.setLocale(new Locale("iw")); 142 res.updateConfiguration(config, null); 144 assertEquals("Theme will be rebased in RTL config", 145 View.LAYOUT_DIRECTION_RTL, config.getLayoutDirection()) [all...] |
/developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceCompanionConfigActivity.java | 43 * The phone-side config activity for {@code DigitalWatchFaceService}. Like the watch-side config 114 DataMap config = dataMapItem.getDataMap(); local 115 setUpAllPickers(config); 117 // If DataItem with the current config can't be retrieved, select the default items on 151 * Sets up selected items for all pickers according to given {@code config} and sets up their 154 * @param config the {@code DigitalWatchFaceService} config {@link DataMap}. If null, the 157 private void setUpAllPickers(DataMap config) { 158 setUpColorPickerSelection(R.id.background, KEY_BACKGROUND_COLOR, config, 206 DataMap config = new DataMap(); local [all...] |
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceCompanionConfigActivity.java | 43 * The phone-side config activity for {@code DigitalWatchFaceService}. Like the watch-side config 114 DataMap config = dataMapItem.getDataMap(); local 115 setUpAllPickers(config); 117 // If DataItem with the current config can't be retrieved, select the default items on 151 * Sets up selected items for all pickers according to given {@code config} and sets up their 154 * @param config the {@code DigitalWatchFaceService} config {@link DataMap}. If null, the 157 private void setUpAllPickers(DataMap config) { 158 setUpColorPickerSelection(R.id.background, KEY_BACKGROUND_COLOR, config, 206 DataMap config = new DataMap(); local [all...] |