Searched refs:Field (Results 1 – 8 of 8) sorted by relevance
/system/apex/apexd/ |
D | apexd_test_utils.h | 72 using ::testing::Field; 76 Field("sessionId", &ApexSessionInfo::sessionId, Eq(other.sessionId)), 77 Field("isUnknown", &ApexSessionInfo::isUnknown, Eq(other.isUnknown)), 78 Field("isVerified", &ApexSessionInfo::isVerified, 80 Field("isStaged", &ApexSessionInfo::isStaged, Eq(other.isStaged)), 81 Field("isActivated", &ApexSessionInfo::isActivated, 83 Field("isRevertInProgress", &ApexSessionInfo::isRevertInProgress, 85 Field("isActivationFailed", &ApexSessionInfo::isActivationFailed, 87 Field("isSuccess", &ApexSessionInfo::isSuccess, Eq(other.isSuccess)), 88 Field("isReverted", &ApexSessionInfo::isReverted, [all …]
|
/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 | 376 this->elements.push_back(std::make_shared<Field>(PRIVATE, mRemote)); in ProxyClass() 881 std::make_shared<Field>(STATIC | FINAL, std::make_shared<Variable>("int", transactCodeName)); in GenerateMethods() 1058 auto descriptor = std::make_shared<Field>( in GenerateInterfaceDescriptors()
|
/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/netd/tests/benchmarks/ |
D | README.md | 42 <td>Field that the benchmark can fill with an arbitrary string.
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | ble_filter.proto | 26 // host when the event matches a Filter. The Field's id will be sent back to
|
/system/update_engine/ |
D | README.md | 244 | Field | Size (bytes) | Type | Description …
|