| /openbsd/src/gnu/llvm/lldb/utils/lui/ |
| D | cui.py | 18 self.focus = False 20 def setFocus(self, focus): argument 21 self.focus = focus 24 return self.focus 202 self.focus = 0 207 self.wins[self.focus].setFocus(False) 208 old = self.focus 210 self.focus += 1 211 if self.focus >= len(self.wins): 212 self.focus = 0 [all …]
|
| D | lui.py | 111 self.focus = len(self.wins) - 1 # index of command window;
|
| /openbsd/src/sbin/wsconsctl/ |
| D | display.c | 45 int focus; variable 61 { "focus", &focus, FMT_INT, FLG_NORDBACK }, 91 focus = gscr.idx = -1; in display_get_values() 101 } else if (ptr == &focus) { in display_get_values() 189 focus = gscr.idx; in display_get_values() 212 if (ptr == &focus) { in display_put_values()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | BugpointRedesign.md | 13 focus: minimization of IR test cases. 19 ### Narrow focus: test-case reduction 20 The main focus will be a code reduction strategy to obtain much smaller test
|
| /openbsd/src/gnu/gcc/config/ |
| D | mh-ppc-aix | 2 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/config/ |
| D | mh-ppc-aix | 2 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
|
| /openbsd/src/sys/dev/microcode/tusb3410/ |
| D | tusb3410-license | 1 from http://focus.ti.com/docs/prod/folders/print/tusb3410.html 2 http://focus.ti.com/litv/zip/sllc139
|
| /openbsd/src/usr.bin/mandoc/ |
| D | cgi.c | 64 enum focus { enum 92 static void resp_searchform(const struct req *, enum focus); 431 resp_searchform(const struct req *req, enum focus focus) in resp_searchform() argument 448 if (focus == FOCUS_QUERY) in resp_searchform()
|
| /openbsd/src/sbin/fsdb/ |
| D | fsdb.c | 171 CMDFUNC(focus); /* focus on inode */ 199 { "inode", "Set active inode to INUM", 2, 2, focus }, 343 CMDFUNCSTART(focus) in CMDFUNCSTART() argument
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | t-aix52 | 48 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
|
| D | t-aix43 | 67 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/t/ |
| D | at-tw.t | 30 # Since JP.t already tests basic file IO, we will just focus on
|
| D | at-cn.t | 28 # Since JP.t already tests basic file IO, we will just focus on
|
| /openbsd/src/gnu/llvm/lldb/docs/status/ |
| D | goals.rst | 19 and the debugger can focus on important issues like process control, efficient
|
| /openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| D | 2001-01-31-UniversalIRIdea.txt | 23 compiler could then focus on language-specific analyses and optimizations.
|
| D | 2001-02-13-Reference-MemoryResponse.txt | 40 I understand the concern. But again, let's focus on the performance first
|
| D | 2000-11-18-EarlyDesignIdeasResp.txt | 10 > portability and safety like the Java VM? Or shall we focus on the 49 on top of it. It also lets us focus on the more interesting compilers 65 initial implementations should focus on this. :)
|
| D | 2000-11-18-EarlyDesignIdeas.txt | 10 portability and safety like the Java VM? Or shall we focus on the
|
| D | 2000-12-06-MeetingSummary.txt | 60 have their priorities shifted. The other option is to focus on a
|
| /openbsd/src/gnu/llvm/clang/cmake/caches/ |
| D | MultiDistributionExample.cmake | 5 # demonstrate bootstrapping so it can focus on the configuration details
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | 20020430-1.c | 59 int focus; member
|
| /openbsd/src/gnu/llvm/lldb/docs/use/ |
| D | links.rst | 13 A high level overview of LLDB with a focus on debugging Objective-C
|
| D | ondemand.rst | 21 binaries that are not all required when you want to focus on debugging a few of 59 people to inform the debugger that they want focus on this module. Breakpoints
|
| /openbsd/src/gnu/llvm/llvm/docs/GlobalISel/ |
| D | InstructionSelect.rst | 56 reasons that rules weren't imported. This can be used to focus on the most
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| D | FuzzerFlags.def | 185 "Fuzzing will focus on inputs that trigger calls to this function. " 187 "will choose the focus functions automatically. Disables -entropic when "
|