/hardware/msm7k/dspcrashd/ |
dspcrashd.c | 36 #include <cutils/properties.h>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
TextAttributeDescriptor.java | 30 import org.eclipse.ui.views.properties.IPropertyDescriptor;
|
/sdk/eclipse/scripts/ |
build_plugins.sh | 13 # Other properties, ant scripts that drive the build are defined in ./buildConfig 57 # build.properties file. We can easily support other platforms but would need 182 rm -fv *.properties *.xml
|
/system/core/nexus/ |
TiwlanWifiController.cpp | 25 #include <cutils/properties.h>
|
/system/core/toolbox/ |
watchprops.c | 5 #include <cutils/properties.h>
|
/external/v8/test/mjsunit/ |
const-redecl.js | 54 // delete to get rid of any added properties. 56 // Collect the global properties before the call. 57 var properties = []; 58 for (var key in this) properties.push(key); 74 // Get rid of any introduced global properties before 77 if (properties.indexOf(key) == -1) delete this[key];
|
override-read-only-property.js | 29 // allowed to override read-only properties, not even if the read-only 33 // of read-only properties in prototype chains.
|
/external/webkit/WebCore/inspector/front-end/ |
ElementsTreeOutline.js | 346 function createTooltipThenCallback(properties) 348 if (!properties) { 354 if (properties.offsetHeight === properties.naturalHeight && properties.offsetWidth === properties.naturalWidth) 355 tooltipText = WebInspector.UIString("%d × %d pixels", properties.offsetWidth, properties.offsetHeight); 357 tooltipText = WebInspector.UIString("%d × %d pixels (Natural: %d × %d pixels)", properties.offsetWidth, properties.offsetHeight, properties.naturalWidth, properties.naturalHeight) [all...] |
EventListenersSidebarPane.js | 130 // Changed from a Properties List 183 this.propertiesElement.className = "event-properties"; /* Changed from "properties" */ 189 var properties = []; 191 // Just build properties in place - no need to reach out for injected script. 197 properties.push(new WebInspector.ObjectPropertyProxy(propertyName, value)); 199 this.updateProperties(properties);
|
ElementsPanel.js | 79 this.sidebarPanes.properties = new WebInspector.PropertiesSidebarPane(); 84 this.sidebarPanes.properties.onexpand = this.updateProperties.bind(this); 98 this.sidebarElement.appendChild(this.sidebarPanes.properties.element); 435 var properties = Object.properties(psuedoStyle); 436 if (properties.length) { 438 for (var i = 0; i < properties.length; ++i) { 439 var property = properties[i]; [all...] |
/hardware/ril/mock-ril/src/cpp/ |
protobuf_v8.cpp | 132 Local<Object> NewObject(Handle<Value> properties) const { 133 DBG("Type::NewObjext(properties) EX:"); 134 return Constructor()->NewInstance(1, &properties); 244 Handle<Array> properties = Array::New(descriptor->field_count()); local 278 properties->Set(key, value); 282 return NewObject(properties); 406 Handle<Array> properties = Handle<Array>::Cast(to_array->Call(src, 0, NULL)); local 409 Handle<Value> value = properties->Get(Number::New(i));
|
/external/v8/src/ |
mirror-debugger.js | 165 // Different kind of properties. 613 * properties are requested 626 // Find all the named properties. 632 // Get names for named interceptor properties if any. 643 // Find all the indexed properties. 649 // Get names for indexed interceptor properties. 664 // Copy names for named properties. 671 // Copy names for indexed properties. 683 * Return the properties for this object as an array of PropertyMirror objects. 685 * properties are requeste [all...] |
/external/bluetooth/bluez/gdbus/ |
object.c | 50 const GDBusPropertyTable *properties; member in struct:interface_data 334 const GDBusPropertyTable *properties, 344 iface->properties = properties; 509 const GDBusPropertyTable *properties, 525 properties, user_data, destroy);
|
gdbus.h | 96 const GDBusPropertyTable *properties,
|
/external/emma/core/java12/com/vladium/logging/ |
Logger.java | 16 import java.util.Properties; 569 final Properties properties = Property.getAppProperties (IAppConstants.APP_NAME_LC, Logger.class.getClassLoader ()); typedefs 575 final String _level = properties.getProperty (AppLoggers.PROPERTY_VERBOSITY_LEVEL, 584 final String _filter = properties.getProperty (AppLoggers.PROPERTY_VERBOSITY_FILTER);
|
/external/webkit/WebCore/css/ |
CSSParser.h | 74 bool parseShorthand(int propId, const int* properties, int numProperties, bool important); 75 bool parse4Values(int propId, const int* properties, bool important); 89 bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important); 141 // CSS3 Parsing Routines (for properties specific to CSS3)
|
/external/webkit/JavaScriptCore/wtf/unicode/qt4/ |
UnicodeQt4.h | 35 struct Properties { 53 Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4); 54 Q_CORE_EXPORT const Properties * QT_FASTCALL properties(ushort ucs2); 213 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(c); 271 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(c);
|
/external/webkit/WebKit/chromium/src/js/ |
DebuggerAgent.js | 501 * response is received the properties will be changed with their resolved 503 * @param {Object} object Object whose properties should be resolved. 506 * @param {boolean} noIntrinsic Whether intrinsic properties should be included. 577 var properties = msg.getBody().object.properties; 578 for (var j = 0; j < properties.length; j++) 579 result[properties[j].name] = true; 607 * all its properties. 608 * @param{string} expressionString Expression whose properties should be 626 var props = result.value.objectId.properties; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
wpas-test.py | 60 props = net.properties()
|
/frameworks/base/core/java/android/server/ |
BluetoothService.java | 986 String properties[] = (String [])getAdapterPropertiesNative(); local 1377 Map<String, String> properties = mDeviceProperties.get(address); local [all...] |
/frameworks/base/media/libmediaplayerservice/ |
TestPlayerStub.cpp | 26 #include <cutils/properties.h>
|
/libcore/luni/src/main/java/java/sql/ |
Connection.java | 21 import java.util.Properties; [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/ |
PolicyUtils.java | 42 import java.util.Properties; 81 * Auxiliary action for accessing system properties in a bundle. 83 public static class SystemKit implements PrivilegedAction<Properties> { 86 * Returns system properties. 88 public Properties run() { 183 * in security properties or if an Exception has occurred 246 * @param properties available key-value mappings 250 public static String expand(String str, Properties properties) 263 String value = properties.getProperty(key) [all...] |
/packages/apps/Nfc/jni/ |
com_android_nfc.h | 35 #include <cutils/properties.h> // for property_get 51 /* Properties values */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
ProjectState.java | 38 * <p>This gives raw access to the properties (from <code>default.properties</code>), as well 109 * <p/>This is identical to the value defined in the main project's default.properties. 175 ProjectState(IProject project, ProjectProperties properties) { 176 if (project == null || properties == null) { 181 mProperties = properties; 184 mApkSettings = new ApkSettings(properties); 244 * Reloads the content of the properties. 488 * <li>Update the main project's <code>default.properties</code> with the new relative path 510 // one in the project properties (trailing separator could be differen [all...] |