Searched refs:Field (Results 1 – 9 of 9) sorted by relevance
/system/tools/aidl/ |
D | ast_java.h | 112 struct Field : public ClassElement { struct 118 Field() = default; argument 119 Field(int modifiers, Variable* variable); 120 virtual ~Field() = default;
|
D | generate_java_binder.cpp | 65 Field* descriptor = in StubClass() 66 new Field(STATIC | FINAL | PRIVATE, in StubClass() 199 this->elements.push_back(new Field(PRIVATE, mRemote)); in ProxyClass() 276 Field* transactCode = new Field( in generate_method()
|
D | ast_java.cpp | 67 Field::Field(int m, Variable* v) : ClassElement(), modifiers(m), variable(v) {} in Field() function in android::aidl::java::Field 69 void Field::Write(CodeWriter* to) const { in Write()
|
/system/tpm/attestation/common/ |
D | proto_print.py | 48 Field = collections.namedtuple('Field', 'repeated type_ name') variable 76 self.fields.append(Field(repeated=attribute == 'repeated',
|
/system/netd/tests/benchmarks/ |
D | README.md | 42 <td>Field that the benchmark can fill with an arbitrary string.
|
/system/tpm/trunks/ |
D | resource_manager_test.cc | 34 using testing::Field; 666 ContextLoadSync(Field(&TPMS_CONTEXT::sequence, Eq(1u)), _, _)) in TEST_F()
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 129 4.10 Bit Field Definitions ........................................................................… 270 Field Descriptions ................................................................................… 1070 Table 195 — Options for space Field of TPM_NV_INDEX ...............................................… 1956 4.10 Bit Field Definitions 6011 tag for a structure describing a Field Upgrade Policy 9264 Field Descriptions 15346 Table 195 — Options for space Field of TPM_NV_INDEX
|
D | raw_structures.txt | 129 4.10 Bit Field Definitions ........................................................................… 270 Field Descriptions ................................................................................… 1070 Table 195 — Options for space Field of TPM_NV_INDEX ...............................................… 1956 4.10 Bit Field Definitions 6035 tag for a structure describing a Field Upgrade Policy 9236 Field Descriptions 15357 Table 195 — Options for space Field of TPM_NV_INDEX
|
D | raw_commands_fixed.txt | 496 Field Upgrade .....................................................................................… 1186 b) The TPM is in Field Upgrade mode (FUM), the commandCode is TPM_CC_FieldUpgradeData 28001 Field Upgrade 28038 If the proper authorization is given, the TPM will retain the signed digest and enter the Field Upg… 28153 This command uses platformPolicy and a TPM Vendor Authorization Key to authorize a Field Upgrade
|