Home
last modified time | relevance | path

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

12

/system/media/camera/docs/
Dmetadata_template.mako74 % if prop.details is not None:
75 <details>${prop.details}</details>
173 % if prop.details is not None:
174 <details>${prop.details | x}</details>
DCameraMetadataKeys.mako36 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.
Dndk_camera_metadata_tags.mako86 % if entry.description or entry.details:
103 ${entry.details | ndkdoc(metadata)}\
Dhtml.mako78 /* 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/
Dppp.cc95 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/
Dtest-flimflam76 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/
Dexternal_task.cc101 const map<string, string>& details) { in Notify() argument
102 return task_delegate_->Notify(event, details); in Notify()
Dexternal_task.h103 const std::map<std::string, std::string>& details) override;
DHACKING108 its variants (see logging.h for details).
Dservice.cc1678 void Service::SetErrorDetails(const string& details) { in SetErrorDetails() argument
1679 if (error_details_ == details) { in SetErrorDetails()
1682 error_details_ = details; in SetErrorDetails()
Dservice.h438 void SetErrorDetails(const std::string& details);
/system/core/libmemunreachable/
DREADME.md18 … 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/
DREADME3 https://pki.google.com/faq.html for more details.
/system/connectivity/shill/vpn/
Dopenvpn_management_server.cc384 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/
DREADME.cacerts7 with collisions. See OpenSSL's c_rehash manpage for details.
/system/core/logd/
DREADME.property51 - svelte - see ro.config.low_ram for details.
52 - svelte+ - see ro.config.low_ram and ro.build.type for details.
/system/core/adb/
DOVERVIEW.TXT77 II. Protocol details:
81 This details the protocol used between ADB clients and the ADB
/system/sepolicy/
Dpriv_app.te22 # Used by: https://play.privileged.com/store/apps/details?id=jackpal.androidterm
Duntrusted_app.te38 # Used by: https://play.google.com/store/apps/details?id=jackpal.androidterm
/system/core/libutils/
DREADME11 the details.
82 * pp: corresponds to the package namespace (details below).
/system/tpm/trunks/
Dtpm_utility_impl.cc423 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()
Dtpm_generated_test.cc425 null_scheme.details.rsassa.hash_alg = TPM_ALG_SHA256; in TEST_F()
Dtpm_utility_test.cc582 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()
Dtpm_generated.h1245 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/
DNOTICE304 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.

12