Searched refs:fContext (Results 1 - 25 of 42) sorted by last modified time

12

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp137 { return fContext; }
177 AVFormatContext* fContext; member in class:StreamBase
202 fContext(NULL),
221 avformat_close_input(&fContext);
267 fContext = avformat_alloc_context();
268 fContext->pb = fIOContext;
271 if (avformat_open_input(&fContext, extension, NULL, NULL) < 0) {
274 fContext = NULL;
282 "avformat_open_input(): %s\n", fContext->iformat->name);
284 (fContext
[all...]
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp360 fContext(context),
1420 webView = new BWebView("web view", fContext);
1513 BString(), fContext, INTERFACE_ELEMENT_STATUS,
H A DBrowserWindow.h273 BReference<BPrivate::Network::BUrlContext> fContext; member in class:BrowserWindow
H A DBrowserApp.cpp79 fContext(NULL),
104 fContext = new BPrivate::Network::BUrlContext();
107 fContext->SetCookieJar(
245 fCookieWindow = new CookieWindow(cookieWindowFrame, fContext->GetCookieJar());
273 fSettings, url, fContext);
459 BPrivate::Network::BNetworkCookieJar& cookieJar = fContext->GetCookieJar();
568 url, fContext);
H A DBrowserApp.h83 BReference<BPrivate::Network::BUrlContext> fContext; member in class:BrowserApp
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.h91 DwarfExpressionEvaluationContext* fContext; member in class:DwarfExpressionEvaluator
H A DDwarfExpressionEvaluator.cpp114 fContext(context),
146 fDataReader.SetTo(expression, size, fContext->AddressSize(), fContext->IsBigEndian());
178 fDataReader.SetTo(expression, size, fContext->AddressSize(), fContext->IsBigEndian());
184 if (fContext->GetObjectAddress(objectAddress))
232 if (fContext->GetObjectAddress(objectAddress))
289 _Push(fDataReader.ReadAddress(0) + fContext->RelocationDelta());
373 _DereferenceAddress(fContext->AddressSize());
381 _DereferenceAddressSpaceAddress(fContext
[all...]
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp470 fContext = get_team_user_mutex_context();
471 if (fContext == NULL) {
478 fContext = &sSharedUserMutexContext;
502 { return fContext; }
513 struct user_mutex_context* fContext;
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp100 fContext(new CliContext()),
126 status_t error = fContext->Init(team, listener);
156 fContext->Terminating();
167 fContext->Cleanup();
170 fContext->PostMessage(&message);
243 fContext->Run();
257 fContext->WaitForThreadOrUser();
258 if (fContext->IsTerminating())
262 if (fContext->CurrentThreadID() != currentThread) {
263 fContext
[all...]
H A DCommandLineUserInterface.h80 CliContext* fContext; member in class:CommandLineUserInterface
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp113 fContext(context)
156 addr_t DataBase() const { return fContext.DataBase(); }
157 addr_t PhysicalDataBase() const { return fContext.PhysicalDataBase(); }
159 { return fContext.SecondPhysicalDataBase(); }
160 bool IsContiguous() const { return fContext.IsContiguous(); }
161 addr_t CompareBase() const { return fContext.CompareBase(); }
162 size_t Size() const { return fContext.Size(); }
165 TestSuiteContext& fContext; member in class:TestSuite
/haiku/src/kits/network/libnetservices/
H A DUrlRequest.cpp25 fContext(context),
35 if (fContext == NULL)
36 fContext = gDefaultContext;
111 fContext = gDefaultContext;
113 fContext = context;
154 return fContext;
H A DHttpRequest.cpp128 other.fContext, "BUrlProtocol.HTTP", other.fSSL ? "HTTPS" : "HTTP"),
419 if (fContext->UseProxy()) {
420 host = fContext->GetProxyHost();
421 port = fContext->GetProxyPort();
500 = &fContext->GetAuthentication(fUrl);
508 fContext->AddAuthentication(fUrl, newAuth);
513 authentication = &fContext->GetAuthentication(fUrl);
559 if (fContext->UseProxy()) {
560 BNetworkAddress proxy(fContext->GetProxyHost(), fContext
[all...]
/haiku/headers/private/netservices/
H A DUrlRequest.h66 BReference<BUrlContext> fContext; member in class:BPrivate::Network::BUrlRequest
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp40 fContext(context)
47 fContext, line, column, message.String());
56 const char* fContext; member in class:BPackageKit::BManager::BPrivate::__anon2::PackageInfoErrorListener
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp67 conversion_context fContext; member in class:TextOutput
446 fOffset += process_command(fContext, command, fTarget);
507 fOffset += process_command(fContext, command, fTarget);
514 fOffset += write_text(fContext, text->String(), text->Length(), fTarget);
/haiku/src/kits/package/
H A DDownloadFileRequest.cpp55 FetchFileJob* fetchJob = new (std::nothrow) FetchFileJob(fContext,
71 fContext, BString("Validating checksum for ") << fFileURL,
H A DActivateRepositoryConfigJob.cpp57 bool yes = fContext.DecisionProvider().YesNoDecisionNeeded(
H A DRefreshRepositoryRequest.cpp63 result = fContext.GetNewTempfile("repochecksum-", &fFetchedChecksumFile);
71 fContext, title, repoChecksumURL, fFetchedChecksumFile);
90 = new (std::nothrow) ValidateChecksumJob(fContext,
131 status_t result = fContext.GetNewTempfile("repocache-", &tempRepoCache);
137 FetchFileJob* fetchCacheJob = new (std::nothrow) FetchFileJob(fContext,
150 = new (std::nothrow) ValidateChecksumJob(fContext,
173 = new (std::nothrow) ActivateRepositoryCacheJob(fContext,
H A DAddRepositoryRequest.cpp52 result = fContext.GetNewTempfile("repoinfo-", &tempEntry);
56 FetchFileJob* fetchJob = new (std::nothrow) FetchFileJob(fContext,
75 = new (std::nothrow) ActivateRepositoryConfigJob(fContext,
/haiku/headers/private/file_systems/
H A DQueryParser.h164 Context* fContext; member in class:QueryParser::Query
1324 fContext(context),
1564 status_t status = fCurrent->PrepareQuery(fContext, fIndex,
1577 status_t status = fCurrent->GetNextMatching(fContext, fIterator, dirent,
1600 notify(fPort, fToken, QueryPolicy::ContextGetVolumeID(fContext),
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp295 res = archive.AddString("c:ctxt", entry.key.fContext.String());
367 key.fContext = keyCtx;
H A DPlainTextCatalog.cpp295 << entry.key.fContext.String() << "\t"
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp393 res = archive.AddString("c:ctxt", entry.key.fContext.String());
460 key.fContext = keyCtx;
H A DHashMapCatalog.cpp31 fContext(ctx),
36 fHashVal = HashFun(fContext.String(),fHashVal);
64 && fContext == right.fContext
76 || fContext != right.fContext
85 if (ctx) *ctx = fContext;

Completed in 125 milliseconds

12