HomeSort by relevance Sort by last modified time
    Searched refs:source_ (Results 26 - 48 of 48) sorted by null

12

  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.h 95 AudioSource source_; member in class:webrtc::IntelligibilityEnhancer::TransformCallback
intelligibility_enhancer.cc 52 : parent_(parent), source_(source) {
63 parent_->DispatchAudio(source_, in_block[i], out_block[i]);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
bytestream.h 340 ByteSource* source_; member in class:google::protobuf::strings::LimitByteSource
  /art/compiler/
oat_writer.cc 95 : type_(kZipEntry), source_(zip_entry) {
96 DCHECK(source_ != nullptr);
100 : type_(kRawFile), source_(raw_file) {
101 DCHECK(source_ != nullptr);
105 : type_(kRawData), source_(dex_file) {
106 DCHECK(source_ != nullptr);
115 DCHECK(source_ != nullptr);
116 return static_cast<ZipEntry*>(const_cast<void*>(source_));
121 DCHECK(source_ != nullptr);
122 return static_cast<File*>(const_cast<void*>(source_));
145 const void* source_; member in class:art::OatWriter::DexFileSource
    [all...]
  /external/icu/tools/srcgen/currysrc/
Android.mk 18 prebuilt_jar_paths := $(shell find $(LOCAL_PATH)/libs -name "*.jar" | grep -v ".source_" | sed "s,^$(LOCAL_PATH)/,,")
  /external/v8/src/snapshot/
serialize.h 356 source_(data->Payload()),
441 SnapshotByteSource source_; member in class:v8::internal::Deserializer
677 return source_;
684 : Serializer(isolate, sink), source_(source) {
704 String* source_; member in class:v8::internal::CodeSerializer
serialize.cc 612 // DCHECK(source_.AtEOF());
627 for (int code = source_.Get(); code != kSynchronize; code = source_.Get()) {
639 int size = source_.GetInt() << kPointerSizeLog2;
762 BackReference back_reference(source_.GetInt());
797 int size = source_.GetInt() << kObjectAlignmentBits;
822 LOG(isolate_, SnapshotPositionEvent(address, source_.position()));
857 Executability exec = static_cast<Executability>(source_.Get());
    [all...]
  /external/v8/src/compiler/
instruction.h 568 : source_(source), destination_(destination) {
572 const InstructionOperand& source() const { return source_; }
573 InstructionOperand& source() { return source_; }
574 void set_source(const InstructionOperand& operand) { source_ = operand; }
585 return destination_.IsInvalid() && !source_.IsInvalid();
598 return IsEliminated() || source_.EqualsCanonicalized(destination_);
602 void Eliminate() { source_ = destination_ = InstructionOperand(); }
604 DCHECK_IMPLIES(source_.IsInvalid(), destination_.IsInvalid());
605 return source_.IsInvalid();
612 InstructionOperand source_; member in class:v8::internal::compiler::final
    [all...]
  /external/v8/src/parsing/
scanner-character-streams.h 177 Handle<ExternalTwoByteString> source_; member in class:v8::internal::ExternalTwoByteStringUtf16CharacterStream
scanner.cc 51 source_ = source;
722 source_->SeekForward(pos - source_->pos());
    [all...]
scanner-character-streams.cc 568 source_(data),
  /toolchain/binutils/binutils-2.25/gold/
resolve.cc 94 gold_assert(this->source_ == FROM_OBJECT);
933 this->source_ = from->source_;
934 switch (from->source_)
    [all...]
symtab.cc 51 // and source_.
124 this->source_ = FROM_OBJECT;
143 this->source_ = IN_OUTPUT_DATA;
163 this->source_ = IN_OUTPUT_SEGMENT;
179 this->source_ = IS_CONSTANT;
195 this->source_ = IS_UNDEFINED;
206 this->source_ = IN_OUTPUT_DATA;
454 if (this->source_ != FROM_OBJECT)
456 if (this->source_ != IS_UNDEFINED)
484 switch (this->source_)
    [all...]
  /art/runtime/gc/space/
image_space.cc 618 : source_(source),
623 return address - source_ < length_;
638 return dest_ - source_;
642 return source_;
654 const uintptr_t source_; member in class:art::gc::space::RelocationRange
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 280 MessageID (GLenum source_, GLenum type_, GLuint id_) : source(source_), type(type_), id(id_) {}
891 MessageFilter(GLenum source_, GLenum type_, GLenum severity_, const vector<GLuint>& ids_, bool enabled_) : source(source_), type(type_), severity(severity_), ids(ids_), enabled(enabled_) {}
    [all...]
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 64 source_(source),
120 const char* source_; member in class:v8::internal::interpreter::InterpreterTester
127 if (source_) {
128 CompileRun(source_);
    [all...]
  /external/v8/include/
v8.h 4858 ExternalOneByteStringResourceImpl source_; member in class:v8::Extension
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /external/v8/src/
objects.cc 16743 Handle<String> source_; member in class:v8::internal::StringSharedKey
    [all...]
api.cc 493 source_(source, source_length_),
    [all...]
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 550 milliseconds

12