/ndk/sources/host-tools/make-3.81/ |
D | configure.bat | 2 rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3 rem 2004, 2005, 2006 Free Software Foundation, Inc. 4 rem This file is part of GNU Make. 6 rem GNU Make is free software; you can redistribute it and/or modify it under 7 rem the terms of the GNU General Public License as published by the Free 8 rem Software Foundation; either version 2, or (at your option) any later 9 rem version. 11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT 12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for [all …]
|
D | subproc.bat | 2 rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 rem 2005, 2006 Free Software Foundation, Inc. 4 rem This file is part of GNU Make. 6 rem GNU Make is free software; you can redistribute it and/or modify it under 7 rem the terms of the GNU General Public License as published by the Free 8 rem Software Foundation; either version 2, or (at your option) any later 9 rem version. 11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT 12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for [all …]
|
D | dosbuild.bat | 2 rem Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free 3 rem Software Foundation, Inc. 4 rem This file is part of GNU Make. 6 rem GNU Make is free software; you can redistribute it and/or modify it under the 7 rem terms of the GNU General Public License as published by the Free Software 8 rem Foundation; either version 2, or (at your option) any later version. 10 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 11 rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 rem A PARTICULAR PURPOSE. See the GNU General Public License for more details. 14 rem You should have received a copy of the GNU General Public License along with [all …]
|
D | build_w32.bat | 2 rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 3 rem 2006 Free Software Foundation, Inc. 4 rem This file is part of GNU Make. 6 rem GNU Make is free software; you can redistribute it and/or modify it under the 7 rem terms of the GNU General Public License as published by the Free Software 8 rem Foundation; either version 2, or (at your option) any later version. 10 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 11 rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 rem A PARTICULAR PURPOSE. See the GNU General Public License for more details. 14 rem You should have received a copy of the GNU General Public License along with [all …]
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | configure.bat | 2 rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3 rem 2004, 2005, 2006 Free Software Foundation, Inc. 4 rem This file is part of GNU Make. 6 rem GNU Make is free software; you can redistribute it and/or modify it under 7 rem the terms of the GNU General Public License as published by the Free 8 rem Software Foundation; either version 2, or (at your option) any later 9 rem version. 11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT 12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for [all …]
|
/ndk/ |
D | find-win-host.cmd | 2 rem This is a Windows cmd.exe script used to find windows host name. 3 rem %1 is the env. var to set to the windows host name. 8 rem Check if %NDK_ROOT% contains any spaces 21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists 27 rem Otherwise fall back to 32-bit make 30 rem Uses "endlocal &&" hack to allow env. vars to survive setlocal/endlocal
|
D | ndk-build.cmd | 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
|
D | ndk-gdb-py.cmd | 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | build.bat | 20 rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 21 rem 2005, 2006 Free Software Foundation, Inc. 22 rem This file is part of GNU Make. 24 rem GNU Make is free software; you can redistribute it and/or modify it under the 25 rem terms of the GNU General Public License as published by the Free Software 26 rem Foundation; either version 2, or (at your option) any later version. 28 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 29 rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 30 rem A PARTICULAR PURPOSE. See the GNU General Public License for more details. 32 rem You should have received a copy of the GNU General Public License along with [all …]
|
/ndk/sources/android/support/src/ |
D | stdlib_support.c | 52 retval.rem = numer % denom; in imaxdiv() 53 if (numer >= 0 && retval.rem < 0) { in imaxdiv() 55 retval.rem -= denom; in imaxdiv()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 133 char *rem; in gettok() local 148 strtod(buf, &rem); /* parse the number */ in gettok() 149 if (rem == buf) { /* it wasn't a valid number at all */ in gettok() 152 unputstr(rem+1); /* put rest back for later */ in gettok() 154 unputstr(rem); /* put rest back for later */ in gettok() 155 rem[0] = 0; /* truncate buf after number part */ in gettok()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | cmath_test.cpp | 65 CPPUNIT_CHECK( div_res.rem == 1 ); in import_checks() 68 CPPUNIT_CHECK( ldiv_res.rem == 1l ); in import_checks() 71 CPPUNIT_CHECK( ldiv_res.rem == 1l ); in import_checks()
|
/ndk/tests/device/test-stlport/unit/ |
D | cmath_test.cpp | 65 CPPUNIT_CHECK( div_res.rem == 1 ); in import_checks() 68 CPPUNIT_CHECK( ldiv_res.rem == 1l ); in import_checks() 71 CPPUNIT_CHECK( ldiv_res.rem == 1l ); in import_checks()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | dc.sed | 205 /|?%/b rem 291 : rem
|
/ndk/build/core/ |
D | definitions-host.mk | 74 host-mkdir = md $(subst /,\,"$1") >NUL 2>NUL || rem
|
/ndk/build/tools/ |
D | build-llvm.sh | 503 rem target/triple already spelled out. 515 rem target/triple already spelled out.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | hu.po | 206 "A ford�t�si hib�kat k�rem a gyulai@fbi.hu c�mre k�ldeni. \n"
|