Searched refs:sci (Results 1 – 17 of 17) sorted by relevance
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-main.c | 1195 SyscallInfo* sci; in VG_() local 1295 sci = & syscallInfo[tid]; in VG_() 1296 vg_assert(sci->status.what == SsIdle); in VG_() 1298 getSyscallArgsFromGuestState( &sci->orig_args, &tst->arch.vex, trc ); in VG_() 1302 sci->args = sci->orig_args; in VG_() 1306 sysno = sci->orig_args.sysno; in VG_() 1333 sci->status.what = SsHandToKernel; in VG_() 1334 sci->status.sres = VG_(mk_SysRes_Error)(0); in VG_() 1335 sci->flags = 0; in VG_() 1368 tmpv[0] = sci->orig_args.arg1; in VG_() [all …]
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
D | KexManager.java | 496 ConnectionInfo sci = new ConnectionInfo(); in handleMessage() local 500 sci.keyExchangeAlgorithm = kxs.np.kex_algo; in handleMessage() 501 sci.keyExchangeCounter = kexCount; in handleMessage() 502 sci.clientToServerCryptoAlgorithm = kxs.np.enc_algo_client_to_server; in handleMessage() 503 sci.serverToClientCryptoAlgorithm = kxs.np.enc_algo_server_to_client; in handleMessage() 504 sci.clientToServerMACAlgorithm = kxs.np.mac_algo_client_to_server; in handleMessage() 505 sci.serverToClientMACAlgorithm = kxs.np.mac_algo_server_to_client; in handleMessage() 506 sci.serverHostKeyAlgorithm = kxs.np.server_host_key_algo; in handleMessage() 507 sci.serverHostKey = kxs.hostkey; in handleMessage() 511 lastConnInfo = sci; in handleMessage()
|
/external/libmtp/src/ |
D | playlist-spl.c | 736 char* sci = sc +1; // iterator in discover_id_from_filepath() local 748 while(sci != sc + len +1) { in discover_id_from_filepath() 750 if(sci + strlen(sci) == sc + len) { in discover_id_from_filepath() 755 (strcmp(files->filename, sci) == 0) ) { // found it! in discover_id_from_filepath() 763 id = find_folder_id(folders, id, sci); in discover_id_from_filepath() 767 sci += strlen(sci) +1; in discover_id_from_filepath()
|
/external/clang/test/Parser/ |
D | cxx-class.cpp | 27 static const int sci = 10; member in C
|
/external/icu4c/test/intltest/ |
D | citrtest.cpp | 853 StringCharacterIterator sci(s), compareCI(s); in TestUCharIterator() local 858 uiter_setCharacterIterator(&cIter, &sci); in TestUCharIterator() 891 sci=StringCharacterIterator(s, 2, 5, 3); in TestUCharIterator() 892 uiter_setCharacterIterator(&cIter, &sci); in TestUCharIterator() 1177 SubStringCharIter sci; in TestCharIteratorSubClasses() local 1178 if(sci.firstPostInc()!=0x61) { in TestCharIteratorSubClasses()
|
/external/openssl/crypto/rc2/ |
D | version | 11 posted sci.crypt. It is in this directory under rrc2.doc
|
D | rrc2.doc | 2 Article 23601 of sci.crypt: 5 Newsgroups: sci.crypt
|
/external/icu4c/data/translit/ |
D | it_ja.txt | 141 sci → シ;
|
D | it_am.txt | 156 sci → ሺ;
|
/external/openssl/crypto/dh/ |
D | generate | 2 Newsgroups: sci.crypt
|
/external/openssl/crypto/rc4/ |
D | rrc4.doc | 1 Newsgroups: sci.crypt,alt.security,comp.security.misc,alt.privacy 11 Xref: ghost.dsi.unimi.it sci.crypt:27332 alt.security:14732 comp.security.misc:11701 alt.privacy:16…
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | FormatterTest.java | 4156 BigDecimalLayoutForm sci = BigDecimalLayoutForm.valueOf("SCIENTIFIC"); in test_valueOfLjava_lang_String() local 4157 assertEquals("Wrong scientific value in enum", BigDecimalLayoutForm.SCIENTIFIC, sci); in test_valueOfLjava_lang_String()
|
/external/dropbear/libtommath/ |
D | changes.txt | 8 …-- "mm" from sci.crypt pointed out that my mp_gcd was sub-optimal (I also updated and corrected th…
|
/external/dropbear/libtomcrypt/ |
D | changes | 1369 -- Big thanks to sci.crypt and "Ajay K. Agrawal" for helping me port this to MSVC 1528 following a suggestion from a sci.crypt reader....
|
/external/chromium/net/base/ |
D | effective_tld_names.gperf | 3172 sci.eg, 0
|
D | effective_tld_names.dat | 849 sci.eg
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 6659 http://galileo.rice.edu/sci/observations/saturn.html 11897 http://news.bbc.co.uk/1/hi/sci/tech/1740879.stm 11898 http://news.bbc.co.uk/1/hi/sci/tech/2251386.stm 11899 http://news.bbc.co.uk/1/hi/sci/tech/2373303.stm 11900 http://news.bbc.co.uk/1/hi/sci/tech/2764039.stm 11901 http://news.bbc.co.uk/1/hi/sci/tech/2784227.stm 11902 http://news.bbc.co.uk/1/hi/sci/tech/3535272.stm 11903 http://news.bbc.co.uk/1/hi/sci/tech/3997249.stm 11904 http://news.bbc.co.uk/1/hi/sci/tech/4123826.stm 11905 http://news.bbc.co.uk/1/hi/sci/tech/4362505.stm [all …]
|