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

1 2 3 4

  /external/v8/src/compiler/
js-context-specialization.h 22 : info_(info), jsgraph_(jsgraph), context_(context) {}
31 Node* context_; member in class:v8::internal::compiler::JSContextSpecializer
  /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_;
stackwalker_amd64.h 95 const MDRawContextAMD64* context_; member in class:google_breakpad::StackwalkerAMD64
stackwalker_arm.h 91 const MDRawContextARM* context_; member in class:google_breakpad::StackwalkerARM
stackwalker_arm64.h 92 const MDRawContextARM64* context_; member in class:google_breakpad::StackwalkerARM64
  /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_);
java_enum.h 86 Context* context_; member in class:google::protobuf::compiler::java::EnumGenerator
  /system/keymaster/
android_keymaster.cpp 46 : context_(context), operation_table_(new OperationTable(operation_table_size)) {}
89 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count);
119 GetSupported(*context_, request.algorithm, request.purpose,
125 GetSupported(*context_, request.algorithm, request.purpose,
131 GetSupported(*context_, request.algorithm, request.purpose, &OperationFactory::SupportedDigests,
137 if (response == NULL || !check_supported(*context_, request.algorithm, response))
142 context_->GetKeyFactory(request.algorithm)->SupportedImportFormats(&count);
148 if (response == NULL || !check_supported(*context_, request.algorithm, response))
153 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count);
159 response->error = context_->AddRngEntropy(request.random_data.peek_read()
    [all...]
  /external/v8/src/test/
test-utils.cc 41 : context_(Context::New(isolate())), context_scope_(context_) {}
test-utils.h 39 const Local<Context>& context() const { return context_; }
42 Local<Context> context_; member in class:v8::TestWithContext
  /system/keymaster/include/keymaster/
key_factory.h 36 KeyFactory(const KeymasterContext* context) : context_(context) {}
63 const KeymasterContext* context_; member in class:keymaster::KeyFactory
  /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/chromium-libpac/src/
proxy_resolver_v8.h 70 Context* context_; member in class:net::ProxyResolverV8
  /external/compiler-rt/lib/asan/
asan_thread.h 72 u32 tid() { return context_->tid; }
73 AsanThreadContext *context() { return context_; }
74 void set_context(AsanThreadContext *context) { context_ = context; }
127 AsanThreadContext *context_; member in class:__asan::AsanThread
  /external/v8/src/
isolate-inl.h 20 context_ = Handle<Context>(isolate->context());
  /system/core/libbacktrace/
UnwindCurrent.h 46 unw_context_t context_; member in class:UnwindCurrent
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 111 DumpContext* GetContext() { return context_.get(); }
117 scoped_ptr<MicrodumpContext> context_; member in class:google_breakpad::Microdump
  /external/regex-re2/re2/testing/
backtrack.cc 65 StringPiece context_; // greater context of text being searched member in class:re2::Backtracker
98 context_ = context;
99 if (context_.begin() == NULL)
100 context_ = text;
101 if (prog_->anchor_start() && text.begin() > context_.begin())
103 if (prog_->anchor_end() && text.end() < context_.end())
199 if (ip->empty() & ~Prog::EmptyFlags(context_, p))
209 if (endmatch_ && p != context_.end())

Completed in 522 milliseconds

1 2 3 4