HomeSort by relevance Sort by last modified time
    Searched refs:source_ (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp     [all...]
  /external/protobuf/src/google/protobuf/stubs/
bytestream.h 340 ByteSource* source_; member in class:google::protobuf::strings::LimitByteSource
  /external/v8/src/
json-parser.h 149 Handle<String> source_; member in class:v8::internal::BASE_EMBEDDED
objects.cc 15921 Handle<String> source_; member in class:v8::internal::StringSharedKey
    [all...]
  /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]);
  /frameworks/base/tools/aapt2/
ResourceParser.h 111 Source source_; member in class:aapt::ResourceParser
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
bytestream.h 340 ByteSource* source_; member in class:google::protobuf::strings::LimitByteSource
  /external/icu/tools/srcgen/currysrc/
Android.mk 19 $(foreach j,$(call all-named-files-under,*.jar,libs),$(if $(findstring .source_,$(j)),,$(j))))
  /external/libtextclassifier/common/
fml-parser.cc 51 source_ = source;
52 current_ = source_.begin();
  /art/compiler/
oat_writer.cc 117 : type_(kZipEntry), source_(zip_entry) {
118 DCHECK(source_ != nullptr);
122 : type_(kRawFile), source_(raw_file) {
123 DCHECK(source_ != nullptr);
127 : type_(kRawData), source_(dex_file) {
128 DCHECK(source_ != nullptr);
138 DCHECK(source_ != nullptr);
139 return static_cast<ZipEntry*>(const_cast<void*>(source_));
144 DCHECK(source_ != nullptr);
145 return static_cast<File*>(const_cast<void*>(source_));
161 const void* source_; member in class:art::OatWriter::DexFileSource
    [all...]
  /external/v8/src/compiler/
simplified-operator.h 208 : mode_(mode), source_(source), target_(target) {}
211 Handle<Map> source() const { return source_; }
216 Handle<Map> const source_; member in class:v8::internal::compiler::final
instruction.h 677 : source_(source), destination_(destination) {
681 const InstructionOperand& source() const { return source_; }
682 InstructionOperand& source() { return source_; }
683 void set_source(const InstructionOperand& operand) { source_ = operand; }
694 return destination_.IsInvalid() && !source_.IsInvalid();
702 return IsEliminated() || source_.EqualsCanonicalized(destination_);
706 void Eliminate() { source_ = destination_ = InstructionOperand(); }
708 DCHECK_IMPLIES(source_.IsInvalid(), destination_.IsInvalid());
709 return source_.IsInvalid();
717 InstructionOperand source_; member in class:v8::internal::compiler::final
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
resolve.cc 94 gold_assert(this->source_ == FROM_OBJECT);
935 this->source_ = from->source_;
936 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...]
  /external/flatbuffers/include/flatbuffers/
idl.h 464 source_(nullptr),
496 // should at least include the project path (where you loaded source_ from).
607 const char *source_; member in class:flatbuffers::Parser
  /external/v8/src/parsing/
scanner.cc 187 source_ = source;
930 source_->Seek(pos);
    [all...]
  /art/runtime/gc/space/
image_space.cc 426 : source_(source),
431 return address - source_ < length_;
446 return dest_ - source_;
450 return source_;
462 const uintptr_t source_; member in class:art::gc::space::RelocationRange
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 792 void copyPixels(const Image &source_,const Geometry &geometry_,
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 286 MessageID (GLenum source_, GLenum type_, GLuint id_) : source(source_), type(type_), id(id_) {}
897 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/ImageMagick/Magick++/lib/
Image.cpp 4055 quantum_,source_,exceptionInfo); local
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 351 if (cursor_ != source_ && !seen_newline)
    [all...]
  /external/v8/include/
v8.h 5672 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 

Completed in 875 milliseconds

1 23 4 5