HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 251 - 275 of 769) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
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/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-in-with.js 28 // It should be possible to delete properties of 'with' context
for-in-delete.js 28 // Test that properties deleted during a for-in iteration do not show up in
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/Source/WebCore/inspector/
InjectedScript.cpp 84 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* properties)
96 *properties = result->asArray();
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 28 grep -v "^#" $src_dir/Source/WebCore/css/CSSPropertyNames.in > ${tmp_prefix}.css-properties
57 | awk '{ print $1 }' > ${tmp_prefix}.css-properties
83 grep '{"' $src_dir/src/cssparser.cc | cut -d\" -f2 > ${tmp_prefix}.css-properties
101 grep "g_ascii_strncasecmp" $src_dir/gtkhtml/htmlstyle.c | cut -d\" -f2 | cut -d" " -f1 | sed s/://g > ${tmp_prefix}.css-properties
109 types="css-properties css-values html-attrs html-tags html-values protocols headers mime-types css-pseudo css-atrules"
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 178 private void addDevice(String address, String[] properties) {
181 deviceProperties.addProperties(address, properties);
211 * @param properties an array of property keys and value strings
215 private void onDeviceFound(String address, String[] properties) {
216 if (properties == null) {
217 Log.e(TAG, "ERROR: Remote device properties are null");
220 addDevice(address, properties);
278 String[] properties = mBluetoothService.getRemoteDeviceProperties(address); local
279 if (properties != null) {
280 addDevice(address, properties);
    [all...]
  /ndk/sources/host-tools/make-3.81/
makefile.com 100 $! Check if this is a define relating to the properties of the C/C++
116 $! Check for properties of C/C++ compiler
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 74 /** List of recently edited properties */
77 /** Maximum number of recent properties to track and list */
422 RuleAction properties = RuleAction.createChoices("properties", "Other Properties", //$NON-NLS-1$ local
475 actions.add(properties);
538 * Creates a list of properties that are commonly edited for views of the
543 Map<String, Prop> properties = getPropertyMetadata(selectedNode); local
555 Prop property = properties.get(attribute);
586 * Creates a list of recently modified properties that apply to the given selected nod
591 Map<String, Prop> properties = getPropertyMetadata(selectedNode); local
609 Map<String, Prop> properties = getPropertyMetadata(selectedNode); local
    [all...]
  /sdk/emulator/tools/
Android.mk 31 # to setup various system properties sent by the emulator program.
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 173 node.properties.add(property);
182 Collections.sort(node.properties, new Comparator<ViewNode.Property>() {
  /external/v8/src/
regexp.js 283 // ecma_2/RegExp/properties-001.js.
293 // Getters for the static properties lastMatch, lastParen, leftContext, and
294 // rightContext of the RegExp constructor. The properties are computed based
360 // The properties $1..$9 are the first nine capturing substrings of the last
417 // The properties input, $input, and $_ are aliases for each other. When this
435 // The properties multiline and $* are aliases for each other. When this
457 // Static properties set by a successful match.
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 39 * @properties: Whether to add second argument with object properties
44 const char *sig_name, int properties)
66 if (properties) {
148 * @properties: Whether to add second argument with object properties
154 const char *sig_name, int properties)
177 if (properties) {
290 * @properties: determines if add second argument with object properties
    [all...]
  /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/calendarcommon/
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();
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Project.java 53 import java.util.Properties;
117 // Read properties file and initialize library state
118 Properties properties = new Properties(); local
123 properties.load(is);
124 String value = properties.getProperty(ANDROID_LIBRARY);
126 mProguardPath = properties.getProperty(PROGUARD_CONFIG);
130 String library = properties.getProperty(key);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /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)

Completed in 562 milliseconds

<<11121314151617181920>>