HomeSort by relevance Sort by last modified time
    Searched defs:hasProperty (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 82 assertTrue(Call.Details.hasProperty(PROPERTY_WIFI, PROPERTY_WIFI));
83 assertTrue(Call.Details.hasProperty(PROPERTY_HIGH_DEF_AUDIO, PROPERTY_HIGH_DEF_AUDIO));
84 assertTrue(Call.Details.hasProperty(PROPERTY_HIGH_DEF_AUDIO | PROPERTY_CONFERENCE
86 assertTrue(Call.Details.hasProperty(PROPERTY_IS_EXTERNAL_CALL, PROPERTY_IS_EXTERNAL_CALL));
88 assertFalse(Call.Details.hasProperty(PROPERTY_WIFI, PROPERTY_CONFERENCE));
89 assertFalse(Call.Details.hasProperty(PROPERTY_HIGH_DEF_AUDIO | PROPERTY_CONFERENCE
  /build/soong/android/
neverallow.go 206 if hasProperty(properties, v) {
215 if !hasProperty(properties, v) {
222 func hasProperty(properties []interface{}, prop ruleProperty) bool {
  /system/core/libutils/
PropertyMap.cpp 50 bool PropertyMap::hasProperty(const String8& key) const {
200 if (mMap->hasProperty(keyToken)) {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 203 public boolean hasProperty(final String name) {
  /external/llvm/utils/TableGen/
CodeGenTarget.h 209 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenTarget.h 186 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 291 Boolean hasProperty =
293 if (hasProperty) {
306 hasProperty = AudioObjectHasProperty(_outputDeviceID, &propertyAddress);
307 if (hasProperty) {
527 Boolean hasProperty =
529 if (hasProperty) {
541 hasProperty = AudioObjectHasProperty(_outputDeviceID, &propertyAddress);
542 if (hasProperty) {
703 Boolean hasProperty =
705 if (hasProperty) {
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 362 private boolean hasProperty(String parameter) {
378 return!hasProperty("cdata-sections");
386 return!hasProperty("entities");
395 return!hasProperty("element-content-whitespace");
403 return hasProperty("namespaces");
411 return hasProperty("validate");
  /test/vti/dashboard/src/test/java/com/android/vts/entity/
TestAcknowledgmentEntityTest.java 107 Assert.assertFalse(e.hasProperty(TestAcknowledgmentEntity.BRANCHES));
108 Assert.assertFalse(e.hasProperty(TestAcknowledgmentEntity.DEVICES));
109 Assert.assertFalse(e.hasProperty(TestAcknowledgmentEntity.TEST_CASE_NAMES));
110 Assert.assertFalse(e.hasProperty(TestAcknowledgmentEntity.NOTE));
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 126 bool hasProperty(Property P) const {
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
BoundSet.java 513 if (hasProperty(aSubSet, dependencies)) {
526 private boolean hasProperty(Set<InferenceVariable> alphas, List<VariableDependency> dependencies) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 137 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 137 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineFunction.h 160 bool hasProperty(Property P) const {
    [all...]

Completed in 791 milliseconds

1 2 3 4 5 6 7