Searched defs:to_test (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dtransport.cpp628 static int qual_match(const char* to_test, const char* prefix, const char* qual, argument
630 if (!to_test || !*to_test) /* Return true if both the qual and to_test are null strings. */
637 if (*prefix++ != *to_test++) return 0;
644 if (ch != *to_test++) return 0;
647 /* Everything matched so far. Return true if *to_test is a NUL. */
648 return !*to_test;
/system/tpm/trunks/
H A Dtpm_generated.cc8671 const TPML_ALG& to_test,
8689 rc = Serialize_TPML_ALG(to_test, &to_test_bytes);
8839 void Tpm::IncrementalSelfTest(const TPML_ALG& to_test, argument
8848 TPM_RC rc = SerializeCommand_IncrementalSelfTest(to_test, &command,
8858 const TPML_ALG& to_test,
8863 TPM_RC rc = SerializeCommand_IncrementalSelfTest(to_test, &command,
8670 SerializeCommand_IncrementalSelfTest( const TPML_ALG& to_test, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
8857 IncrementalSelfTestSync( const TPML_ALG& to_test, TPML_ALG* to_do_list, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 108 milliseconds