Home
last modified time | relevance | path

Searched refs:focus (Results 1 – 25 of 77) sorted by relevance

1234

/openbsd/gnu/llvm/lldb/utils/lui/
H A Dcui.py18 self.focus = False
20 def setFocus(self, focus): argument
21 self.focus = focus
24 return self.focus
202 self.focus = 0
208 old = self.focus
210 self.focus += 1
211 if self.focus >= len(self.wins):
212 self.focus = 0
215 self.wins[self.focus].setFocus(True)
[all …]
H A Dlui.py111 self.focus = len(self.wins) - 1 # index of command window;
/openbsd/sbin/wsconsctl/
H A Ddisplay.c45 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/gnu/llvm/llvm/docs/
H A DBugpointRedesign.md13 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/gnu/gcc/config/
H A Dmh-ppc-aix2 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A Dmh-ppc-aix2 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
/openbsd/sys/dev/microcode/tusb3410/
H A Dtusb3410-license1 from http://focus.ti.com/docs/prod/folders/print/tusb3410.html
2 http://focus.ti.com/litv/zip/sllc139
/openbsd/usr.bin/mandoc/
H A Dcgi.c64 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/regress/sys/netinet/bindconnect/
H A DREADME22 file descriptors, the focus for the stress test can be changed.
/openbsd/sbin/fsdb/
H A Dfsdb.c171 CMDFUNC(focus); /* focus on inode */
199 { "inode", "Set active inode to INUM", 2, 2, focus },
343 CMDFUNCSTART(focus) in CMDFUNCSTART() argument
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dt-aix5248 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
H A Dt-aix4367 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Dat-tw.t30 # Since JP.t already tests basic file IO, we will just focus on
H A Dat-cn.t28 # Since JP.t already tests basic file IO, we will just focus on
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-01-31-UniversalIRIdea.txt23 compiler could then focus on language-specific analyses and optimizations.
H A D2001-02-13-Reference-MemoryResponse.txt40 I understand the concern. But again, let's focus on the performance first
H A D2000-11-18-EarlyDesignIdeasResp.txt10 > 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. :)
H A D2000-12-06-MeetingSummary.txt60 have their priorities shifted. The other option is to focus on a
H A D2000-11-18-EarlyDesignIdeas.txt10 portability and safety like the Java VM? Or shall we focus on the
/openbsd/gnu/llvm/lldb/docs/status/
H A Dgoals.rst19 and the debugger can focus on important issues like process control, efficient
/openbsd/gnu/llvm/clang/cmake/caches/
H A DMultiDistributionExample.cmake5 # demonstrate bootstrapping so it can focus on the configuration details
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c59 int focus; member
/openbsd/gnu/llvm/lldb/docs/use/
H A Dlinks.rst13 A high level overview of LLDB with a focus on debugging Objective-C
H A Dondemand.rst21 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/gnu/llvm/llvm/docs/GlobalISel/
H A DInstructionSelect.rst56 reasons that rules weren't imported. This can be used to focus on the most

1234