Home
last modified time | relevance | path

Searched refs:temp_context (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/py-bandit/bandit-1.7.1/bandit/core/
H A Dtester.py48 temp_context = copy.copy(raw_context)
49 context = b_context.Context(temp_context)
59 temp_context['lineno'] not in self.nosec_lines):
61 if isinstance(temp_context['filename'], bytes):
62 result.fname = temp_context['filename'].decode('utf-8')
64 result.fname = temp_context['filename']
67 result.lineno = temp_context['lineno']
68 result.linerange = temp_context['linerange']
69 result.col_offset = temp_context['col_offset']
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/win/
H A Dthread_suspension.c51 CONTEXT temp_context; in NaClUntrustedThreadSuspend() local
85 context = &temp_context; in NaClUntrustedThreadSuspend()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsopengl.c644 HGLRC temp_context = _this->gl_data->wglCreateContext(hdc); in WIN_GL_CreateContext() local
645 if (!temp_context) { in WIN_GL_CreateContext()
651 if (WIN_GL_MakeCurrent(_this, window, temp_context) < 0) { in WIN_GL_CreateContext()
652 WIN_GL_DeleteContext(_this, temp_context); in WIN_GL_CreateContext()
661 context = temp_context; in WIN_GL_CreateContext()
696 _this->gl_data->wglDeleteContext(temp_context); in WIN_GL_CreateContext()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsopengl.c644 HGLRC temp_context = _this->gl_data->wglCreateContext(hdc); in WIN_GL_CreateContext() local
645 if (!temp_context) { in WIN_GL_CreateContext()
651 if (WIN_GL_MakeCurrent(_this, window, temp_context) < 0) { in WIN_GL_CreateContext()
652 WIN_GL_DeleteContext(_this, temp_context); in WIN_GL_CreateContext()
661 context = temp_context; in WIN_GL_CreateContext()
696 _this->gl_data->wglDeleteContext(temp_context); in WIN_GL_CreateContext()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/
H A DSDL_windowsopengl.c644 HGLRC temp_context = _this->gl_data->wglCreateContext(hdc); in WIN_GL_CreateContext() local
645 if (!temp_context) { in WIN_GL_CreateContext()
651 if (WIN_GL_MakeCurrent(_this, window, temp_context) < 0) { in WIN_GL_CreateContext()
652 WIN_GL_DeleteContext(_this, temp_context); in WIN_GL_CreateContext()
661 context = temp_context; in WIN_GL_CreateContext()
696 _this->gl_data->wglDeleteContext(temp_context); in WIN_GL_CreateContext()
/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/
H A DSDL_windowsopengl.c711 HGLRC temp_context = _this->gl_data->wglCreateContext(hdc); in WIN_GL_CreateContext() local
712 if (!temp_context) { in WIN_GL_CreateContext()
718 if (WIN_GL_MakeCurrent(_this, window, temp_context) < 0) { in WIN_GL_CreateContext()
719 WIN_GL_DeleteContext(_this, temp_context); in WIN_GL_CreateContext()
728 context = temp_context; in WIN_GL_CreateContext()
777 _this->gl_data->wglDeleteContext(temp_context); in WIN_GL_CreateContext()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/
H A DSDL_windowsopengl.c712 HGLRC temp_context = _this->gl_data->wglCreateContext(hdc); in WIN_GL_CreateContext() local
713 if (!temp_context) { in WIN_GL_CreateContext()
719 if (WIN_GL_MakeCurrent(_this, window, temp_context) < 0) { in WIN_GL_CreateContext()
720 WIN_GL_DeleteContext(_this, temp_context); in WIN_GL_CreateContext()
729 context = temp_context; in WIN_GL_CreateContext()
778 _this->gl_data->wglDeleteContext(temp_context); in WIN_GL_CreateContext()
/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/
H A DSDL_windowsopengl.c711 HGLRC temp_context = _this->gl_data->wglCreateContext(hdc); in WIN_GL_CreateContext() local
712 if (!temp_context) { in WIN_GL_CreateContext()
718 if (WIN_GL_MakeCurrent(_this, window, temp_context) < 0) { in WIN_GL_CreateContext()
719 WIN_GL_DeleteContext(_this, temp_context); in WIN_GL_CreateContext()
728 context = temp_context; in WIN_GL_CreateContext()
777 _this->gl_data->wglDeleteContext(temp_context); in WIN_GL_CreateContext()
/dports/games/allacrost/allacrost-1.0.2/src/engine/audio/
H A Daudio.cpp86 ALCcontext *temp_context = alcCreateContext(temp_device, 0); in SingletonInitialize() local
87 …if (CheckALCError() || temp_context == NULL) { // If we couldn't create the context, move on to th… in SingletonInitialize()
95 alcMakeContextCurrent(temp_context); in SingletonInitialize()
100 alcDestroyContext(temp_context); // Destroy the temporary context in SingletonInitialize()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/audio/
H A Daudio.cpp83 ALCcontext *temp_context = alcCreateContext(temp_device, 0); in SingletonInitialize() local
84 …if(CheckALCError() || temp_context == nullptr) { // If we couldn't create the context, move on to… in SingletonInitialize()
92 alcMakeContextCurrent(temp_context); in SingletonInitialize()
97 alcDestroyContext(temp_context); // Destroy the temporary context in SingletonInitialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service.cc928 UploadContext* temp_context = context.get(); in ProcessIncidentsIfCollectionComplete() local
930 IncidentReportingService::UploadReportIfUploadingEnabled(temp_context); in ProcessIncidentsIfCollectionComplete()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c391 MemoryContext temp_context);
4414 MemoryContext temp_context) in make_tuple_from_result_row() argument
4434 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
4550 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c391 MemoryContext temp_context);
4414 MemoryContext temp_context) in make_tuple_from_result_row() argument
4434 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
4550 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c391 MemoryContext temp_context);
4414 MemoryContext temp_context) in make_tuple_from_result_row() argument
4434 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
4550 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c391 MemoryContext temp_context);
4414 MemoryContext temp_context) in make_tuple_from_result_row() argument
4434 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
4550 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c391 MemoryContext temp_context);
4414 MemoryContext temp_context) in make_tuple_from_result_row() argument
4434 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
4550 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c391 MemoryContext temp_context);
4414 MemoryContext temp_context) in make_tuple_from_result_row() argument
4434 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
4550 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c391 MemoryContext temp_context);
4414 MemoryContext temp_context) in make_tuple_from_result_row() argument
4434 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
4550 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-command.c2236 gchar *temp_context; in glade_command_set_i18n_execute() local
2250 temp_context = me->context; in glade_command_set_i18n_execute()
2256 me->old_context = temp_context; in glade_command_set_i18n_execute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dsynchronization_validation.cpp1505 …AccessContext temp_context(subpass, queue_flags_, rp_state.subpass_dependencies, empty_context_vec… in ValidateBeginRenderPass() local
1517 …skip |= temp_context.ValidateLayoutTransitions(*sync_state_, rp_state, pRenderPassBegin->renderAre… in ValidateBeginRenderPass()
1521 temp_context.RecordLayoutTransitions(rp_state, subpass, views, kCurrentCommandTag); in ValidateBeginRenderPass()
1522 …skip |= temp_context.ValidateLoadOperation(*sync_state_, rp_state, pRenderPassBegin->renderArea, s… in ValidateBeginRenderPass()
2065 AccessContext temp_context(next_context); in ValidateNextSubpass() local
2066temp_context.RecordLayoutTransitions(*rp_state_, next_subpass, attachment_views_, kCurrentCommandT… in ValidateNextSubpass()
2067 …skip |= temp_context.ValidateLoadOperation(sync_state, *rp_state_, render_area, next_subpass, atta… in ValidateNextSubpass()
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/
H A D_profile.py982 temp_context = self._create_auth_context(tenant_id)
985 temp_credentials = temp_context.acquire_token(resource, self.user_id, _CLIENT_ID)
/dports/databases/postgresql10-server/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c396 MemoryContext temp_context);
4985 MemoryContext temp_context) in make_tuple_from_result_row() argument
5006 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
5143 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c396 MemoryContext temp_context);
4985 MemoryContext temp_context) in make_tuple_from_result_row() argument
5006 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
5143 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/databases/postgresql10-client/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c396 MemoryContext temp_context);
4985 MemoryContext temp_context) in make_tuple_from_result_row() argument
5006 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
5143 MemoryContextReset(temp_context); in make_tuple_from_result_row()
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c396 MemoryContext temp_context);
4985 MemoryContext temp_context) in make_tuple_from_result_row() argument
5006 oldcontext = MemoryContextSwitchTo(temp_context); in make_tuple_from_result_row()
5143 MemoryContextReset(temp_context); in make_tuple_from_result_row()

123