Searched refs:context_ (Results 1 - 25 of 80) sorted by relevance

1234

/external/v8/src/compiler/
H A Djs-context-specialization.h22 : info_(info), jsgraph_(jsgraph), context_(context) {}
31 Node* context_; member in class:v8::internal::compiler::JSContextSpecializer
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator_factory.cc54 Context* context) : context_(context) {
60 return new ImmutableMessageGenerator(descriptor, context_);
65 return new ImmutableExtensionGenerator(descriptor, context_);
70 return new ImmutableServiceGenerator(descriptor, context_);
H A Djava_enum.h86 Context* context_; member in class:google::protobuf::compiler::java::EnumGenerator
/external/google-breakpad/src/processor/
H A Ddump_context.cc52 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_
[all...]
H A Dstackwalker_ppc.h72 const MDRawContextPPC* context_; member in class:google_breakpad::StackwalkerPPC
H A Dstackwalker_ppc64.h70 const MDRawContextPPC64* context_; member in class:google_breakpad::StackwalkerPPC64
H A Dstackwalker_sparc.h71 const MDRawContextSPARC* context_; member in class:google_breakpad::StackwalkerSPARC
H A Dstackwalker_ppc64.cc52 context_(context) {
57 if (!context_) {
66 frame->context = *context_;
H A Dstackwalker_sparc.cc52 context_(context) {
57 if (!context_) {
66 frame->context = *context_;
H A Dstackwalker_ppc.cc52 context_(context) {
66 if (!context_) {
75 frame->context = *context_;
H A Dstackwalker_mips.h80 const MDRawContextMIPS* context_; member in class:google_breakpad::StackwalkerMIPS
H A Dstackwalker_amd64.h95 const MDRawContextAMD64* context_; member in class:google_breakpad::StackwalkerAMD64
H A Dstackwalker_arm.h91 const MDRawContextARM* context_; member in class:google_breakpad::StackwalkerARM
H A Dstackwalker_arm64.h92 const MDRawContextARM64* context_; member in class:google_breakpad::StackwalkerARM64
H A Dstackwalker_x86.h104 const MDRawContextX86* context_; member in class:google_breakpad::StackwalkerX86
/external/v8/src/test/
H A Dtest-utils.cc41 : context_(Context::New(isolate())), context_scope_(context_) {}
H A Dtest-utils.h39 const Local<Context>& context() const { return context_; }
42 Local<Context> context_; member in class:v8::TestWithContext
/external/v8/src/
H A Disolate-inl.h20 context_ = Handle<Context>(isolate->context());
/external/google-breakpad/src/google_breakpad/processor/
H A Dmicrodump.h111 DumpContext* GetContext() { return context_.get(); }
117 scoped_ptr<MicrodumpContext> context_; member in class:google_breakpad::Microdump
/external/regex-re2/re2/testing/
H A Dbacktrack.cc65 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())
/external/regex-re2/re2/
H A Dbitstate.cc51 StringPiece context_; // greater context of text being searched member in class:re2::BitState
246 if (ip->empty() & ~Prog::EmptyFlags(context_, p))
298 context_ = context;
299 if (context_.begin() == NULL)
300 context_ = text;
301 if (prog_->anchor_start() && context_.begin() != text.begin())
303 if (prog_->anchor_end() && context_.end() != text.end())
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
H A Dserverpairingsessiontest.cc58 context_(NULL, NULL, true),
59 session_(&wire_, &context_, &challenge_) {
80 PairingContext context_; member in class:polo::pairing::ServerPairingSessionTest
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.h70 Context* context_; member in class:net::ProxyResolverV8
/external/compiler-rt/lib/asan/
H A Dasan_thread.h72 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/libselinux/src/
H A Dcontext.c177 const char * context_ ## name ## _get(context_t context) \
182 hidden_def(context_ ## name ## _get)
189 int context_ ## name ## _set(context_t context, const char* str) \
193 hidden_def(context_ ## name ## _set)

Completed in 1681 milliseconds

1234