/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
|
/external/webkit/WebCore/inspector/front-end/ |
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...] |
/sdk/anttasks/src/com/android/ant/ |
ApkBuilderTask.java | 244 ProjectProperties properties = ProjectProperties.load(baseDir.getAbsolutePath(), local 247 ApkSettings apkSettings = new ApkSettings(properties);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 168 node.properties.add(property); 177 Collections.sort(node.properties, new Comparator<ViewNode.Property>() {
|
ViewNode.java | 30 public List<Property> properties = new ArrayList<Property>(); field in class:ViewNode
|
/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. 477 List<ICalendar.Property> properties = component.getProperties(name); local 478 if (properties == null || properties.isEmpty()) { 482 if (properties.size() == 1) { 483 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());
|
/external/libxml2/ |
tree.c | 1159 cur->properties = XML_DOC_USERBUILT; [all...] |
/external/bluetooth/bluez/gdbus/ |
object.c | 50 GDBusPropertyTable *properties; member in struct:interface_data 466 GDBusPropertyTable *properties, 485 iface->properties = properties;
|
/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>
|
/system/bluetooth/bluedroid/ |
bluetooth.c | 27 #include <cutils/properties.h>
|
/system/core/libnetutils/ |
dhcp_utils.c | 25 #include <cutils/properties.h>
|
/dalvik/libcore/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...] |