HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 1376 - 1400 of 6891) sorted by null

<<51525354555657585960>>

  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 36 def propertiesChanged(properties):
37 if properties.has_key("State"):
38 print "PropertiesChanged: State: %s" % (properties["State"])
89 def bssAdded(bss, properties):
  /frameworks/base/core/java/android/os/
FactoryTest.java 22 * This class provides a few properties that alter the normal operation of the system
  /frameworks/base/core/java/android/transition/
package.html 19 changes and which run custom animations when those properties change values.</p>
  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 20 #include <cutils/properties.h>
  /frameworks/base/docs/downloads/training/
FragmentBasics.zip 
  /frameworks/base/libs/hwui/
ProgramCache.h 28 #include "Properties.h"
  /frameworks/base/libs/hwui/font/
FontUtil.h 22 #include "Properties.h"
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 29 import java.util.Properties;
110 // read properties
111 Properties prop = new Properties();
  /frameworks/base/services/jni/
com_android_server_SystemServer.cpp 22 #include <cutils/properties.h>
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 20 * Contains a list of string constants used to get or set telephone properties
30 // change gsm.*operator.*" properties to "operator.*" properties
48 //TODO: most of these properties are generic, substitute gsm. with phone. bug 1856959
  /frameworks/native/cmds/bugreport/
bugreport.c 21 #include <cutils/properties.h>
  /libcore/luni/src/main/java/java/lang/
System.java 51 import java.util.Properties;
86 private static Properties systemProperties;
242 * Returns the system properties. Note that this is not a copy, so that
243 * changes made to the returned Properties object will be reflected in
246 * @return the system properties.
248 public static Properties getProperties() {
257 Properties p = new Properties();
327 // Undocumented Android-only properties.
334 // Override built-in properties with settings from the command line
    [all...]
  /ndk/build/awk/
extract-platform.awk 16 # its project.properties file. It is called from build/core/add-application.mk
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
basic_parameter.hpp 50 // parameter properties modification
typed_parameter.hpp 47 // parameter properties modification
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/
id_policy.hpp 44 // Public properties
  /pdk/apps/CameraITS/tests/
test_camera_properties.py 19 """Basic test to query and print out camera properties.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
ControlAccessor.py 1 # Accessor functions for control properties
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Login_Items_Suite.py 22 """<Inheritance> - All of the properties of the superclass. """
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1-sources.jar 
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
midlets.xml 7 <taskdef resource="proguard/ant/task.properties"
  /sdk/
.gitignore 14 eclipse/final*Versions*.properties
  /sdk/eclipse/buildConfig/
buildUpdateSite.xml 4 <!-- expected properties: -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
MergeRule.java 36 // properties for the <merge> tag
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyValueCompleter.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;

Completed in 521 milliseconds

<<51525354555657585960>>