HomeSort by relevance Sort by last modified time
    Searched refs:ROOT (Results 1 - 25 of 353) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/testng/bin/
testng.bat 1 set ROOT=c:\java\TestNG
2 set JAR=%ROOT%\testng-5.2beta-jdk15.jar;%ROOT%\test\build
3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build
5 java -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testng.TestNG %1 %2 %3 %4 %5 %6 %7 %8 %9
testng.sh 0 ROOT=~/java/testng
3 JAR14=$ROOT/testng-$VERSION-jdk14.jar
4 JAR15=$ROOT/testng-$VERSION-jdk15.jar
6 java -ea -classpath $ROOT/test/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR15:$CLASSPATH org.testng.TestNG $*
junitconverter.bat 1 set ROOT=c:\java\TestNG
2 set JAR=%ROOT%\testng-4.5-jdk15.jar;%ROOT%\test\build
3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build
5 java -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testng.JUnitConverter -restore -overwrite -annotation -srcdir src
run-tests.sh 0 ROOT=~/java/testng
3 JAR14=$ROOT/testng-$VERSION-jdk14.jar
4 JAR15=$ROOT/testng-$VERSION-jdk15.jar
6 java -ea -classpath test/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR15:$CLASSPATH org.testng.TestNG test/testng.xml
8 java -ea -classpath test/v4/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR15:$CLASSPATH org.testng.TestNG test/v4/testng.xml
10 java -ea -classpath test-14/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -sourcedir test-14/src test-14/testng.xml
12 java -ea -classpath test-14/v4/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -sourcedir test-14/v4/src test-14/v4/testng.xml
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Makefile 2 ROOT=../..
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
  /development/tools/labpretest/crespo/
custom_flash.sh 16 # ROOT
33 bootloaderfile=`ls -1 $ROOT/$product/ | sed -n 's/^\(bootloader\.[0-9A-Za-z_]*.img\)\n*/\1/ p'`
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
42 log_print "using $ROOT/$product/$bootloaderfile as bootloader image file"
45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
54 # ROOT
72 # ROOT
  /external/compiler-rt/lib/tsan/
check_cmake.sh 5 ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 if [ -d "$ROOT/llvm-build" ]; then
7 cd $ROOT/llvm-build
9 mkdir -p $ROOT/llvm-build
10 cd $ROOT/llvm-build
11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
  /development/tools/labpretest/stingray/
custom_flash.sh 16 # ROOT
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
42 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
54 # ROOT
72 # ROOT
  /development/tools/labpretest/sholes/
custom_flash.sh 16 # ROOT
43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
50 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
  /libcore/ojluni/src/main/java/sun/security/x509/
OIDMap.java 53 private static final String ROOT = X509CertImpl.NAME + "." +
56 private static final String AUTH_KEY_IDENTIFIER = ROOT + "." +
58 private static final String SUB_KEY_IDENTIFIER = ROOT + "." +
60 private static final String KEY_USAGE = ROOT + "." +
62 private static final String PRIVATE_KEY_USAGE = ROOT + "." +
64 private static final String POLICY_MAPPINGS = ROOT + "." +
66 private static final String SUB_ALT_NAME = ROOT + "." +
68 private static final String ISSUER_ALT_NAME = ROOT + "." +
70 private static final String BASIC_CONSTRAINTS = ROOT + "." +
72 private static final String NAME_CONSTRAINTS = ROOT + "."
    [all...]
  /external/e2fsprogs/lib/et/
