Home
last modified time | relevance | path

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

12345678910>>...30

/external/curl/
Dbuildconf.bat2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
10 rem *
11 rem * This software is licensed as described in the file COPYING, which
[all …]
/external/python/cpython2/PCbuild/
Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
9 rem -x64 Run the 64-bit build of python (or python_d if -d was specified)
10 rem from the 'amd64' dir instead of the 32-bit build in this dir.
11 rem All leading instances of these switches are shifted off, and
[all …]
/external/python/cpython3/PCbuild/
Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .pyc files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .pyc files.
9 rem -x64 Run the 64-bit build of python (or python_d if -d was specified)
10 rem When omitted, uses %PREFIX% if set or the 32-bit build
11 rem All leading instances of these switches are shifted off, and
[all …]
/external/python/cpython2/PC/VS9.0/
Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
9 rem -x64 Run the 64-bit build of python (or python_d if -d was specified)
10 rem from the 'amd64' dir instead of the 32-bit build in this dir.
11 rem All leading instances of these switches are shifted off, and
[all …]
/external/ImageMagick/www/assets/
Dmagick.css6rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex=…
18 padding-top: 3.5rem;
22 max-width: 60rem;
26 padding: 1.5rem 1.5rem;
30 padding-bottom: 1.25rem;
31 margin-bottom: 2rem;
32 border-bottom: .05rem solid #eee;
36 font-size: 2rem;
40 font-size: 1.1rem;
45 padding: 2.5rem 0;
[all …]
/external/python/cpython2/PC/VS7.1/
Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
9 rem All leading instances of these switches are shifted off, and
10 rem whatever remains is passed to regrtest.py. For example,
11 rem rt -O -d -x test_thread
[all …]
/external/python/cpython2/PC/VS8.0/
Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
9 rem All leading instances of these switches are shifted off, and
10 rem whatever remains is passed to regrtest.py. For example,
11 rem rt -O -d -x test_thread
[all …]
/external/grpc-grpc/test/distrib/csharp/
Drun_distrib_test.bat1 @rem Copyright 2016 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
Dbuild_vs2015.bat1 @rem Copyright 2016 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dshift_mask.ll11 %rem = and i8 %b, 7
12 %shl = shl i8 %a, %rem
22 %rem = and i16 %b, 15
23 %shl = shl i16 %a, %rem
33 %rem = and i32 %b, 31
34 %shl = shl i32 %a, %rem
44 %rem = and i64 %b, 63
45 %shl = shl i64 %a, %rem
54 …%rem = and <16 x i8> %b, <i8 7, i8 7, i8 7, i8 7, i8 7, i8 7, i8 7, i8 7, i8 7, i8 7, i8 7, i8 7, …
55 %shl = shl <16 x i8> %a, %rem
[all …]
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Dprepare_build_windows.bat1 @rem Copyright 2017 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/external/flatbuffers/android/jni/
Dbuild_flatc.bat1 @rem Copyright (c) 2013 Google, Inc.
2 @rem
3 @rem This software is provided 'as-is', without any express or implied
4 @rem warranty. In no event will the authors be held liable for any damages
5 @rem arising from the use of this software.
6 @rem Permission is granted to anyone to use this software for any purpose,
7 @rem including commercial applications, and to alter it and redistribute it
8 @rem freely, subject to the following restrictions:
9 @rem 1. The origin of this software must not be misrepresented; you must not
10 @rem claim that you wrote the original software. If you use this software
[all …]
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake_as_externalproject.bat1 @rem Copyright 2016 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/external/grpc-grpc/tools/run_tests/helper_scripts/
Dpost_tests_csharp.bat1 @rem Copyright 2016 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Ddivrem-combine.ll7 ; rem = n % d
12 ; rem = n - (n / d) * d
21 ; O0: rem.s32
24 ; O2: sub.s32 [[rem:%r[0-9]+]], [[num]], [[mul]]
25 %rem = srem i32 %n, %d
29 ; O2: st{{.*}}[[rem]]
30 store i32 %rem, i32* %rem_ret
39 ; O0: rem.u32
45 ; O2: sub.{{u|s}}32 [[rem:%r[0-9]+]], [[num]], [[mul]]
46 %rem = urem i32 %n, %d
[all …]
/external/grpc-grpc/tools/internal_ci/windows/
Dgrpc_distribtests.bat1 @rem Copyright 2017 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
Dgrpc_build_packages.bat1 @rem Copyright 2017 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/external/strace/tests/
Dclock_nanosleep.c55 }, rem = { in main() local
74 NULL, &rem.ts) == -1); in main()
76 " = -1 EFAULT (%m)\n", &rem.ts); in main()
79 &req.ts, &rem.ts) == 0); in main()
83 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts); in main()
87 &req.ts, &rem.ts) == -1); in main()
91 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts); in main()
96 &req.ts, &rem.ts) == -1); in main()
100 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts); in main()
105 &req.ts, &rem.ts) == -1); in main()
[all …]
/external/strace/tests-m32/
Dclock_nanosleep.c55 }, rem = { in main() local
74 NULL, &rem.ts) == -1); in main()
76 " = -1 EFAULT (%m)\n", &rem.ts); in main()
79 &req.ts, &rem.ts) == 0); in main()
83 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts); in main()
87 &req.ts, &rem.ts) == -1); in main()
91 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts); in main()
96 &req.ts, &rem.ts) == -1); in main()
100 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts); in main()
105 &req.ts, &rem.ts) == -1); in main()
[all …]
/external/strace/tests-mx32/
Dclock_nanosleep.c55 }, rem = { in main() local
74 NULL, &rem.ts) == -1); in main()
76 " = -1 EFAULT (%m)\n", &rem.ts); in main()
79 &req.ts, &rem.ts) == 0); in main()
83 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts); in main()
87 &req.ts, &rem.ts) == -1); in main()
91 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts); in main()
96 &req.ts, &rem.ts) == -1); in main()
100 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts); in main()
105 &req.ts, &rem.ts) == -1); in main()
[all …]
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/
Dgenerate_protos.bat1 @rem Copyright 2016 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/external/flatbuffers/tests/
DRustTest.bat2 rem Copyright 2018 Google Inc. All rights reserved.
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/external/curl/projects/
Dbuild-wolfssl.bat2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) 2012 - 2018, Steve Holme, <steve_holme@hotmail.com>.
10 rem * Copyright (C) 2015, Jay Satiro, <raysatiro@yahoo.com>.
11 rem *
[all …]
/external/grpc-grpc/examples/csharp/RouteGuide/
Dgenerate_protos.bat1 @rem Copyright 2016 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/external/grpc-grpc/examples/csharp/Helloworld/
Dgenerate_protos.bat1 @rem Copyright 2016 gRPC authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]

12345678910>>...30