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

1 2 3 4 5 6 7 8 91011

  /bionic/libc/system_properties/include/system_properties/
context_node.h 38 : context_(context), pa_(nullptr), no_access_(false), filename_(filename) {
53 return context_;
63 const char* context_; member in class:ContextNode
  /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
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator_factory.cc 56 Context* context) : context_(context) {
62 if (HasDescriptorMethods(descriptor, context_->EnforceLite())) {
63 return new ImmutableMessageGenerator(descriptor, context_);
65 return new ImmutableMessageLiteGenerator(descriptor, context_);
71 if (HasDescriptorMethods(descriptor->file(), context_->EnforceLite())) {
72 return new ImmutableExtensionGenerator(descriptor, context_);
74 return new ImmutableExtensionLiteGenerator(descriptor, context_);
80 return new ImmutableServiceGenerator(descriptor, context_);
  /system/tpm/tpm_manager/server/
tpm_connection.cc 44 return context_.value();
54 Tspi_Context_GetTpmObject(context_.value(), &tpm_handle))) {
62 if (context_.value() != 0) {
66 if (TPM_ERROR(result = Tspi_Context_Create(context_.ptr()))) {
72 if (TPM_ERROR(result = Tspi_Context_Connect(context_, nullptr))) {
84 if (context_.value() == 0) {
95 Tspi_Context_GetTpmObject(context_.value(), &tpm_handle))) {
97 context_.reset();
104 context_.reset();
113 context_.reset()
    [all...]
tpm_connection.h 47 trousers::ScopedTssContext context_; member in class:tpm_manager::TpmConnection
  /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/tensorflow/tensorflow/contrib/lite/
interpreter.cc 73 context_.impl_ = static_cast<void*>(this);
74 context_.ResizeTensor = ResizeTensor;
75 context_.ReportError = ReportError;
76 context_.AddTensors = AddTensors;
77 context_.tensors = nullptr;
78 context_.tensors_size = 0;
79 context_.gemm_context = nullptr;
82 context_.GetNodeAndRegistration = nullptr;
83 context_.ReplaceSubgraphsWithDelegateKernels = nullptr;
84 context_.GetExecutionPlan = nullptr
    [all...]
  /external/libmojo/mojo/edk/system/
waiter_test_utils.cc 12 : base::SimpleThread("waiter_thread"), result_(result), context_(context) {
15 *context_ = 23489023; // "Random".
23 *result_ = waiter_.Wait(MOJO_DEADLINE_INDEFINITE, context_);
38 context_(context),
58 *result_out_ = dispatcher_->AddAwakable(&waiter_, handle_signals_, context_,
  /external/libmojo/mojo/public/cpp/bindings/
array_data_view.h 30 : data_(data), context_(context) {}
38 SerializationContext* context_; member in class:mojo::internal::ArrayDataViewImpl
50 : data_(data), context_(context) {}
56 SerializationContext* context_; member in class:mojo::internal::ArrayDataViewImpl
70 : data_(data), context_(context) {}
83 SerializationContext* context_; member in class:mojo::internal::ArrayDataViewImpl
99 : data_(data), context_(context) {}
104 bool ret = Deserialize<T>(&data_->at(index), &result, context_);
111 SerializationContext* context_; member in class:mojo::internal::ArrayDataViewImpl
123 : data_(data), context_(context) {
134 SerializationContext* context_; member in class:mojo::internal::ArrayDataViewImpl
161 SerializationContext* context_; member in class:mojo::internal::ArrayDataViewImpl
186 SerializationContext* context_; member in class:mojo::internal::ArrayDataViewImpl
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
ops_testutil.cc 45 CHECK_LT(output_index, context_->num_outputs());
46 Tensor* output = context_->mutable_output(output_index);
49 managed_outputs_.resize(context_->num_outputs());
56 context_->eigen_gpu_device().memcpy(const_cast<char*>(dst.data()),
58 context_->eigen_gpu_device().synchronize();
cuda_device_array.h 44 : context_(context),
60 context_->allocate_temp(DT_INT8, TensorShape{total_bytes_},
79 auto stream = context_->op_device_context()->stream();
81 TF_RETURN_IF_ERROR(context_->allocate_temp(
89 context_->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute(
105 OpKernelContext* const context_; member in class:tensorflow::CudaDeviceArrayOnHost
  /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);
  /frameworks/base/tools/aapt2/optimize/
MultiApkGenerator.cpp 54 : context_(context), min_sdk_(context_->GetMinSdkVersion()) {
58 return context_->GetPackageType();
62 return context_->GetExternalSymbols();
69 return context_->GetDiagnostics();
73 return context_->GetCompilationPackage();
77 return context_->GetPackageId();
81 return context_->GetNameMangler();
85 return context_->IsVerbose();
98 util::make_unique<SourcePathDiagnostics>(Source{source}, context_->GetDiagnostics())
102 IAaptContext* context_; member in class:aapt::ContextWrapper
    [all...]
  /bionic/libc/system_properties/
context_node.cpp 53 int len = async_safe_format_buffer(filename, sizeof(filename), "%s/%s", filename_, context_);
60 pa_ = prop_area::map_prop_area_rw(filename, context_, fsetxattr_failed);
88 int len = async_safe_format_buffer(filename, sizeof(filename), "%s/%s", filename_, context_);
  /external/v8/src/compiler/
js-context-specialization.h 25 : AdvancedReducer(editor), jsgraph_(jsgraph), context_(context) {}
41 MaybeHandle<Context> context() const { return context_; }
44 MaybeHandle<Context> context_; member in class:v8::internal::compiler::final
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.h 67 int num_inputs() const { return context_->num_inputs(); }
70 DataType input_type(int index) { return context_->input(index).dtype(); }
130 int num_outputs() const { return context_->num_outputs(); }
132 return context_->expected_output_dtype(index);
150 void SetStatus(const Status& status) { context_->SetStatus(status); }
151 Status status() { return context_->status(); }
188 CallFrameInterface* call_frame() const { return context_->call_frame(); }
191 return context_->function_library();
194 const OpKernel& op_kernel() const { return context_->op_kernel(); }
197 OpKernelContext* op_kernel_context() const { return context_; }
226 OpKernelContext* const context_; member in class:tensorflow::XlaOpKernelContext
    [all...]
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 227 FeatureSplitSymbolTableDelegate(IAaptContext* context) : context_(context) {
251 context_->GetDiagnostics()->Error(DiagMessage() << "Failed to rewrite " << name
256 if (context_->IsVerbose()) {
257 context_->GetDiagnostics()->Note(DiagMessage() << "rewriting " << name << " (" << *id
270 IAaptContext* context_; member in class:aapt::FeatureSplitSymbolTableDelegate
383 IAaptContext* context_; member in class:ResourceFileFlattener
390 : options_(options), context_(context), keep_set_(keep_set) {
391 SymbolTable* symm = context_->GetExternalSymbols();
475 if (context_->IsVerbose()) {
476 context_->GetDiagnostics()->Note(DiagMessage(
2001 LinkContext* context_; member in class:LinkCommand
    [all...]
  /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/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
  /external/libchrome/base/trace_event/
heap_profiler.h 43 : context_(task_context) {
48 ->PushCurrentTaskContext(context_);
57 ->PopCurrentTaskContext(context_);
62 const char* context_; member in class:trace_event_internal::HeapProfilerScopedTaskExecutionTracker
  /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...]

Completed in 295 milliseconds

1 2 3 4 5 6 7 8 91011