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

1 2 3 4 5 6 7

  /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...]
  /external/autotest/client/deps/glbench/src/
egl_stuff.h 18 context_(NULL) { }
34 return context_;
51 EGLContext context_; member in class:EGLInterface
glx_stuff.h 14 GLXInterface() : context_(NULL),
31 return context_;
39 GLXContext context_; member in class:GLXInterface
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_);
egl_stuff.cc 23 context_ = CreateContext();
26 eglMakeCurrent(display_, surface_, surface_, context_);
37 DeleteContext(context_);
waffle_stuff.cc 149 context_ = CreateContext();
150 CHECK(context_);
152 waffle_make_current(display_, surface_, context_);
168 waffle_context_destroy(context_);
  /external/ImageMagick/Magick++/lib/
Drawable.cpp 69 void Magick::DrawableBase::operator()(MagickCore::DrawingWand * context_) const
71 (void) context_;
118 void Magick::Drawable::operator()(MagickCore::DrawingWand * context_) const
121 dp->operator()(context_);
167 void Magick::VPath::operator()( MagickCore::DrawingWand * context_ ) const
170 dp->operator()( context_ );
227 void Magick::DrawableAffine::operator()( MagickCore::DrawingWand * context_ ) const
229 DrawAffine( context_, &_affine );
240 void Magick::DrawableAlpha::operator()(MagickCore::DrawingWand * context_) const
242 DrawAlpha(context_,_x,_y,_paintMethod)
    [all...]
  /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...]
  /external/v8/src/
context-measure.cc 15 : context_(context),
20 DCHECK(context_->IsNativeContext());
21 Object* next_link = context_->next_context_link();
22 MeasureObject(context_);
24 context_->set(Context::NEXT_CONTEXT_LINK, next_link);
context-measure.h 30 Context* context_; member in class:v8::internal::ContextMeasure
  /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);
  /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...]
  /external/v8/src/debug/
debug-scopes.cc 31 context_ = Handle<Context>::cast(frame_inspector->GetContext());
38 while (context_->closure() == *function) {
39 context_ = Handle<Context>(context_->previous(), isolate_);
69 context_ = Handle<Context>(context_->declaration_context(), isolate_);
71 while (context_->closure() == *function) {
72 context_ = Handle<Context>(context_->previous(), isolate_);
114 context_(function->context())
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
wrapped_handler.hpp 158 : context_(context),
164 : context_(context),
170 : context_(other.context_),
176 : context_(ASIO_MOVE_CAST(Context)(other.context_)),
192 Context context_; member in class:asio::detail::rewrapped_handler
244 size, this_handler->context_);
252 pointer, size, this_handler->context_);
260 this_handler->context_);
    [all...]
  /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
  /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...]
ec_keymaster0_key.cpp 58 // context_->CreateKeyBlob doesn't put them in sw_enforced.
64 return context_->CreateKeyBlob(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob,
91 // context_->CreateKeyBlob doesn't put them in sw_enforced.
96 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key,
  /external/v8/src/wasm/
wasm-result.cc 41 if (context_ != nullptr) {
42 str << context_ << ": "; local
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 172 virtual void operator()( MagickCore::DrawingWand *context_ ) const = 0;
202 void operator()( MagickCore::DrawingWand *context_ ) const;
251 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
330 void operator()(MagickCore::DrawingWand *context_) const;
390 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
472 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
493 void operator()(MagickCore::DrawingWand *context_) const;
515 void operator()(MagickCore::DrawingWand *context_) const;
537 void operator()(MagickCore::DrawingWand *context_) const;
561 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const
    [all...]
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
serverpairingsessiontest.cc 58 context_(NULL, NULL, true),
59 session_(&wire_, &context_, &challenge_) {
80 PairingContext context_; member in class:polo::pairing::ServerPairingSessionTest
  /external/v8/test/fuzzer/
fuzzer-support.cc 57 context_.Reset(isolate_, v8::Context::New(isolate_));
68 context_.Reset();
94 v8::Local<v8::Context>::New(isolate_, context_);
fuzzer-support.h 32 v8::Global<v8::Context> context_; member in class:v8_fuzzer::FuzzerSupport
  /external/google-breakpad/src/processor/
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...]
  /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_);

Completed in 2526 milliseconds

1 2 3 4 5 6 7