Searched refs:fResult (Results 1 - 25 of 38) sorted by relevance

12

/haiku-fatelf/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.h28 ImageProfileResult* Result() const { return fResult; }
32 ImageProfileResult* fResult; member in class:ThreadImage
/haiku-fatelf/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();
H A DBlockingWindow.cpp168 fResult = NULL;
181 *fResult = fUserQuitResult;
198 if (fResult)
199 *fResult = result;
216 fResult = &result;
/haiku-fatelf/headers/libs/print/libprint/
H A DJSDSlider.h27 mutable BString fResult; member in class:JSDSlider
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 DBlockingWindow.h109 status_t* fResult; member in class:BlockingWindow
/haiku-fatelf/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.h17 int fResult; member in class:SetupWindow
H A DSetupWindow.cpp169 fResult = 0;
183 fResult = B_ERROR;
200 fResult = B_NO_ERROR;
206 fResult = B_ERROR;
223 int value = fResult;
/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlRequest.cpp20 fResult(url),
33 fResult(url),
46 fResult(other.fUrl),
62 fResult.SetUrl(url);
117 return fResult;
139 fUrlProtocol = new(std::nothrow) BUrlProtocolHttp(fUrl, fListener, fContext, &fResult);
241 fResult = BUrlResult(other.fUrl);
H A DUrlProtocol.cpp35 fResult(result),
129 fResult = result;
169 return fResult;
276 return fResult->fRawData;
283 return fResult->fHeaders;
290 fResult->fStatusCode = statusCode;
297 return fResult->fStatusString;
/haiku-fatelf/src/kits/package/
H A DJob.cpp92 return fResult;
140 fResult = Execute();
141 Cleanup(fResult);
143 fState = fResult == B_OK
145 : fResult == B_CANCELED
150 return fResult;
/haiku-fatelf/src/add-ons/print/transports/print_to_file/
H A DFileSelector.h62 volatile status_t fResult; member in class:FileSelector
H A DFileSelector.cpp43 fResult = B_ERROR;
87 fResult = fEntry.SetTo(&bdir, name);
117 status_t result = fResult;
/haiku-fatelf/headers/private/kernel/
H A Dsyscall_restart.h126 : fResult(initialValue)
134 if (fResult == B_INTERRUPTED) {
144 fResult = other;
148 operator Type() const { return fResult; }
151 Type fResult; member in struct:SyscallRestartWrapper
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DJobSetupWindow.h71 status_t fResult; member in class:JobSetupWindow
H A DPageSetupWindow.h76 status_t fResult; member in class:PageSetupWindow
H A DJobSetupWindow.cpp64 fResult = B_ERROR;
210 fResult = B_OK;
250 status_t result = fResult;
/haiku-fatelf/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-fatelf/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-fatelf/headers/os/net/
H A DUrlRequest.h62 BUrlResult fResult; member in class:BUrlRequest
/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.cpp42 fResult(result)
52 if (from->FindBool("ctRes", &fResult) != B_NO_ERROR)
61 into->AddBool("ctRes", fResult);
79 return fResult;
/haiku-fatelf/headers/os/package/
H A DJob.h92 status_t fResult; member in class:BPackageKit::BJob

Completed in 272 milliseconds

12