Searched refs:fResult (Results 1 - 25 of 44) sorted by path

12

/haiku/headers/libs/linprog/
H A DLinearSpec.h181 ResultType fResult; member in class:LinearProgramming::LinearSpec
/haiku/headers/libs/print/libprint/
H A DDialogWindow.h38 status_t fPreviousResult; // holds the result as long as fResult == NULL
39 volatile status_t *fResult; member in class:DialogWindow
H A DJSDSlider.h27 mutable BString fResult; member in class:JSDSlider
H A DBlockingWindow.h109 status_t* fResult; member in class:BlockingWindow
/haiku/headers/os/support/
H A DJob.h90 status_t fResult; member in class:BSupportKit::BJob
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.cpp43 fResult(result)
52 if (from->FindBool("ctRes", &fResult) != B_OK)
61 into->AddBool("ctRes", fResult);
79 return fResult;
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp173 fResult = 0;
187 fResult = B_ERROR;
204 fResult = B_NO_ERROR;
210 fResult = B_ERROR;
227 int value = fResult;
H A DSetupWindow.h17 int fResult; member in class:SetupWindow
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.cpp17 fResult(result)
19 fResult->AcquireReference();
25 fResult->ReleaseReference();
34 fResult(result),
37 fResult->AcquireReference();
43 fResult->ReleaseReference();
51 fResult->SetInterval(interval);
74 fResult->AddSamples(container, samples, sampleCount);
81 fResult->AddDroppedTicks(dropped);
96 fResult
[all...]
H A DSummaryProfileResult.h19 ImageProfileResult* Result() const { return fResult; }
20 SharedImage* GetImage() const { return fResult->GetImage(); }
25 ImageProfileResult* fResult; member in class:SummaryImage
90 ProfileResult* fResult; member in class:SummaryProfileResult
H A DThread.cpp27 fResult(result)
30 fResult->AcquireReference();
37 fResult->ReleaseReference();
H A DThread.h28 ImageProfileResult* Result() const { return fResult; }
32 ImageProfileResult* fResult; member in class:ThreadImage
/haiku/src/kits/debug/
H A DDebugLooper.cpp55 return fResult;
60 fResult = result;
68 status_t fResult; member in struct:BDebugLooper::Job
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp77 fResult(B_OK)
95 fResult = result;
H A DRemoteDebugRequest.h91 status_t Result() const { return fResult; }
92 bool Succeeded() const { return fResult == B_OK; }
108 status_t fResult; member in class:RemoteDebugResponse
/haiku/src/kits/interface/
H A DPrintJob.cpp127 BMessage* Result() const { return fResult; }
140 BMessage* fResult; member in class:BPrivate::PrintServerMessenger
730 fResult(NULL),
838 fResult = result;
/haiku/src/kits/shared/
H A DCommandPipe.cpp304 fResult("")
316 int resultLength = fResult.Length();
317 fResult << line;
318 if (fResult.Length() != lineLength + resultLength)
325 return fResult;
329 BString fResult; member in class:AllLinesReader
/haiku/src/kits/support/
H A DJob.cpp99 return fResult;
148 fResult = Execute();
149 Cleanup(fResult);
151 fState = fResult == B_OK
153 : fResult == B_CANCELED
158 return fResult;
/haiku/src/libs/linprog/
H A DLinearSpec.cpp93 fResult(kError),
524 fResult = fSolver->FindMins(variables);
525 return fResult;
532 fResult = fSolver->FindMaxs(variables);
533 return fResult;
584 fResult = fSolver->Solve();
595 return fResult;
658 return fResult;
692 if (fResult == kError)
694 else if (fResult
707 string << fResult; local
[all...]
/haiku/src/libs/print/libprint/
H A DDialogWindow.cpp17 , fResult(NULL)
30 , fResult(NULL)
53 fResult = &result;
82 if (fResult != NULL) {
83 *fResult = result;
H A DJSDSlider.cpp48 fResult.SetTo(string);
49 return fResult.String();
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp37 fResult(kMessageDisallow)
131 fResult = kMessageDisallow;
144 fResult = message->what;
164 switch (fResult) {
H A DAppAccessRequestWindow.h36 uint32 fResult; member in class:AppAccessRequestWindow
H A DKeyRequestWindow.cpp161 fResult(B_ERROR)
191 fResult = B_CANCELED;
203 fResult = message->what == kMessageUnlock ? B_OK : B_CANCELED;
224 status_t result = fResult;
H A DKeyRequestWindow.h30 status_t fResult; member in class:KeyRequestWindow

Completed in 110 milliseconds

12