Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 17 of 17) sorted by relevance

/system/netd/server/
DResolverController.cpp82 bool parseServer(const char* server, in_port_t port, sockaddr_storage* parsed) { in parseServer() argument
83 sockaddr_in* sin = reinterpret_cast<sockaddr_in*>(parsed); in parseServer()
90 sockaddr_in6* sin6 = reinterpret_cast<sockaddr_in6*>(parsed); in parseServer()
117 sockaddr_storage parsed; in parseServers() local
118 if (parseServer(servers[i], port, &parsed)) { in parseServers()
119 set.insert(parsed); in parseServers()
456 sockaddr_storage parsed; in addPrivateDnsServer() local
457 if (!parseServer(server.c_str(), port, &parsed)) { in addPrivateDnsServer()
460 PrivateDnsServer privateServer(parsed); in addPrivateDnsServer()
472 sockaddr_storage parsed; in removePrivateDnsServer() local
[all …]
/system/tpm/attestation/server/
Dpkcs11_key_store_test.cc205 chaps::Attributes parsed; in GetAttributeValue() local
206 parsed.Parse(attributes_in); in GetAttributeValue()
207 if (parsed.num_attributes() == 1 && in GetAttributeValue()
208 parsed.attributes()[0].type == CKA_LABEL) in GetAttributeValue()
210 if (parsed.num_attributes() != 1 || in GetAttributeValue()
211 (parsed.attributes()[0].type != CKA_VALUE && in GetAttributeValue()
212 parsed.attributes()[0].type != CKA_LABEL) || in GetAttributeValue()
213 (parsed.attributes()[0].pValue && in GetAttributeValue()
214 parsed.attributes()[0].ulValueLen != value.size())) in GetAttributeValue()
216 parsed.attributes()[0].ulValueLen = value.size(); in GetAttributeValue()
[all …]
/system/tpm/trunks/
DREADME42 parsed by generator.py.
47 The output of this script is intended to be parsed by generator.py.
/system/tpm/attestation/common/
Dtpm_utility_v1.cc637 TPM_PUBKEY parsed; in ConvertPublicKeyToDER() local
638 TSS_RESULT result = Trspi_UnloadBlob_PUBKEY(&offset, buffer, &parsed); in ConvertPublicKeyToDER()
643 ScopedByteArray scoped_key(parsed.pubKey.key); in ConvertPublicKeyToDER()
644 ScopedByteArray scoped_parms(parsed.algorithmParms.parms); in ConvertPublicKeyToDER()
646 reinterpret_cast<TPM_RSA_KEY_PARMS*>(parsed.algorithmParms.parms); in ConvertPublicKeyToDER()
659 rsa.get()->n = BN_bin2bn(parsed.pubKey.key, parsed.pubKey.keyLength, nullptr); in ConvertPublicKeyToDER()
/system/extras/ANRdaemon/
DREADME16 The compressed trace file can be parsed using systrace:
26 file is parsed by systrace.py, the daemon process is shown as running for the
/system/extras/ioshark/
Dcompile-only.sh112 rm -f parsed*
Dcollect-straces-ftraces.sh189 rm -f parsed*
/system/bt/
DEventLogTags.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/core/storaged/
DEventLogTags.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/core/logd/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/core/liblog/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/core/init/
DREADME.md116 the file that contains them was parsed (see the Imports section), then
517 If _path_ is a directory, each file in the directory is parsed as
519 not be parsed.
523 imports are handled as a file is being parsed and follow the below logic.
543 1. /init.rc is parsed then recursively each of its imports are
544 parsed.
545 2. The contents of /system/etc/init/ are alphabetized and parsed
547 parsed.
/system/core/logcat/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/sepolicy/tools/sepolicy-analyze/
DREADME102 a full policy.conf file and output them in a more easily parsed format.
/system/media/audio_utils/
DDoxyfile653 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
1864 # formatted so it can be parsed by a human reader. This is useful if you want to
DDoxyfile.orig653 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
1864 # formatted so it can be parsed by a human reader. This is useful if you want to
/system/chre/chre_api/doc/
DDoxyfile676 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
1947 # formatted so it can be parsed by a human reader. This is useful if you want to