/third_party/curl/src/ |
D | tool_operhlp.c | 138 const char *pc, *pc2; in get_url_file_name() local 149 pc2 = strrchr(pc, '\\'); in get_url_file_name() 151 if(pc2 && (!pc || pc < pc2)) in get_url_file_name() 152 pc = pc2; in get_url_file_name()
|
/third_party/gn/src/base/win/ |
D | scoped_handle.h | 131 const void* pc2) {} in StartTracking() argument 135 const void* pc2) {} in StopTracking() argument 151 const void* pc2); 155 const void* pc2);
|
D | scoped_handle.cc | 20 const void* pc2) {} in StartTracking() argument 26 const void* pc2) {} in StopTracking() argument
|
/third_party/boost/boost/system/detail/ |
D | std_interoperability.hpp | 132 … else if( std_category const* pc2 = dynamic_cast< std_category const* >( &condition.category() ) ) in equivalent() local 134 boost::system::error_condition bn( condition.value(), *pc2->pc_ ); in equivalent() 161 else if( std_category const* pc2 = dynamic_cast< std_category const* >( &code.category() ) ) in equivalent() local 163 boost::system::error_code bc( code.value(), *pc2->pc_ ); in equivalent()
|
/third_party/boost/libs/pool/test/ |
D | test_simple_seg_storage.cpp | 161 char* const pc2 = track_allocator::malloc(88); in main() local 162 tstore2.add_block(pc2, 24, partition_sz); in main() 163 tstore2.add_block(pc2 + 64, 24, partition_sz); in main() 164 tstore2.add_block(pc2 + 32, 24, partition_sz); in main()
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | d3des.c | 81 static const unsigned char pc2[48] = { variable 122 if (pcr[pc2[j]]) in deskey() 124 if (pcr[pc2[j + 24]]) in deskey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | des-internal.c | 80 static const u8 pc2[48] = { variable 307 if ((int) pcr[(int) pc2[j]] != 0) in deskey() 309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | des-internal.c | 80 static const u8 pc2[48] = { variable 307 if ((int) pcr[(int) pc2[j]] != 0) in deskey() 309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
|
/third_party/openssl/test/certs/ |
D | setup.sh | 211 ./mkcert.sh req pc2-key "0.CN = server.example" "1.CN = proxy 1" "2.CN = proxy 2" | \ 212 ./mkcert.sh genpc pc2-key pc2-cert pc1-key pc1-cert \
|
/third_party/typescript/tests/baselines/reference/ |
D | promiseType.js | 212 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant 435 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
|
D | promiseTypeStrictNull.js | 212 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant 435 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
|
D | promiseType.symbols | 1012 const pc2 = p.then(() => Promise.reject("1"), () => 1); 1013 >pc2 : Symbol(pc2, Decl(promiseType.ts, 210, 5))
|
D | promiseTypeStrictNull.symbols | 1012 const pc2 = p.then(() => Promise.reject("1"), () => 1); 1013 >pc2 : Symbol(pc2, Decl(promiseTypeStrictNull.ts, 210, 5))
|
D | promiseType.types | 1459 const pc2 = p.then(() => Promise.reject("1"), () => 1); 1460 >pc2 : Promise<number>
|
D | promiseTypeStrictNull.types | 1459 const pc2 = p.then(() => Promise.reject("1"), () => 1); 1460 >pc2 : Promise<number>
|
/third_party/typescript/tests/cases/compiler/ |
D | promiseTypeStrictNull.ts | 213 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
|
D | promiseType.ts | 212 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
|
/third_party/libsoup/libsoup/ |
D | soup-auth-ntlm.c | 1451 static const unsigned char pc2[] = { variable 1497 if (pcr[pc2[j]-1]){ in deskey()
|
/third_party/boost/libs/pool/doc/ |
D | pool.qbk | 629 [graphic pc2]
|