Searched defs:property (Results 226 - 250 of 344) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js102 * @param {!WebInspector.CSSProperty} property
105 WebInspector.StylesSidebarPane.createExclamationMark = function(property)
108 exclamationElement.className = "exclamation-mark" + (WebInspector.StylesSidebarPane._ignoreErrorsForProperty(property) ? "" : " warning-icon-small");
109 exclamationElement.title = WebInspector.CSSMetadata.cssPropertiesMetainfo.keySet()[property.name.toLowerCase()] ? WebInspector.UIString("Invalid property value.") : WebInspector.UIString("Unknown property name.");
136 * @param {!WebInspector.CSSProperty} property
138 WebInspector.StylesSidebarPane._ignoreErrorsForProperty = function(property) {
144 var name = property.name.toLowerCase();
154 // Common IE-specific property prefi
1639 var property = style.newBlankProperty(index); variable
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc1349 bool DBImpl::GetProperty(const Slice& property, std::string* value) { argument
1353 Slice in = property;
H A Ddb_test.cc379 std::string property; local
382 &property));
383 return atoi(property.c_str());
458 std::string property; local
459 db_->GetProperty("leveldb.sstables", &property);
460 return property;
1887 virtual bool GetProperty(const Slice& property, std::string* value) { argument
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c214 static int get_ioregistry_value_number (io_service_t service, CFStringRef property, CFNumberType type, void *p) { argument
215 CFTypeRef cfNumber = IORegistryEntryCreateCFProperty (service, property, kCFAllocatorDefault, 0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c1169 struct tgsi_full_property *property; local
1320 property = &ctx.parse.FullToken.FullProperty;
1321 switch (property->Property.PropertyName) {
1323 if (property->u[0].Data == 1)
1327 if (property->u[0].Data == 1)
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h345 // Returns true iff the test name of test property matches on key_.
1021 const TestProperty& property) {
1022 test_result->RecordProperty(property);
1020 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/chromium_org/ui/base/x/
H A Dx11_util.cc88 unsigned char** property) {
94 0, // offset into property data to read
102 property);
120 // left a stale _NET_SUPPORTING_WM_CHECK property when it was replaced by a
125 // _NET_SUPPORTING_WM_CHECK property pointing to itself (to avoid a stale
126 // property referencing an ID that's been recycled for another window), so
534 // Signals that the reader of the _MOTIF_WM_HINTS property should pay
566 HideTitlebarWhenMaximized property) {
568 unsigned long hide = property;
649 // requesting the property fail
86 GetProperty(XID window, const std::string& property_name, long max_length, XAtom* type, int* format, unsigned long* num_items, unsigned char** property) argument
565 SetHideTitlebarWhenMaximizedProperty(XID window, HideTitlebarWhenMaximized property) argument
722 unsigned char* property = NULL; local
733 GetRawBytesOfProperty(XID window, XAtom property, scoped_refptr<base::RefCountedMemory>* out_data, size_t* out_data_items, XAtom* out_type) argument
791 unsigned char* property = NULL; local
812 unsigned char* property = NULL; local
888 unsigned char* property = NULL; local
971 SetStringProperty(XID window, XAtom property, XAtom type, const std::string& value) argument
978 property, local
[all...]
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc116 // Left-hand side can only be a property, a global or a variable slot.
122 Property* property = expr->AsProperty(); local
125 (property == NULL) ? VARIABLE : (property->key()->IsPropertyName())
719 // result is either the string key or Smi(0) indicating the property
882 // property values and is the value of the entire expression.
893 ObjectLiteral::Property* property = expr->properties()->at(i); local
894 if (property->IsCompileTimeValue()) continue;
896 Literal* key = property->key();
897 switch (property
1020 Property* property = expr->AsProperty(); local
1065 Property* property = expr->target()->AsProperty(); local
1218 Property* property = callee->AsProperty(); local
1377 Property* property = expr->expression()->AsProperty(); local
1590 Property* property = expr->expression()->AsProperty(); local
[all...]
/external/chromium_org/v8/src/
H A Dd8.cc451 void Shell::RealmSharedGet(Local<String> property, argument
459 void Shell::RealmSharedSet(Local<String> property, argument
H A Dparser.h414 static bool IsBoilerplateProperty(ObjectLiteral::Property* property) { argument
415 return ObjectLiteral::IsBoilerplateProperty(property);
434 Scope* scope, ObjectLiteralProperty* property, bool* has_function) {
435 Expression* value = property->value();
443 // If we assign a function literal to a property we pretenure the
444 // literal so it can be added as a constant function property.
433 CheckFunctionLiteralInsideTopLevelObjectLiteral( Scope* scope, ObjectLiteralProperty* property, bool* has_function) argument
/external/clang/lib/AST/
H A DDeclObjC.cpp98 /// It also returns 'true' if one of its categories has declared a 'readwrite' property.
100 /// property.
122 // of this property. If one found, presumably a setter will be provided
156 // property.
182 /// FindPropertyDeclaration - Finds declaration of the property given its name
241 /// FindPropertyVisibleInPrimaryClass - Finds declaration of the property
276 // into the main @interface's property list, and therefore we don't
1107 llvm_unreachable("Marked as a property accessor but no property found!");
1599 // Scan through protocol's protocols which did not have a matching property
1689 addPropertyImplementation(ObjCPropertyImplDecl *property) argument
1837 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1 //===--- SemaObjCProperty.cpp - Semantic Analysis for ObjC @property ------===//
10 // This file implements semantic analysis for Objective C @property and
32 /// getImpliedARCOwnership - Given a set of property attributes and a
54 // property type.
63 /// Check the internal consistency of a property declaration.
64 static void checkARCPropertyDecl(Sema &S, ObjCPropertyDecl *property) { argument
65 if (property->isInvalidDecl()) return;
68 = property->getPropertyAttributes();
70 = property->getType().getObjCLifetime();
76 = getImpliedARCOwnership(propertyKind, property
642 checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
720 setImpliedPropertyAttributeForReadOnlyProperty( ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
815 ObjCPropertyDecl *property = nullptr; local
1377 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, ObjCMethodDecl *GetterMethod, SourceLocation Loc) argument
1903 ProcessPropertyDecl(ObjCPropertyDecl *property, ObjCContainerDecl *CD, ObjCPropertyDecl *redeclaredProperty, ObjCContainerDecl *lexicalDC) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
H A DjdtCompilerAdapter.jar ... tools.ant.Task { private String file private String property public void " href="/5.1.0_r1/s? ...
/external/emma/lib/
H A Demma_ant.jar ... createProperty () com.vladium.emma.ant.PropertyElement property public com.vladium.util.IProperties getFileSettings () java ...
/external/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
1053 const TestProperty& property) {
1054 test_result->RecordProperty(xml_element, property);
1051 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp676 CProperty property; local
680 property.Name = postString;
683 property.Name = postString.Left(index);
684 property.Value = postString.Mid(index + 1);
686 properties.Add(property);
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c1075 DNSServiceErrorType DNSSD_API DNSServiceGetProperty(const char *property, void *result, uint32_t *size) argument
1078 size_t len = strlen(property) + 1;
1089 put_string(property, &ptr);
1100 if (!strcmp(property, kDNSServiceProperty_DaemonVersion) && *size >= 4)
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1169 struct tgsi_full_property *property; local
1320 property = &ctx.parse.FullToken.FullProperty;
1321 switch (property->Property.PropertyName) {
1323 if (property->u[0].Data == 1)
1327 if (property->u[0].Data == 1)
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h345 // Returns true iff the test name of test property matches on key_.
1021 const TestProperty& property) {
1022 test_result->RecordProperty(property);
1020 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h505 // Returns true iff the test name of test property matches on key_.
1230 const TestProperty& property) {
1231 test_result->RecordProperty(property);
1229 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c534 * wpas_dbus_signal_network_enabled_changed - Signals Enabled property changes
536 * @ssid: configured network which Enabled property has changed
538 * Sends PropertyChanged signals containing new value of Enabled property
1860 * wpas_dbus_signal_prop_changed - Signals change of property
1862 * @property: indicates which property has changed
1865 * depending on which property has changed.
1868 enum wpas_dbus_prop property)
1877 switch (property) {
1905 __func__, property);
1867 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
1928 wpas_dbus_bss_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c503 bt_property_t property; local
525 BTIF_STORAGE_FILL_PROPERTY(&property,
528 status = btif_storage_set_remote_device_property(p_bd, &property);
1215 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device property", status);
2490 ** Description Queries the BTA for the adapter property
2592 bt_property_t property; local
2596 BTIF_STORAGE_FILL_PROPERTY(&property, BT_PROPERTY_UUIDS,
2598 btif_storage_get_adapter_property(&property);
2600 BT_STATUS_SUCCESS, 1, &property);
/external/chromium_org/components/onc/
H A Donc_constants.cc63 std::string CellularProperty(const std::string& property) { argument
64 return std::string(kCellular) + "." + property;
67 std::string VpnProperty(const std::string& property) { argument
68 return std::string(kVPN) + "." + property;
71 std::string WifiProperty(const std::string& property) { argument
72 return std::string(kWiFi) + "." + property;
/external/libmtp/src/
H A Dptp.c1852 * This command is called every time when a device property has been changed
2025 * This command downloads the vendor specific property codes.
2429 * This command gets the object property description.
2432 * uint16_t opc - object property code
2673 ptp_property_issupported(PTPParams* params, uint16_t property) argument
2678 if (params->deviceinfo.DevicePropertiesSupported[i]==property)
4337 {PTP_OC_GetDevicePropDesc,N_("Get device property description")},
4338 {PTP_OC_GetDevicePropValue,N_("Get device property value")},
4339 {PTP_OC_SetDevicePropValue,N_("Set device property value")},
4340 {PTP_OC_ResetDevicePropValue,N_("Reset device property valu
[all...]
/external/tcpdump/
H A Dprint-openflow-1.0.c749 uint16_t property, plen, rate; local
756 /* property */
758 property = EXTRACT_16BITS(cp);
760 printf("\n\t property %s", tok2str(ofpqt_str, "invalid (0x%04x)", property));
771 /* property-specific constraints and decoding */
772 switch (property) {
791 if (property == OFPQT_MIN_RATE) { /* the only case of property decoding */

Completed in 9559 milliseconds

1234567891011>>