/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...] |
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
waitbar_j.m | 7 % value allow to set corresponding waitbar figure properties. 121 % set figure properties as passed to the fcn
|
/frameworks/base/core/jni/ |
android_util_Log.cpp | 22 #include <cutils/properties.h>
|
/frameworks/base/libs/ui/ |
KeyCharacterMap.cpp | 599 Vector<Property> properties; local 604 properties.add(Property(PROPERTY_LABEL)); 606 properties.add(Property(PROPERTY_NUMBER)); 615 properties.add(Property(PROPERTY_META, metaState)); 697 for (size_t i = 0; i < properties.size(); i++) { 698 const Property& property = properties.itemAt(i);
|
/frameworks/base/media/libmedia/ |
MediaScanner.cpp | 19 #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/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/layout/gle2/ |
PreviewIconFactory.java | 66 import java.util.Properties; 80 private static final String PREVIEW_INFO_FILE = "preview.properties"; //$NON-NLS-1$ 589 Properties properties = new Properties(); local 593 properties.load(is); 595 AdtPlugin.log(e, "Can't read preview properties"); 606 String colorString = (String) properties.get("background"); //$NON-NLS-1$ 611 colorString = (String) properties.get("foreground"); //$NON-NLS-1$
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewNode.java | 30 public List<Property> properties = new ArrayList<Property>(); field in class:ViewNode
|
/system/bluetooth/bluedroid/ |
bluetooth.c | 27 #include <cutils/properties.h>
|
/system/netd/ |
TetherController.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/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.
|
this-property-refs.js | 28 // Test references to properties of this.
|
/external/v8/test/mjsunit/ |
const.js | 28 // Test const properties and pre/postfix operation.
|
delete-global-properties.js | 28 // Global properties declared with 'var' or 'function' should not be
|
getter-in-prototype.js | 28 // Test that exceptions are thrown when setting properties on object
|
indexed-value-properties.js | 29 // for indexed properties on value objects.
|
large-object-literal.js | 43 // Check that the properties have the expected values.
|