HomeSort by relevance Sort by last modified time
    Searched defs:property (Results 126 - 150 of 398) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 206 const CandidateWindowProperty& property) {
210 dest_property.page_size = property.page_size;
211 dest_property.is_cursor_visible = property.is_cursor_visible;
212 dest_property.is_vertical = property.is_vertical;
214 property.show_window_at_composition;
218 candidate_window_property_ = property;
338 input_method::InputMethodProperty property; local
339 MenuItemToProperty(*item, &property);
340 property_list.push_back(property);
540 input_method::InputMethodProperty* property) {
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 796 const base::DictionaryValue* property; local
797 EXPECT_TRUE(sub_dict->GetDictionary("foo", &property));
798 EXPECT_TRUE(property->GetString("$ref", &type));
800 EXPECT_TRUE(sub_dict->GetDictionary("bar", &property));
801 EXPECT_TRUE(property->GetString("$ref", &type));
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 292 const std::string& property) {
300 if (!dict->GetWithoutPathExpansion(property, &value)) {
301 LOG(ERROR) << "Notify for unknown property: "
302 << path << " : " << property; local
307 OnPropertyChanged(property, *value));
fake_shill_service_client.cc 284 // if the Profile property is set, or an empty dictionary.
373 const std::string& property,
379 VLOG(1) << "Service.SetProperty: " << property << " = " << value
385 if (StartsWithASCII(property, "Provider.", case_sensitive) ||
386 StartsWithASCII(property, "OpenVPN.", case_sensitive) ||
387 StartsWithASCII(property, "L2TPIPsec.", case_sensitive)) {
391 provider->SetWithoutPathExpansion(property, value.DeepCopy());
395 new_properties.SetWithoutPathExpansion(property, value.DeepCopy());
396 changed_property = property;
401 if (property == shill::kStateProperty)
447 << path << " : " << property; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.cpp 130 void Keyframe::setPropertyValue(CSSPropertyID property, const AnimatableValue* value)
132 m_propertyValues.add(property, const_cast<AnimatableValue*>(value));
135 void Keyframe::clearPropertyValue(CSSPropertyID property)
137 m_propertyValues.remove(property);
140 const AnimatableValue* Keyframe::propertyValue(CSSPropertyID property) const
142 ASSERT(m_propertyValues.contains(property));
143 return m_propertyValues.get(property);
232 CSSPropertyID property = *propertyIter; local
233 KeyframeGroupMap::iterator groupIter = m_keyframeGroups->find(property);
235 KeyframeGroupMap::AddResult result = m_keyframeGroups->add(property, adoptPtr(new PropertySpecificKeyframeGroup))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathElement.cpp 53 // Define custom animated property 'd'.
68 // Animated property definitions
303 SVGAnimatedProperty* property = SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff>(this, dPropertyInfo()); local
304 if (!property || !property->isAnimating())
306 return static_cast<SVGAnimatedPathSegListPropertyTearOff*>(property)->animatedPathByteStream();
314 if (SVGAnimatedProperty* property = SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff>(ownerType, dPropertyInfo()))
315 return property;
  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 176 int Property(const std::string& name) {
177 std::string property; local
179 if (db_->GetProperty(name, &property) &&
180 sscanf(property.c_str(), "%d", &result) == 1) {
323 ASSERT_EQ(1, Property("leveldb.num-files-at-level" + NumberToString(last)));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
34 import org.eclipse.wb.internal.core.model.property.Property;
35 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
41 * @coverage core.model.property.editor
158 public boolean activate(final PropertyTable propertyTable, final Property property, Point location)
170 // Add support for field completion, if the property provides an IContentProposalProvider
172 IContentProposalProvider completion = property.getAdapter(IContentProposalProvider.class);
179 ILabelProvider labelProvider = property.getAdapter(ILabelProvider.class)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
21 import org.eclipse.wb.internal.core.model.property.Property;
22 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
32 * @coverage core.model.property.editor
53 public final void hide(PropertyTable propertyTable, Property property) {
54 Control control = m_propertyToControl.remove(propertyTable, property);
62 Property property,
    [all...]
  /external/qemu/android/
boot-properties.c 38 char* property; member in struct:BootProperty
51 prop->property = p = (char*)(prop + 1);
88 /* Appends a new boot property to the end of the internal list.
105 * property name
121 D("Adding boot property: '%.*s' = '%.*s'",
142 dwarning("boot property name too long: '%.*s'",
146 dwarning("boot property value too long: '%.*s'",
150 dwarning("boot property name contains invalid chars: %.*s",
174 char *split = strchr(p->property, '=');
177 __FUNCTION__, p->property);
    [all...]
  /external/qemu/
qemu-config.c 267 .name = "property",
538 char driver[64], property[64]; local
542 rc = sscanf(str, "%63[^.].%63[^=]%n", driver, property, &offset);
550 qemu_opt_set(opts, "property", property);
  /frameworks/base/libs/hwui/
GradientCache.cpp 68 char property[PROPERTY_VALUE_MAX]; local
69 if (property_get(PROPERTY_GRADIENT_CACHE_SIZE, property, NULL) > 0) {
70 INIT_LOGD(" Setting gradient cache size to %sMB", property);
71 setMaxSize(MB(atof(property)));
PathCache.cpp 159 char property[PROPERTY_VALUE_MAX]; local
160 if (property_get(PROPERTY_PATH_CACHE_SIZE, property, NULL) > 0) {
161 INIT_LOGD(" Setting %s cache size to %sMB", name, property);
162 setMaxSize(MB(atof(property)));
Properties.h 188 // Default property values
216 char property[PROPERTY_VALUE_MAX]; local
217 if (property_get(PROPERTY_DEBUG, property, NULL) > 0) {
218 return (DebugLevel) atoi(property);
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 36 private class Property {
37 // MTP property code
44 Property(int code, int type, int column) {
58 private final Property[] mProperties;
68 // constructs a property group for a list of properties
81 mProperties = new Property[count];
92 private Property createProperty(int code, ArrayList<String> columns) {
178 Log.e(TAG, "unsupported property " + code);
184 return new Property(code, type, columns.size() - 1);
186 return new Property(code, type, -1)
347 Property property = mProperties[propertyIndex]; local
    [all...]
  /frameworks/native/include/input/
KeyCharacterMap.h 184 struct Property {
185 inline Property(int32_t property = 0, int32_t metaState = 0) :
186 property(property), metaState(metaState) { }
188 int32_t property; member in struct:android::KeyCharacterMap::Parser::Property
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 181 protected void handleParamWithoutName(VCardProperty property, final String paramValue) {
182 handleType(property, paramValue);
198 protected void handleType(VCardProperty property, final String paramValue) {
199 splitAndPutParam(property, VCardConstants.PARAM_TYPE, paramValue);
214 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) {
231 property.addParameter(paramName, encodeParamValue(builder.toString()));
239 Log.w(LOG_TAG, "Unexpected Dquote inside property.");
244 property.addParameter(paramName, encodeParamValue(builder.toString()));
254 property.addParameter(paramName, encodeParamValue(builder.toString()));
276 property.addParameter(paramName, encodeParamValue(builder.toString()))
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 124 char property[PROPERTY_VALUE_MAX]; local
176 if (property_get("debug.sf.hw", property, NULL) > 0 &&
177 atoi(property) == 0)
179 else if(property_get("debug.composition.type", property, NULL) > 0 &&
180 (strncmp(property, "mdp", 3) == 0))
210 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
211 int num = atoi(property);
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 124 char property[PROPERTY_VALUE_MAX]; local
176 if (property_get("debug.sf.hw", property, NULL) > 0 &&
177 atoi(property) == 0)
179 else if(property_get("debug.composition.type", property, NULL) > 0 &&
180 (strncmp(property, "mdp", 3) == 0))
210 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
211 int num = atoi(property);
340 char property[PROPERTY_VALUE_MAX]; local
341 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
342 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) |
    [all...]
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 124 char property[PROPERTY_VALUE_MAX]; local
176 if (property_get("debug.sf.hw", property, NULL) > 0 &&
177 atoi(property) == 0)
179 else if(property_get("debug.composition.type", property, NULL) > 0 &&
180 (strncmp(property, "mdp", 3) == 0))
210 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
211 int num = atoi(property);
  /libcore/luni/src/main/java/java/security/
Security.java 87 * the name of the property.
88 * @return value of the property.
329 * Returns the value of the security property named by the argument.
332 * the name of the requested security property.
333 * @return the value of the security property.
339 String property = secprops.getProperty(key); local
340 if (property != null) {
341 property = property.trim();
343 return property;
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 47 * initialization; if a property is not defined or has an invalid value, a
75 * specified by "user.home" system property</li>
330 // get boolean LogManager property, if invalid value got, using default
333 String property = manager.getProperty(key); local
334 if (property == null) {
338 if ("true".equalsIgnoreCase(property)) {
340 } else if ("false".equalsIgnoreCase(property)) {
346 // get String LogManager property, if invalid value got, using default value
348 String property = manager.getProperty(key); local
349 return property == null ? defaultValue : property
354 String property = manager.getProperty(key); local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 15 ICalendar.Property prop = new ICalendar.Property("prop1", "value1");
40 // properties should be listed in insertion order, by property name.
41 component.addProperty(new ICalendar.Property("prop2", "value3"));
42 component.addProperty(new ICalendar.Property("prop1", "value1"));
43 component.addProperty(new ICalendar.Property("prop1", "value2"));
60 child.addProperty(new ICalendar.Property("prop2", "value2"));
62 parent.addProperty(new ICalendar.Property("prop1", "value1"));
63 parent.addProperty(new ICalendar.Property("prop1", "value12"));
80 ICalendar.Property prop1 = component.getFirstProperty("PROP1")
98 ICalendar.Property property = component.getFirstProperty("DTSTART"); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLListProperty.java 24 * A list property is a container for a list of properties, addressed by index.
34 * @param template property that will be cloned and used as members of the list
67 public boolean add(IGLProperty property) {
68 property.setParent(this);
69 return mList.add(property);
72 public boolean remove(IGLProperty property) {
73 return mList.remove(property);
76 public void set(int index, IGLProperty property) {
78 mList.set(index, property);
79 property.setParent(this)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 83 IGLProperty property = mAccessor.getProperty(currentState); local
84 if (!(property instanceof GLStringProperty)) {
88 GLStringProperty prop = (GLStringProperty) property;
92 // it only once and save the result in a temporary file. The property is actually
115 IGLProperty property = mAccessor.getProperty(state); local
116 property.setValue(mOldValue);

Completed in 274 milliseconds

1 2 3 4 56 7 8 91011>>