Searched refs:properties (Results 126 - 150 of 323) sorted by relevance

1234567891011>>

/frameworks/data-binding/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org
/frameworks/data-binding/integration-tests/App With Spaces/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org
/frameworks/data-binding/integration-tests/IndependentLibrary/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org
/frameworks/data-binding/integration-tests/MultiModuleTestApp/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org
/frameworks/data-binding/integration-tests/TestApp/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org
/frameworks/data-binding/samples/BindingDemo/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org
/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp32 #include <cutils/properties.h>
36 #include "android-base/properties.h"
855 // Request the android-specific presentation properties via GPDP2
856 VkPhysicalDeviceProperties2KHR properties = {
872 &properties);
874 data.driver.GetPhysicalDeviceProperties2(physicalDevice, &properties);
1116 VkPhysicalDeviceProperties properties; local
1118 &properties);
1121 data->driver_version = properties.driverVersion;
/frameworks/base/libs/hwui/
H A DRecordedOp.h68 * constructed from other commands/RenderNode properties. They cannot be merged.
195 * Note: doesn't include transformation within the RenderNode, or its properties.
342 * State construction handles these properties specially, ignoring matrix/bounds.
484 , alpha(node.properties().layerProperties().alpha() / 255.0f)
485 , mode(node.properties().layerProperties().xferMode())
486 , colorFilter(node.properties().layerProperties().colorFilter()) {}
/frameworks/av/include/media/
H A DMediaAnalyticsItem.h20 #include <cutils/properties.h>
/frameworks/av/media/libmediametrics/include/
H A DMediaAnalyticsItem.h20 #include <cutils/properties.h>
/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp26 #include <cutils/properties.h>
129 // see if this experiment should be disabled/enabled based on properties.
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp34 #include <cutils/properties.h>
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java613 // load current properties for the carrier
657 private void reloadGpsProperties(Context context, Properties properties) { argument
658 if (DEBUG) Log.d(TAG, "Reset GPS properties, previous size = " + properties.size());
659 loadPropertiesFromResource(context, properties);
664 properties.setProperty("LPP_PROFILE", lpp_prof);
667 * Overlay carrier properties from a debug configuration file.
669 loadPropertiesFromFile(DEBUG_PROPERTIES_FILE, properties);
671 setSuplHostPort(properties.getProperty("SUPL_HOST"),
672 properties
728 loadPropertiesFromResource(Context context, Properties properties) argument
746 loadPropertiesFromFile(String filename, Properties properties) argument
1182 getSuplMode(Properties properties, boolean agpsEnabled, boolean singleShot) argument
[all...]
/frameworks/native/cmds/installd/
H A Dinstalld.cpp28 #include <cutils/properties.h>
/frameworks/native/libs/vr/libvrflinger/
H A Dvr_flinger.cpp14 #include <cutils/properties.h>
/frameworks/native/opengl/libs/EGL/
H A Degl.cpp23 #include <cutils/properties.h>
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerUtils.cpp29 #include <cutils/properties.h>
/frameworks/opt/net/wifi/libwifi_hal/
H A Dwifi_hal_common.cpp25 #include <cutils/properties.h>
/frameworks/base/location/java/android/location/
H A DILocationManager.aidl96 void addTestProvider(String name, in ProviderProperties properties, String opPackageName);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp27 #include <cutils/properties.h>
66 rc = halInterface->getProperties(&descriptor.properties);
68 ALOGE("could not read implementation properties");
73 ALOGI("loaded default module %s, handle %d", descriptor.properties.description,
600 if (mModels.size() >= mDescriptor.properties.max_sound_models) {
602 mDescriptor.properties.max_sound_models);
818 state = (active && !mDescriptor.properties.concurrent_capture) ?
/frameworks/native/libs/input/
H A DInputTransport.cpp30 #include <cutils/properties.h>
346 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]);
678 uint32_t id = msg.body.motion.pointers[i].properties.id;
946 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties);
989 if (head.body.motion.pointers[i].properties
990 != msg->body.motion.pointers[i].properties) {
/frameworks/base/core/java/android/transition/
H A DTransition.java59 * changes to visibility-related properties and is able to construct and run
60 * animations that fade items in or out based on changes to those properties.
406 * properties on which they based their animations agree with the end values of
407 * the same properties in the new transition. If the end values are not equal,
739 String[] properties = getTransitionProperties();
740 if (view != null && properties != null && properties.length > 0) {
745 for (int j = 0; j < properties.length; ++j) {
746 infoValues.values.put(properties[j],
747 newValues.values.get(properties[
[all...]
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org ...
/frameworks/support/app-toolkit/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org ...

Completed in 7921 milliseconds

1234567891011>>