/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ResourceValueCompleter.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties; 52 * <li>also complete on properties
|
ValueCompleter.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties; 52 * for Android properties, completing resource strings, flag values, enum 74 // for other properties and maybe both if I'm not sure)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
AndroidPropertyPage.java | 17 package com.android.ide.eclipse.adt.internal.properties; 45 * "Properties". 119 // simply update the properties copy. Eclipse will be notified of the file change 171 // make a working copy of the properties
|
/system/bluetooth/bluedroid/ |
bluetooth.c | 28 #include <cutils/properties.h>
|
/system/core/libcutils/ |
properties.c | 17 #define LOG_TAG "properties" 26 #include <cutils/properties.h> 74 * to set/get/list properties. The file descriptor is shared by all 89 * Connect to the properties server.
|
/system/core/libnetutils/ |
dhcp_utils.c | 26 #include <cutils/properties.h> 38 * or for filling up system properties dhcpcd.<interface>.ipaddress, dhcpcd.<interface>.dns1 39 * and other properties on a successful bind 45 * group formation. This does not work well with system properties which can quickly 99 /* Interface name after converting p2p0-p2p0-X to p2p to reuse system properties */ 192 /* Interface name after converting p2p0-p2p0-X to p2p to reuse system properties */ 240 /* copy dns data to system properties - TODO - remove this after we have async
|
/system/netd/ |
NatController.cpp | 27 #include <cutils/properties.h>
|
TetherController.cpp | 32 #include <cutils/properties.h>
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | 144 // is a super-fast way to populate an object with array-like properties 311 // as properties will not be copied (such as the 612 // exclude the following css properties to add px 734 // A method for quickly swapping in/out CSS properties to get correct calculations [all...] |
/frameworks/base/services/java/com/android/server/ |
LocationManagerService.java | 759 ProviderProperties properties = lp.getProperties(); local 760 if (properties != null) { 761 if (properties.mRequiresSatellite) { 764 } else if (properties.mRequiresNetwork || properties.mRequiresCell) { [all...] |
/external/libxml2/ |
c14n.c | 793 for(attr = cur->properties; attr != NULL; attr = attr->next) { [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
ElementsTreeOutline.js | 415 var properties = JSON.parse(result.description); 416 var offsetWidth = properties[0]; 417 var offsetHeight = properties[1]; 418 var naturalWidth = properties[2]; 419 var naturalHeight = properties[3]; [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogCatPanel.java | 842 String[] properties = { local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ObjC.stg | 586 /* ObjC start of actions.(actionScope).properties */ 587 <actions.(actionScope).properties> 588 /* ObjC end of actions.(actionScope).properties */ 589 /* ObjC start of properties */ 590 <@properties()> 591 /* ObjC end of properties */ [all...] |
/external/v8/test/mjsunit/ |
object-define-property.js | 153 // Accessor properties 259 // Data properties 503 // Defining properties null should fail even when we have 519 // existing properties should not return true, but throw an error if the 597 // Make sure we can still redefine if all properties are the same. 684 // Make sure we can still redefine if all properties are the same. 947 // Ignore inherited properties.
|
keywords-and-reserved_words.js | 85 // object literal properties
|
mirror-script.js | 43 // Check the mirror properties.
|
mirror-unresolved-function.js | 55 // Check the mirror properties for unresolved functions.
|
value-wrapper.js | 120 // Run test after properties have been set to a different value.
|
/external/chromium/chrome/common/extensions/docs/js/ |
api_page_generator.js | 501 return (object.type == "object" && object.properties); 506 for (var p in object.properties) { 507 var prop = object.properties[p];
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | |
/external/guava/guava-tests/test/com/google/common/collect/ |
MapsTest.java | 60 import java.util.Properties; 690 Properties testProp = new Properties(); 720 // Test loading system properties 725 testProp = new Properties(System.getProperties()); 742 Properties properties = new Properties() { local 748 properties.setProperty("first", "true"); 749 properties.setProperty("second", "null") 760 Properties properties = new Properties() { local [all...] |
/frameworks/base/services/java/com/android/server/accessibility/ |
ScreenMagnifier.java | 293 PointerProperties[] properties = getTempPointerPropertiesWithMinSize(pointerCount); local 298 event.getPointerProperties(i, properties[i]); 301 event.getEventTime(), event.getAction(), pointerCount, properties, 695 PointerProperties[] properties = getTempPointerPropertiesWithMinSize(pointerCount); local 698 event.getPointerProperties(i, properties[i]); 703 event.getAction(), pointerCount, properties, coords, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
PerformancesView.java | 62 import org.eclipse.ui.views.properties.IPropertySheetPage; 63 import org.eclipse.ui.views.properties.PropertySheetPage;
|
/external/v8/src/ |
parser.h | 526 // Properties count estimation. 529 // Keeps track of assignments to properties of this. Used for 645 // Populate the constant properties fixed array for a materialized object 648 ZoneList<ObjectLiteral::Property*>* properties, 655 void BuildArrayLiteralBoilerplateLiterals(ZoneList<Expression*>* properties,
|