Home
last modified time | relevance | path

Searched refs:print_name (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/sandbox/win/tools/finder/
Dfinder_registry.cc9 DWORD Finder::ParseRegistry(HKEY key, ATL::CString print_name) { in ParseRegistry() argument
17 ATL::CString name_complete = print_name + buffer + L"\\"; in ParseRegistry()
38 Output(REG_ERR, err_code, print_name); in ParseRegistry()
45 ATL::CString print_name) { in TestRegAccess() argument
57 Output(REG, L"R/W", print_name); in TestRegAccess()
61 Output(REG_ERR, err_code, print_name); in TestRegAccess()
70 Output(REG, L"W", print_name); in TestRegAccess()
74 Output(REG_ERR, err_code, print_name); in TestRegAccess()
83 Output(REG, L"R", print_name); in TestRegAccess()
87 Output(REG_ERR, err_code, print_name); in TestRegAccess()
Dfinder.h72 DWORD ParseRegistry(HKEY key, ATL::CString print_name);
89 DWORD TestRegAccess(HKEY key, ATL::CString name, ATL::CString print_name);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc46 char print_name[5]; in OnApplicationDataReceived() local
47 print_name[0] = static_cast<char>(name >> 24); in OnApplicationDataReceived()
48 print_name[1] = static_cast<char>(name >> 16); in OnApplicationDataReceived()
49 print_name[2] = static_cast<char>(name >> 8); in OnApplicationDataReceived()
50 print_name[3] = static_cast<char>(name); in OnApplicationDataReceived()
51 print_name[4] = 0; in OnApplicationDataReceived()
53 EXPECT_STRCASEEQ("test", print_name); in OnApplicationDataReceived()
/external/chromium_org/v8/src/
Dstring-stream.cc510 bool print_name = false; in PrintPrototype() local
521 print_name = true; in PrintPrototype()
524 print_name = false; in PrintPrototype()
529 print_name = true; in PrintPrototype()
535 if (print_name) { in PrintPrototype()
/external/openssl/crypto/des/
Ddes_opts.c397 #define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10); macro
399 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb); macro
403 print_name(name); \
/external/openssl/apps/
Dx509.c634 print_name(bio_err, "subject=", X509_REQ_get_subject_name(req), nmflag); in MAIN()
731 print_name(STDout, "issuer= ", in MAIN()
736 print_name(STDout, "subject= ", in MAIN()
1245 print_name(bio_err, NULL, X509_get_subject_name(err_cert),0); in callb()
Dreq.c915 print_name(bio_err, "old subject=", X509_REQ_get_subject_name(req), nmflag); in MAIN()
929 print_name(bio_err, "new subject=", X509_REQ_get_subject_name(req), nmflag); in MAIN()
1017 print_name(out, "subject=", X509_get_subject_name(x509ss), nmflag); in MAIN()
1019 print_name(out, "subject=", X509_REQ_get_subject_name(req), nmflag); in MAIN()
Dapps.h240 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
Dcrl.c295 print_name(bio_out, "issuer=", X509_CRL_get_issuer(x), nmflag); in MAIN()
Dapps.c1405 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags) in print_name() function