/system/bt/gd/dumpsys/internal/ |
D | filter_internal.h | 82 PrivacyLevel FindFieldPrivacyLevel(const reflection::Field& field); 115 bool FilterTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy… 116 bool FilterTypeInteger(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priv… 117 bool FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privac… 118 bool FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priva… 119 bool FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priva…
|
D | filter_internal.cc | 84 internal::PrivacyLevel internal::FindFieldPrivacyLevel(const reflection::Field& field) { in FindFieldPrivacyLevel() 108 bool internal::FilterTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLev… in FilterTypeBool() 116 const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeInteger() 154 bool internal::FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLe… in FilterTypeFloat() 189 bool internal::FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeString() 232 bool internal::FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeStruct()
|
/system/apex/apexd/ |
D | apexd_test_utils.h | 54 using ::testing::Field; 78 Field("sessionId", &ApexSessionInfo::sessionId, Eq(other.sessionId)), 79 Field("isUnknown", &ApexSessionInfo::isUnknown, Eq(other.isUnknown)), 80 Field("isVerified", &ApexSessionInfo::isVerified, 82 Field("isStaged", &ApexSessionInfo::isStaged, Eq(other.isStaged)), 83 Field("isActivated", &ApexSessionInfo::isActivated, 85 Field("isRevertInProgress", &ApexSessionInfo::isRevertInProgress, 87 Field("isActivationFailed", &ApexSessionInfo::isActivationFailed, 89 Field("isSuccess", &ApexSessionInfo::isSuccess, Eq(other.isSuccess)), 90 Field("isReverted", &ApexSessionInfo::isReverted, [all …]
|
/system/bt/stack/test/ |
D | ble_advertiser_test.cc | 32 using ::testing::Field; 264 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F() 282 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F() 403 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F() 415 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F() 492 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F() 712 Contains(Field(&SetEnableData::max_extended_advertising_events, in TEST_F() 757 Contains(Field(&SetEnableData::max_extended_advertising_events, in TEST_F() 774 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F() 862 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F() [all …]
|
/system/bt/gd/dumpsys/ |
D | filter.cc | 51 virtual bool FilterField(const reflection::Field* field, flatbuffers::Table* table) { in FilterField() 90 bool FilterField(const reflection::Field* field, flatbuffers::Table* table) override; 95 bool UserPrivacyFilter::FilterField(const reflection::Field* field, flatbuffers::Table* table) { in FilterField()
|
/system/tools/aidl/ |
D | ast_java.h | 112 struct Field : public ClassElement { struct 119 Field() = default; argument 120 Field(int modifiers, std::shared_ptr<Variable> variable); 121 virtual ~Field() = default;
|
D | ast_java.cpp | 83 Field::Field(int m, std::shared_ptr<Variable> v) : ClassElement(), modifiers(m), variable(v) {} in Field() function in android::aidl::java::Field 85 void Field::Write(CodeWriter* to) const { in Write()
|
D | generate_java_binder.cpp | 323 this->elements.push_back(std::make_shared<Field>(PRIVATE, mRemote)); in ProxyClass() 784 std::make_shared<Field>(STATIC | FINAL, std::make_shared<Variable>("int", transactCodeName)); in generate_methods() 952 auto descriptor = std::make_shared<Field>( in generate_interface_descriptors()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | JavaOnlyImmutableAnnotationTests.java | 29 import java.lang.reflect.Field; 75 for (Field f : Foo.class.getDeclaredFields()) { in testEveryFieldIsFinal()
|
/system/bt/gd/packet/parser/ |
D | language_y.yy | 417 DEBUG() << "Empty Field definition\n"; 422 DEBUG() << "Field definition\n"; 439 DEBUG() << "Field definition with list\n"; 458 DEBUG() << "Group Field"; 463 DEBUG() << "Field with a pre-defined type\n";
|
/system/update_engine/cros/ |
D | update_attempter_unittest.cc | 77 using testing::Field; 537 Field(&UpdateEngineStatus::progress, progress_1), in TEST_F() 538 Field(&UpdateEngineStatus::status, UpdateStatus::DOWNLOADING), in TEST_F() 539 Field(&UpdateEngineStatus::new_size_bytes, bytes_total)))); in TEST_F() 542 Field(&UpdateEngineStatus::progress, progress_2), in TEST_F() 543 Field(&UpdateEngineStatus::status, UpdateStatus::DOWNLOADING), in TEST_F() 544 Field(&UpdateEngineStatus::new_size_bytes, bytes_total)))); in TEST_F() 569 Field(&UpdateEngineStatus::status, UpdateStatus::DOWNLOADING), in TEST_F() 570 Field(&UpdateEngineStatus::new_size_bytes, bytes_total)))); in TEST_F() 588 Field(&UpdateEngineStatus::progress, 1.0), in TEST_F() [all …]
|
/system/netd/tests/benchmarks/ |
D | README.md | 42 <td>Field that the benchmark can fill with an arbitrary string.
|
/system/bt/gd/security/ |
D | pairing_handler_le_unittest.cc | 30 using ::testing::Field;
|
/system/update_engine/ |
D | README.md | 275 |Field|Size (bytes)|Type|Description|
|