/system/core/libcutils/ |
Android.mk | 46 properties.c \
|
/system/core/nexus/ |
DhcpClient.cpp | 26 #include <cutils/properties.h>
|
/system/vold/ |
Fat.cpp | 37 #include <cutils/properties.h>
|
/external/webkit/WebCore/inspector/front-end/ |
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...] |
ConsoleView.js | 334 // Collect comma separated object properties for the completion. 359 var properties = Object.sortedProperties(result); 361 for (var i = 0; i < properties.length; ++i) { 362 var property = properties[i]; 460 // There is no expression, so the completion should happen against global properties. 562 _printArray: function(elem, properties) 564 if (!properties) 568 for (var i = 0; i < properties.length; ++i) { 569 var name = properties[i].name; 571 elements[name] = this._format(properties[i].value) [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
AbstractReportGenerator.java | 58 final SourcePathCache cache, final IProperties properties) 64 m_settings = ReportProperties.parseProperties (properties, getType ());
|
/external/v8/test/mjsunit/ |
delete-global-properties.js | 28 // Global properties declared with 'var' or 'function' should not be
|
delete-in-with.js | 28 // It should be possible to delete properties of 'with' context
|
getter-in-prototype.js | 28 // Test that exceptions are thrown when setting properties on object
|
local-load-from-eval.js | 28 // Tests loads of local properties from eval.
|
/external/webkit/LayoutTests/fast/js/resources/ |
const.js | 115 // Make sure we don't override properties placed on the global object
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 168 node.properties.add(property); 177 Collections.sort(node.properties, new Comparator<ViewNode.Property>() {
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
PlatformTarget.java | 46 PlatformTarget(String location, Map<String, String> properties, 52 mProperties = Collections.unmodifiableMap(properties);
|
/external/v8/src/ |
regexp.js | 239 // ecma_2/RegExp/properties-001.js. 252 // Getters for the static properties lastMatch, lastParen, leftContext, and 253 // rightContext of the RegExp constructor. The properties are computed based 295 // The properties $1..$9 are the first nine capturing substrings of the last 342 // The properties input, $input, and $_ are aliases for each other. When this 360 // The properties multiline and $* are aliases for each other. When this 381 // Static properties set by a successful match.
|
v8natives.js | 617 // Find all the indexed properties. 622 // Get names for indexed interceptor properties. 630 // Find all the named properties. 635 // Get names for named interceptor properties if any. 654 function ObjectCreate(proto, properties) { 660 if (!IS_UNDEFINED(properties)) ObjectDefineProperties(obj, properties); 677 function ObjectDefineProperties(obj, properties) { 680 var props = ToObject(properties);
|
/frameworks/base/core/java/android/pim/ |
RecurrenceSet.java | 32 * Contains the RRULEs, RDATE, EXRULEs, and EXDATE properties. 479 List<ICalendar.Property> properties = component.getProperties(name); local 480 if (properties == null || properties.isEmpty()) { 484 if (properties.size() == 1) { 485 return properties.get(0).getValue();
|
/external/webkit/WebCore/bindings/js/ |
SerializedScriptValue.cpp | 369 PropertyList& properties = propertyStack.last(); local 370 if (index == properties.size()) { 381 inValue = context.getProperty(object, properties[index], index); 768 void getPropertyNames(RefPtr<SerializedObject> object, Vector<SerializedObject::PropertyNameList, 16>& properties) 770 properties.append(object->names()); 926 void getPropertyNames(RefPtr<SerializedObject> object, Vector<SerializedObject::PropertyNameList, 16>& properties) 928 properties.append(object->names());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 294 * Initializes a new project with a target. This creates the <code>default.properties</code> 311 ProjectPropertiesWorkingCopy properties = null; local 314 properties = state.getProperties().makeWorkingCopy(); 317 if (properties == null) { 324 properties = ProjectProperties.create(location.toOSString(), PropertyType.DEFAULT); 328 properties.setProperty(ProjectProperties.PROPERTY_TARGET, target.hashString()); 329 properties.save(); 353 // load the default.properties from the project folder. 360 ProjectProperties properties = ProjectProperties.load(location.toOSString(), local 362 if (properties == null) [all...] |
/external/libxml2/ |
tree.c | 1159 cur->properties = XML_DOC_USERBUILT; [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8NPObject.cpp | 299 v8::Handle<v8::Array> properties = v8::Array::New(count); local 303 properties->Set(v8::Integer::New(i), v8::String::New(identifier->string())); 305 properties->Set(v8::Integer::New(i), v8::Integer::New(identifier->number())); 308 return properties;
|
/external/webkit/WebCore/platform/graphics/chromium/ |
UniscribeHelper.cpp | 61 SCRIPT_FONTPROPERTIES* properties) 64 if (glyphs[i] == properties->wgDefault 65 || (glyphs[i] == properties->wgInvalid 66 && glyphs[i] != properties->wgBlank)) [all...] |
/frameworks/base/core/jni/ |
android_util_Log.cpp | 22 #include <cutils/properties.h>
|
/frameworks/opt/emoji/ |
EmojiFactory.cpp | 23 #include <cutils/properties.h>
|
/hardware/ril/rild/ |
rild.c | 30 #include <cutils/properties.h>
|