/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
D | runtests.bat | 3 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/ |
D | mvnw.bat | 1 @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/ |
D | lcp.bat | 1 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 …]
|
D | antRun.bat | 3 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 …]
|
D | ant.bat | 3 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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | demo.bat | 1 REM /* 2 REM ******************************************************************************* 3 REM * Copyright (C) 2016 and later: Unicode, Inc. and others. 4 REM * License & terms of use: http://www.unicode.org/copyright.html#License 5 REM ******************************************************************************* 6 REM ******************************************************************************* 7 REM * Copyright (C) 1996-2004, International Business Machines Corporation and * 8 REM * others. All Rights Reserved. * 9 REM ******************************************************************************* 10 REM */ [all …]
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | indic.bat | 1 REM /** 2 REM ******************************************************************************* 3 REM * Copyright (C) 2016 and later: Unicode, Inc. and others. * 4 REM * License & terms of use: http://www.unicode.org/copyright.html#License * 5 REM ******************************************************************************* 6 REM ******************************************************************************* 7 REM * Copyright (C) 2002-2004, International Business Machines Corporation and * 8 REM * others. All Rights Reserved. * 9 REM ******************************************************************************* 10 REM */ [all …]
|
/external/vulkan-validation-layers/ |
D | build_windows_targets.bat | 2 REM 3 REM This Windows batch file builds this repository for the following targets: 4 REM 64/32-bit Release/Debug 5 REM It uses CMake to genererate the project files and then invokes msbuild 6 REM to build them. 7 REM The update_external_sources.bat batch file must be executed before running 8 REM this batch file 9 REM 10 REM Arguments: 11 REM None: Runs CMake and builds all 4 combinations [all …]
|
D | update_external_sources.bat | 2 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/ |
D | icucheck.bat | 2 REM Copyright (C) 2016 and later: Unicode, Inc. and others. 3 REM License & terms of use: http://www.unicode.org/copyright.html 4 REM ******************************************************************** 5 REM * COPYRIGHT: 6 REM * Copyright (c) 2010-2014, International Business Machines Corporation 7 REM * and others. All Rights Reserved. 8 REM ******************************************************************** 94 @REM (Layout is deprecated - this would require HarfBuzz) 95 @REM @set THT=letest 96 @REM @echo ==== %THT% ========================================================================= [all …]
|
/external/vulkan-validation-layers/build-android/ |
D | android-generate.bat | 2 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 …]
|
D | update_external_sources_android.bat | 2 REM Update source for glslang, spirv-tools, and shaderc 4 REM 5 REM Copyright 2016 The Android Open Source Project 6 REM Copyright (C) 2015 Valve Corporation 7 REM 8 REM Licensed under the Apache License, Version 2.0 (the "License"); 9 REM you may not use this file except in compliance with the License. 10 REM You may obtain a copy of the License at 11 REM 12 REM http://www.apache.org/licenses/LICENSE-2.0 [all …]
|
/external/google-breakpad/src/tools/windows/ |
D | refresh_binaries.bat | 1 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/linux-kselftest/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 126 REM=$2 129 echo "Running link tests on: $(basename $LOC) / $(basename $REM)" 138 if [[ $(read_file "$REM/link") != "N" ]]; then 139 echo "Expected remote link to be down in $REM/link" >&2 152 REM=$2 155 echo "Running db tests on: $(basename $LOC) / $(basename $REM)" 157 write_file "c 0xFFFFFFFF" "$REM/db" 160 let DB=$(read_file "$REM/db") || true 163 "in $REM/db" >&2 188 REM=$2 [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/ |
D | buildAll.bat | 3 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/libpng/contrib/pngminus/ |
D | pnm2png.bat | 1 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
|
D | png2pnm.bat | 1 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/ |
D | proguard.bat | 3 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\""
|
D | proguardgui.bat | 3 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\""
|
D | retrace.bat | 3 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\""
|
/external/llvm/utils/release/ |
D | build_llvm_package.bat | 4 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/llvm/tools/msbuild/ |
D | install.bat | 6 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/clang/test/SemaObjC/ |
D | default-synthesize.m | 20 @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
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/ |
D | runtests.bat | 3 REM run tests
|
/external/llvm/test/Transforms/InstCombine/ |
D | rem.ll | 176 ; CHECK-NEXT: [[REM:%.*]] = and i32 [[OR]], %x 177 ; CHECK-NEXT: ret i32 [[REM]] 200 ; CHECK-NEXT: [[REM:%.*]] = and i32 [[XOR]], %y 201 ; CHECK-NEXT: ret i32 [[REM]] 216 ; CHECK-NEXT: [[REM:%.*]] = and i32 [[SUB]], %y 217 ; CHECK-NEXT: ret i32 [[REM]]
|