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

<<1112131415

  /external/libxml2/
xmlsave.c 891 if (cur->properties != NULL)
892 xmlAttrListDumpOutput(ctxt, cur->properties);
    [all...]
debugXML.c 309 (node != (xmlNodePtr) node->parent->properties))
914 if (node->content == (xmlChar *) &(node->properties))
1024 if ((node->type == XML_ELEMENT_NODE) && (node->properties != NULL))
1025 xmlCtxtDumpAttrList(ctxt, node->properties);
    [all...]
xmlschemas.c 151 * Macros to query common properties of components.
    [all...]
  /frameworks/base/cmds/dumpstate/
utils.c 34 #include <cutils/properties.h>
214 /* prints all the system properties */
221 printf("------ SYSTEM PROPERTIES ------\n");
  /frameworks/base/libs/utils/
Threads.cpp 24 #include <cutils/properties.h>
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 23 #include <cutils/properties.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditor.java 57 import org.eclipse.ui.views.properties.IPropertySheetPage;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 17 package com.android.ide.eclipse.adt.internal.properties;
75 * read-write copy of the properties being edited.
272 * the new properties on disk. Saving the properties on disk, via
  /system/core/adb/
sysdeps.h 258 #include <cutils/properties.h>
  /system/core/libnetutils/
dhcpclient.c 33 #include <cutils/properties.h>
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 23 #include <cutils/properties.h>
  /system/core/nexus/
Supplicant.cpp 24 #include <cutils/properties.h>
  /system/vold/
Volume.cpp 31 #include <cutils/properties.h>
  /external/emma/lib/
emma.jar 
  /external/v8/src/
runtime.cc 107 // Deep copy local properties.
109 FixedArray* properties = copy->properties(); local
110 for (int i = 0; i < properties->length(); i++) {
111 Object* value = properties->get(i);
116 properties->set(i, result);
265 { // Add the constant properties to the boilerplate.
739 // Traverse the name/value pairs and set the properties.
813 // conflicting types in case of intercepted properties because
1074 FixedArray* properties = global->properties(); local
1165 FixedArray* properties = context_ext->properties(); local
    [all...]
  /external/libxml2/include/libxml/
tree.h 464 struct _xmlAttr *properties;/* properties list */ member in struct:_xmlNode
490 * Set of properties of the document as found by the parser
545 int properties; /* set of xmlDocProperties for this document member in struct:_xmlDoc
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 283 // With this number of properties the object perfectly wraps around if the
  /external/webkit/WebCore/inspector/front-end/
DOMAgent.js 533 this.length = payload.properties.length;
536 var property = payload.properties[i];
542 // Index longhand properties.
  /external/webkit/WebKitTools/Scripts/
prepare-ChangeLog     [all...]
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 28 #include <cutils/properties.h>
34 #include <cutils/properties.h>
91 // load properties
    [all...]
  /libcore/
JavaLibrary.mk 221 TMP_RESOURCE_FILE := org/apache/harmony/luni/tests/java/lang/test\#.properties
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 38 import org.eclipse.ui.views.properties.IPropertyDescriptor;
39 import org.eclipse.ui.views.properties.IPropertySource;
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 320 PropertyNameArray properties(exec);
321 object->getPropertyNames(exec, properties);
322 PropertyNameArray::const_iterator it = properties.begin();
326 while(it != properties.end()) {
858 // create a new object, and stuff properties into it
    [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 388 // Editing style properties must be preserved during editing operation.
389 // e.g. when a user inserts a new paragraph, all properties listed here must be copied to the new paragraph.
390 // FIXME: The current editingStyleProperties contains all inheritableProperties but we may not need to preserve all inheritable properties
392 // CSS inheritable properties
455 // If this function was modified in the future to delete all redundant properties, then add a boolean value to indicate
552 // apply the block-centric properties of the style
567 // Force all properties to be applied as block styles.
1310 int properties[1] = { CSSPropertyTextDecoration }; local
1332 int properties[1] = { CSSPropertyTextDecoration }; local
    [all...]
  /frameworks/base/cmds/rawbu/
backup.cpp 18 #include <cutils/properties.h>

Completed in 467 milliseconds

<<1112131415