Searched defs:property (Results 201 - 225 of 344) sorted by relevance

1234567891011>>

/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dgenerate.cc585 std::string property; local
586 generator->GenerateString(&property);
592 p->SetWithoutPathExpansion(property, new base::FundamentalValue(tmp));
598 p->SetWithoutPathExpansion(property, new base::FundamentalValue(tmp));
604 p->SetWithoutPathExpansion(property, new base::FundamentalValue(tmp));
610 p->SetWithoutPathExpansion(property, new base::StringValue(tmp));
618 property,
625 p->SetWithoutPathExpansion(property, tmp);
631 p->SetWithoutPathExpansion(property, tmp);
/external/chromium_org/v8/src/
H A Daccessors.cc17 #include "src/property-details.h"
1349 v8::Local<v8::String> property,
1358 Handle<String> name = v8::Utils::OpenHandle(*property);
1376 v8::Local<v8::String> property,
1386 Handle<String> name = v8::Utils::OpenHandle(*property);
1348 ModuleGetExport( v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info) argument
1375 ModuleSetExport( v8::Local<v8::String> property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
H A Dast.cc14 #include "src/property.h"
15 #include "src/property-details.h"
227 ObjectLiteral::Property* property = properties()->at(i); local
228 Literal* literal = property->key();
231 // If the key of a computed property is in the table, do not emit
232 // a store for the property later.
233 if ((property->kind() == ObjectLiteral::Property::MATERIALIZED_LITERAL ||
234 property->kind() == ObjectLiteral::Property::COMPUTED) &&
236 property->set_emit_store(false);
245 bool ObjectLiteral::IsBoilerplateProperty(ObjectLiteral::Property* property) { argument
265 ObjectLiteral::Property* property = properties()->at(i); local
585 Property* property = expression()->AsProperty(); local
[all...]
H A Dprettyprinter.cc348 ObjectLiteralProperty* property) {
351 Visit(property->key());
353 Visit(property->value());
347 PrintObjectLiteralProperty( ObjectLiteralProperty* property) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jar ... e public void setOutputProperty (java.lang.String) String property public void setLogFile (java.lang.String) String file ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jar ... eclipse.core.runtime.IPath resourcePath private String property private String pathID public void " href="/5.1.0 ...
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h344 // Returns true iff the test name of test property matches on key_.
1020 const TestProperty& property) {
1021 test_result->RecordProperty(property);
1019 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp655 CProperty property; local
656 property.Name = L"rsfx";
657 property.Value = L"on";
658 options.MethodMode.Properties.Add(property);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c1235 struct tgsi_property property; local
1237 property.Type = TGSI_TOKEN_TYPE_PROPERTY;
1238 property.NrTokens = 1;
1239 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM;
1240 property.Padding = 0;
1242 return property;
1249 struct tgsi_property property; local
1251 property = tgsi_default_property();
1252 property.PropertyName = property_name;
1256 return property;
1273 property_grow( struct tgsi_property *property, struct tgsi_header *header ) argument
1285 tgsi_build_property_data( unsigned value, struct tgsi_property *property, struct tgsi_header *header ) argument
1307 struct tgsi_property *property; local
[all...]
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp531 int textlen; /* property string length */
551 /* Compose the property strings. */
1305 * Set property. The supported properties are: language, rate, pitch and volume.
1306 * @property - name of property to set
1311 tts_result TtsEngine::setProperty( const char * property, const char * value, const size_t size ) argument
1317 /* Set a specific property for the engine.
1320 if (property == NULL) {
1321 ALOGE("setProperty called with property NULL");
1330 if (strncmp(property, "languag
1387 getProperty( const char * property, char * value, size_t * iosize ) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.h136 enum wpas_dbus_prop property);
138 enum wpas_dbus_bss_prop property,
245 enum wpas_dbus_prop property)
250 struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property,
244 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
249 wpas_dbus_bss_signal_prop_changed( struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java1770 * standard input, for example), the value of this property is unknown.
1793 * it is not known, the value of this property is unknown.
1811 * either "yes" or "no". This property is derived from the optional
1823 * property is derived from the XML declaration optionally present at the
1849 * it exists. Otherwise this property has no value.
1858 * no external subset or if it has no public identifier, this property
1957 * declaration for the containing element, this property has no value for
1959 * declarations processed] property of the document information item is
1961 * property is unknown for white space characters. It is always false for
1971 * 10. [all declarations processed] This property i
2365 setProperty(String property, Object value) argument
[all...]
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h260 tBTA_GATT_CHAR_PROP property; /* if characteristic, it is char property; member in struct:gattc_attr_cache
288 tBTA_GATT_CHAR_PROP property; member in struct:__anon569
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_storage.c89 /* This is a local property to add a device found */
227 BTIF_TRACE_ERROR("property type:%d, len:%d is invalid", prop->type, prop->len);
322 BTIF_TRACE_ERROR("property type:%d, len:%d is invalid", prop->type, prop->len);
572 * Caller is expected to provide a valid pointer to 'property->value' based on the property->type
578 ** Description BTIF storage API - Fetches the adapter property->type
579 ** from NVRAM and fills property->val.
580 ** Caller should provide memory for property->val and
581 ** set the property->val
587 bt_status_t btif_storage_get_adapter_property(bt_property_t *property) argument
685 btif_storage_set_adapter_property(bt_property_t *property) argument
703 btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr, bt_property_t *property) argument
719 btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr, bt_property_t *property) argument
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h152 tGATT_CHAR_PROP property; member in struct:__anon1278
698 extern UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID *p_char_uuid);
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc730 ash::IMEPropertyInfo property; local
731 property.key = menu_list[i].key;
732 property.name = base::UTF8ToUTF16(menu_list[i].label);
733 property.selected = menu_list[i].is_selection_item_checked;
734 list->push_back(property);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc165 const std::string& property,
167 NET_LOG_EVENT("SetNetworkProperty: " + property, service_path);
169 properties.SetWithoutPathExpansion(property, value);
164 SetNetworkProperty(const std::string& service_path, const std::string& property, base::Value* value) argument
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h353 // Returns true iff the test name of test property matches on key_.
721 // context of a test or a test case, or to the global property set. If the
722 // result already contains a property with the same key, the value will be
1027 const TestProperty& property) {
1028 test_result->RecordProperty(xml_element, property);
1025 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp948 static PassRefPtrWillBeRawPtr<CSSValue> createTransitionPropertyValue(const CSSTransitionData::TransitionProperty& property) argument
950 if (property.propertyType == CSSTransitionData::TransitionNone)
952 if (property.propertyType == CSSTransitionData::TransitionAll)
954 if (property.propertyType == CSSTransitionData::TransitionUnknown)
955 return cssValuePool().createValue(property.propertyString, CSSPrimitiveValue::CSS_STRING);
956 ASSERT(property.propertyType == CSSTransitionData::TransitionSingleProperty);
957 return cssValuePool().createValue(getPropertyNameString(property.propertyId), CSSPrimitiveValue::CSS_STRING);
1935 // Specs mention that getComputedStyle() should return the used value of the property instead of the computed
1978 // According to http://www.w3.org/TR/CSS2/visudet.html#the-height-property,
1979 // the "height" property doe
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp505 // FIXME: Per CSS alignment, this property should accept an optional <overflow-position>. We should share this parsing code with 'justify-self'.
508 // FIXME: Per CSS alignment, this property should accept the same arguments as 'justify-self' so we should share its parsing code.
511 // FIXME: Per CSS alignment, this property should accept the same arguments as 'justify-self' so we should share its parsing code.
518 // FIXME: Per CSS alignment, this property should accept an optional <overflow-position>. We should share this parsing code with 'justify-self'.
1087 const CSSProperty& property = input[i]; local
1088 if (property.isImportant() != important)
1090 const unsigned propertyIDIndex = property.id() - firstCSSProperty;
1094 output[--unusedEntries] = property;
1769 CSSProperty& property = m_parsedProperties[i]; local
1770 if (property
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.cpp697 PassRefPtrWillBeRawPtr<AnimatableValue> StyleResolver::createAnimatableValueSnapshot(Element& element, CSSPropertyID property, CSSValue& value) argument
707 return createAnimatableValueSnapshot(state, property, value);
710 PassRefPtrWillBeRawPtr<AnimatableValue> StyleResolver::createAnimatableValueSnapshot(StyleResolverState& state, CSSPropertyID property, CSSValue& value) argument
712 StyleBuilder::applyProperty(property, state, &value);
713 return CSSAnimatableValueFactory::create(property, *state.style());
1050 CSSPropertyID property = iter->key; local
1051 if (!isPropertyForPass<pass>(property))
1212 // http://www.w3.org/TR/css-text-decor-3/#text-shadow-property
1232 // border-color property with currentColor value depends on color property
1269 isPropertyForPass(CSSPropertyID property) argument
1321 CSSPropertyID property = current.id(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.cpp580 void CompositeEditCommand::removeCSSProperty(PassRefPtrWillBeRawPtr<Element> element, CSSPropertyID property) argument
582 applyCommandToComposite(RemoveCSSPropertyCommand::create(document(), element, property));
H A DEditingStyle.cpp65 static const CSSPropertyID property = RuntimeEnabledFeatures::css3TextDecorationsEnabled() ? CSSPropertyTextDecorationLine : CSSPropertyTextDecoration; local
66 return property;
749 // We don't override whitespace property of a tab span because that would collapse the tab into a space.
1117 StylePropertySet::PropertyReference property = style->propertyAt(i); local
1118 RefPtrWillBeRawPtr<CSSValue> value = m_mutableStyle->getPropertyCSSValue(property.id());
1121 if ((property.id() == textDecorationPropertyForEditing() || property.id() == CSSPropertyWebkitTextDecorationsInEffect) && property.value()->isValueList() && value) {
1123 mergeTextDecorationValues(toCSSValueList(value.get()), toCSSValueList(property.value()));
1126 value = nullptr; // text-decoration: none is equivalent to not having the property
1170 StylePropertySet::PropertyReference property = m_mutableStyle->propertyAt(i); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp564 void LocalDOMWindow::registerProperty(DOMWindowProperty* property) argument
566 m_properties.add(property);
569 void LocalDOMWindow::unregisterProperty(DOMWindowProperty* property) argument
571 m_properties.remove(property);

Completed in 4295 milliseconds

1234567891011>>