Searched refs:extend (Results 1 – 25 of 29) sorted by relevance
12
/system/tools/hidl/test/errors/versioning/3.3/ |
D | IBar.hal | 21 // Must extend @3.2::IBar.
|
D | IFoo.hal | 21 // Must extend @3.2::IFoo.
|
/system/media/camera/docs/ |
D | metadata_model.py | 735 k._namespaces.extend(el._namespaces) 736 k._entries.extend(el._entries) 771 combined._namespaces.extend(k.namespaces) 772 combined._entries.extend(k.entries) 863 new_ins._namespaces.extend(ins.namespaces) 864 new_ins._entries.extend(ins.entries)
|
/system/libhidl/transport/base/1.0/ |
D | IBase.hal | 23 * does not explicitly extend from another interface, it will implicitly extend
|
/system/tpm/tpm_manager/server/ |
D | tpm2_nvram_impl.cc | 217 bool extend = (nvram_public.attributes & trunks::TPMA_NV_EXTEND) != 0; in WriteSpace() local 226 extend ? trunks::TPM_CC_NV_Extend : trunks::TPM_CC_NV_Write, in WriteSpace() 248 using_owner_authorization, extend, in WriteSpace()
|
/system/tpm/attestation/common/ |
D | common.proto | 61 // Source data which was originally used to extend the PCR. If this field
|
/system/tpm/trunks/ |
D | tpm_utility.h | 284 bool extend,
|
D | tpm_utility_impl.h | 140 bool extend,
|
D | trunks_factory_for_test.cc | 309 bool extend, in WriteNVSpace() argument 312 using_owner_authorization, extend, delegate); in WriteNVSpace()
|
D | tpm_utility_impl.cc | 1284 bool extend, in WriteNVSpace() argument 1312 if (extend) { in WriteNVSpace()
|
/system/sepolicy/tests/ |
D | treble_sepolicy_tests.py | 160 alldomains[x.sctx].entrypointpaths.extend(entrypointpath)
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 116 // TODO: extend with system-specific messages, e.g. load app command, etc.
|
/system/update_engine/scripts/update_payload/ |
D | checker.py | 163 indented_value_lines.extend(['%*s%s' % (cont_line_indent, '', line) 182 report_lines.extend(self.report.GenerateLines(base_indent + sub_indent, 222 report_lines.extend(node_report_lines)
|
D | applier.py | 96 data.extend(itertools.repeat('\0', read_length))
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 52 strs.extend(child._dump(indent + 1)) 138 strs.extend(child._dump(indent + 1))
|
/system/extras/simpleperf/scripts/ |
D | report.py | 66 strs.extend([' ' + x for x in child_strs])
|
D | pprof_proto_generator.py | 492 profile_sample.location_id.extend(sample.location_ids) 497 profile_sample.value.extend(values)
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 420 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
|
/system/core/libutils/ |
D | README | 136 The resource overlay mechanism aims to (partly) shadow and extend
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 185 In Java, a parcelable should extend android.os.Parcelable and provide a static
|
/system/sepolicy/private/ |
D | app.te | 6 ### extend from this policy. Only policies which should apply to ALL
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 606 std::cerr << "ERROR: You can only extend interfaces. at " << @3
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 121 this License, whose permissions for other licensees extend to the
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 2306 If a CRTM Event sequence is active, extend the PCR designated by the platform-specific 12649 // see if a PCR extend is requested in call 12652 // see if extend of the PCR is allowed at the locality of the command, 12655 // if an extend is going to take place, then check to see if there has 16834 current command locality is not allowed to extend the PCR 16873 // Check if the extend operation is allowed by the current command locality 16885 // Iterate input digest list to extend 16922 If the command implements PCR[2] in a SHA1 bank and a SHA256 bank, then an extend to PCR[2] 17086 current command locality is not allowed to extend the PCR 17113 // If a PCR extend is required [all …]
|
/system/media/audio_utils/ |
D | Doxyfile | 261 # extension. Doxygen has a built-in mapping, but you can override or extend it
|
12