Searched defs:ROOT (Results 1 - 25 of 45) sorted by relevance

12

/external/testng/bin/
H A Djunitconverter.bat1 set ROOT=c:\java\TestNG variable
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
H A Dtestng.bat1 set ROOT=c:\java\TestNG variable
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
/external/linux-kselftest/tools/testing/selftests/
H A DMakefile120 echo "ROOT=\$$PWD" >> $(ALL_SCRIPT) macro
128 echo "cd \$$ROOT" >> $(ALL_SCRIPT); \
/external/python/cpython2/PC/VS8.0/
H A Dbuild_tkinter.py23 ROOT = os.path.abspath(os.path.join(here, par, par, par)) variable
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/
H A Dbuild_tkinter.py18 ROOT = os.path.abspath(os.path.join(here, par, par)) variable
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"))
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DYamlDocument.java27 public static final String ROOT = "specification/"; field in class:YamlDocument
34 ROOT + sourceName);
45 source = Util.getLocalResource(ROOT + sourceName);
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
H A DHTMLDocument.java26 private static final String ROOT = "html"; field in class:HTMLDocument
48 super(ROOT, PUBID, SYSTEM, encoding, false, writer);
64 super(ROOT, PUBID, SYSTEM, encoding, false, output);
/external/v8/tools/
H A Dtest-server.py37 ROOT = os.path.abspath(os.path.dirname(sys.argv[0])) variable
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...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLClassLoaderTest.java47 private static final String ROOT = "resources/net.resources/HTTP/html/testres231"; field in class:URLClassLoaderTest
56 port = Support_Jetty.startHttpServerWithDocRoot(ROOT);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DAxis.java155 public static final int ROOT = 19; field in class:Axis
/external/autotest/utils/
H A Dunittest_suite.py130 ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) variable
133 LONG_TESTS_FULL_PATH = {os.path.join(ROOT, t) for t in LONG_TESTS}
175 skip_tests_full_path = {os.path.join(ROOT, t) for t in skip_tests}
203 assert path_no_py.startswith(ROOT)
204 names = path_no_py[len(ROOT)+1:].split('/')
280 absolute_start = os.path.join(ROOT, options.start)
/external/boringssl/src/util/bot/go/
H A Dbootstrap.py36 ROOT = os.path.dirname(os.path.abspath(__file__)) variable
39 TOOLSET_ROOT = os.path.join(os.path.dirname(ROOT), 'golang')
42 WORKSPACE = os.path.join(ROOT, 'go')
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DBaseLocale.java24 public static final BaseLocale ROOT = BaseLocale.getInstance("", "", "", ""); field in class:BaseLocale
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
H A DBaseLocale.java20 public static final BaseLocale ROOT = BaseLocale.getInstance("", "", "", ""); field in class:BaseLocale
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DBaseLocale.java20 public static final BaseLocale ROOT = BaseLocale.getInstance("", "", "", ""); field in class:BaseLocale
/external/libxml2/python/
H A Dsetup.py.in8 # Below ROOT, we expect to find include, include/libxml2, lib and bin.
11 ROOT = r'@prefix@' variable
33 # libxml dlls (expected in ROOT/bin)
35 dlls = [os.path.join(ROOT,'bin',dll) for dll in dlls]
62 os.path.join(ROOT,'include'),
88 os.path.join(ROOT,'lib'),
/external/libgsm/
H A DMakefile117 ROOT = . macro
118 ADDTST = $(ROOT)/add-test
119 TST = $(ROOT)/tst
120 MAN = $(ROOT)/man
121 BIN = $(ROOT)/bin
122 SRC = $(ROOT)/src
123 LIB = $(ROOT)/lib
124 TLS = $(ROOT)/tls
125 INC = $(ROOT)/inc
283 @-echo $(ROOT)
[all...]
/external/ltp/utils/ffsb-6.0-rc2/
H A Dparser.h41 #define ROOT 0x0001 macro
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliterator.java1825 private static final String ROOT = "root", field in class:Transliterator
1867 bundle = UResourceBundle.getBundleInstance(ICUData.ICU_TRANSLIT_BASE_NAME, ROOT);
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java1877 private static final String ROOT = "root", field in class:Transliterator
1919 bundle = UResourceBundle.getBundleInstance(ICUData.ICU_TRANSLIT_BASE_NAME, ROOT);
/external/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c58 ROOT = 0, enumerator in enum:__anon15189
206 strcpy(users[ROOT].name, "root");
482 usr == ROOT) ? CAN_CREATE : CANNOT_CREATE;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java89 private static final String ROOT = "root"; field in class:XLIFF2ICUConverter
454 set[0].name = ROOT;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java260 public static final ULocale ROOT = new ULocale("", EMPTY_LOCALE); field in class:ULocale
568 // non-null default ULocale. For now, this implementation returns ULocale.ROOT
573 return ULocale.ROOT;
635 return ULocale.ROOT;
1883 * ROOT ULocale if if a ROOT locale was used as a fallback (because nothing else in
1914 * will be one of the locales in availableLocales, or the ROOT ULocale if if a ROOT
1977 * ROOT ULocale if if a ROOT local
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DULocale.java253 public static final ULocale ROOT = new ULocale("", EMPTY_LOCALE); field in class:ULocale
553 // non-null default ULocale. For now, this implementation returns ULocale.ROOT
558 return ULocale.ROOT;
621 return ULocale.ROOT;
1751 * ROOT ULocale if if a ROOT locale was used as a fallback (because nothing else in
1783 * will be one of the locales in availableLocales, or the ROOT ULocale if if a ROOT
1847 * ROOT ULocale if if a ROOT local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java295 public static final ULocale ROOT = new ULocale("", EMPTY_LOCALE); field in class:ULocale
628 // non-null default ULocale. For now, this implementation returns ULocale.ROOT
633 return ULocale.ROOT;
696 return ULocale.ROOT;
2015 * ROOT ULocale if if a ROOT locale was used as a fallback (because nothing else in
2047 * will be one of the locales in availableLocales, or the ROOT ULocale if if a ROOT
2111 * ROOT ULocale if if a ROOT local
[all...]

Completed in 781 milliseconds

12