HomeSort by relevance Sort by last modified time
    Searched full:rootname (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
split-lib.py 12 rootname = irname
14 rootname = irname[:irname.rfind('.')]
20 self.shfile.write("./toy-mcjit -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
25 self.shfile.write("./toy-mcjit -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
30 self.shfile.write("./toy-jit -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
43 rootname = inputname[:-2]
44 libname = rootname + "-lib.k
    [all...]
genk-timing.py 15 rootname = filename
17 rootname = filename[:filename.rfind('.')]
23 self.shfile.write("./toy-mcjit < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (filename, rootname, rootname))
28 self.shfile.write("./toy-jit < %s > %s-jit.out 2> %s-jit.err\n" % (filename, rootname, rootname))
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py 12 rootname = irname
14 rootname = irname[:irname.rfind('.')]
20 self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
25 self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
30 self.shfile.write("./toy -suppress-prompts -use-mcjit=false -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
43 rootname = inputname[:-2]
44 libname = rootname + "-lib.k
    [all...]
genk-timing.py 15 rootname = filename
17 rootname = filename[:filename.rfind('.')]
23 self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=false < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (filename, rootname, rootname))
28 self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true < %s > %s-mcjit-lazy.out 2> %s-mcjit-lazy.err\n" % (filename, rootname, rootname))
33 self.shfile.write("./toy -suppress-prompts -use-mcjit=false < %s > %s-jit.out 2> %s-jit.err\n" % (filename, rootname, rootname))
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_documentgetrootnode.java 61 String rootName;
64 rootName = root.getNodeName();
67 assertEquals("svgTagName", "svg", rootName);
69 assertEqualsAutoCase("element", "docElemName", "html", rootName);
documentgetrootnode.java 65 String rootName;
68 rootName = root.getNodeName();
71 assertEquals("svgRootNode", "svg", rootName);
73 assertEquals("documentGetRootNodeAssert", "staff", rootName);
  /external/e2fsprogs/lib/ss/
ct_c.awk 4 rootname, rootname > outfile
mk_cmds.sh.in 52 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
  /external/chromium_org/third_party/tlslite/tlslite/
X509CertChain.py 219 rootName = array.array('B', [0] * length)
220 cryptlib_py.cryptGetAttributeString(rootC, name, rootName)
221 rootName = rootName.tostring()
224 rootName = None
226 return lastName == rootName
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 15 rootname = filename
17 rootname = filename[:filename.rfind('.')]
23 self.shfile.write("./toy-mcjit < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (filename, rootname, rootname))
28 self.shfile.write("./toy-jit < %s > %s-jit.out 2> %s-jit.err\n" % (filename, rootname, rootname))
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.mm 211 string16 rootname = UTF8ToUTF16(filename.RemoveExtension().value());
212 ui::ElideString(rootname, kFileNameMaxLength - extension.length(),
213 &rootname);
214 std::string new_filename = UTF16ToUTF8(rootname);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSuite.java 84 String rootName = suiteNames.remove(0);
85 TestSuite suite = getTestSuite(rootName);
  /external/llvm/lib/Support/
Path.cpp 625 rootName = has_root_name(p);
627 rootName = true;
630 return rootDir && rootName;
710 rootName = path::has_root_name(p);
712 rootName = true;
716 if (rootName && rootDirectory)
724 if (!rootName && !rootDirectory) {
732 if (!rootName && rootDirectory) {
741 if (rootName && !rootDirectory) {
753 llvm_unreachable("All rootName and rootDirectory combinations should have
    [all...]
  /external/chromium_org/tools/cr/cr/
plugin.py 130 rootname = self._root.__name__.lower()
131 if self._name.endswith(rootname) and self.__class__ != self._root:
132 self._name = self._name[:-len(rootname)]
  /external/libffi/testsuite/lib/
libffi-dg.exp 53 set output_file "[file rootname [file tail $prog]].s"
57 set output_file "[file rootname [file tail $prog]].exe"
66 set output_file "./[file rootname [file tail $prog]].exe"
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 394 char *RootName = new char[5];
395 strncpy(RootName, "root", 5);
396 TmpNameList[0] = RootName;
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
ctest.h 279 * @param rootName the test root name to be written
283 ctest_xml_init(const char *rootName);
  /external/icu4c/tools/ctestfw/unicode/
ctest.h 279 * @param rootName the test root name to be written
283 ctest_xml_init(const char *rootName);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 119 UniGen.rootName);
697 public static final String rootName = "CN=Alex Astapchuk, OU=SSG, O=Intel ZAO, C=RU";
765 * {@link #rootName}.
795 if (!(rootName.equals(name) || al.contains(name))) {
814 * 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", ...);
  /external/chromium_org/ui/gfx/
text_elider.cc 414 base::string16 rootname = filename.BaseName().RemoveExtension().value(); local
420 base::string16 rootname = WideToUTF16(base::SysNativeMBToWide(
428 if (rootname.empty() || extension.empty()) {
435 const float root_width = GetStringWidthF(rootname, font_list);
439 const base::string16 elided_name = rootname + extension;
445 rootname + extension, font_list, available_pixel_width,
452 ElideText(rootname, font_list, available_root_width, ELIDE_AT_END);
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 281 string16 rootname = WideToUTF16(base::SysNativeMBToWide( local
284 string16 rootname = filename.RemoveExtension().value(); local
308 ui::ElideString(rootname,
310 &rootname);
311 string16 filename = rootname + ASCIIToUTF16(".") + extension;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c     [all...]
  /external/icu4c/tools/ctestfw/
ctest.c     [all...]

Completed in 1453 milliseconds

1 2