Searched refs:nn (Results 1 – 7 of 7) sorted by relevance
/ndk/build/awk/ |
D | gen-windows-host-path.awk | 72 for (nn = 1; nn <= count1; nn++) { 73 if (!match(host[nn],"^[A-Za-z]:$")) { 77 letter = substr(host[nn],1,1) 83 if (match(cygwin[nn],"/"lo"$")) { 85 host[count] = host[nn] 86 cygwin[count] = substr(cygwin[nn],1,length(cygwin[nn])-1) up 92 if (match(cygwin[nn],"/"up"$")) { 94 host[count] = host[nn] 95 cygwin[count] = substr(cygwin[nn],1,length(cygwin[nn])-1) lo 128 for (nn = 1; nn <= count; nn++) { [all …]
|
D | gen-cygwin-deps-converter.awk | 131 for (nn = 1; nn <= count; nn++) { 132 printf( "$(info %s => %s)", cygwin[nn], host[nn]); 136 for (nn = 1; nn <= count; nn++) { 137 add_drive_rule(host[nn], cygwin[nn])
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_guard.cpp | 43 for (int nn = 0; nn < MAX_THREADS; nn++) { in main() local 44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) ); in main() 47 for (int nn = 0; nn < MAX_THREADS; nn++) { in main() local 49 pthread_join( sThreads[nn], &dummy ); in main() 66 for (int nn = 0; nn < MAX_THREADS; nn++) { in main() local 67 if (sInstances[nn] != foo) in main()
|
/ndk/sources/host-tools/toolbox/ |
D | echo_win.c | 47 int nn; in main() local
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 524 int nn = decpt - 1; in __format_float_scientific() local 525 if (nn < 0) in __format_float_scientific() 526 nn = -nn; in __format_float_scientific() 527 for (; nn > 9; nn /= 10) in __format_float_scientific() 528 *--suffix = (char) todigit(nn % 10); in __format_float_scientific() 529 *--suffix = (char) todigit(nn); in __format_float_scientific()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | fi.po | 165 # Juuri näin, muodostetaan käännöslause yksittäisistä sanoista... 515 msgstr "Hylätään mahdoton säännön ennakkoehto \"%s\".\n" 525 msgstr "Yritetään käyttää säännön ennakkoehtoa \"%s\".\n" 833 " -r, --no-builtin-rules Poista käytöstä sisäiset oletussäännöt.\n" 1063 "varoitus: Havaittu väärä kellonaika. Käännösversio saattaa olla " 1380 msgstr "kohde \"%s\" annettu yli yhden kerran samassa säännössä." 1602 "# Oletussäännöt"
|
/ndk/sources/host-tools/make-3.81/ |
D | ABOUT-NLS | 460 lt lv mk mn ms mt nb nl nn no nso pl pt pt_BR ro ru 594 lt lv mk mn ms mt nb nl nn no nso pl pt pt_BR ro ru
|