HomeSort by relevance Sort by last modified time
    Searched refs:context_ (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/autotest/client/deps/glbench/src/
glx_stuff.h 14 GLXInterface() : context_(NULL),
31 return context_;
39 GLXContext context_; member in class:GLXInterface
egl_stuff.h 18 context_(NULL) { }
34 return context_;
51 EGLContext context_; member in class:EGLInterface
waffle_stuff.h 18 context_(NULL) { }
33 return context_;
51 struct waffle_context *context_; member in class:WaffleInterface
glx_stuff.cc 36 context_ = CreateContext();
37 if (!context_)
40 if (!glXMakeCurrent(g_xlib_display, g_xlib_window, context_)) {
41 glXDestroyContext(g_xlib_display, context_);
63 DeleteContext(context_);
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.cc 64 context_.Reset();
79 if (context_.RaisedError() != XML_ERROR_NONE)
82 context_.StartElement();
86 context_.StartNamespace("", *(att + 1));
91 context_.RaiseError(XML_ERROR_SYNTAX);
94 context_.StartNamespace((*att) + 6, *(att + 1));
98 context_.SetPosition(XML_GetCurrentLineNumber(expat_),
101 pxph_->StartElement(&context_, name, atts);
106 if (context_.RaisedError() != XML_ERROR_NONE)
108 context_.EndElement()
    [all...]
  /system/tpm/tpm_manager/server/
tpm_connection.cc 41 return context_.value();
50 if (TPM_ERROR(result = Tspi_Context_GetTpmObject(context_.value(),
83 if (context_.value() != 0) {
87 if (TPM_ERROR(result = Tspi_Context_Create(context_.ptr()))) {
93 if (TPM_ERROR(result = Tspi_Context_Connect(context_, nullptr))) {
105 return (context_.value() != 0);
tpm_connection.h 48 trousers::ScopedTssContext context_; member in class:tpm_manager::TpmConnection
  /external/v8/src/
context-measure.cc 15 : context_(context),
20 DCHECK(context_->IsNativeContext());
21 Object* next_link = context_->get(Context::NEXT_CONTEXT_LINK);
22 MeasureObject(context_);
24 context_->set(Context::NEXT_CONTEXT_LINK, next_link);
  /external/v8/src/compiler/
js-context-specialization.h 25 : AdvancedReducer(editor), jsgraph_(jsgraph), context_(context) {}
39 MaybeHandle<Context> context() const { return context_; }
42 MaybeHandle<Context> context_; member in class:v8::internal::compiler::final
  /external/v8/src/wasm/
wasm-result.cc 43 if (context_ != nullptr) {
44 str << context_ << ": "; local
  /external/google-breakpad/src/processor/
stackwalker_ppc.h 72 const MDRawContextPPC* context_; member in class:google_breakpad::StackwalkerPPC
stackwalker_ppc64.h 70 const MDRawContextPPC64* context_; member in class:google_breakpad::StackwalkerPPC64
stackwalker_sparc.h 71 const MDRawContextSPARC* context_; member in class:google_breakpad::StackwalkerSPARC
dump_context.cc 52 DumpContext::DumpContext() : context_(),
79 return context_.x86;
88 return context_.ppc;
97 return context_.ppc64;
106 return context_.amd64;
115 return context_.ctx_sparc;
124 return context_.arm;
133 return context_.arm64;
142 return context_.ctx_mips;
193 context_.x86 = x86
    [all...]
stackwalker_mips.h 80 const MDRawContextMIPS* context_; member in class:google_breakpad::StackwalkerMIPS
stackwalker_ppc64.cc 52 context_(context) {
57 if (!context_) {
66 frame->context = *context_;
stackwalker_sparc.cc 52 context_(context) {
57 if (!context_) {
66 frame->context = *context_;
stackwalker_ppc.cc 52 context_(context) {
66 if (!context_) {
75 frame->context = *context_;
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator_factory.cc 54 Context* context) : context_(context) {
60 return new ImmutableMessageGenerator(descriptor, context_);
65 return new ImmutableExtensionGenerator(descriptor, context_);
70 return new ImmutableServiceGenerator(descriptor, context_);
  /external/webrtc/webrtc/test/linux/
glx_renderer.cc 27 context_(NULL) {
52 context_ = glXCreateContext(display_, vi, 0, true);
53 if (context_ == NULL) {
79 if (!glXMakeCurrent(display_, window_, context_)) {
94 if (context_ != NULL) {
95 glXMakeCurrent(display_, window_, context_);
98 glXDestroyContext(display_, context_);
99 context_ = NULL;
122 if (!glXMakeCurrent(display_, window_, context_)) {
155 if (!glXMakeCurrent(display_, window_, context_)) {
    [all...]
  /system/core/libbacktrace/
BacktraceOffline.cpp 138 context_ = context;
187 context_ = nullptr;
287 *value = context_->uc_mcontext.arm_r0;
290 *value = context_->uc_mcontext.arm_r1;
293 *value = context_->uc_mcontext.arm_r2;
296 *value = context_->uc_mcontext.arm_r3;
299 *value = context_->uc_mcontext.arm_r4;
302 *value = context_->uc_mcontext.arm_r5;
305 *value = context_->uc_mcontext.arm_r6;
308 *value = context_->uc_mcontext.arm_r7
    [all...]
  /system/keymaster/include/keymaster/
key_factory.h 36 KeyFactory(const KeymasterContext* context) : context_(context) {}
64 const KeymasterContext* context_; member in class:keymaster::KeyFactory
  /system/keymaster/
android_keymaster.cpp 69 : context_(context), operation_table_(new OperationTable(operation_table_size)) {}
112 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count);
142 GetSupported(*context_, request.algorithm, request.purpose,
148 GetSupported(*context_, request.algorithm, request.purpose,
154 GetSupported(*context_, request.algorithm, request.purpose, &OperationFactory::SupportedDigests,
160 if (response == NULL || !check_supported(*context_, request.algorithm, response))
165 context_->GetKeyFactory(request.algorithm)->SupportedImportFormats(&count);
171 if (response == NULL || !check_supported(*context_, request.algorithm, response))
176 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count);
182 response->error = context_->AddRngEntropy(request.random_data.peek_read()
    [all...]
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 40 context_( EGL_NO_CONTEXT ),
152 context_ = eglCreateContext( display_, config_, NULL, context_attribs );
154 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_FALSE )
193 if( context_ != EGL_NO_CONTEXT )
195 eglDestroyContext( display_, context_ );
206 context_ = EGL_NO_CONTEXT;
235 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_TRUE )
  /external/v8/src/debug/
debug-scopes.cc 31 context_ = Handle<Context>(Context::cast(frame_inspector->GetContext()));
38 while (context_->closure() == *function) {
39 context_ = Handle<Context>(context_->previous(), isolate_);
73 context_ = Handle<Context>(context_->declaration_context(), isolate_);
75 while (context_->closure() == *function) {
76 context_ = Handle<Context>(context_->previous(), isolate_);
120 context_(function->context())
    [all...]

Completed in 511 milliseconds

1 2 3 4 5 6