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

1 2 3 4

  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclkw.swg 6 %keywordwarn("cget is a tcl reserved method name") *::cget;
tclrun.swg 129 /* Check if this is a command at all. Prevents <c> cget -this */
146 if (Tcl_VarEval(interp,c," cget -this", (char *) NULL) != TCL_OK) {
381 if (strcmp(method,"cget") == 0) {
447 if (strcmp(method,"cget") == 0) {
451 Tcl_SetResult(interp, (char *) "Invalid method. Must be one of: configure cget -acquire -disown -delete", TCL_STATIC);
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_font.py 26 self.assertEqual(self.font.cget(key), options[key])
30 self.assertIsInstance(self.font.cget(key), str)
35 self.assertIsInstance(self.font.cget(key), sizetype)
  /external/python/cpython2/Lib/lib-tk/
tkFont.py 102 return self.cget(key)
129 def cget(self, option): member in class:Font
193 print f.cget("family")
194 print f.cget("weight")
Canvas.py 32 cget = __getitem__ variable in class:CanvasItem
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFont.py 102 return self.cget(key)
129 def cget(self, option): member in class:Font
193 print f.cget("family")
194 print f.cget("weight")
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkFont.py 102 return self.cget(key)
129 def cget(self, option): member in class:Font
193 print f.cget("family")
194 print f.cget("weight")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 102 return self.cget(key)
129 def cget(self, option): member in class:Font
193 print f.cget("family")
194 print f.cget("weight")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 102 return self.cget(key)
129 def cget(self, option): member in class:Font
193 print f.cget("family")
194 print f.cget("weight")
  /external/google-breakpad/src/third_party/libdisasm/swig/
README 118 % puts "[dis cget -last_error]"
  /external/python/cpython2/Lib/idlelib/
AutoCompleteWindow.py 137 self.listbox.configure(selectbackground=self.listbox.cget("bg"),
138 selectforeground=self.listbox.cget("fg"))
190 self.origselforeground = listbox.cget("selectforeground")
191 self.origselbackground = listbox.cget("selectbackground")
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 137 self.listbox.configure(selectbackground=self.listbox.cget("bg"),
138 selectforeground=self.listbox.cget("fg"))
189 self.origselforeground = listbox.cget("selectforeground")
190 self.origselbackground = listbox.cget("selectbackground")
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 137 self.listbox.configure(selectbackground=self.listbox.cget("bg"),
138 selectforeground=self.listbox.cget("fg"))
189 self.origselforeground = listbox.cget("selectforeground")
190 self.origselbackground = listbox.cget("selectbackground")
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 137 self.listbox.configure(selectbackground=self.listbox.cget("bg"),
138 selectforeground=self.listbox.cget("fg"))
189 self.origselforeground = listbox.cget("selectforeground")
190 self.origselbackground = listbox.cget("selectbackground")
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 137 self.listbox.configure(selectbackground=self.listbox.cget("bg"),
138 selectforeground=self.listbox.cget("fg"))
189 self.origselforeground = listbox.cget("selectforeground")
190 self.origselbackground = listbox.cget("selectbackground")
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
  /external/python/cpython2/Demo/tix/samples/
DirList.py 98 self.dlist_dir = dir.cget('value')
DirTree.py 92 self.dlist_dir = dir.cget('value')
  /external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
fsl.ll 10 declare i32 @llvm.mblaze.fsl.cget(i32 %port)
64 %v2 = call i32 @llvm.mblaze.fsl.cget(i32 %port)
135 %v2 = call i32 @llvm.mblaze.fsl.cget(i32 1)
137 ; CHECK: cget
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h 31 idiv, idivu, bsll, bsra, bsrl, get, put, nget, nput, cget, cput, enumerator in enum:microblaze_instr
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrFSL.td 112 def CGET : FSLGet<0x1B, 0x08, "cget ", int_mblaze_fsl_cget>;

Completed in 394 milliseconds

1 2 3 4