HomeSort by relevance Sort by last modified time
    Searched defs:source_file_ (Results 1 - 11 of 11) sorted by null

  /tools/dexter/slicer/export/slicer/
debuginfo_encoder.h 49 ir::String* source_file_ = nullptr; member in class:lir::DebugInfoEncoder
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h 35 FILE* source_file_; member in class:webrtc::VideoProcessingTest
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.h 182 const std::string &source_file_; member in class:abi_wrapper::FunctionTypeWrapper
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 84 FILE* source_file_; member in class:webrtc::TestLibYuv
95 : source_file_(NULL),
108 source_file_ = fopen(input_file_name.c_str(), "rb");
109 ASSERT_TRUE(source_file_ != NULL) << "Cannot read file: "<<
113 fread(orig_buffer_.get(), 1, frame_length_, source_file_));
124 if (source_file_ != NULL) {
125 ASSERT_EQ(0, fclose(source_file_));
127 source_file_ = NULL;
scaler_unittest.cc 38 FILE* source_file_; member in class:webrtc::TestScaler
50 : source_file_(NULL),
63 source_file_ = fopen(input_file_name.c_str(), "rb");
64 ASSERT_TRUE(source_file_ != NULL) << "Cannot read file: "<<
71 if (source_file_ != NULL) {
72 ASSERT_EQ(0, fclose(source_file_));
74 source_file_ = NULL;
102 EXPECT_GT(fread(orig_buffer.get(), 1, frame_length_, source_file_), 0U);
129 source_file_, out_name,
140 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 123 source_file_ = fopen(test::ResourcePath("paris_qcif", "yuv").c_str(), "rb");
124 ASSERT_TRUE(source_file_ != NULL);
127 fread(source_buffer_.get(), 1, length_source_frame_, source_file_),
187 FILE* source_file_; member in class:webrtc::TestVp8Impl
  /art/libdexfile/dex/
dex_file.h 767 const char* source_file_ = nullptr; // nullptr if the file from ClassDef still applies. member in struct:art::DexFile::MethodHandleType::PositionInfo
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 93 source_file_ = source_file;
101 return source_file_;
109 std::string source_file_; member in class:abi_util::LinkableMessageIR
    [all...]
  /art/dexlayout/
dex_ir.h 966 const StringId* source_file_; \/\/ This can be nullptr. member in class:art::dex_ir::ClassDef
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3533 ::google::protobuf::internal::ArenaStringPtr source_file_; member in class:google::protobuf::GeneratedCodeInfo_Annotation
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 3533 ::google::protobuf::internal::ArenaStringPtr source_file_; member in class:google::protobuf::GeneratedCodeInfo_Annotation
    [all...]

Completed in 461 milliseconds