Home
last modified time | relevance | path

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

12

/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/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/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/libvpx/libvpx/build/arm-msvs/
Dobj_int_extract.bat1 REM Copyright (c) 2013 The WebM project authors. All Rights Reserved.
2 REM
3 REM Use of this source code is governed by a BSD-style license
4 REM that can be found in the LICENSE file in the root of the source
5 REM tree. An additional intellectual property rights grant can be found
6 REM in the file PATENTS. All contributing project authors may
7 REM be found in the AUTHORS file in the root of the source tree.
10 REM Arguments:
11 REM %1 - Relative path to the directory containing the vp8 and vpx_scale
12 REM source directories.
[all …]
/external/libvpx/libvpx/build/x86-msvs/
Dobj_int_extract.bat1 REM Copyright (c) 2011 The WebM project authors. All Rights Reserved.
2 REM
3 REM Use of this source code is governed by a BSD-style license
4 REM that can be found in the LICENSE file in the root of the source
5 REM tree. An additional intellectual property rights grant can be found
6 REM in the file PATENTS. All contributing project authors may
7 REM be found in the AUTHORS file in the root of the source tree.
10 REM Arguments:
11 REM %1 - Relative path to the directory containing the vp8 source directory.
12 REM %2 - Path to obj_int_extract.exe.
/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/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/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()
DDexTranslationAdvice.java79 case RegOps.REM: in hasConstantOperation()
DRops.java280 new Rop(RegOps.REM, Type.INT, StdTypeList.INT_INT,
285 new Rop(RegOps.REM, Type.LONG, StdTypeList.LONG_LONG,
290 new Rop(RegOps.REM, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "rem-float");
294 new Rop(RegOps.REM, Type.DOUBLE, StdTypeList.DOUBLE_DOUBLE,
441 new Rop(RegOps.REM, Type.INT, StdTypeList.INT,
446 new Rop(RegOps.REM, Type.LONG, StdTypeList.LONG,
451 new Rop(RegOps.REM, Type.FLOAT, StdTypeList.FLOAT, "rem-const-float");
455 new Rop(RegOps.REM, Type.DOUBLE, StdTypeList.DOUBLE,
1142 case RegOps.REM: return opRem(sources); in ropFor()
/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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
Druntests.bat3 REM run tests
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Dgenresults.bat3 REM set dbloc=net://minsky.ottawa.ibm.com
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorFSM.java197 public static final int REM = SyntheticAccessorResolver.REM_ASSIGNMENT; field in SyntheticAccessorFSM
398 mathOp = REM; in test()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSCCP.java446 case RegOps.REM: in simulateMath()
482 if (opcode == RegOps.DIV || opcode == RegOps.REM) { in simulateStmt()
519 case RegOps.REM: { in simulateStmt()

12