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

<<61626364656667686970>>

  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 57 // list of all properties in this group
68 // constructs a property group for a list of properties
70 String volume, int[] properties) {
77 int count = properties.length;
83 mProperties[i] = createProperty(properties[i], columns);
193 // for now we are only reading properties from the "objects" table
256 // for now we are only reading properties from the "objects" table
345 // iterate over all properties in the query for the given object
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 43 private static ProviderPropertiesUnbundled PROPERTIES = ProviderPropertiesUnbundled.create(
64 super(TAG, PROPERTIES);
  /frameworks/native/opengl/specs/
EGL_ANDROID_image_native_buffer.txt 91 with properties (format, usage, dimensions, etc.) not supported by
97 properties implementations are required to support?
  /frameworks/wilhelm/src/itf/
IPlaybackRate.c 117 SLuint32 properties = thiz->mProperties; local
119 *pProperties = properties;
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 41 #include <cutils/properties.h>
64 status_t V4LCameraAdapter::initialize(CameraProperties::Properties* caps)
582 extern "C" int CameraAdapter_Capabilities(CameraProperties::Properties* properties_array,
586 CameraProperties::Properties* properties = NULL; local
595 // TODO: Need to tell camera properties what other cameras we can support
598 properties = properties_array + starting_camera;
599 properties->set(CameraProperties::CAMERA_NAME, "USBCamera");
  /libcore/luni/src/main/java/java/beans/
PropertyChangeEvent.java 45 * unspecified set of the properties has changed.
66 * of properties has changed it returns null.
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 31 import java.util.Properties;
52 * <p>Cache properties for performance.</p>
54 private static Properties cacheProps = new Properties();
189 "lib" + File.separator + "jaxp.properties";
193 // try to read from $java.home/lib/jaxp.properties
201 if (debug) debugPrintln("Read properties file " + f);
208 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 203 properties."""
290 # CORE PROPERTIES
294 property_lexical_handler = "http://xml.org/sax/properties/lexical-handler"
299 property_declaration_handler = "http://xml.org/sax/properties/declaration-handler"
305 property_dom_node = "http://xml.org/sax/properties/dom-node"
312 property_xml_string = "http://xml.org/sax/properties/xml-string"
318 property_encoding = "http://www.python.org/sax/properties/encoding"
329 property_interning_dict = "http://www.python.org/sax/properties/interning-dict"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 203 properties."""
290 # CORE PROPERTIES
294 property_lexical_handler = "http://xml.org/sax/properties/lexical-handler"
299 property_declaration_handler = "http://xml.org/sax/properties/declaration-handler"
305 property_dom_node = "http://xml.org/sax/properties/dom-node"
312 property_xml_string = "http://xml.org/sax/properties/xml-string"
318 property_encoding = "http://www.python.org/sax/properties/encoding"
329 property_interning_dict = "http://www.python.org/sax/properties/interning-dict"
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-parent/4.9/
proguard-parent-4.9.pom 52 <properties>
54 </properties>
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
wtk.html 37 {j2mewtk.dir}<code>/wtklib/Linux/ktools.properties</code> or
38 {j2mewtk.dir}<code>\wtklib\Windows\ktools.properties</code> (whichever is
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLSparseArrayProperty.java 145 "Values cannot be set for composite properties."); //$NON-NLS-1$
151 "Values cannot be obtained for composite properties."); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
GLPropertyAccessor.java 87 /** Extract properties by name. */
105 /** Extract properties by index. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
TreeViewPerspective.java 41 folder = layout.createFolder("properties", IPageLayout.LEFT, 0.10f, editorArea); //$NON-NLS-1$
45 folder = layout.createFolder("main", IPageLayout.RIGHT, 0.24f, "properties"); //$NON-NLS-1$ //$NON-NLS-2$
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
unittest.xml 5 <!--The following properties should be passed into this script, set to some default value for now -->
14 <!-- sets the properties eclipse.home, and library-file -->
  /external/chromium/chrome/common/extensions/docs/
cookies.html 74 <!-- OBJECT PROPERTIES -->
279 <a href="#properties">Properties</a>
374 <!-- PROPERTIES -->
376 <a name="properties"></a>
377 <h3 id="properties">Properties</h3>
457 <!-- OBJECT PROPERTIES -->
502 <!-- OBJECT PROPERTIES -->
570 <!-- OBJECT PROPERTIES --
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 27 import java.util.Properties;
204 public Properties getDefaultOutputProps()
210 * Get the static properties for xsl:output. The object returned will
218 * @return A Properties object, not null.
220 public Properties getOutputProperties()
222 return (Properties)getDefaultOutputProps().clone();
228 * Recompose the values of all "composed" properties, meaning
229 * properties that need to be combined or calculated from
233 * properties in the proper order and triggers the individual recompose
325 // Need to clear check for properties at the same import level
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 103 private static final Image m_plusImage = DesignerPlugin.getImage("properties/plus.gif");
104 private static final Image m_minusImage = DesignerPlugin.getImage("properties/minus.gif");
685 // redraw, we reconfigure scrolling only if list of properties was changed, so we should redraw
788 public void setInput(Property[] properties) {
789 m_rawProperties = properties;
807 // set new properties
821 // expand properties using history
861 // filter out hidden properties
865 // filter out advanced properties
896 * @return the count of properties in "expanded" list
    [all...]
  /development/build/
sdk-darwin-x86.atree 22 # revision as specified in the source.properties.
sdk-linux-x86.atree 22 # revision as specified in the source.properties.
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 101 * <li>Animate each of four positioning/sizing properties (X, Y, SCALE_X, SCALE_Y)
128 // the origin for the positioning animation properties (X, Y).
165 // Construct and run the parallel animation of the four translation and scale properties
201 // Animate the four positioning/sizing properties in parallel, back to their
  /device/asus/tilapia/recovery/
recovery_updater.c 31 #include "cutils/properties.h"
  /device/generic/goldfish/camera/
EmulatedFakeCamera.cpp 25 #include <cutils/properties.h>
  /external/antlr/antlr-3.4/
pom.xml 50 <properties>
52 </properties>
239 directory as the pom.xml is located and set any properties
241 properties can then be referenced via ${x} in any resource

Completed in 376 milliseconds

<<61626364656667686970>>