Searched refs:REM (Results 1 – 25 of 45) sorted by relevance
12
3 REM default java executable6 REM reset list of ant targets in test.xml to execute9 REM default switch to determine if eclipse should be reinstalled between running of tests12 REM property file to pass to Ant scripts15 REM default values for os, ws and arch20 REM reset ant command line args23 REM ****************************************************************24 REM25 REM Delete previous Eclipse installation and workspace26 REM (This is the Eclipse that controls the test. The test will start another Eclipse.[all …]
1 REM2 REM Licensed to the Apache Software Foundation (ASF) under one or more3 REM contributor license agreements. See the NOTICE file distributed with4 REM this work for additional information regarding copyright ownership.5 REM The ASF licenses this file to You under the Apache License, Version 2.06 REM (the "License"); you may not use this file except in compliance with7 REM the License. You may obtain a copy of the License at8 REM 9 REM http://www.apache.org/licenses/LICENSE-2.010 REM [all …]
3 REM Licensed to the Apache Software Foundation (ASF) under one or more4 REM contributor license agreements. See the NOTICE file distributed with5 REM this work for additional information regarding copyright ownership.6 REM The ASF licenses this file to You under the Apache License, Version 2.07 REM (the "License"); you may not use this file except in compliance with8 REM the License. You may obtain a copy of the License at9 REM 10 REM http://www.apache.org/licenses/LICENSE-2.011 REM 12 REM Unless required by applicable law or agreed to in writing, software[all …]
2 REM ********************************************************************3 REM * COPYRIGHT:4 REM * Copyright (c) 2010-2014, International Business Machines Corporation5 REM * and others. All Rights Reserved.6 REM ********************************************************************92 @REM (Layout is deprecated)93 @REM @set THT=letest94 @REM @echo ==== %THT% =========================================================================95 @REM @cd %ICU_ICUDIR%\source\test\letest96 @REM %LETST_CMD% %LETEST_OPTS%[all …]
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 Prompt8 REM9 REM Then run this batch file. It performs an SVN update, edits the10 REM README.binaries file to contain[all …]
1 REM Copyright (c) 2013 The WebM project authors. All Rights Reserved.2 REM3 REM Use of this source code is governed by a BSD-style license4 REM that can be found in the LICENSE file in the root of the source5 REM tree. An additional intellectual property rights grant can be found6 REM in the file PATENTS. All contributing project authors may7 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_scale12 REM source directories.[all …]
1 REM Copyright (c) 2011 The WebM project authors. All Rights Reserved.2 REM3 REM Use of this source code is governed by a BSD-style license4 REM that can be found in the LICENSE file in the root of the source5 REM tree. An additional intellectual property rights grant can be found6 REM in the file PATENTS. All contributing project authors may7 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.
3 REM script which executes build5 REM tag to use when checking out .map file project8 REM default setting for buildType11 REM default setting for buildID14 REM default bootclasspath17 REM vm used to run the build. Defaults to java on system path20 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 …]
1 REM -- grayscale7 REM -- full-color10 REM -- palletted15 REM -- gray with alpha-channel18 REM -- color with alpha-channel21 REM -- grayscale27 REM -- full-color30 REM -- palletted35 REM -- gray with alpha-channel38 REM -- color with alpha-channel
3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,4 REM obfuscator, and preverifier for Java bytecode.5 REM6 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\""
3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file4 REM shrinker, optimizer, obfuscator, and preverifier for Java bytecode.5 REM6 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\""
3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,4 REM optimizer, obfuscator, and preverifier for Java bytecode.5 REM6 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\""
15 REM This file was contributed by Alexander Tokarev for building PCRE for use16 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 releases19 REM by Stefan Weber (Angels Holocaust).21 REM CHANGE THIS FOR YOUR BORLAND C++ COMPILER PATH23 REM location of the TASM binaries, if compiling with the -B BCC switch44 REM compile and link the PCRE library into lib: option -B for ASM compile works too
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.
158 ; CHECK-NEXT: [[REM:%.*]] = and i32 [[OR]], %x159 ; CHECK-NEXT: ret i32 [[REM]]182 ; CHECK-NEXT: [[REM:%.*]] = and i32 [[XOR]], %y183 ; CHECK-NEXT: ret i32 [[REM]]198 ; CHECK-NEXT: [[REM:%.*]] = and i32 [[SUB]], %y199 ; CHECK-NEXT: ret i32 [[REM]]
98 public static final int REM = 18; field in RegOps331 case REM: return "rem"; in opName()
79 case RegOps.REM: in hasConstantOperation()
280 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()
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
3 REM run tests
3 REM set dbloc=net://minsky.ottawa.ibm.com
197 public static final int REM = SyntheticAccessorResolver.REM_ASSIGNMENT; field in SyntheticAccessorFSM398 mathOp = REM; in test()
446 case RegOps.REM: in simulateMath()482 if (opcode == RegOps.DIV || opcode == RegOps.REM) { in simulateStmt()519 case RegOps.REM: { in simulateStmt()