HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 101 - 125 of 339) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/core/nexus/
TiwlanWifiController.cpp 25 #include <cutils/properties.h>
DhcpClient.cpp 26 #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...]
InjectedScript.js 151 // a shorthand remove all the longhand properties.
167 // Iterate of the properties on the test element's style declaration and
358 result.properties = [];
374 result.properties.push(property);
391 var properties = [];
399 properties.push(property);
402 return properties;
408 var properties = [];
416 properties.push(individualProperty);
419 return properties;
    [all...]
inspector.css 707 .console-group-messages .section .properties li .info {
749 .console-formatted-object .properties, .console-formatted-node .properties {
1346 .section .properties, .event-bar .event-properties {
1355 .section.no-affect .properties li {
1359 .section.no-affect .properties li.editing {
1363 .section.expanded .properties, .event-bar.expanded .event-properties {
1367 .section .properties li, .event-properties li
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
OffscreenImage.java 59 Hashtable<?, ?> properties; field in class:OffscreenImage
83 if(properties == null){
86 if(properties == null) {
90 Object prop = properties.get(name);
146 public void setProperties(Hashtable<?, ?> properties) {
147 this.properties = properties;
148 imageUpdate(this, ImageObserver.PROPERTIES, 0, 0, width, height);
  /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/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)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 42 * <p>This gives raw access to the properties (from <code>default.properties</code>), as well
99 * <p/>This is identical to the value defined in the main project's default.properties.
158 public ProjectState(IProject project, ProjectProperties properties) {
160 mProperties = properties;
163 mApkSettings = new ApkSettings(properties);
227 * Reloads the content of the properties.
434 * <li>Update the main project's <code>default.properties</code> with the new relative path
456 // one in the project properties (trailing separator could be different
470 // update the default.properties fil
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
PolicyUtils.java 42 import java.util.Properties;
83 * Auxiliary action for accessing system properties in a bundle.
85 public static class SystemKit implements PrivilegedAction<Properties> {
88 * Returns system properties.
90 public Properties run() {
185 * in security properties or if an Exception has occurred
249 * @param properties available key-value mappings
253 public static String expand(String str, Properties properties)
266 String value = properties.getProperty(key)
    [all...]
  /external/bluetooth/bluez/gdbus/
gdbus.h 95 GDBusPropertyTable *properties,
  /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/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 60 props = net.properties()
  /frameworks/base/core/java/android/server/
BluetoothService.java 887 String properties[] = (String [])getAdapterPropertiesNative(); local
1205 Map<String, String> properties = mDeviceProperties.get(address); local
    [all...]
  /frameworks/base/media/libmediaplayerservice/
TestPlayerStub.cpp 26 #include <cutils/properties.h>
  /system/core/libcutils/
Android.mk 39 properties.c \
  /system/vold/
Fat.cpp 37 #include <cutils/properties.h>
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 287 * Initializes a new project with a target. This creates the <code>default.properties</code>
302 ProjectProperties properties = null; local
305 properties = state.getProperties();
308 if (properties == null) {
315 properties = ProjectProperties.create(location.toOSString(), PropertyType.DEFAULT);
319 properties.setProperty(ProjectProperties.PROPERTY_TARGET, target.hashString());
320 properties.save();
344 // load the default.properties from the project folder.
351 ProjectProperties properties = ProjectProperties.load(location.toOSString(), local
353 if (properties == null)
    [all...]

Completed in 867 milliseconds

1 2 3 45 6 7 8 91011>>