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

1 2 3 4 5 6 7

  /external/testng/bin/
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
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
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Makefile 2 ROOT=../..
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
  /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...]
  /external/linux-kselftest/tools/testing/selftests/
Makefile 120 echo "ROOT=\$$PWD" >> $(ALL_SCRIPT)
128 echo "cd \$$ROOT" >> $(ALL_SCRIPT); \
  /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"))
  /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);
  /frameworks/support/compat/src/main/java/androidx/core/text/
TextUtilsCompat.java 33 private static final Locale ROOT = new Locale("", "");
93 if (locale != null && !locale.equals(ROOT)) {
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
FileContent.java 54 private static File ROOT = new File("root");
59 fn = new File(ROOT,
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
FileContent.java 54 private static File ROOT = new File("root");
59 fn = new File(ROOT,
  /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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestSetPath.java 43 mDir = SetPathDir.ROOT;
55 case ROOT:
71 ROOT, UP, DOWN
  /external/autotest/utils/
unittest_suite.py 10 help="root directory to start running unittests")
130 ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
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/
bootstrap.py 36 ROOT = os.path.dirname(os.path.abspath(__file__))
39 TOOLSET_ROOT = os.path.join(os.path.dirname(ROOT), 'golang')
42 WORKSPACE = os.path.join(ROOT, 'go')
59 # Download URL root.
280 for root in roots:
281 full_path = os.path.join(root, basename + EXE_SFX)
  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 27 static final int ROOT = 0;
45 UriMatcher matcher = new UriMatcher(ROOT);
66 UriMatcher matcher = new UriMatcher(ROOT);
87 UriMatcher matcher = new UriMatcher(ROOT);
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 31 import android.provider.DocumentsContract.Root;
56 // Use these as the default columns to return information about a root if no specific
59 Root.COLUMN_ROOT_ID,
60 Root.COLUMN_MIME_TYPES,
61 Root.COLUMN_FLAGS,
62 Root.COLUMN_ICON,
63 Root.COLUMN_TITLE,
64 Root.COLUMN_SUMMARY,
65 Root.COLUMN_DOCUMENT_ID,
66 Root.COLUMN_AVAILABLE_BYTE
    [all...]
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 31 import android.provider.DocumentsContract.Root;
56 // Use these as the default columns to return information about a root if no specific
59 Root.COLUMN_ROOT_ID,
60 Root.COLUMN_MIME_TYPES,
61 Root.COLUMN_FLAGS,
62 Root.COLUMN_ICON,
63 Root.COLUMN_TITLE,
64 Root.COLUMN_SUMMARY,
65 Root.COLUMN_DOCUMENT_ID,
66 Root.COLUMN_AVAILABLE_BYTE
    [all...]
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 31 import android.provider.DocumentsContract.Root;
56 // Use these as the default columns to return information about a root if no specific
59 Root.COLUMN_ROOT_ID,
60 Root.COLUMN_MIME_TYPES,
61 Root.COLUMN_FLAGS,
62 Root.COLUMN_ICON,
63 Root.COLUMN_TITLE,
64 Root.COLUMN_SUMMARY,
65 Root.COLUMN_DOCUMENT_ID,
66 Root.COLUMN_AVAILABLE_BYTE
    [all...]
  /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/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
TestUtil.java 104 EXCLUDED_LOCALES.add(Locale.ROOT);
  /external/libxml2/python/
setup.py.in 8 # Below ROOT, we expect to find include, include/libxml2, lib and bin.
11 ROOT = r'@prefix@'
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/icu/android_icu4j/src/main/java/android/icu/impl/locale/
BaseLocale.java 24 public static final BaseLocale ROOT = BaseLocale.getInstance("", "", "", "");
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
BaseLocale.java 20 public static final BaseLocale ROOT = BaseLocale.getInstance("", "", "", "");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
BaseLocale.java 20 public static final BaseLocale ROOT = BaseLocale.getInstance("", "", "", "");

Completed in 735 milliseconds

1 2 3 4 5 6 7