Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 126) sorted by relevance

123456

/device/generic/goldfish-opengl/android-emu/android/base/
DTypeTraits.h23 namespace details {
68 std::is_same<typename details::dummy<decltype(std::declval<F>()(
88 !std::is_same<typename details::dummy<decltype(std::declval<F>()(
120 namespace details {
137 typename std::enable_if<details::is_range_helper<T>::value>::type>
DOptional.h105 namespace details {
162 : private details::OptionalFlagBase,
163 private details::OptionalStorageBase<sizeof(T),
173 using base_flag = details::OptionalFlagBase;
175 details::OptionalStorageBase<sizeof(T),
/device/google/cuttlefish/tools/
Dtombstone_to_line.py50 details = subprocess.check_output(parms).strip().split(':')
52 line_number=details[-1],
53 details=details,
54 file_name=':'.join(details[:-1]))
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Capability.c651 …UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.keyedHashDetail.scheme.details.hmac.hashAlg)); in Tpm2TestParms()
655 …(UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.keyedHashDetail.scheme.details.xor.hashAlg)); in Tpm2TestParms()
657 …16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.keyedHashDetail.scheme.details.xor.kdf)); in Tpm2TestParms()
714 …6 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.rsaDetail.scheme.details.rsassa.hashAlg)); in Tpm2TestParms()
718 …6 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.rsaDetail.scheme.details.rsapss.hashAlg)); in Tpm2TestParms()
724 …d16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.rsaDetail.scheme.details.oaep.hashAlg)); in Tpm2TestParms()
762 …16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.eccDetail.scheme.details.ecdsa.hashAlg)); in Tpm2TestParms()
766 …16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.eccDetail.scheme.details.ecdaa.hashAlg)); in Tpm2TestParms()
770 … ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.eccDetail.scheme.details.ecSchnorr.hashAlg… in Tpm2TestParms()
786 …WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.eccDetail.kdf.details.mgf1… in Tpm2TestParms()
[all …]
/device/sample/apps/tv/SetupValidation/
Dgradle.properties7 # For more details on how to configure your build environment visit
15 # This option should only be used with decoupled projects. More details, visit
/device/sample/apps/tv/SetupCustomizationSample/
Dgradle.properties7 # For more details on how to configure your build environment visit
15 # This option should only be used with decoupled projects. More details, visit
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/site-packages/
DREADME2 here. Read the source for site.py for more details.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/site-packages/
DREADME2 here. Read the source for site.py for more details.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Demxccompiler.py49 (status, details) = check_config_h()
51 (status, details))
55 ("Reason: %s." % details) +
Dcygwinccompiler.py96 (status, details) = check_config_h()
98 (status, details))
104 % details)
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp241 char** details = static_cast<char**>(data); in request_setup_data_call() local
242 const size_t fields = datalen / sizeof(details[0]); in request_setup_data_call()
254 int tech = atoi(details[0]); in request_setup_data_call()
271 int profile = atoi(details[1]); in request_setup_data_call()
274 if (details[2]) call.access_point_ = details[2]; in request_setup_data_call()
275 if (details[3]) call.username_ = details[3]; in request_setup_data_call()
276 if (details[4]) call.password_ = details[4]; in request_setup_data_call()
278 int auth_type = atoi(details[5]); in request_setup_data_call()
281 if (!strcmp("IP", details[6])) { in request_setup_data_call()
283 } else if (!strcmp("IPV6", details[6])) { in request_setup_data_call()
[all …]
/device/google/atv/audio_proxy/interfaces/5.0/
DIBusDevice.hal11 * more details.
/device/sample/apps/tv/SetupValidation/app/
Dproguard-rules.pro5 # For more details, see
/device/sample/apps/tv/SetupCustomizationSample/app/
Dproguard-rules.pro5 # For more details, see
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/
Dmin-rt.parm12 // Show more details if configuration targets the XT2000 board:
/device/sample/apps/tv/LeanbackCustomizer/
Dproguard-project.txt10 # For more details, see
/device/sample/apps/tv/LeanbackWidget/
Dproguard-project.txt10 # For more details, see
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
DREADME.txt5 source files for details.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
DREADME.txt5 source files for details.
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DCPU.asl26 // Reference Code for complete implementation details.
/device/linaro/bootloader/edk2/CorebootPayloadPkg/
DBuildAndIntegrationInstructions.txt53 …For details about EDK II build steps, refer to http://svn.code.sf.net/p/edk2/code/branches/UDK2014…
68 For details:
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/
DReadMe.txt3 For installation instructions, license details, and
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h1336 TPMU_SCHEME_KEYEDHASH details; member
1368 TPMU_SIG_SCHEME details; member
1412 TPMU_KDF_SCHEME details; member
1432 TPMU_ASYM_SCHEME details; member
1441 TPMU_ASYM_SCHEME details; member
1450 TPMU_ASYM_SCHEME details; member
1495 TPMU_SIG_SCHEME details; member
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h30 namespace details {
81 return details::toHexString(reinterpret_cast<uintptr_t>(t)); in toString()
94 os += details::arrayToString(a, a.size()); in toString()
6654 using ::android::hardware::details::toHexString;
6734 using ::android::hardware::details::toHexString; in toString()
6779 using ::android::hardware::details::toHexString;
6835 using ::android::hardware::details::toHexString; in toString()
6868 using ::android::hardware::details::toHexString;
6900 using ::android::hardware::details::toHexString; in toString()
6921 using ::android::hardware::details::toHexString;
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dcrtlicense.txt21 for specific details.

123456