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

1 2 3

  /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/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);
  /external/linux-kselftest/tools/testing/selftests/
Makefile 135 echo "ROOT=\$$PWD" >> $(ALL_SCRIPT)
153 echo "cd \$$ROOT" >> $(ALL_SCRIPT); \
  /external/grpc-grpc/tools/distrib/
check_copyright.py 25 ROOT = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../..'))
26 os.chdir(ROOT)
check_include_guards.py 149 ROOT = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../..'))
150 os.chdir(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);
  /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)
  /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/cldr/tools/java/org/unicode/cldr/tool/
GenerateCldrDateTimeTests.java 42 static final ULocale ROOT = new ULocale("root"); // since CLDR has different root.
59 ULocale fixedParent = parent.getLanguage().length() == 0 ? ROOT : parent;
  /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/opencensus-java/contrib/spring_sleuth_v1x/src/main/java/io/opencensus/contrib/spring/sleuth/v1x/
OpenCensusSleuthSpanContextHolder.java 69 // gRPC context, the context will always be ROOT anyway.
70 Context.ROOT.attach();
  /external/grpc-grpc-java/context/src/test/java/io/grpc/
ContextTest.java 93 Context.ROOT.attach();
99 assertEquals(Context.ROOT, Context.current());
105 Context contextOfThisThread = Context.ROOT.withValue(PET, "dog");
121 Context fork = Context.ROOT.fork();
123 Context toRestore2 = Context.ROOT.attach();
124 assertTrue(Context.ROOT.isCurrent());
130 Context.ROOT.detach(toRestore2);
136 Context root = Context.current(); local
137 root.addListener(cancellationListener, MoreExecutors.directExecutor());
138 assertEquals(0, root.listenerCount())
    [all...]
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
TarArchiveEntryTest.java 45 private static final String ROOT =
55 final TarArchiveEntry t = new TarArchiveEntry(new File(ROOT));
67 TarArchiveEntry t = new TarArchiveEntry(new File(ROOT));
70 t = new TarArchiveEntry(new File(new File(ROOT), "foo.txt"));
75 t = new TarArchiveEntry(new File(new File(ROOT), "bar.txt")
82 t.setName(new File(new File(ROOT), "baz.txt").getAbsolutePath());
196 assumeTrue("C:\\".equals(ROOT));
197 TarArchiveEntry t = new TarArchiveEntry(ROOT + "foo.txt", true);
199 t = new TarArchiveEntry(ROOT + "foo.txt", LF_GNUTYPE_LONGNAME, true);
  /external/cldr/tools/java/org/unicode/cldr/tool/resolver/
CldrResolver.java 47 * The name of the root locale
49 public static final String ROOT = "root";
233 if (resolutionType == ResolutionType.SIMPLE && !locale.equals(ROOT)) {
238 } while (!parentLocale.equals(ROOT));
  /external/grpc-grpc-java/context/src/main/java/io/grpc/
Context.java 93 * <li>Do not mock this class. Use {@link #ROOT} for a non-null instance.
96 /* @DoNotMock("Use ROOT for a non-null Context") // commented out to avoid dependencies */
111 * The logical root context which is the ultimate ancestor of all contexts. This context
115 * a default context that is different from ROOT.
117 public static final Context ROOT = new Context(null, EMPTY_ENTRIES);
183 return ROOT;
192 // The number parents between this context and the root context.
390 return ROOT;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
BaseLocale.java 24 public static final BaseLocale ROOT = BaseLocale.getInstance("", "", "", "");

Completed in 1126 milliseconds

1 2 3