HomeSort by relevance Sort by last modified time
    Searched refs:Configuration (Results 176 - 200 of 1402) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/libcxxabi/test/
config.py 12 from libcxx.test.config import Configuration as LibcxxConfiguration
15 class Configuration(LibcxxConfiguration):
18 super(Configuration, self).__init__(lit_config, config)
34 super(Configuration, self).configure_obj_root()
40 super(Configuration, self).configure_features()
45 # test_exception_storage_nodynmem.pass.cpp fails under this specific configuration
60 super(Configuration, self).configure_compile_flags()
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
AbstractTestListActivity.java 23 import android.content.res.Configuration;
67 if ((getResources().getConfiguration().uiMode & Configuration.UI_MODE_TYPE_MASK)
68 == Configuration.UI_MODE_TYPE_TELEVISION) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c 573 This function allows a caller to extract the current configuration for one
645 &PrivateData->Configuration
726 1 + sizeof (PrivateData->Configuration.NameValueVar0) * 2 +
727 1 + sizeof (PrivateData->Configuration.NameValueVar1) * 2 +
728 1 + sizeof (PrivateData->Configuration.NameValueVar2) * 2 + 1) * sizeof (CHAR16);
739 ValueStrLen = ((sizeof (PrivateData->Configuration.NameValueVar0) * 2) + 1);
747 PrivateData->Configuration.NameValueVar0,
748 sizeof (PrivateData->Configuration.NameValueVar0) * 2
758 ValueStrLen = ((sizeof (PrivateData->Configuration.NameValueVar1) * 2) + 1);
766 PrivateData->Configuration.NameValueVar1,
    [all...]
  /external/libcxx/test/libcxx/ndk/test/
config.py 8 class Configuration(libcxx.test.config.Configuration):
10 super(Configuration, self).__init__(lit_config, config)
  /external/testng/src/main/java/org/testng/internal/
