Searched refs:private_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl.cc24 private_->InitializeForTesting(gpu_blacklist_json, gpu_info);
29 return private_->IsFeatureBlacklisted(feature);
34 return private_->IsDriverBugWorkaroundActive(feature);
39 return private_->GetGPUInfo();
45 private_->GetGpuProcessHandles(callback);
50 return private_->GpuAccessAllowed(reason);
55 private_->RequestCompleteGpuInfoIfNeeded();
60 return private_->IsCompleteGpuInfoAvailable();
65 private_->RequestVideoMemoryUsageStatsUpdate();
70 return private_
[all...]
H A Dgpu_data_manager_impl.h211 scoped_ptr<GpuDataManagerImplPrivate> private_; member in class:content::GpuDataManagerImpl
H A Dgpu_data_manager_impl_private_unittest.cc82 EXPECT_TRUE(impl_->private_.get());
101 EXPECT_TRUE(impl_->private_.get());
106 return impl_->private_.get();
110 return impl_->private_.get();
/external/flac/libFLAC/
H A Dstream_decoder.c297 decoder->private_ = (FLAC__StreamDecoderPrivate*)calloc(1, sizeof(FLAC__StreamDecoderPrivate));
298 if(decoder->private_ == 0) {
304 decoder->private_->input = FLAC__bitreader_new();
305 if(decoder->private_->input == 0) {
306 free(decoder->private_);
312 decoder->private_->metadata_filter_ids_capacity = 16;
313 if(0 == (decoder->private_->metadata_filter_ids = (FLAC__byte*)malloc((FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8) * decoder->private_->metadata_filter_ids_capacity))) {
314 FLAC__bitreader_delete(decoder->private_->input);
315 free(decoder->private_);
[all...]
H A Dstream_encoder.c243 struct FLAC__StreamEncoderPrivate *private_,
540 encoder->private_ = (FLAC__StreamEncoderPrivate*)calloc(1, sizeof(FLAC__StreamEncoderPrivate));
541 if(encoder->private_ == 0) {
547 encoder->private_->frame = FLAC__bitwriter_new();
548 if(encoder->private_->frame == 0) {
549 free(encoder->private_);
555 encoder->private_->file = 0;
559 encoder->private_->is_being_deleted = false;
562 encoder->private_->subframe_workspace_ptr[i][0] = &encoder->private_
3675 find_best_partition_order_( FLAC__StreamEncoderPrivate *private_, const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned raw_bits_per_partition[], unsigned residual_samples, unsigned predictor_order, unsigned rice_parameter, unsigned rice_parameter_limit, unsigned min_partition_order, unsigned max_partition_order, unsigned bps, FLAC__bool do_escape_coding, unsigned rice_parameter_search_dist, FLAC__EntropyCodingMethod *best_ecm ) argument
[all...]
/external/chromium_org/gin/
H A Darray_buffer.cc135 private_ = ArrayBuffer::Private::From(isolate, array);
136 bytes_ = private_->buffer();
137 num_bytes_ = private_->length();
144 private_ = other.private_;
H A Darray_buffer.h39 scoped_refptr<Private> private_; member in class:gin::ArrayBuffer
/external/chromium_org/third_party/libwebp/webp/
H A Ddemux.h151 void* private_; // for internal use only. member in struct:WebPIterator
191 void* private_; member in struct:WebPChunkIterator
/external/webp/include/webp/
H A Ddemux.h151 void* private_; // for internal use only. member in struct:WebPIterator
191 void* private_; member in struct:WebPChunkIterator
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c877 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_;
892 iter->private_ = (void*)dmux;
908 if (iter != NULL && iter->private_ != NULL && fragment_num > 0) {
909 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_;
951 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_;
977 iter->private_ = (void*)dmux;
/external/webp/src/demux/
H A Ddemux.c877 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_;
892 iter->private_ = (void*)dmux;
908 if (iter != NULL && iter->private_ != NULL && fragment_num > 0) {
909 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_;
951 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_;
977 iter->private_ = (void*)dmux;
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dcrypto.h571 return private_##alg##_Init(c); \
573 int private_##alg##_Init(cx##_CTX *c)
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dcrypto.h571 return private_##alg##_Init(c); \
573 int private_##alg##_Init(cx##_CTX *c)
/external/openssl/crypto/
H A Dcrypto.h563 return private_##alg##_Init(c); \
565 int private_##alg##_Init(cx##_CTX *c)
/external/openssl/include/openssl/
H A Dcrypto.h563 return private_##alg##_Init(c); \
565 int private_##alg##_Init(cx##_CTX *c)
/external/flac/include/FLAC/
H A Dstream_decoder.h464 struct FLAC__StreamDecoderPrivate *private_; /* avoid the C++ keyword 'private' */ member in struct:__anon20697
H A Dstream_encoder.h466 struct FLAC__StreamEncoderPrivate *private_; /* avoid the C++ keyword 'private' */ member in struct:__anon20704

Completed in 402 milliseconds