Home
last modified time | relevance | path

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

12

/external/skia/src/sksl/ir/
DSkSLCodeStringExpression.h29 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLExternalFunctionReference.h33 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLSetting.h48 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLPostfixExpression.h51 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLVariableReference.cpp24 bool VariableReference::hasProperty(Property property) const { in hasProperty() function in SkSL::VariableReference
DSkSLPrefixExpression.h53 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLTypeReference.h32 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLFieldAccess.h66 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLFunctionReference.h34 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLBinaryExpression.h87 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLTernaryExpression.h69 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLExternalFunctionCall.h42 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLBoolLiteral.h52 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLFloatLiteral.h51 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLSwizzle.h60 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLIndexExpression.h60 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLIntLiteral.h53 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLConstructor.h28 bool hasProperty(Property property) const override { in hasProperty() function
/external/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc283 Boolean hasProperty = in SpeakerVolume() local
495 Boolean hasProperty = in SpeakerMute() local
663 Boolean hasProperty = in MicrophoneMute() local
815 Boolean hasProperty = in MicrophoneVolume() local
/external/clang/test/SemaCXX/
Dblocks.cpp50 __attribute__((__blocks__(byref))) bool hasProperty = false; in test3() local
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h219 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
/external/llvm-project/clang/test/SemaCXX/
Dblocks.cpp50 __attribute__((__blocks__(byref))) bool hasProperty = false; in test3() local
/external/llvm/utils/TableGen/
DCodeGenTarget.h209 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
/external/skia/experimental/sktext/include/
DProcessor.h113 bool hasProperty(size_t index, CodeUnitFlags flag) { in hasProperty() function
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapObject.java374 public boolean hasProperty(final String namespace, final String name) { in hasProperty() method in SoapObject
411 public boolean hasProperty(final String name) { in hasProperty() method in SoapObject

12