compile_et.sh.in 40 ROOT=`echo $1 | sed -e s/.et$//`
41 BASE=`basename $ROOT`
43 if test ! -f "$ROOT.et" ; then
44 echo "compile_et: $ROOT.et: File not found"
48 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
55 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestSetPath.java 43 mDir = SetPathDir.ROOT;
55 case ROOT:
71 ROOT, UP, DOWN
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser_test.cc 56 ROOT %add = f32[2,4]{1,0} add(f32[2,4]{1,0} %multiply, f32[2,4]{1,0} %y)
67 ROOT %constant = pred[] constant(true), metadata={op_type="const" op_name="\"it\'s not a problem\n" source_file="path/to/test.cc" source_line=68}
78 ROOT %constant = s32[] constant(-42)
89 ROOT %constant = f32[] constant(42)
100 ROOT %constant = f32[0]{0} constant({})
111 ROOT %constant = f32[2,0,4,3]{3,2,1,0} constant(f32[2,0,4,3] { { /*i0=0*/ }, { /*i0=1*/ } })
122 ROOT %constant = f32[3,2,1,1]{3,2,1,0} constant(f32[3,2,1,1] { { /*i0=0*/ { /*i1=0*/ {-1} }, { /*i1=1*/ {4.1} } }, { /*i0=1*/ { /*i1=0*/ {2} }, { /*i1=1*/ {4.1} } }, { /*i0=2*/ { /*i1=0*/ {5} }, { /*i1=1*/ {4.4} } } })
134 ROOT %is-finite = pred[6]{0} is-finite(f32[6]{0} %constant)
145 ROOT %constant = f16[] constant(500)
156 ROOT %constant = bf16[] constant(500
    [all...]
  /external/python/cpython2/PC/VS8.0/
build_tkinter.py 23 ROOT = os.path.abspath(os.path.join(here, par, par, par))
37 dest = os.path.join(ROOT, "tcltk")
40 dest = os.path.join(ROOT, "tcltk64")
46 tcldir = os.path.join(ROOT, TCL)
56 os.chdir(os.path.join(ROOT, TK, "win"))
65 os.chdir(os.path.join(ROOT, TIX, "win"))
  /external/python/cpython2/PC/VS9.0/
build_tkinter.py 18 ROOT = os.path.abspath(os.path.join(here, par, par))
34 dest = os.path.join(ROOT, "tcltk")
37 dest = os.path.join(ROOT, "tcltk64")
43 tcldir = os.path.join(ROOT, TCL)
53 os.chdir(os.path.join(ROOT, TK, "win"))
62 os.chdir(os.path.join(ROOT, TIX, "win"))
  /development/tools/labpretest/
labpretest.sh 17 ROOT=$(cd `dirname $0` && pwd)
18 ADB="$ROOT/tools/adb"
19 FASTBOOT="$ROOT/tools/fastboot"
267 # ROOT
284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`
289 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
293 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
296 flash_partition $bootpart $ROOT/$product/$bootloaderfile
306 # ROOT
323 radiofile=`ls -1 $ROOT/$product | sed -n 's/\(radio[0-9._A-Za-z]\+img\)/\1/ p'
    [all...]
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 37 ROOT=`echo $1 | sed -e s/.ct$//`
38 BASE=`basename "$ROOT"`
47 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 37 * always include the root node, unless the context node is the root node.
44 * root node.
121 * root, descendants, attributes, and namespace node decls.
136 * root.
142 * from and including the root.
148 * from and including the root.
153 * A non-xpath axis, returns root only.
155 public static final int ROOT = 19;
202 "descendants-from-root", // 1
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLDocument.java 26 private static final String ROOT = "html";
48 super(ROOT, PUBID, SYSTEM, encoding, false, writer);
64 super(ROOT, PUBID, SYSTEM, encoding, false, output);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
YamlDocument.java 27 public static final String ROOT = "specification/";
34 ROOT + sourceName);
45 source = Util.getLocalResource(ROOT + sourceName);
  /external/v8/tools/
test-server.py 37 ROOT = os.path.abspath(os.path.dirname(sys.argv[0]))
67 data_dir = os.path.join(ROOT, "data")
72 trusted_dir = os.path.join(ROOT, "trusted")
113 testrunner_dir = os.path.join(ROOT, "testrunner")
128 v8_dir = os.path.join(ROOT, "v8")
163 if not os.path.isdir(os.path.join(ROOT, "v8")):
173 daemon = main.Server(PIDFILE, ROOT)
176 daemon = main.Server(PIDFILE, ROOT)
179 daemon = main.Server(PIDFILE, ROOT)
204 daemon = main.Server(PIDFILE, ROOT)
    [all...]
  /frameworks/base/core/java/android/net/
NetworkConfig.java 66 name = fragments[0].trim().toLowerCase(Locale.ROOT);
  /libcore/metrictests/memory/apps/src/libcore/heapdumper/
Actions.java 39 * Uses a collator for the root locale to trivially sort some strings.
44 useCollatorForLocale(Locale.ROOT);
  /external/annotation-tools/
.travis-build-without-test.sh 2 ROOT=$TRAVIS_BUILD_DIR/..
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
AccountUtils.java 58 final String atDomain = "@" + domain.toLowerCase(Locale.ROOT);
60 if (account.name.toLowerCase(Locale.ROOT).endsWith(atDomain)) {

Completed in 782 milliseconds

1 2 3 4 5 6 7 8 91011>>