HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 101 - 125 of 550) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bluetooth/bluez/audio/
telephony-ofono.c 733 static struct voice_call *call_new(const char *path, DBusMessageIter *properties)
745 while (dbus_message_iter_get_arg_type(properties)
751 dbus_message_iter_recurse(properties, &entry);
780 dbus_message_iter_next(properties);
825 static void call_added(const char *path, DBusMessageIter *properties)
835 vc = call_new(path, properties);
868 DBusMessageIter value, properties; local
874 dbus_message_iter_recurse(&value, &properties);
876 call_added(path, &properties);
927 static int parse_network_properties(DBusMessageIter *properties)
972 DBusMessageIter iter, properties; local
1144 DBusMessageIter item, properties; local
1243 DBusMessageIter iter, properties; local
1309 DBusMessageIter iter, properties; local
    [all...]
  /external/v8/test/mjsunit/
mirror-regexp.js 68 // Check the mirror properties.
86 for (var i = 0; i < fromJSON.properties.length; i++) {
87 if (fromJSON.properties[i].name == p) {
89 fromJSON.properties[i].attributes,
92 fromJSON.properties[i].propertyType,
95 fromJSON.properties[i].ref,
98 refs.lookup(fromJSON.properties[i].ref).value,
megamorphic-callbacks.js 40 // Create a slow-case object (with hashed properties).
50 // Create a new slow-case object (with hashed properties) and add
51 // setter and getter properties to the object.
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 492 android::CameraProperties::Properties* properties = NULL; local
573 if(gCameraProperties.getProperties(cameraid, &properties) < 0)
575 LOGE("Couldn't get camera properties");
589 if(properties && (camera->initialize(properties) != android::NO_ERROR))
627 // initialize camera properties here...
646 android::CameraProperties::Properties* properties = NULL; local
649 // initialize camera properties here..
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 82 std::vector<int> properties; local
86 &properties)) {
87 int type = properties.front();
90 params->insert(params->begin(), properties.begin() + 1, properties.end());
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 227 // the same properties.
229 // Reset scope object prototype to null so that the proto properties
232 var properties = scopeObjectMirror.properties();
233 for (var j = 0; j < properties.length; j++) {
234 var name = properties[j].name();
237 scopeObject[name] = properties[j].value_;
  /external/v8/src/
apinatives.js 94 var properties = %GetTemplateField(data, kApiPropertyListOffset);
95 if (properties) {
99 for (var i = 0; i < properties[0]; i += 3) {
100 var name = properties[i + 1];
101 var prop_data = properties[i + 2];
102 var attributes = properties[i + 3];
preparse-data.h 75 int properties) = 0;
111 virtual void LogFunction(int start, int end, int literals, int properties) {
115 function_store_.Add(properties);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMStringMapCustom.cpp 60 v8::Handle<v8::Array> properties = v8::Array::New(names.size()); local
62 properties->Set(v8::Integer::New(i), v8String(names[i]));
63 return properties;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 572 log.error(null, "Failed to set image path properties in the AVD folder.");
738 // get the hardware properties for this skin
1274 Map<String, String> properties = null; local
1558 Map<String, String> properties = new HashMap<String, String>(); local
    [all...]
  /external/bluetooth/bluez/test/
test-attrib 74 properties = device.GetProperties() variable
75 for path in properties["Services"]:
  /external/proguard/build/
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
  /external/webkit/Source/WebCore/bridge/
testM.js 3 myInterface.logMessage ("Testing properties:");
  /sdk/eclipse/scripts/
build_plugins.sh 13 # Other properties, ant scripts that drive the build are defined in ./buildConfig
59 # build.properties file. We can easily support other platforms but would need
199 rm -fv *.properties *.xml
247 rm -fv *.properties *.xml
  /external/webkit/Source/JavaScriptCore/runtime/
ObjectConstructor.cpp 171 PropertyNameArray properties(exec);
172 asObject(exec->argument(0))->getOwnPropertyNames(exec, properties, IncludeDontEnumProperties);
174 size_t numProperties = properties.size();
176 names->push(exec, jsOwnedString(exec, properties[i].ustring()));
185 PropertyNameArray properties(exec);
186 asObject(exec->argument(0))->getOwnPropertyNames(exec, properties);
188 size_t numProperties = properties.size();
190 keys->push(exec, jsOwnedString(exec, properties[i].ustring()));
283 return throwVMError(exec, createTypeError(exec, "Properties can only be defined on Objects."));
297 static JSValue defineProperties(ExecState* exec, JSObject* object, JSObject* properties)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 844 /* The comment to the left defines all valid value of this properties as defined
848 /* All the CSS properties are not supported by the renderer at the moment.
849 * Note that all the CSS2 Aural properties are only checked, if CSS_AURAL is defined
922 /* Start of supported CSS properties with validation. This is needed for parseShorthand to work
1032 const int properties[2] = { CSSPropertyWebkitBorderHorizontalSpacing, local
1527 const int properties[5] = { CSSPropertyWebkitMarqueeDirection, CSSPropertyWebkitMarqueeIncrement, local
1685 const int properties[2] = { CSSPropertyWebkitMarginBeforeCollapse, local
1867 const int properties[] = { CSSPropertyBackgroundImage, CSSPropertyBackgroundRepeat, local
1873 const int properties[] = { CSSPropertyWebkitMaskImage, CSSPropertyWebkitMaskRepeat, local
1881 const int properties[3] = { CSSPropertyBorderWidth, CSSPropertyBorderStyle, local
1888 const int properties[3] = { CSSPropertyBorderTopWidth, CSSPropertyBorderTopStyle, local
1895 const int properties[3] = { CSSPropertyBorderRightWidth, CSSPropertyBorderRightStyle, local
1902 const int properties[3] = { CSSPropertyBorderBottomWidth, CSSPropertyBorderBottomStyle, local
1909 const int properties[3] = { CSSPropertyBorderLeftWidth, CSSPropertyBorderLeftStyle, local
1915 const int properties[3] = { CSSPropertyWebkitBorderStartWidth, CSSPropertyWebkitBorderStartStyle, local
1921 const int properties[3] = { CSSPropertyWebkitBorderEndWidth, CSSPropertyWebkitBorderEndStyle, local
1927 const int properties[3] = { CSSPropertyWebkitBorderBeforeWidth, CSSPropertyWebkitBorderBeforeStyle, local
1933 const int properties[3] = { CSSPropertyWebkitBorderAfterWidth, CSSPropertyWebkitBorderAfterStyle, local
1940 const int properties[3] = { CSSPropertyOutlineWidth, CSSPropertyOutlineStyle, local
1947 const int properties[4] = { CSSPropertyBorderTopColor, CSSPropertyBorderRightColor, local
1954 const int properties[4] = { CSSPropertyBorderTopWidth, CSSPropertyBorderRightWidth, local
1961 const int properties[4] = { CSSPropertyBorderTopStyle, CSSPropertyBorderRightStyle, local
1968 const int properties[4] = { CSSPropertyMarginTop, CSSPropertyMarginRight, local
1975 const int properties[4] = { CSSPropertyPaddingTop, CSSPropertyPaddingRight, local
1989 const int properties[3] = { CSSPropertyListStyleType, CSSPropertyListStylePosition, local
1994 const int properties[2] = { CSSPropertyWebkitColumnWidth, CSSPropertyWebkitColumnCount }; local
1998 const int properties[3] = { CSSPropertyWebkitColumnRuleWidth, CSSPropertyWebkitColumnRuleStyle, local
2003 const int properties[2] = { CSSPropertyWebkitTextStrokeWidth, CSSPropertyWebkitTextStrokeColor }; local
2041 const int properties[] = { CSSPropertyWebkitTextEmphasisStyle, CSSPropertyWebkitTextEmphasisColor }; local
2069 const int properties[9] = { CSSPropertyWebkitRingFillColor, local
2330 const int properties[] = { CSSPropertyWebkitAnimationName, local
2391 const int properties[] = { CSSPropertyWebkitTransitionProperty, local
    [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp 1150 static QString propertiesToString(int properties)
1153 properties = ~properties;
1154 if (properties & LocaProperty)
1156 if (properties & CcmpProperty)
1158 if (properties & InitProperty)
1160 if (properties & NuktaProperty)
1162 if (properties & AkhantProperty
1219 unsigned char properties = scriptProperties[script-HB_Script_Devanagari]; local
    [all...]
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 91 int properties[ NumQuestionTypes]; member in struct:LDP
  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.h 66 void appendValues(WriteBarrierBase<Unknown>* barriers, size_t count, MarkSetProperties properties = NoNullValues)
70 m_markSets.append(MarkSet(values, values + count, properties));
93 MarkSet(JSValue* values, JSValue* end, MarkSetProperties properties)
96 , m_properties(properties)
  /external/webkit/Source/WebCore/inspector/front-end/
EventListenersSidebarPane.js 129 // Changed from a Properties List
180 this.propertiesElement.className = "event-properties properties-tree source-code"; /* Changed from "properties" */
188 var properties = [];
190 properties.push(new WebInspector.RemoteObjectProperty("node", nodeObject));
194 properties.push(new WebInspector.RemoteObjectProperty(propertyName, value));
196 this.updateProperties(properties);
WatchExpressionsSidebarPane.js 99 // In the outer function, we calculate the number of properties
104 // method to get all the properties refreshed at once.
105 properties.push(property);
107 if (properties.length == propertyCount) {
108 this.updateProperties(properties, WebInspector.WatchExpressionTreeElement, WebInspector.WatchExpressionsSection.CompareProperties);
124 var properties = [];
126 // Count the properties, so we known when to call this.updateProperties()
  /external/webkit/Source/WebKit/android/wds/
DebugServer.cpp 35 #include <cutils/properties.h>
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 53 virtual void properties();
  /ndk/build/tools/
dev-cleanup.sh 71 clean_file $1/local.properties
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PropertySheetPage.java 39 import org.eclipse.ui.views.properties.IPropertySheetEntry;
40 import org.eclipse.ui.views.properties.PropertySheetEntry;
41 import org.eclipse.ui.views.properties.PropertySheetSorter;
57 public class PropertySheetPage extends org.eclipse.ui.views.properties.PropertySheetPage {
213 // such that it does not obscure the list of properties.

Completed in 1480 milliseconds

1 2 3 45 6 7 8 91011>>