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

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-969.js 77 // properties.
104 // properties.
  /external/webkit/Source/WebCore/bindings/v8/
V8NPObject.cpp 315 v8::Handle<v8::Array> properties = v8::Array::New(count); local
319 properties->Set(v8::Integer::New(i), v8::String::New(identifier->string()));
321 properties->Set(v8::Integer::New(i), v8::Integer::New(identifier->number()));
324 return properties;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp     [all...]
  /frameworks/av/media/libmedia/
MediaScanner.cpp 19 #include <cutils/properties.h>
  /frameworks/av/media/libstagefright/
DataSource.cpp 45 #include <cutils/properties.h>
  /frameworks/base/cmds/installd/
installd.h 38 #include <cutils/properties.h>
  /frameworks/base/core/jni/
android_util_Log.cpp 22 #include <cutils/properties.h>
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 27 #include <cutils/properties.h>
  /frameworks/opt/emoji/
EmojiFactory.cpp 23 #include <cutils/properties.h>
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 31 import java.util.Properties;
441 * Returns the preferences from {@code xmlFile}. Returns empty properties if
444 static Properties readXmlPreferences(File xmlFile) {
445 Properties result = new Properties();
476 static void writeXmlPreferences(File xmlFile, Properties properties) throws IOException {
488 String[] keys = properties.keySet().toArray(new String[properties.size()]);
492 values[i] = properties.getProperty(keys[i])
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 40 #include <cutils/properties.h> // for property_get
56 /* Properties values */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 33 import org.eclipse.ui.views.properties.IPropertyDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 68 import java.util.Properties;
82 private static final String PREVIEW_INFO_FILE = "preview.properties"; //$NON-NLS-1$
601 Properties properties = new Properties(); local
605 properties.load(is);
607 AdtPlugin.log(e, "Can't read preview properties");
618 String colorString = (String) properties.get("background"); //$NON-NLS-1$
623 colorString = (String) properties.get("foreground"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java 30 public List<Property> properties = new ArrayList<Property>(); field in class:ViewNode
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 447 Map<String, String> properties = mAvd.getProperties(); local
448 if (properties != null) {
449 String name = properties.get(AvdManager.AVD_INI_DEVICE_NAME);
450 String mfctr = properties.get(AvdManager.AVD_INI_DEVICE_MANUFACTURER);
527 * content is either 1+ items or 1+ properties
528 * properties are defined as
531 * We're going to look for an item called display, with 2 properties height and width.
  /system/core/libcutils/
Android.mk 48 properties.c \
  /system/netd/
SecondaryTableController.cpp 32 #include <cutils/properties.h>
  /bionic/libc/stdlib/
wchar.c 312 static const char* const properties[WC_TYPE_MAX] = local
321 if ( !strcmp( properties[nn], property ) )
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 29 import java.util.Properties;
96 /** DOMConfiguration Properties */
97 private Properties fDOMConfigProperties = null;
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 64 final IProperties properties)
67 initialize(mdata, cdata, cache, properties);
  /external/v8/src/
v8natives.js 988 // Find all the indexed properties.
993 // Get names for indexed interceptor properties.
1002 // Find all the named properties.
1007 // Get names for named interceptor properties if any.
1023 // properties like toString if(propertySet["toString"]) will always
1038 function ObjectCreate(proto, properties) {
1044 if (!IS_UNDEFINED(properties)) ObjectDefineProperties(obj, properties);
1058 // non-own properties as it does (or non-enumerable ones, as it doesn't?).
1090 function GetOwnEnumerablePropertyNames(properties) {
    [all...]
  /external/v8/test/mjsunit/bugs/
bug-618.js 37 // one of the properties assigned in the constructor then this setter is
  /external/v8/test/mjsunit/compiler/
objectliterals.js 28 // Test object literals with getter, setter and prototype properties.
regress-loadfield.js 49 // Create an object with fast backing store properties.

Completed in 776 milliseconds

<<11121314151617181920>>