Home
last modified time | relevance | path

Searched refs:REM (Results 1 – 25 of 59) sorted by relevance

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
Druntests.bat3 REM default java executable
6 REM reset list of ant targets in test.xml to execute
9 REM default switch to determine if eclipse should be reinstalled between running of tests
12 REM property file to pass to Ant scripts
15 REM default values for os, ws and arch
20 REM reset ant command line args
23 REM ****************************************************************
24 REM
25 REM Delete previous Eclipse installation and workspace
26 REM (This is the Eclipse that controls the test. The test will start another Eclipse.
[all …]
/external/snakeyaml/
Dmvnw.bat1 @REM ----------------------------------------------------------------------------
2 @REM Licensed to the Apache Software Foundation (ASF) under one
3 @REM or more contributor license agreements. See the NOTICE file
4 @REM distributed with this work for additional information
5 @REM regarding copyright ownership. The ASF licenses this file
6 @REM to you under the Apache License, Version 2.0 (the
7 @REM "License"); you may not use this file except in compliance
8 @REM with the License. You may obtain a copy of the License at
9 @REM
10 @REM http://www.apache.org/licenses/LICENSE-2.0
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Dlcp.bat1 REM
2 REM Licensed to the Apache Software Foundation (ASF) under one or more
3 REM contributor license agreements. See the NOTICE file distributed with
4 REM this work for additional information regarding copyright ownership.
5 REM The ASF licenses this file to You under the Apache License, Version 2.0
6 REM (the "License"); you may not use this file except in compliance with
7 REM the License. You may obtain a copy of the License at
8 REM
9 REM http://www.apache.org/licenses/LICENSE-2.0
10 REM
[all …]
DantRun.bat3 REM Licensed to the Apache Software Foundation (ASF) under one or more
4 REM contributor license agreements. See the NOTICE file distributed with
5 REM this work for additional information regarding copyright ownership.
6 REM The ASF licenses this file to You under the Apache License, Version 2.0
7 REM (the "License"); you may not use this file except in compliance with
8 REM the License. You may obtain a copy of the License at
9 REM
10 REM http://www.apache.org/licenses/LICENSE-2.0
11 REM
12 REM Unless required by applicable law or agreed to in writing, software
[all …]
Dant.bat3 REM Licensed to the Apache Software Foundation (ASF) under one or more
4 REM contributor license agreements. See the NOTICE file distributed with
5 REM this work for additional information regarding copyright ownership.
6 REM The ASF licenses this file to You under the Apache License, Version 2.0
7 REM (the "License"); you may not use this file except in compliance with
8 REM the License. You may obtain a copy of the License at
9 REM
10 REM http://www.apache.org/licenses/LICENSE-2.0
11 REM
12 REM Unless required by applicable law or agreed to in writing, software
[all …]
/external/vulkan-validation-layers/
Dbuild_windows_targets.bat2 REM
3 REM This Windows batch file builds this repository for the following targets:
4 REM 64-bit Debug
5 REM 64-bit Release
6 REM 32-bit Debug
7 REM 32-bit Release
8 REM It uses CMake to genererate the project files and then invokes msbuild
9 REM to build them.
10 REM The update_external_sources.bat batch file must be executed before running
11 REM this batch file
[all …]
Dupdate_external_sources.bat2 REM Update source for glslang, spirv-tools
4 REM Determine the appropriate CMake strings for the current version of Visual Studio
10 REM Cleanup the file we used to collect the VS version output since it's no longer needed.
20 REM // ======== Parameter parsing ======== //
66 REM glslang has the same needs as spirv-tools
88 REM // ======== end Parameter parsing ======== //
91 REM // ======== Dependency checking ======== //
92 REM git is required for all paths
114 REM goto:main
116 REM // ======== end Dependency checking ======== //
[all …]
/external/icu/icu4c/source/allinone/
Dicucheck.bat2 REM ********************************************************************
3 REM * COPYRIGHT:
4 REM * Copyright (c) 2010-2014, International Business Machines Corporation
5 REM * and others. All Rights Reserved.
6 REM ********************************************************************
92 @REM (Layout is deprecated)
93 @REM @set THT=letest
94 @REM @echo ==== %THT% =========================================================================
95 @REM @cd %ICU_ICUDIR%\source\test\letest
96 @REM %LETST_CMD% %LETEST_OPTS%
[all …]
/external/google-breakpad/src/tools/windows/
Drefresh_binaries.bat1 REM This batch file is meant to facilitate regenerating prebuilt binaries for
2 REM the Windows tools.
3 REM You MUST run it from a Visual Studio xxxx Command Prompt. To do this,
4 REM navigate to:
5 REM
6 REM Start->Programs->Microsoft Visual Studio XXXX->Tools->
7 REM Visual Studio Command Prompt
8 REM
9 REM Then run this batch file. It performs an SVN update, edits the
10 REM README.binaries file to contain
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Ddemo.bat1 REM /*
2 REM *******************************************************************************
3 REM * Copyright (C) 1996-2004, International Business Machines Corporation and *
4 REM * others. All Rights Reserved. *
5 REM *******************************************************************************
6 REM */
7 REM For best results, run the demo as an applet inside of Netscape
8 REM with Bitstream Cyberbit installed.
10 REM setup your JDK 1.1.x path and classpath here:
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Dindic.bat1 REM /**
2 REM *******************************************************************************
3 REM * Copyright (C) 2002-2004, International Business Machines Corporation and *
4 REM * others. All Rights Reserved. *
5 REM *******************************************************************************
6 REM */
9 REM This script is a Windows launcher for the indic.pl script. For this
10 REM to work, the perl executable must be on the path. We recommend
11 REM the ActiveState build; see http://www.activestate.com. See the
12 REM tz.pl script itself for more documentation.
/external/curl/
Dbuildconf.bat2 REM
3 REM
4 REM This batch file must be used to set up a git tree to build on
5 REM systems where there is no autotools support (i.e. Microsoft).
6 REM
7 REM This file is not included nor needed for curl's release
8 REM archives, neither for curl's daily snapshot archives.
15 REM create tool_hugehelp.c
20 REM create Makefile
25 REM create curlbuild.h
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
DbuildAll.bat3 REM script which executes build
5 REM tag to use when checking out .map file project
8 REM default setting for buildType
11 REM default setting for buildID
14 REM default bootclasspath
17 REM vm used to run the build. Defaults to java on system path
20 REM target used if not default (to allow run just a portion of buildAll)
23 REM FTP user/password, required for Windows to ftp. Without it, no push.
31 REM ****************************************************************
32 REM
[all …]
/external/vulkan-validation-layers/build-android/
Dandroid-generate.bat2 REM # Copyright 2015 The Android Open Source Project
3 REM # Copyright (C) 2015 Valve Corporation
4 REM
5 REM # Licensed under the Apache License, Version 2.0 (the "License");
6 REM # you may not use this file except in compliance with the License.
7 REM # You may obtain a copy of the License at
8 REM
9 REM # http://www.apache.org/licenses/LICENSE-2.0
10 REM
11 REM # Unless required by applicable law or agreed to in writing, software
[all …]
/external/libpng/contrib/pngminus/
Dpnm2png.bat1 REM -- grayscale
7 REM -- full-color
10 REM -- palletted
15 REM -- gray with alpha-channel
18 REM -- color with alpha-channel
21 REM -- grayscale
27 REM -- full-color
30 REM -- palletted
35 REM -- gray with alpha-channel
38 REM -- color with alpha-channel
Dpng2pnm.bat1 REM -- grayscale
7 REM -- full-color
10 REM -- palletted
15 REM -- gray with alpha-channel
18 REM -- color with alpha-channel
21 REM -- grayscale
27 REM -- full-color
30 REM -- palletted
35 REM -- gray with alpha-channel
38 REM -- color with alpha-channel
/external/proguard/bin/
Dproguard.bat3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
4 REM obfuscator, and preverifier for Java bytecode.
5 REM
6 REM Note: when passing file names containing spaces to this script,
7 REM you'll have to add escaped quotes around them, e.g.
8 REM "\"C:/My Directory/My File.txt\""
Dretrace.bat3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
4 REM shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
5 REM
6 REM Note: when passing file names containing spaces to this script,
7 REM you'll have to add escaped quotes around them, e.g.
8 REM "\"C:/My Directory/My File.txt\""
Dproguardgui.bat3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
4 REM optimizer, obfuscator, and preverifier for Java bytecode.
5 REM
6 REM Note: when passing file names containing spaces to this script,
7 REM you'll have to add escaped quotes around them, e.g.
8 REM "\"C:/My Directory/My File.txt\""
/external/llvm/utils/release/
Dbuild_llvm_package.bat4 REM Script for building the LLVM installer on Windows,
5 REM used for the the weekly snapshots at http://www.llvm.org/builds.
6 REM
7 REM Usage: build_llvm_package.bat <revision>
9 REM Prerequisites:
10 REM
11 REM Visual Studio 2013, CMake, Ninja, SVN, GNUWin32,
12 REM NSIS with the strlen_8192 patch,
13 REM Visual Studio 2013 SDK (for the clang-format plugin).
16 REM You may need to modify the paths below:
[all …]
/external/pcre/dist/
Dmakevp.bat15 REM This file was contributed by Alexander Tokarev for building PCRE for use
16 REM with Virtual Pascal. It has not been tested with the latest PCRE release.
18 REM This file has been modified and extended to compile with newer PCRE releases
19 REM by Stefan Weber (Angels Holocaust).
21 REM CHANGE THIS FOR YOUR BORLAND C++ COMPILER PATH
23 REM location of the TASM binaries, if compiling with the -B BCC switch
44 REM compile and link the PCRE library into lib: option -B for ASM compile works too
/external/llvm/tools/msbuild/
Dinstall.bat6 REM Change to the directory of this batch file.
9 REM Loop over the two platforms in awkward batch file fashion.
16 REM Search for the MSBuild toolsets directory.
52 REM Routine for installing v100 toolchain.
63 REM Routine for installing v110 toolchain.
80 REM Routine for installing v120 toolchain.
97 REM Routine for installing v140 toolchain.
/external/llvm/test/Transforms/InstCombine/
Drem.ll158 ; CHECK-NEXT: [[REM:%.*]] = and i32 [[OR]], %x
159 ; CHECK-NEXT: ret i32 [[REM]]
182 ; CHECK-NEXT: [[REM:%.*]] = and i32 [[XOR]], %y
183 ; CHECK-NEXT: ret i32 [[REM]]
198 ; CHECK-NEXT: [[REM:%.*]] = and i32 [[SUB]], %y
199 ; CHECK-NEXT: ret i32 [[REM]]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java98 public static final int REM = 18; field in RegOps
331 case REM: return "rem"; in opName()
/external/clang/test/SemaObjC/
Ddefault-synthesize.m20 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one…
42 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one…
71 @synthesize howMany, what; // REM: Redundant anyway

123