/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | 2480 DictionaryValue* properties = new DictionaryValue; local 3047 DictionaryValue* properties = new DictionaryValue; \/\/ owned by return_value local [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
SerializedScriptValue.cpp | 703 PropertyNameArray& properties = propertyStack.last(); local 704 if (index == properties.size()) { 711 inValue = getProperty(object, properties[index]); 720 write(properties[index]); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
ScriptsPanel.js | 371 function propertiesCollected(properties) 373 for (var i = 0; properties && i < properties.length; ++i) 374 result[properties[i].name] = true; [all...] |
ElementsPanel.js | 80 this.sidebarPanes.properties = new WebInspector.PropertiesSidebarPane(); 87 this.sidebarPanes.properties.onexpand = this.updateProperties.bind(this); [all...] |
/frameworks/base/libs/ui/ |
Keyboard.cpp | 29 #include <cutils/properties.h>
|
/frameworks/base/media/libstagefright/ |
AudioSource.cpp | 27 #include <cutils/properties.h>
|
/frameworks/base/services/audioflinger/ |
AudioResampler.cpp | 24 #include <cutils/properties.h>
|
/frameworks/base/services/surfaceflinger/DisplayHardware/ |
DisplayHardware.cpp | 22 #include <cutils/properties.h>
|
/libcore/luni/src/main/java/java/lang/ |
System.java | 50 import java.util.Properties; 83 private static Properties systemProperties; 252 * Returns the system properties. Note that this is not a copy, so that 253 * changes made to the returned Properties object will be reflected in 256 * @return the system properties. 258 public static Properties getProperties() { 267 Properties p = new Properties(); 321 // Undocumented Android-only properties. 328 // Override built-in properties with settings from the command line [all...] |
/ndk/build/tools/ |
package-release.sh | 267 rm -rf $REFERENCE/samples/*/{obj,libs,build.xml,local.properties,Android.mk} &&
|
/dalvik/vm/ |
Init.cpp | 747 /* Properties are handled in managed code. We just check syntax. */ 753 gDvm.properties->push_back(argv[i] + 2); [all...] |
/external/chromium/chrome/common/ |
json_schema_validator_unittest_base.cc | 186 schema->SetString("properties.foo.type", "string"); 187 schema->SetString("properties.bar.type", "integer"); 229 DictionaryValue* properties = NULL; local 231 ASSERT_TRUE(schema->GetDictionary("properties", &properties)); 232 ASSERT_TRUE(properties->GetDictionary("bar", &bar_property)); 255 schema->SetString("properties.foo.type", "string"); 256 schema->SetString("properties.bar.$ref", "Max10Int"); 257 schema->SetString("properties.baz.$ref", "MinLengthString"); 261 schema_inline->SetString("properties.foo.type", "string") [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfo.java | 38 import org.eclipse.ui.views.properties.IPropertyDescriptor; 39 import org.eclipse.ui.views.properties.IPropertySheetPage; 40 import org.eclipse.ui.views.properties.IPropertySource; [all...] |
/system/media/wilhelm/src/android/ |
android_Effect.cpp | 176 size = sizeof(s_reverb_settings); // struct of all reverb properties 405 // initialize reverb properties 406 SLEnvironmentalReverbSettings properties; local 408 REVERB_PARAM_PROPERTIES, &properties)) { 409 ier->mProperties = properties; 418 // properties, select which max size to pass to avoid allocating too much memory 433 // properties, select which max size to pass to avoid allocating too much memory
|
/external/libxslt/libxslt/ |
xslt.c | [all...] |
/frameworks/base/voip/java/com/android/server/sip/ |
SipSessionGroup.java | 49 import java.util.Properties; 161 Properties properties = new Properties(); local 162 properties.setProperty("javax.sip.STACK_NAME", getStackName()); 163 properties.setProperty( 168 properties.setProperty("javax.sip.OUTBOUND_PROXY", outboundProxy 171 SipStack stack = mSipStack = sipFactory.createSipStack(properties); [all...] |
/external/gtest/test/ |
gtest_unittest.cc | 1113 const List<TestProperty>& properties = test_result.test_properties(); local 1127 const List<TestProperty>& properties = test_result.test_properties(); local 1150 const List<TestProperty>& properties = test_result.test_properties(); local [all...] |
/external/libxml2/ |
SAX2.c | 967 ctxt->myDoc->properties = XML_DOC_HTML; 984 doc->properties = 0; 986 doc->properties |= XML_DOC_OLD10; [all...] |
/external/v8/src/ |
messages.js | 176 with_expression: ["%0", " has no properties"], 525 * source with the following properties: 618 * the following properties: 765 // To handle DontEnum properties we guess that the method has [all...] |
d8.js | 63 var properties = mirror.properties(); 64 for (var i = 0; i < properties.length; i++) { 65 var name = properties[i].name(); 134 // This function returns an object with properties "text" and "running" holding [all...] |
bootstrapper.cc | 212 // Migrates all properties from the 'from' object to the 'to' 1989 Handle<StringDictionary> properties = local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 241 * are properties of this object. If the node has no jst attributes,
242 * returns an object with no properties (the jscache_[0] entry).
730 * starts with '$', javascript properties of the current template node
760 // objects. This specifically allows to set properties on .style
834 * processing attribute values of the node as properties.
[all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 241 * are properties of this object. If the node has no jst attributes, 242 * returns an object with no properties (the jscache_[0] entry). 730 * starts with '$', javascript properties of the current template node 760 // objects. This specifically allows to set properties on .style 834 * processing attribute values of the node as properties. [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | 46 var parent = null, properties = $A(arguments); 47 if (Object.isFunction(properties[0])) 48 parent = properties.shift(); 65 for (var i = 0; i < properties.length; i++) 66 klass.addMethods(properties[i]); 80 var properties = Object.keys(source); 83 properties.push("toString", "valueOf"); 85 for (var i = 0, length = properties.length; i < length; i++) { 86 var property = properties[i], value = source[property]; [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | 31 #include <cutils/properties.h> 51 status_t OMXCameraAdapter::initialize(CameraProperties::Properties* caps) 3479 CameraProperties::Properties* properties = NULL; local [all...] |