Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dconfigure.bat2 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 …]
Dsubproc.bat2 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 …]
Ddosbuild.bat2 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 …]
Dbuild_w32.bat2 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/
Dconfigure.bat2 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/
Dfind-win-host.cmd2 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
Dndk-build.cmd2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
Dndk-gdb-py.cmd2 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/
Dbuild.bat20 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/
Dstdlib_support.c52 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/
Dlex.c133 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/
Dcmath_test.cpp65 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/
Dcmath_test.cpp65 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/
Ddc.sed205 /|?%/b rem
291 : rem
/ndk/build/core/
Ddefinitions-host.mk74 host-mkdir = md $(subst /,\,"$1") >NUL 2>NUL || rem
/ndk/build/tools/
Dbuild-llvm.sh503 rem target/triple already spelled out.
515 rem target/triple already spelled out.
/ndk/sources/host-tools/sed-4.2.1/po/
Dhu.po206 "A ford�t�si hib�kat k�rem a gyulai@fbi.hu c�mre k�ldeni. \n"