/external/libxslt/libxslt/ |
templates.c | 504 ret = target->properties; 611 * (Don't assign the result to @target->properties; if 634 if (target->properties) { 635 last = target->properties; 696 target->properties = copy; 800 return(target->properties);
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceSet.java | 32 * Contains the RRULEs, RDATE, EXRULEs, and EXDATE properties. 490 List<ICalendar.Property> properties = component.getProperties(name); local 491 if (properties == null || properties.isEmpty()) { 495 if (properties.size() == 1) { 496 return properties.get(0).getValue();
|
/ndk/build/core/ |
add-application.mk | 63 # check whether APP_PLATFORM is defined. If not, look for project.properties in 69 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/project.properties)) 71 # NOTE: project.properties was called default.properties before 72 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/default.properties))
|
/tools/build/gradle/wrapper/ |
gradle-wrapper.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | |
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar | |
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar | |
org.eclipse.ant.core_3.2.200.v20100427.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
pdebuild.jar | |
/frameworks/base/location/java/android/location/ |
LocationManager.java | 290 private LocationProvider createProvider(String name, ProviderProperties properties) { 291 return new LocationProvider(name, properties); 340 ProviderProperties properties = mService.getProviderProperties(name); local 341 if (properties == null) { 344 return createProvider(name, properties); 1168 ProviderProperties properties = new ProviderProperties(requiresNetwork, local [all...] |
/external/chromium/chrome/browser/debugger/ |
devtools_manager.cc | 306 DevToolsRuntimeProperties properties; local 310 properties = DevToolsRuntimeProperties(it->second.begin(), 313 IPC::Message* m = new DevToolsAgentMsg_Attach(properties);
|
/external/webkit/Source/WebCore/css/ |
CSSParser.h | 82 bool parseShorthand(int propId, const int* properties, int numProperties, bool important); 83 bool parse4Values(int propId, const int* properties, bool important); 103 bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important); 160 // CSS3 Parsing Routines (for properties specific to CSS3)
|
/frameworks/base/media/java/android/mtp/ |
MtpPropertyGroup.java | 56 // list of all properties in this group 67 // constructs a property group for a list of properties 69 int[] properties) { 75 int count = properties.length; 81 mProperties[i] = createProperty(properties[i], columns); 191 // for now we are only reading properties from the "objects" table 254 // for now we are only reading properties from the "objects" table 343 // iterate over all properties in the query for the given object
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertySheetPage.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties; 22 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertyFactory.SortingMode; 49 import org.eclipse.ui.views.properties.IPropertySheetPage; 257 "Show Advanced Properties",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
ProjectState.java | 42 * <p>This gives raw access to the properties (from <code>project.properties</code>), as well 113 * <p/>This is identical to the value defined in the main project's project.properties. 179 ProjectState(IProject project, ProjectProperties properties) { 180 if (project == null || properties == null) { 185 mProperties = properties; 253 * Reloads the content of the properties. 489 * <li>Update the main project's <code>project.properties</code> with the new relative path 511 // one in the project properties (trailing separator could be different 525 // update the project.properties fil [all...] |
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/instance/ |
AndroidDeviceInstance.java | 27 import java.util.Properties;
228 public Properties getProperties()
230 Properties properties = super.getProperties();
local 232 // synchronize instance properties data with current sdk...
236 properties.put(IDevicePropertiesConstants.vmPath, fromSdk.getAbsolutePath());
239 return properties;
339 * Retrieves the default properties to be used upon instance creation
344 public static void populateWithDefaultProperties(Properties defaultProperties)
384 public static void populateWithVMInfo(String instanceName, Properties instanceProperties) [all...] |
/external/libxml2/ |
tree.c | 1171 cur->properties = XML_DOC_USERBUILT; [all...] |
/dalvik/vm/native/ |
dalvik_system_VMRuntime.cpp | 155 ArrayObject* result = dvmCreateStringArray(*gDvm.properties); 222 { "properties", "()[Ljava/lang/String;",
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TestHelper_Connection1.java | 36 import java.util.Properties; 226 public Properties getClientInfo() throws SQLException { 239 public void setClientInfo(Properties properties)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/external/harfbuzz/src/ |
harfbuzz-shaper-private.h | 134 HB_Bool HB_OpenTypeShape(HB_ShaperItem *item, const hb_uint32 *properties);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
ObjectHelper.java | 276 //reading custom properties
277 Properties properties = this.loadProperties(objectStructure, blenderContext);
local 278 if(result instanceof Spatial && properties != null && properties.getValue() != null) {
279 ((Spatial)result).setUserData("properties", properties);
|
/external/v8/test/mjsunit/ |
error-constructors.js | 35 // properties on error objects in prototypes. 79 // properties, so we simply assert that.
|
object-prevent-extensions.js | 101 // We should be able to add new properties to the child object. 125 // test same behavior as above, but for integer properties
|
regexp-static.js | 28 // Test the (deprecated as of JS 1.5) properties of the RegExp function. 119 // case the function uses the static properties of the regexp constructor.
|