Home
last modified time | relevance | path

Searched refs:si (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/host-tools/gdb-stub/
Dgdb-stub.c84 STARTUPINFO si; in main() local
160 memset(&si, 0, sizeof(si)); in main()
161 si.cb = sizeof(si); in main()
162 si.dwFlags |= STARTF_USESTDHANDLES; in main()
163 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in main()
164 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in main()
165 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in main()
179 ,&si // STARTUPINFO pointer in main()
/ndk/sources/android/support/src/msun/
Ds_nan.c69 int si; /* index into s */ local
79 for (si = 0; isxdigit(s[si]); si++)
88 if (--si < 0)
90 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
Dunique_pred.pass.cpp103 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test() local
105 r = std::unique(Iter(ii), Iter(ii+si), count_equal()); in test()
110 assert(count_equal::count == si-1); in test()
204 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test1() local
206 r = std::unique(Iter(ii), Iter(ii+si), count_equal()); in test1()
211 assert(count_equal::count == si-1); in test1()
Dunique_copy_pred.pass.cpp110 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test() local
111 int ji[si] = {-1}; in test()
113 r = std::unique_copy(InIter(ii), InIter(ii+si), OutIter(ji), count_equal()); in test()
118 assert(count_equal::count == si-1); in test()
Dunique.pass.cpp79 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test() local
80 r = std::unique(Iter(ii), Iter(ii+si)); in test()
164 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test1() local
165 r = std::unique(Iter(ii), Iter(ii+si)); in test1()
Dunique_copy.pass.cpp85 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test() local
86 int ji[si] = {-1}; in test()
87 r = std::unique_copy(InIter(ii), InIter(ii+si), OutIter(ji)); in test()
/ndk/sources/host-tools/make-3.81/po/
Dpl.po51 "Uzyskanie informacji o module przez lnr$set_module nie uda�o si�, status = %d"
56 msgstr "lbr$ini_control nie powiod�o si�, status = %d"
323 msgstr "# Uaktualnienie powiod�o si�."
331 msgstr "# Uaktualnianie nie powiod�o si�."
378 msgstr "create_child_process: DuplicateHandle(In) nie powiod�o si� (e=%d)\n"
383 msgstr "create_child_process: DuplicateHandle(Err) nie powiod�o si� (e=%d)\n"
388 msgstr "CreatePipe() nie powiod�o si� (e=%d)\n"
392 msgstr "windows32_openpipe (): process_init_fd() nie powiod�o si�\n"
688 msgstr "$SHELL si� zmieni� (by� `%s', jest `%s')\n"
779 " -k, --keep-going Kontynuuj je�li nie da si� zrobi� jakich�\n"
[all …]
Dgl.po190 msgstr "A variable recursiva `%s' fai referencia a si mesma (ao final)"
/ndk/sources/host-tools/sed-4.2.1/
DTHANKS44 Steve Ingram <si@maps-r-us.com>
/ndk/sources/host-tools/sed-4.2.1/po/
Dca.po225 "Forma d'�s: %s [OPCI�]... {script-nom�s-si-no-hi-ha-altres-scripts}\n"
275 " edita els mateixos fitxers (fa c�pia de seguretat si es\n"
366 "restants s�n noms de fitxers d'entrada; si no s'especifiquen fitxers "
561 #~ "�s: %s [OPCI�]... {script-nom�s-si-no-hi-ha-altres-scripts} [fitxer-"
571 #~ " edita els mateixos fitxers (fa c�pia de seguretat si es\n"
592 #~ "restants s�n noms de fitxers d'entrada; si no s'especifiquen fitxers "
Dfr.po231 "Utilisation: %s [OPTION]... {script-seulement-si-pas-d'autre-script}\n"
279 " sauvegarde si l'extension est fournie)\n"
368 "d'entr�e; si aucun fichier d'entr�e n'est sp�cifi�e, l'entr�e standard\n"
Dhu.po206 "A ford�t�si hib�kat k�rem a gyulai@fbi.hu c�mre k�ldeni. \n"
415 msgstr "olvas�si hiba %s: %s"
Dit.po437 "Questo � software libero; si veda il sorgente per le condizioni di "
Dsl.po13 "Last-Translator: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>\n"
/ndk/sources/android/support/src/stdio/
Dstrtod.c2208 ULong si, zs; local
2235 si = *sx++;
2236 ys = (si & 0xffff) * q + carry;
2237 zs = (si >> 16) * q + (ys >> 16);
2271 si = *sx++;
2272 ys = (si & 0xffff) + carry;
2273 zs = (si >> 16) + (ys >> 16);
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.09983 | -silent | --silent | --silen | --sile | --sil | --si | --s)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk4346 $(call gen-test, utilities/ratio/ratio.si/nothing_to_do)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk4337 $(call gen-test, utilities/ratio/ratio.si/nothing_to_do)