/system/media/camera/docs/ |
D | metadata_template.mako | 74 % if prop.details is not None: 75 <details>${prop.details}</details> 173 % if prop.details is not None: 174 <details>${prop.details | x}</details>
|
D | CameraMetadataKeys.mako | 36 details = "" 37 if entry.details: 38 details = dedent(entry.details) 42 concatenated_info = description + details + extra_detail 44 ## Glue description and details together before javadoc-izing. Otherwise @see in middle of javadoc.
|
D | ndk_camera_metadata_tags.mako | 86 % if entry.description or entry.details: 103 ${entry.details | ndkdoc(metadata)}\
|
D | html.mako | 78 /* Entry details (full docs) flair */ 152 if prop.details: cols = cols + 2 356 % if prop.details is not None: 362 ${prop.details | md_html, linkify_tags(metadata), wbr}
|
/system/connectivity/shill/shims/ |
D | ppp.cc | 95 map<string, string> details; in OnAuthenticateStart() local 96 proxy_->Notify(kPPPReasonAuthenticating, details); in OnAuthenticateStart() 104 map<string, string> details; in OnAuthenticateDone() local 105 proxy_->Notify(kPPPReasonAuthenticated, details); in OnAuthenticateDone()
|
/system/connectivity/shill/test-scripts/ |
D | test-flimflam | 76 details = "" 78 details += "{" + properties["WiFi.Mode"] + "} " 82 details += "{" + properties["WiFi.Security"] + "} " 87 details += "{passphrase present}" 89 print "%s %-26s %3d%% %s" % (connected, name, strength, details)
|
/system/connectivity/shill/ |
D | external_task.cc | 101 const map<string, string>& details) { in Notify() argument 102 return task_delegate_->Notify(event, details); in Notify()
|
D | external_task.h | 103 const std::map<std::string, std::string>& details) override;
|
D | HACKING | 108 its variants (see logging.h for details).
|
D | service.cc | 1678 void Service::SetErrorDetails(const string& details) { in SetErrorDetails() argument 1679 if (error_details_ == details) { in SetErrorDetails() 1682 error_details_ = details; in SetErrorDetails()
|
D | service.h | 438 void SetErrorDetails(const std::string& details);
|
/system/core/libmemunreachable/ |
D | README.md | 18 … A summary is always written, followed by details of up to `limit` leaks. If `log_contents` is `t… 27 Updates an `UnreachableMemoryInfo` object with information on leaks, including details on up to `li… 30 … A summary is always written, followed by details of up to `limit` leaks. If `log_contents` is `t…
|
/system/ca-certificates/google/ |
D | README | 3 https://pki.google.com/faq.html for more details.
|
/system/connectivity/shill/vpn/ |
D | openvpn_management_server.cc | 384 vector<string> details = SplitString(message, ",", base::TRIM_WHITESPACE, in ProcessStateMessage() local 386 if (details.size() > 1) { in ProcessStateMessage() 387 state_ = details[1]; in ProcessStateMessage() 392 if (details.size() > 2 && details[2] == "tls-error") { in ProcessStateMessage()
|
/system/ca-certificates/ |
D | README.cacerts | 7 with collisions. See OpenSSL's c_rehash manpage for details.
|
/system/core/logd/ |
D | README.property | 51 - svelte - see ro.config.low_ram for details. 52 - svelte+ - see ro.config.low_ram and ro.build.type for details.
|
/system/core/adb/ |
D | OVERVIEW.TXT | 77 II. Protocol details: 81 This details the protocol used between ADB clients and the ADB
|
/system/sepolicy/ |
D | priv_app.te | 22 # Used by: https://play.privileged.com/store/apps/details?id=jackpal.androidterm
|
D | untrusted_app.te | 38 # Used by: https://play.google.com/store/apps/details?id=jackpal.androidterm
|
/system/core/libutils/ |
D | README | 11 the details. 82 * pp: corresponds to the package namespace (details below).
|
/system/tpm/trunks/ |
D | tpm_utility_impl.cc | 423 in_scheme.details.oaep.hash_alg = hash_alg; in AsymmetricEncrypt() 486 in_scheme.details.oaep.hash_alg = hash_alg; in AsymmetricDecrypt() 553 in_scheme.details.rsapss.hash_alg = hash_alg; in Sign() 556 in_scheme.details.rsassa.hash_alg = hash_alg; in Sign()
|
D | tpm_generated_test.cc | 425 null_scheme.details.rsassa.hash_alg = TPM_ALG_SHA256; in TEST_F()
|
D | tpm_utility_test.cc | 582 EXPECT_EQ(scheme.details.oaep.hash_alg, TPM_ALG_SHA256); in TEST_F() 728 EXPECT_EQ(scheme.details.oaep.hash_alg, TPM_ALG_SHA256); in TEST_F() 945 EXPECT_EQ(scheme.details.rsassa.hash_alg, TPM_ALG_SHA256); in TEST_F() 975 EXPECT_EQ(scheme.details.rsapss.hash_alg, TPM_ALG_SHA1); in TEST_F()
|
D | tpm_generated.h | 1245 TPMU_SYM_DETAILS details; member 1252 TPMU_SYM_DETAILS details; member 1295 TPMU_SCHEME_KEYEDHASH details; member 1316 TPMU_SIG_SCHEME details; member 1352 TPMU_KDF_SCHEME details; member 1369 TPMU_ASYM_SCHEME details; member 1374 TPMU_ASYM_SCHEME details; member 1379 TPMU_ASYM_SCHEME details; member 1409 TPMU_SIG_SCHEME details; member
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 304 GNU General Public License for more details. 317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 319 under certain conditions; type `show c' for details.
|