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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /tools/test/connectivity/acts/framework/acts/
jsonrpc.py 48 """Wrapper for the internal _call method.
62 return self._call(path, methodname, *args)
66 return self._call(path, methodname, *args)
84 def _call(self, path, methodname=None, *args): member in class:JSONRPCClient
  /system/extras/simpleperf/runtest/
runtest.py 288 self._call(call_args)
294 self._call(call_args, report_file)
296 def _call(self, args, output_file=None): member in class:Runner
304 def _call(self, args, output_file=None): member in class:HostRunner
317 def _call(self, args, output_file=None): member in class:DeviceRunner
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 987 milliseconds