Home
last modified time | relevance | path

Searched refs:fResponse (Results 1 – 25 of 33) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search/search/org/eclipse/search/internal/ui/
H A DSearchResultView.java65 private Map<Object, SearchResultViewEntry> fResponse; field in SearchResultView
242 fResponse= new HashMap<>(500); in searchStarted()
298 fResponse= new HashMap<>(500); in searchStarted()
324 SearchResultViewEntry entry= fResponse.get(groupByKey); in addMatch()
327 fResponse.put(groupByKey, entry); in addMatch()
338 SearchManager.getDefault().searchFinished(new ArrayList<>(fResponse.values())); in searchFinished()
339 fResponse= null; in searchFinished()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dconsole.cpp631 fResponse.clear(); in SetVisible()
740 if (fResponse.size() > 0) in Draw()
742 int y = 8 + 8 * fResponse.size(); in Draw()
743 for (auto& str: fResponse) in Draw()
751 fResponse.erase(fResponse.begin()); in Draw()
752 if (fResponse.size() > 0) in Draw()
H A Dconsole.h38 fResponse.push_back(fmt::format(format, args...)); in Print()
61 std::vector<std::string> fResponse; variable
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Ddde.h53 unsigned short unused:12,fResponse:1,fRelease:1,reserved:1,fAckReq:1; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Ddde.h53 unsigned short unused:12,fResponse:1,fRelease:1,reserved:1,fAckReq:1; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddde.h37 unsigned short unused:12,fResponse:1,fRelease:1,reserved:1,fAckReq:1; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddde.h37 unsigned short unused:12,fResponse:1,fRelease:1,reserved:1,fAckReq:1; member
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Ddde.d71 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
83 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d71 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
83 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d70 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
82 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Ddde.d71 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
83 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d70 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
82 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Ddde.d70 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
82 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Ddde.d70 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
82 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d70 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
82 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d71 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
83 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d70 @property bool fResponse() { return cast(bool) (_bf & 0x1000); } in fResponse() function
82 … @property bool fResponse(bool f) { _bf = cast(ushort) ((_bf & ~0x1000) | (f << 12)); return f; }
/dports/lang/jimtcl/jimtcl-0.81/examples/
H A Ddns.tcl928 set fResponse [expr {($hdr & 0x8000) >> 15}]
937 if {$fResponse} {set flags "QR"} else {set flags "Q"}
/dports/devel/openocd/openocd-0.11.0/jimtcl/examples/
H A Ddns.tcl928 set fResponse [expr {($hdr & 0x8000) >> 15}]
937 if {$fResponse} {set flags "QR"} else {set flags "Q"}
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Ddns.tcl960 set fResponse [expr {($hdr & 0x8000) >> 15}]
969 if {$fResponse} {set flags "QR"} else {set flags "Q"}
/dports/net/py-suds-community/suds-community-1.0.0/tests/
H A Dtest_reply_handling.py439 assert response.fResponse == data
/dports/science/jstrack/jstrack/extlib/tcllib1.19/dns/
H A Ddns.tcl1018 set fResponse [expr {($hdr & 0x8000) >> 15}]
1027 if {$fResponse} {set flags "QR"} else {set flags "Q"}
/dports/devel/tcllib/tcllib-1.20/modules/dns/
H A Ddns.tcl1025 set fResponse [expr {($hdr & 0x8000) >> 15}]
1034 if {$fResponse} {set flags "QR"} else {set flags "Q"}
/dports/devel/tcllibc/tcllib-1.20/modules/dns/
H A Ddns.tcl1025 set fResponse [expr {($hdr & 0x8000) >> 15}]
1034 if {$fResponse} {set flags "QR"} else {set flags "Q"}
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIISUnsafeMethods.cs39 bool fResponse, in MgdGetHeaderChanges() argument

12