HomeSort by relevance Sort by last modified time
    Searched full:rootname (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h 289 * @param rootName the test root name to be written
293 ctest_xml_init(const char *rootName);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
elf.exp 115 verbose [file rootname $t]
116 run_dump_test [file rootname $t]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/
selective.exp 79 set objfile "tmpdir/[file rootname $testfile].o"
80 set ldfile "tmpdir/[file rootname $testfile].x"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/
size.exp 48 verbose [file rootname $t]
49 run_dump_test [file rootname $t]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 118 UniGen.rootName);
693 public static final String rootName = "CN=Alex Astapchuk, OU=SSG, O=Intel ZAO, C=RU";
761 * {@link #rootName}.
792 if (!(rootName.equals(name) || al.contains(name))) {
811 * has a string equals to {@link #rootName}.
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 120 UniGen.rootName);
698 public static final String rootName = "CN=Alex Astapchuk, OU=SSG, O=Intel ZAO, C=RU";
766 * {@link #rootName}.
796 if (!(rootName.equals(name) || al.contains(name))) {
815 * has a string equals to {@link #rootName}.
  /libcore/luni/src/main/java/org/xml/sax/ext/
EntityResolver2.java 86 * startDTD ("rootName", source.getPublicId (), source.getSystemId ());
92 * startElement (..., "rootName", ...);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
Serializer.h 218 static const char *const rootName;
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/
windres.exp 59 set sroot [file rootname $res]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
relax.exp 94 set objfile "tmpdir/[file rootname $as_file]-$testindex.o"
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c     [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc.exp 421 verbose [file rootname $t]
422 run_dump_test [file rootname $t]
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 477 char *RootName = new char[5];
478 strncpy(RootName, "root", 5);
479 TmpNameList[0] = RootName;
  /system/vold/
CommandListener.cpp 714 char rootName[PATH_MAX];
717 android::vold::SaneReadLinkAt(dirfd(dir.get()), "1/ns/mnt", rootName, PATH_MAX);
728 if (!strcmp(rootName, pidName)) {
VolumeManager.cpp 513 char rootName[PATH_MAX];
526 if (android::vold::SaneReadLinkAt(dirfd(dir), "1/ns/mnt", rootName, PATH_MAX) == -1) {
555 if (!strcmp(rootName, pidName)) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 73 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName,
100 rootName,
164 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
319 /* if (sameArray && strcmp(rootName, "root") == 0) {
419 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 46 const char *const PolicySerializer::rootName = "audioPolicyConfiguration";
580 PolicySerializer::PolicySerializer() : mRootElementName(rootName)
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
StubProvider.java 595 String rootName = extras.getString(EXTRA_ROOT, ROOT_0_ID);
597 setSize(rootName, rootSize);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
cris.exp 337 verbose [file rootname [lindex $rd_test_list $i]]
338 run_dump_test [file rootname [lindex $rd_test_list $i]]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
elfvsb.exp 55 verbose [file rootname $t]
56 run_dump_test [file rootname $t]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
tic6x.exp 28 run_dump_test [file rootname $test]
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_allocator_details_pane_test.html 61 var rootDumps = rootNames.map(function(rootName) {
62 return new MemoryAllocatorDump(containerMemoryDump, rootName);
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MOManager.java 421 private static LinkedList<String> getTailPath(String pathString, String rootName)
426 if (path[pathIndex].equalsIgnoreCase(rootName)) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
PasspointManagementObjectManager.java 389 private static LinkedList<String> getTailPath(String pathString, String rootName)
394 if (path[pathIndex].equalsIgnoreCase(rootName)) {
    [all...]

Completed in 2652 milliseconds

1 23 4 5