Home
last modified time | relevance | path

Searched refs:hasProperty (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/test/SemaCXX/
Dblocks.cpp50 __attribute__((__blocks__(byref))) bool hasProperty = false; in test3() local
54 func(hasProperty); in test3()
55 if (hasProperty) in test3()
56 hasProperty = 0; in test3()
58 hasProperty = 1; in test3()
59 return hasProperty; in test3()
61 func(hasProperty); in test3()
64 if (hasProperty) in test3()
65 hasProperty = 1; in test3()
68 return hasProperty = 1; in test3()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h370 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
384 return hasProperty(MCID::Variadic, Type);
390 return hasProperty(MCID::HasOptionalDef, Type);
397 return hasProperty(MCID::Pseudo, Type);
401 return hasProperty(MCID::Return, Type);
405 return hasProperty(MCID::Call, Type);
412 return hasProperty(MCID::Barrier, Type);
422 return hasProperty(MCID::Terminator, Type);
430 return hasProperty(MCID::Branch, Type);
436 return hasProperty(MCID::IndirectBranch, Type);
[all …]
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
DPositionOptions.cpp23 if (options.hasProperty("enableHighAccuracy")) { in PositionOptions()
28 if (options.hasProperty("maximumAge")) { in PositionOptions()
39 if (options.hasProperty("timeout")) { in PositionOptions()
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc323 Boolean hasProperty = AudioObjectHasProperty(_outputDeviceID, in SpeakerVolume() local
325 if (hasProperty) in SpeakerVolume()
341 hasProperty = AudioObjectHasProperty(_outputDeviceID, in SpeakerVolume()
343 if (hasProperty) in SpeakerVolume()
598 Boolean hasProperty = AudioObjectHasProperty(_outputDeviceID, in SpeakerMute() local
600 if (hasProperty) in SpeakerMute()
615 hasProperty = AudioObjectHasProperty(_outputDeviceID, in SpeakerMute()
617 if (hasProperty) in SpeakerMute()
798 Boolean hasProperty = AudioObjectHasProperty(_inputDeviceID, in MicrophoneMute() local
800 if (hasProperty) in MicrophoneMute()
[all …]
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp270 …toOperationData(const Dictionary& raw, const char* propertyName, bool& hasProperty, RefPtr<ArrayBu… in getOptionalCryptoOperationData() argument
273 hasProperty = false; in getOptionalCryptoOperationData()
277 hasProperty = true; in getOptionalCryptoOperationData()
294 bool hasProperty; in getCryptoOperationData() local
295 … bool ok = getOptionalCryptoOperationData(raw, propertyName, hasProperty, buffer, context, error); in getCryptoOperationData()
296 if (!hasProperty) { in getCryptoOperationData()
333 bool getOptionalInteger(const Dictionary& raw, const char* propertyName, bool& hasProperty, double&… in getOptionalInteger() argument
336 bool ok = DictionaryHelper::get(raw, propertyName, number, hasProperty); in getOptionalInteger()
338 if (!hasProperty) in getOptionalInteger()
359 bool hasProperty; in getInteger() local
[all …]
/external/chromium_org/content/shell/tools/plugin/Tests/
DNPRuntimeRemoveProperty.cpp51 bool hasProperty(NPIdentifier propertyName) in hasProperty() function
139 bool hasProperty(NPIdentifier propertyName) in hasProperty() function
DPluginScriptableObjectOverridesAllProperties.cpp55 bool hasProperty(NPIdentifier propertyName) in hasProperty() function in PluginScriptableObjectOverridesAllProperties::PluginObject
DSlowNPPNew.cpp54 bool hasProperty(NPIdentifier propertyName) in hasProperty() function in SlowNPPNew::PluginObject
DNPDeallocateCalledBeforeNPShutdown.cpp57 bool hasProperty(NPIdentifier propertyName) in hasProperty() function in NPDeallocateCalledBeforeNPShutdown::ScriptableObject
DNPRuntimeObjectFromDestroyedPlugin.cpp64 bool hasProperty(NPIdentifier propertyName) in hasProperty() function in NPRuntimeObjectFromDestroyedPlugin::ScriptableObject
/external/chromium_org/content/shell/tools/plugin/
DPluginTest.h63 DEFINE_HAS_MEMBER_CHECK(hasProperty, bool, (NPIdentifier propertyName));
203 bool hasProperty(NPIdentifier propertyName) { in hasProperty() function
259 return static_cast<T*>(npObject)->hasProperty(propertyName); in NP_HasProperty()
/external/chromium_org/content/child/npapi/
Dnpobject_stub.cc209 if (npobject_->_class->hasProperty) { in OnHasProperty()
210 *result = npobject_->_class->hasProperty(npobject_, id); in OnHasProperty()
215 *result = WebBindings::hasProperty(0, npobject_, id); in OnHasProperty()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8NPObject.cpp246 …if (npObject->_class->hasProperty && npObject->_class->getProperty && npObject->_class->hasPropert… in npObjectGetProperty()
329 …if (npObject->_class->hasProperty && npObject->_class->setProperty && npObject->_class->hasPropert… in npObjectSetProperty()
DNPV8Object.cpp416 if (npObject->_class->hasProperty && npObject->_class->getProperty) { in _NPN_GetProperty()
417 if (npObject->_class->hasProperty(npObject, propertyName)) in _NPN_GetProperty()
489 if (npObject->_class->hasProperty) in _NPN_HasProperty()
490 return npObject->_class->hasProperty(npObject, propertyName); in _NPN_HasProperty()
DDictionary.h133 bool hasProperty(const String&) const;
DDictionary.cpp102 bool Dictionary::hasProperty(const String& key) const in hasProperty() function in blink::Dictionary
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp410 PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode()
411 PInfo.hasProperty(SDNPInGlue) || in EmitOperatorMatchCode()
412 PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode()
556 if (CP.hasProperty(SDNPHasChain)) { in EmitMatcherCode()
DDAGISelMatcherEmitter.cpp411 if (Pattern.hasProperty(SDNPHasChain)) in EmitMatcher()
666 if (P.hasProperty(SDNPHasChain)) in EmitPredicateFunctions()
676 if (P.hasProperty(SDNPWantRoot)) in EmitPredicateFunctions()
681 if (P.hasProperty(SDNPWantParent)) in EmitPredicateFunctions()
DCodeGenTarget.h213 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParser.cpp55 ASSERT_UNUSED(success, success == stylePropertySet->hasProperty(propertyID)); in parseSingleValue()
/external/chromium_org/third_party/WebKit/public/web/
DWebBindings.h91 BLINK_EXPORT static bool hasProperty(NPP, NPObject*, NPIdentifier property);
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpruntime.h330 NPHasPropertyFunctionPtr hasProperty; member
/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.h93 bool hasProperty(CSSPropertyID property) const { return findPropertyIndex(property) != -1; } in hasProperty() function
/external/chromium_org/third_party/npapi/bindings/
Dnpruntime.h308 NPHasPropertyFunctionPtr hasProperty; member
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestInterfaceEventConstructor.cpp305 if (options.hasProperty("deprecatedInitializedByEventConstructorReadonlyStringAttribute")) in initializeTestInterfaceEventConstructor()
313 …if (options.hasProperty("deprecatedImplementedAsInitializedByEventConstructorReadonlyStringAttribu… in initializeTestInterfaceEventConstructor()

12