Searched refs:source_ (Results 1 - 25 of 47) sorted by relevance

12

/external/v8/src/
H A Dbackground-parsing-task.cc22 : source_(source), stack_size_(stack_size), script_data_(nullptr) {
41 info->set_unicode_cache(&source_->unicode_cache);
45 source_->info->set_cached_data(&script_data_);
48 source_->parser.reset(new Parser(source_->info.get()));
49 source_->parser->DeserializeScopeChain(source_->info.get(),
62 source_->parser->set_stack_limit(stack_limit);
66 Isolate* isolate = source_->info->isolate();
67 source_
[all...]
H A Dbackground-parsing-task.h60 StreamedSource* source_; // Not owned. member in class:v8::internal::BackgroundParsingTask
/external/vulkan-validation-layers/layers/
H A Dparameter_name.h61 ParameterName(const char *source) : source_(source) { assert(IsValid()); }
70 ParameterName(const std::string &source) : source_(source) { assert(IsValid()); }
79 ParameterName(const std::string &&source) : source_(std::move(source)) { assert(IsValid()); }
90 ParameterName(const std::string &source, const IndexVector &args) : source_(source), args_(args) { assert(IsValid()); }
101 ParameterName(const std::string &&source, const IndexVector &&args) : source_(std::move(source)), args_(std::move(args)) {
106 std::string get_name() const { return (args_.empty()) ? source_ : Format(); }
116 current = source_.find(IndexFormatSpecifier, last);
120 format << source_.substr(last, (current - last)) << index;
124 format << source_.substr(last, std::string::npos);
133 std::string::size_type pos = source_
144 std::string source_; ///< Format string. member in class:ParameterName
[all...]
/external/libmojo/mojo/common/
H A Ddata_pipe_drainer.cc18 : client_(client), source_(std::move(source)), weak_factory_(this) {
21 source_.get(), MOJO_HANDLE_SIGNAL_READABLE,
30 MojoResult rv = BeginReadDataRaw(source_.get(), &buffer, &num_bytes,
34 EndReadDataRaw(source_.get(), num_bytes);
H A Ddata_pipe_drainer.h38 mojo::ScopedDataPipeConsumerHandle source_; member in class:mojo::common::DataPipeDrainer
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkSpirVProgram.hpp41 SpirVAsmSource (const std::string& source_) argument
42 : source(source_)
/external/ImageMagick/Magick++/lib/Magick++/
H A DFunctions.h20 const std::string &source_);
/external/libtextclassifier/common/
H A Dfml-parser.h83 bool eos() const { return current_ >= source_.end(); }
91 if ((current_ >= source_.begin()) && (current_ < source_.end())) {
108 std::string source_; member in class:libtextclassifier::nlp_core::FMLParser
/external/libchrome/base/containers/
H A Dstack_container.h78 : std::allocator<T>(), source_(rhs.source_) {
92 : source_(NULL) {
99 StackAllocator() : source_(NULL) {
102 explicit StackAllocator(Source* source) : source_(source) {
109 if (source_ != NULL && !source_->used_stack_buffer_
111 source_->used_stack_buffer_ = true;
112 return source_->stack_buffer();
121 if (source_ !
128 Source* source_; member in class:base::StackAllocator
[all...]
/external/ImageMagick/Magick++/lib/
H A DFunctions.cpp24 const std::string &source_)
26 MagickCore::CloneString(destination_,source_.c_str());
23 CloneString(char **destination_, const std::string &source_) argument
/external/webrtc/talk/app/webrtc/
H A Dremoteaudiosource.cc43 explicit MessageHandler(RemoteAudioSource* source) : source_(source) {}
49 source_->OnMessage(msg);
53 const rtc::scoped_refptr<RemoteAudioSource> source_; member in class:webrtc::RemoteAudioSource::MessageHandler
59 explicit Sink(RemoteAudioSource* source) : source_(source) {}
60 ~Sink() override { source_->OnAudioProviderGone(); }
64 if (source_)
65 source_->OnData(audio);
68 const rtc::scoped_refptr<RemoteAudioSource> source_; member in class:webrtc::RemoteAudioSource::Sink
H A Dvideosource_unittest.cc115 source_(source) {
118 state_ = source_->state();
124 rtc::scoped_refptr<VideoSourceInterface> source_; member in class:StateObserver
147 source_ =
151 ASSERT_TRUE(source_.get() != NULL);
152 EXPECT_EQ(capturer_, source_->GetVideoCapturer());
154 state_observer_.reset(new StateObserver(source_));
155 source_->RegisterObserver(state_observer_.get());
156 source_->AddSink(&renderer_);
164 rtc::scoped_refptr<VideoSource> source_; member in class:VideoSourceTest
[all...]
/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp266 ShaderSource (glu::ShaderType shaderType_, const std::string& source_) : shaderType(shaderType_), source(source_) { DE_ASSERT(!source_.empty()); } argument
271 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {} argument
276 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {} argument
281 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {} argument
286 ComputeSource (const std::string& source_) argument
291 TessellationControlSource(const std::string& source_) argument
296 TessellationEvaluationSource(const std::string& source_) argument
[all...]
/external/libmojo/mojo/edk/system/
H A Drequest_context.cc24 : source_(source), tls_context_(g_current_context.Pointer()) {
40 if (source_ == Source::SYSTEM)
58 RequestContext request_context(source_);
H A Drequest_context.h48 Source source() const { return source_; }
90 const Source source_; member in class:mojo::edk::RequestContext
/external/libchrome/base/power_monitor/
H A Dpower_monitor.h48 std::unique_ptr<PowerMonitorSource> source_; member in class:base::PowerMonitor
/external/v8/src/snapshot/
H A Ddeserializer.cc166 // DCHECK(source_.AtEOF());
187 CHECK_EQ(expected, source_.Get());
191 for (int code = source_.Get(); code != kSynchronize; code = source_.Get()) {
203 int size = source_.GetInt() << kPointerSizeLog2;
217 if (!source_.HasMore() || source_.Get() != kInternalFieldsData) return;
224 for (int code = source_.Get(); code != kSynchronize; code = source_.Get()) {
231 int index = source_
[all...]
H A Ddeserializer.h35 source_(data->Payload()),
124 SnapshotByteSource source_; member in class:v8::internal::Deserializer
/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream.cc160 : source_(source),
165 size_t available = source_->Available();
174 StringPiece piece(source_->Peek());
184 source_->Skip(n);
190 source_->CopyTo(sink, n);
/external/webrtc/webrtc/base/
H A Dmacasyncsocket.cc36 source_(NULL),
255 if (source_ != NULL) {
256 CFRunLoopSourceInvalidate(source_);
257 CFRelease(source_);
259 source_ = NULL;
325 source_(NULL),
371 source_ = CFSocketCreateRunLoopSource(kCFAllocatorDefault, socket_, 1);
372 res = (source_ != NULL);
378 CFRunLoopAddSource(CFRunLoopGetCurrent(), source_, kCFRunLoopCommonModes); local
H A Dmacasyncsocket.h33 bool valid() const { return source_ != NULL; }
86 CFRunLoopSourceRef source_; member in class:rtc::MacAsyncSocket
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.cc75 source_(source),
77 source_->bits_per_second() / 1000,
93 source_->SetBitrateBps(previous_sending_bitrate_);
99 in_out, clock_.TimeInMilliseconds() + time_ms, source_->flow_id());
118 source_->SetBitrateBps(0);
122 source_->RunFor(time_to_run_ms, &generated);
148 source_->SetBitrateBps(target_bitrate_bps);
153 return (source_->bits_per_second() + 500) / 1000;
180 GetFeedbackPackets(in_out, end_time_ms, source_->flow_id());
183 BWE_TEST_LOGGING_CONTEXT(source_
[all...]
/external/v8/src/compiler-dispatcher/
H A Dcompiler-dispatcher-job.cc65 source_ = Handle<String>::cast(isolate_->global_handles()->Create(*source));
67 source_, shared_->start_position(), shared_->end_position()));
130 if (!source_.is_null()) {
131 i::GlobalHandles::Destroy(Handle<Object>::cast(source_).location());
132 source_ = Handle<String>::null();
251 if (!source_.is_null()) {
252 i::GlobalHandles::Destroy(Handle<Object>::cast(source_).location());
253 source_ = Handle<String>::null();
H A Dcompiler-dispatcher-job.h88 Handle<String> source_; // Global handle. member in class:v8::internal::CompilerDispatcherJob
/external/webrtc/talk/session/media/
H A Dcurrentspeakermonitor_unittest.cc49 monitor_ = new CurrentSpeakerMonitor(&source_);
64 source_.SignalAudioMonitor(&source_, info);
68 AudioSourceContext source_; member in class:cricket::CurrentSpeakerMonitorTest

Completed in 675 milliseconds

12