/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/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/stlport/ |
D | configure.bat | 2 REM ************************************************************************** 3 REM * 4 REM * configure.bat for setting up compiling STLport under Windows 5 REM * to see available options, call with option --help 6 REM * 7 REM * Copyright (C) 2004,2005 Michael Fink 8 REM * 9 REM ************************************************************************** 11 REM Attention! Batch file labels only have 8 significant characters! 16 REM no options at all? [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/libvpx/libvpx/build/x86-msvs/ |
D | obj_int_extract.bat | 1 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.
|
/external/icu4c/allinone/ |
D | icucheck.bat | 2 REM ******************************************************************** 3 REM * COPYRIGHT: 4 REM * Copyright (c) 2010-2012, International Business Machines Corporation 5 REM * and others. All Rights Reserved. 6 REM ******************************************************************** 105 REM clean up 107 REM unset ICU_OPATH 110 @REM done
|
/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.
|
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.
|
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.
|
/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
|
D | default-synthesize-1.m | 69 //@synthesize howMany, what; // REM: Redundant anyway
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegOps.java | 98 public static final int REM = 18; field in RegOps 331 case REM: return "rem"; in opName()
|
D | DexTranslationAdvice.java | 79 case RegOps.REM: in hasConstantOperation()
|
D | Rops.java | 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()
|
/external/openssl/crypto/bn/ |
D | expspeed.c | 240 # define REM b in do_mul_exp() macro 243 # define REM NULL in do_mul_exp() 245 if (!BN_generate_prime(c,sizes[i],0,ADD,REM,genprime_cb,NULL)) goto err; in do_mul_exp()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/ |
D | runtests.bat | 3 REM run tests
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/ |
D | genresults.bat | 3 REM set dbloc=net://minsky.ottawa.ibm.com
|
/external/expat/bcb5/ |
D | setup.bat | 1 REM CommandInterpreter: $(COMSPEC)
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SCCP.java | 446 case RegOps.REM: in simulateMath() 482 if (opcode == RegOps.DIV || opcode == RegOps.REM) { in simulateStmt() 519 case RegOps.REM: { in simulateStmt()
|
/external/clang/docs/ |
D | make.bat | 3 REM Command file for Sphinx documentation
|
/external/clang/docs/analyzer/ |
D | make.bat | 3 REM Command file for Sphinx documentation
|