HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 476 - 500 of 876) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
object-freeze.js 56 // Test normal data properties.
160 // to false on all properties manually and the extensible flag has also been set
  /external/webkit/Source/JavaScriptCore/runtime/
JSONObject.cpp 740 PropertyNameArray& properties = propertyStack.last(); local
741 if (index == properties.size()) {
749 if (object->getOwnPropertySlot(m_exec, properties[index], slot))
750 inValue = slot.getValue(m_exec, properties[index]);
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 286 my $properties = shift;
290 foreach my $property (@{$properties}) {
300 my $properties = shift;
303 foreach my $property (@{$properties}) {
468 # Properties
471 # Properties
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 17 import com.adobe.xmp.properties.XMPProperty;
22 * modify all kinds of properties, create an iterator over all properties and serialize the metadata
45 * This is the simplest property getter, mainly for top level simple properties or after using
128 * are like struct fields. See the introductory discussion of qualified properties for more
136 * <em>Note:</em> Qualifiers are only supported for simple leaf properties at this time.
181 * This is the simplest property setter, mainly for top level simple properties or after using
187 * @param propValue the value for the property (only leaf properties have a value).
395 * are like struct fields. See the introductory discussion of qualified properties for more
445 // Functions for deleting and detecting properties. These should be obvious from th
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 23 import com.adobe.xmp.properties.XMPPropertyInfo;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 16 import com.adobe.xmp.properties.XMPAliasInfo;
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.cpp 21 #include <cutils/properties.h>
MediaRecorderClient.cpp 27 #include <cutils/properties.h> // for property_get
MetadataRetrieverClient.cpp 29 #include <cutils/properties.h>
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 28 #include <cutils/properties.h> // for property_get
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 22 #include <cutils/properties.h> // for property_get
  /frameworks/av/media/mtp/
MtpServer.cpp 27 #include <cutils/properties.h>
452 mData.putAUInt16(deviceProperties); // Device Properties Supported
538 MtpObjectPropertyList* properties = mDatabase->getSupportedObjectProperties(format); local
539 mData.putAUInt16(properties);
540 delete properties;
    [all...]
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 24 #include <cutils/properties.h>
  /frameworks/base/libs/androidfw/
KeyCharacterMap.cpp 882 Vector<Property> properties; local
887 properties.add(Property(PROPERTY_LABEL));
889 properties.add(Property(PROPERTY_NUMBER));
898 properties.add(Property(PROPERTY_META, metaState));
    [all...]
Keyboard.cpp 30 #include <cutils/properties.h>
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 35 #include <cutils/properties.h>
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 26 #include <cutils/properties.h>
egl.cpp 31 #include <cutils/properties.h>
  /frameworks/rs/driver/
rsdCore.cpp 37 #include <cutils/properties.h>
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdCore.cpp 29 #include <cutils/properties.h>
  /hardware/libhardware_legacy/qemu/
qemu.c 23 #include <cutils/properties.h>
  /hardware/ril/rild/
rild.c 30 #include <cutils/properties.h>
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
tiwlan_loader.c 31 #include <cutils/properties.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
PropertyMetadata.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
28 /** Extra metadata about properties not available from the descriptors (yet) */
319 // // TODO: I should put all the properties roughly based on their original order: this
321 // // TODO: How can I make similar complex properties show up adjacent; e.g. min and max

Completed in 853 milliseconds

<<11121314151617181920>>