Home
last modified time | relevance | path

Searched refs:source_ (Results 1 – 25 of 62) sorted by relevance

123

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c181 const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) in copy_match() argument
183 const rchar *source = *source_; in copy_match()
192 *source_ = source; in copy_match()
213 const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) in copy_imatch() argument
215 const rchar *source = *source_, *pstart = pattern; in copy_imatch()
227 *source_ = source; in copy_imatch()
276 *source_ = source; \
292 copy_escape(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) in copy_escape() argument
294 const rchar *source = *source_, *hsentinel; in copy_escape()
337 *source_ = source; in copy_escape()
[all …]
/external/webrtc/talk/app/webrtc/
Dvideosource_unittest.cc115 source_(source) { in StateObserver()
118 state_ = source_->state(); in OnChanged()
124 rtc::scoped_refptr<VideoSourceInterface> source_; member in StateObserver
147 source_ = in CreateVideoSource()
151 ASSERT_TRUE(source_.get() != NULL); in CreateVideoSource()
152 EXPECT_EQ(capturer_, source_->GetVideoCapturer()); in CreateVideoSource()
154 state_observer_.reset(new StateObserver(source_)); in CreateVideoSource()
155 source_->RegisterObserver(state_observer_.get()); in CreateVideoSource()
156 source_->AddSink(&renderer_); in CreateVideoSource()
164 rtc::scoped_refptr<VideoSource> source_; member in VideoSourceTest
[all …]
Dremoteaudiosource.cc43 explicit MessageHandler(RemoteAudioSource* source) : source_(source) {} in MessageHandler()
49 source_->OnMessage(msg); in OnMessage()
53 const rtc::scoped_refptr<RemoteAudioSource> source_; member in webrtc::RemoteAudioSource::MessageHandler
59 explicit Sink(RemoteAudioSource* source) : source_(source) {} in Sink()
60 ~Sink() override { source_->OnAudioProviderGone(); } in ~Sink()
64 if (source_) in OnData()
65 source_->OnData(audio); in OnData()
68 const rtc::scoped_refptr<RemoteAudioSource> source_; member in webrtc::RemoteAudioSource::Sink
/external/libchrome/base/containers/
Dstack_container.h75 : std::allocator<T>(), source_(rhs.source_) { in StackAllocator()
89 : source_(NULL) { in StackAllocator()
96 StackAllocator() : source_(NULL) { in StackAllocator()
99 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator()
106 if (source_ != NULL && !source_->used_stack_buffer_
108 source_->used_stack_buffer_ = true;
109 return source_->stack_buffer();
118 if (source_ != NULL && p == source_->stack_buffer()) in deallocate()
119 source_->used_stack_buffer_ = false; in deallocate()
125 Source* source_;
/external/v8/src/snapshot/
Ddeserializer.cc58 if (source_.position() == 0) return; in ~Deserializer()
60 while (source_.HasMore()) DCHECK_EQ(kNop, source_.Get()); in ~Deserializer()
86 CHECK_EQ(expected, source_.Get()); in Synchronize()
91 for (int code = source_.Get(); code != kSynchronize; code = source_.Get()) { in DeserializeDeferredObjects()
105 int size = source_.GetInt() << kPointerSizeLog2; in DeserializeDeferredObjects()
287 obj = allocator()->GetLargeObject(source_.GetInt()); in GetBackReferencedObject()
290 obj = allocator()->GetMap(source_.GetInt()); in GetBackReferencedObject()
293 uint32_t chunk_index = source_.GetInt(); in GetBackReferencedObject()
294 uint32_t chunk_offset = source_.GetInt(); in GetBackReferencedObject()
310 uint32_t chunk_index = source_.GetInt(); in GetBackReferencedObject()
[all …]
Ddeserializer.h44 source_(data->Payload()), in Deserializer()
73 SnapshotByteSource* source() { return &source_; } in source()
146 SnapshotByteSource source_; variable
/external/deqp/framework/opengl/
DgluShaderProgram.hpp277 …derType shaderType_, const std::string& source_) : shaderType(shaderType_), source(source_) { DE_A… in ShaderSource()
282 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {} in VertexSource()
287 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {} in FragmentSource()
292 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {} in GeometrySource()
297 ComputeSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_COMPUTE, source_) {} in ComputeSource()
302 …ellationControlSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_TESSELLATION_CON… in TessellationControlSource()
307 …ionEvaluationSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_TESSELLATION_EVALU… in TessellationEvaluationSource()
/external/vulkan-validation-layers/layers/
Dparameter_name.h64 ParameterName(const char *source) : source_(source), num_indices_(0) { assert(IsValid()); } in ParameterName()
76 …: source_(source), args_(args.size() ? args.begin() : (const size_t *)nullptr), num_indices_(args.… in ParameterName()
81 std::string get_name() const { return (num_indices_ == 0) ? std::string(source_) : Format(); } in get_name()
90 std::string source(source_); in Format()
112 std::string source(source_); in IsValid()
125 const char *source_; ///< Format string.
/external/libtextclassifier/lang_id/common/fel/
Dfel-parser.h82 bool eos() const { return current_ >= source_.end(); } in eos()
90 if ((current_ >= source_.begin()) && (current_ < source_.end())) { in CurrentChar()
107 string source_; variable
/external/libchrome/mojo/public/cpp/system/
Ddata_pipe_drainer.cc18 source_(std::move(source)), in DataPipeDrainer()
25 source_.get(), MOJO_HANDLE_SIGNAL_READABLE, in DataPipeDrainer()
35 source_->BeginReadData(&buffer, &num_bytes, MOJO_READ_DATA_FLAG_NONE); in ReadData()
38 source_->EndReadData(num_bytes); in ReadData()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.cc75 source_(source), in VideoSender()
77 source_->bits_per_second() / 1000, in VideoSender()
93 source_->SetBitrateBps(previous_sending_bitrate_); in Resume()
99 in_out, clock_.TimeInMilliseconds() + time_ms, source_->flow_id()); in RunFor()
118 source_->SetBitrateBps(0); in ProcessFeedbackAndGeneratePackets()
122 source_->RunFor(time_to_run_ms, &generated); in ProcessFeedbackAndGeneratePackets()
148 source_->SetBitrateBps(target_bitrate_bps); in OnNetworkChanged()
153 return (source_->bits_per_second() + 500) / 1000; in TargetBitrateKbps()
180 GetFeedbackPackets(in_out, end_time_ms, source_->flow_id()); in RunFor()
183 BWE_TEST_LOGGING_CONTEXT(source_->flow_id()); in RunFor()
[all …]
/external/webrtc/webrtc/base/
Dmacasyncsocket.cc36 source_(NULL), in MacAsyncSocket()
255 if (source_ != NULL) { in Close()
256 CFRunLoopSourceInvalidate(source_); in Close()
257 CFRelease(source_); in Close()
259 source_ = NULL; in Close()
325 source_(NULL), in MacAsyncSocket()
371 source_ = CFSocketCreateRunLoopSource(kCFAllocatorDefault, socket_, 1); in Initialize()
372 res = (source_ != NULL); in Initialize()
378 CFRunLoopAddSource(CFRunLoopGetCurrent(), source_, kCFRunLoopCommonModes); in Initialize()
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_generator.cc89 : source_(file), stub_h_(stub_h_printer) {} in GeneratorJob()
172 for (int i = 0; i < source_->message_type_count(); ++i) in CollectDescriptors()
173 stack.push_back(source_->message_type(i)); in CollectDescriptors()
185 for (int i = 0; i < source_->enum_type_count(); ++i) in CollectDescriptors()
186 enums_.push_back(source_->enum_type(i)); in CollectDescriptors()
198 for (int i = 0; i < source_->public_dependency_count(); ++i) in CollectDependencies()
199 public_imports_.insert(source_->public_dependency(i)); in CollectDependencies()
201 if (source_->weak_dependency_count() > 0) in CollectDependencies()
209 for (int i = 0; i < source_->dependency_count(); ++i) { in CollectDependencies()
210 const FileDescriptor* import = source_->dependency(i); in CollectDependencies()
[all …]
/external/protobuf/src/google/protobuf/stubs/
Dbytestream.cc160 : source_(source), in LimitByteSource()
165 size_t available = source_->Available(); in Available()
174 StringPiece piece(source_->Peek()); in Peek()
184 source_->Skip(n); in Skip()
190 source_->CopyTo(sink, n); in CopyTo()
/external/freetype/src/base/
Dftbitmap.c800 const FT_Bitmap* source_, in FT_Bitmap_Blend() argument
827 if ( !library || !target || !source_ || !atarget_offset ) in FT_Bitmap_Blend()
837 if ( source_->pixel_mode == FT_PIXEL_MODE_NONE ) in FT_Bitmap_Blend()
842 ( source_->pitch ^ target->pitch ) < 0 ) in FT_Bitmap_Blend()
845 if ( !( source_->width && source_->rows ) ) in FT_Bitmap_Blend()
863 if ( FT_LONG_MIN + (FT_Pos)( source_->rows << 6 ) + 64 > source_offset.y ) in FT_Bitmap_Blend()
869 source_lly = source_offset.y - ( source_->rows << 6 ); in FT_Bitmap_Blend()
871 if ( FT_LONG_MAX - (FT_Pos)( source_->width << 6 ) - 64 < source_llx ) in FT_Bitmap_Blend()
877 source_urx = source_llx + ( source_->width << 6 ); in FT_Bitmap_Blend()
930 source_->width, source_->rows )); in FT_Bitmap_Blend()
[all …]
/external/libchrome/mojo/core/
Drequest_context.cc24 : source_(source), tls_context_(g_current_context.Pointer()) { in RequestContext()
40 if (source_ == Source::LOCAL_API_CALL) in ~RequestContext()
71 RequestContext inner_context(source_); in ~RequestContext()
Drequest_context.h49 Source source() const { return source_; } in source()
92 const Source source_; variable
/external/libchrome/base/message_loop/
Dmessage_pump_glib_unittest.cc35 source_ = static_cast<Source*>(g_source_new(&SourceFuncs, sizeof(Source))); in EventInjector()
36 source_->injector = this; in EventInjector()
37 g_source_attach(source_, nullptr); in EventInjector()
38 g_source_set_can_recurse(source_, TRUE); in EventInjector()
42 g_source_destroy(source_); in ~EventInjector()
43 g_source_unref(source_); in ~EventInjector()
132 Source* source_; member in base::__anon87a0a6620111::EventInjector
/external/v8/src/
Djson-parser.cc139 : source_(source), in JsonParser()
147 source_ = String::Flatten(isolate, source_); in JsonParser()
152 seq_source_ = Handle<SeqOneByteString>::cast(source_); in JsonParser()
198 Handle<Script> script(factory->NewScript(source_)); in ParseJson()
223 c0_ = source_->Get(position_); in Advance()
259 if (source_->length() - position_ - 1 > length) { in ParseJsonString()
678 String::WriteToFlat(*source_, buffer.start(), beg_pos, position_); in ParseJsonNumber()
846 return SlowScanJsonString<SeqOneByteString, uint8_t>(source_, beg_pos, in ScanJsonString()
923 return SlowScanJsonString<SeqTwoByteString, uc16>(source_, beg_pos, in ScanJsonString()
927 return SlowScanJsonString<SeqOneByteString, uint8_t>(source_, beg_pos, in ScanJsonString()
[all …]
/external/webrtc/talk/session/media/
Dcurrentspeakermonitor_unittest.cc49 monitor_ = new CurrentSpeakerMonitor(&source_); in CurrentSpeakerMonitorTest()
64 source_.SignalAudioMonitor(&source_, info); in SignalAudioMonitor()
68 AudioSourceContext source_; member in cricket::CurrentSpeakerMonitorTest
/external/v8/src/parsing/
Dscanner.h608 c0_ = source_->Advance(); in Advance()
613 c0_ = source_->AdvanceUntil(check); in AdvanceUntil()
619 uc32 c1 = source_->Advance(); in CombineSurrogatePair()
625 source_->Back(); in CombineSurrogatePair()
632 source_->Back(); in PushBack()
636 uc32 Peek() const { return source_->Peek(); } in Peek()
764 return static_cast<int>(source_->pos()) - kCharacterLookaheadBufferSize; in source_pos()
801 Utf16CharacterStream* const source_; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource()
72 std::string source_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource()
72 std::string source_; variable
/external/ImageMagick/Magick++/lib/
DFunctions.cpp24 const std::string &source_) in CloneString() argument
26 MagickCore::CloneString(destination_,source_.c_str()); in CloneString()
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVProgram.hpp67 SpirVAsmSource (const std::string& source_) in SpirVAsmSource()
68 : source(source_) in SpirVAsmSource()

123