Configuration.java 11 public class Configuration implements IConfiguration {
21 public Configuration() {
25 public Configuration(IAnnotationFinder finder) {
  /frameworks/av/media/libaudioclient/
TrackPlayerBase.cpp 109 const VolumeShaper::Configuration& configuration,
112 sp<VolumeShaper::Configuration> spConfiguration = new VolumeShaper::Configuration(configuration);
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
ProcessorTest.java 28 import androidx.work.Configuration;
47 Configuration configuration = new Configuration.Builder().build(); local
50 configuration,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
StringEvaluator.java 26 import freemarker.template.Configuration;
48 private Configuration mFreemarker;
54 mFreemarker = new Configuration();
  /cts/tests/ui/src/android/ui/cts/
WatchPercentageScreenDimenTest.java 19 import android.content.res.Configuration;
36 private Configuration mConfig;
41 return mConfig.isScreenRound() && (mConfig.uiMode & Configuration.UI_MODE_TYPE_WATCH)
42 == Configuration.UI_MODE_TYPE_WATCH;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IncompatiblePciDeviceSupport/
IncompatiblePciDeviceSupport.h 42 OUT VOID *Configuration
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
PciHostBridgeLib.h 38 ///< Extended (4096-byte) Configuration Space.
40 ///< 256-byte Configuration Space only.
88 @param Configuration Pointer to PCI I/O and PCI memory resource descriptors.
89 The Configuration contains the resources for all the
100 VOID *Configuration
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IncompatiblePciDeviceSupport.h 19 if a device is incompatible and to obtain the special configuration requirements
94 configuration requirements for an incompatible PCI device.
97 special resource configuration requirements for an incompatible PCI device.
110 in Configuration. Otherwise, NULL will be returned in Configuration instead.
111 The PCI bus driver does not need to allocate memory for Configuration. However,
122 ranges for dynamic or fixed resources. The configuration of a PCI root bridge
141 @param[out] Configuration A list of ACPI resource descriptors that detail
142 the configuration requirement.
156 OUT VOID **Configuration
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/IncompatiblePciDeviceSupportDxe/
IncompatiblePciDeviceSupport.c 40 // Configuration template for the CheckDevice() protocol member function.
138 configuration requirements for an incompatible PCI device.
151 in Configuration. Otherwise, NULL will be returned in Configuration instead.
152 The PCI bus driver does not need to allocate memory for Configuration.
163 ranges for dynamic or fixed resources. The configuration of a PCI root bridge
191 @param[out] Configuration A list of ACPI resource descriptors that
192 detail the configuration requirement.
206 OUT VOID **Configuration
229 *Configuration = NULL;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridge.h 174 OUT VOID **Configuration
187 Configuration - Pointer to the pointer to the PCI bus resource descriptor.
203 IN VOID *Configuration
216 Configuration - The pointer to the PCI bus resource descriptor.
231 IN VOID *Configuration
244 Configuration - The pointer to the PCI I/O and PCI memory resource descriptor
259 OUT VOID **Configuration
272 Configuration - The pointer to the pointer to the PCI I/O
  /external/testng/src/main/java/org/testng/annotations/
Configuration.java 7 * Configuration information for a TestNG class.
18 public @interface Configuration {
64 * The list of groups that this configuration method will run before.
71 * The list of groups that this configuration method will run after.
121 * If set to true, this configuration method will be run
125 * If set to true, this configuration method will be run
132 * If true, this &#64;Configuration method will belong to groups specified in the
  /frameworks/av/media/libaudioclient/include/media/
TrackPlayerBase.h 36 const media::VolumeShaper::Configuration& configuration,
  /frameworks/base/core/java/android/content/res/
ConfigurationBoundResourceCache.java 48 return Configuration.needNewResources(configChanges, entry.getChangingConfigurations());
DrawableCache.java 45 return Configuration.needNewResources(configChanges, entry.getChangingConfigurations());
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 22 import android.content.res.Configuration;
99 // Validate values against configuration retrieved from resources
100 Configuration vconfig = mContext.getResources().getConfiguration();
105 if (vconfig.navigation == Configuration.NAVIGATION_NONAV) {
108 if (vconfig.keyboard != Configuration.KEYBOARD_UNDEFINED) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
RotationLockTile.java 21 import android.content.res.Configuration;
93 if (lockOrientation == Configuration.ORIENTATION_UNDEFINED) {
96 != Configuration.ORIENTATION_LANDSCAPE;
98 return lockOrientation != Configuration.ORIENTATION_LANDSCAPE;
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowContainerControllerTests.java 20 import android.content.res.Configuration;
29 import static android.content.res.Configuration.EMPTY;
99 final Configuration config = new Configuration();
107 // Assert the container configuration isn't changed after removal from the controller.
  /frameworks/support/jetifier/jetifier/gradle-plugin/src/main/kotlin/com/android/tools/build/jetifier/plugin/gradle/
JetifierExtension.kt 21 import org.gradle.api.artifacts.Configuration
46 * supports Gradle's configuration closure that is passed to the Gradle's DependencyHandler.
65 val configuration = project.configurations.detachedConfiguration()
66 configuration.dependencies.add(dependency)
67 return process(configuration)
79 * Example usage in Gradle for a configuration:
96 * Adds a whole configuration to be processed by jetifyGlobal task. This is the recommended way
99 * This will create a new detached configuration and resolve all the dependencies = obtaining
101 * are added to the given configuration and the original dependencies that didn't have to be
109 * This will NOT resolve the given configuration as the dependencies are resolved in a detache
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
ContextThemeWrapper.java 22 import android.content.res.Configuration;
37 private Configuration mOverrideConfiguration;
87 * Call to set an "override configuration" on this context -- this is
88 * a configuration that replies one or more values of the standard
89 * configuration that is applied to the context. See
90 * {@link Context#createConfigurationContext(Configuration)} for more
96 public void applyOverrideConfiguration(Configuration overrideConfiguration) {
102 throw new IllegalStateException("Override configuration has already been set");
104 mOverrideConfiguration = new Configuration(overrideConfiguration);
194 // Ensure we're returning assets with the correct configuration
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/memory/
LruPool.java 49 public static class Configuration<TKey, TValue> {
99 private final Configuration<TKey, TValue> mConfiguration;
117 this(maxSize, new Configuration<TKey, TValue>());
120 public LruPool(int maxSize, Configuration<TKey, TValue> configuration) {
124 mConfiguration = configuration;
206 * For pools that do not override {@link Configuration#sizeOf}, this
217 * For pools that do not override {@link Configuration#sizeOf}, this
  /packages/apps/Camera2/src/com/android/camera/ui/
TopRightWeightedLayout.java 20 import android.content.res.Configuration;
42 Configuration configuration = getContext().getResources().getConfiguration(); local
43 checkOrientation(configuration.orientation);
47 public void onConfigurationChanged(Configuration configuration) {
48 super.onConfigurationChanged(configuration);
49 checkOrientation(configuration.orientation);
58 final boolean isPortrait = Configuration.ORIENTATION_PORTRAIT == orientation;

Completed in 745 milliseconds

1 2 3 4 5 6 78 91011>>