HomeSort by relevance Sort by last modified time
    Searched refs:ROOT (Results 1 - 25 of 301) 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 54 private static final String ROOT = X509CertImpl.NAME + "." +
57 private static final String AUTH_KEY_IDENTIFIER = ROOT + "." +
59 private static final String SUB_KEY_IDENTIFIER = ROOT + "." +
61 private static final String KEY_USAGE = ROOT + "." +
63 private static final String PRIVATE_KEY_USAGE = ROOT + "." +
65 private static final String POLICY_MAPPINGS = ROOT + "." +
67 private static final String SUB_ALT_NAME = ROOT + "." +
69 private static final String ISSUER_ALT_NAME = ROOT + "." +
71 private static final String BASIC_CONSTRAINTS = ROOT + "." +
73 private static final String NAME_CONSTRAINTS = ROOT + "."
    [all...]
  /external/e2fsprogs/lib/et/
compile_et.sh.in 41 ROOT=`echo $1 | sed -e s/.et$//`
42 BASE=`basename $ROOT`
44 if test ! -f "$ROOT.et" ; then
45 echo "compile_et: $ROOT.et: File not found"
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetPath.java 28 ROOT, UP, DOWN
45 mDir = SetPathDir.ROOT;
57 case ROOT:
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestSetPath.java 32 ROOT, UP, DOWN
47 mDir = SetPathDir.ROOT;
59 case ROOT:
  /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 42 ROOT=`echo $1 | sed -e s/.ct$//`
43 BASE=`basename "$ROOT"`
52 | ${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);
  /hardware/ti/omap3/dspbridge/inc/
dbreg.h 86 #define ROOT "Root" /* root dir */
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
File.java 29 public static final File ROOT = new File("");
55 parent = name.equals("") ? null : ROOT;
117 return new File(ROOT, name);
129 return cParent == null ? ROOT : cParent;
136 return ROOT;
139 return ROOT;
144 return new File(ROOT, name);
287 return new File[] {ROOT};
  /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)) {
  /development/scripts/
gdbclient 61 local ROOT=$(gettop)
62 if [ -z "$ROOT" ]; then
65 ROOT=`realpath .`
69 local OUT_ROOT="${SYS_OUT_ROOT:-${OUT_DIR:-$ROOT/out}}/target/product/$DEVICE"
103 echo "Error: gdbclient only works if you've run 'adb root'"
186 local DALVIK_GDB_SCRIPT=$ROOT/development/scripts/gdb/dalvik.gdb
  /development/build/tools/
mk_sdk_repo_xml.sh 62 # Get the root element from the schema. This is the first element
64 ROOT=$(sed -n -e '/xsd:element.*name="sdk-/s/.*name="\(sdk-[^"]*\)".*/\1/p' "$SCHEMA")
65 [[ -z "$ROOT" ]] && error "Failed to find root element in $SCHEMA."
66 echo "## Using root element $ROOT"
71 <sdk:$ROOT
147 if [[ "$ROOT" == "sdk-repository" && "$XSD_VERSION" -ge "10" ]]; then return 0; fi
148 if [[ "$ROOT" == "sdk-addon" && "$XSD_VERSION" -ge "7" ]]; then return 0; fi
149 if [[ "$ROOT" == "sdk-sys-img" && "$XSD_VERSION" -ge "3" ]]; then return 0; f
    [all...]

Completed in 1125 milliseconds

1 2 3 4 5 6 7 8 91011>>