HomeSort by relevance Sort by last modified time
    Searched full:_call (Results 1 - 7 of 7) sorted by null

  /external/v8/tools/testrunner/server/
work_handler.py 85 self._Call("git checkout -f")
86 self._Call("git clean -f -d")
87 self._Call("rm -rf %s" % self.ctx.shell_dir)
113 self._Call("git fetch")
120 code = self._Call("git checkout -f %s" % base_revision)
124 code = self._Call("git clean -f -d")
135 code = self._Call("git apply %s" % patchfilename)
141 def _Call(self, cmd):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 93 self._call = root.tk.call
110 self._call("font", "delete", self.name)
123 return self._call("font", "actual", self.name, "-"+option)
126 self._split(self._call("font", "actual", self.name))
131 return self._call("font", "config", self.name, "-"+option)
136 self._call("font", "config", self.name,
140 self._split(self._call("font", "config", self.name))
147 return int(self._call("font", "measure", self.name, text))
157 self._call("font", "metrics", self.name, self._get(options))
160 res = self._split(self._call("font", "metrics", self.name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 93 self._call = root.tk.call
110 self._call("font", "delete", self.name)
123 return self._call("font", "actual", self.name, "-"+option)
126 self._split(self._call("font", "actual", self.name))
131 return self._call("font", "config", self.name, "-"+option)
136 self._call("font", "config", self.name,
140 self._split(self._call("font", "config", self.name))
147 return int(self._call("font", "measure", self.name, text))
157 self._call("font", "metrics", self.name, self._get(options))
160 res = self._split(self._call("font", "metrics", self.name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_util.py 82 def _Call(self, name, args=None, prefix=None):
100 self.assertStr(self._Call("A"), "A()")
101 self.assertStr(self._Call("b", kids[1]), "b(1,2,3)")
102 self.assertStr(self._Call("a.b().c", kids[2]), "a.b().c(1,3,2,4)")
103 self.assertStr(self._Call("d", kids[3], prefix=" "), " d(b, j)")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_util.py 82 def _Call(self, name, args=None, prefix=None):
100 self.assertStr(self._Call("A"), "A()")
101 self.assertStr(self._Call("b", kids[1]), "b(1,2,3)")
102 self.assertStr(self._Call("a.b().c", kids[2]), "a.b().c(1,3,2,4)")
103 self.assertStr(self._Call("d", kids[3], prefix=" "), " d(b, j)")
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp     [all...]
  /external/valgrind/coregrind/
m_translate.c     [all...]

Completed in 399 milliseconds