HomeSort by relevance Sort by last modified time
    Searched defs:file_name (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.cc 157 const char* file_name = "/proc/cpuinfo"; local
158 FILE* f = fopen(file_name, "r");
  /external/mesa3d/src/mapi/glapi/gen/
glX_doc.py 266 file_name = "gl_API.xml" variable
275 file_name = val
277 api = gl_XML.parse_GL_API( file_name, glx_doc_item_factory() )
glX_proto_recv.py 529 file_name = "gl_API.xml" variable in class:PrintGlxDispatchFunctions
540 file_name = val
553 api = gl_XML.parse_GL_API( file_name, glX_proto_common.glx_proto_item_factory() )
glX_server_table.py 387 file_name = "gl_API.xml" variable
397 file_name = val
407 api = gl_XML.parse_GL_API( file_name, glX_XML.glx_item_factory() )
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
cng_unittest.cc 53 const std::string file_name = local
55 input_file = fopen(file_name.c_str(), "rb");
  /external/webrtc/webrtc/modules/audio_coding/test/
TestRedFec.cc 66 const std::string file_name = webrtc::test::ResourcePath( local
68 _inFileA.Open(file_name, 32000, "rb");
471 std::string file_name; local
476 file_name = file_stream.str();
477 _outFileB.Open(file_name, 16000, "wb");
opus_test.cc 369 std::string file_name; local
373 file_name = file_stream.str();
374 out_file_.Open(file_name, 48000, "wb");
376 file_name = file_stream.str();
379 file_name = file_stream.str();
380 out_file_standalone_.Open(file_name, 48000, "wb");
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 44 char file_name[FILENAME_MAX]; local
49 snprintf(file_name, sizeof(file_name),
51 file_fd = open(file_name, O_RDWR | O_CREAT, 0777);
53 LOGE(" cannot open file %s \n", file_name);
62 LOGD(" dump rdi frame %s", file_name);
70 char file_name[FILENAME_MAX]; local
76 snprintf(file_name, sizeof(file_name), "RDI_dump_%d", pme->cam->camera_handle);
77 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
source_context.pb.h 100 // optional string file_name = 1;
103 const ::std::string& file_name() const;
109 void set_allocated_file_name(::std::string* file_name);
133 // optional string file_name = 1;
137 inline const ::std::string& SourceContext::file_name() const { function in class:google::protobuf::SourceContext
138 // @@protoc_insertion_point(field_get:google.protobuf.SourceContext.file_name)
144 // @@protoc_insertion_point(field_set:google.protobuf.SourceContext.file_name)
149 // @@protoc_insertion_point(field_set_char:google.protobuf.SourceContext.file_name)
155 // @@protoc_insertion_point(field_set_pointer:google.protobuf.SourceContext.file_name)
159 // @@protoc_insertion_point(field_mutable:google.protobuf.SourceContext.file_name)
173 file_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), file_name); local
    [all...]
  /system/connectivity/apmanager/
dhcp_server.cc 81 string file_name = base::StringPrintf(kDnsmasqConfigFilePathFormat, local
83 if (!file_writer_->Write(file_name, config_str)) {
104 file_name.c_str()));
  /system/media/camera/docs/
metadata_parser_xml.py 64 def __init__(self, xml, file_name):
71 file_name: Source of the XML block, only for debugging/errors
79 raise ValueError("%s has an invalid XML file" % (file_name))
86 def create_from_file(file_name):
91 file_name: Name of the XML file to load and parse.
99 return MetadataParserXml(file(file_name).read(), file_name)
335 file_name = sys.argv[1] variable in class:MetadataParserXml
338 parser = MetadataParserXml.create_from_file(file_name)
  /toolchain/binutils/binutils-2.25/binutils/
elfcomm.h 65 char * file_name; /* Archive file name. */
64 char * file_name; \/* Archive file name. *\/ member in struct:archive_info
  /art/runtime/gc/space/
image_space_fs.h 218 const char* file_name = boot_marker.c_str(); local
221 std::unique_ptr<File> file(OS::OpenFileReadWrite(file_name));
223 file.reset(OS::CreateEmptyFile(file_name));
  /art/runtime/mirror/
throwable.cc 132 auto* file_name = ste->GetFileName(); local
136 file_name != nullptr ? file_name->ToModifiedUtf8().c_str() : "(Unknown Source)",
  /device/htc/flounder/thermal/
thermal.c 66 char file_name[MAX_LENGTH]; local
69 sprintf(file_name, TEMPERATURE_FILE_FORMAT, sensor_num);
70 file = fopen(file_name, "r");
150 char file_name[MAX_LENGTH]; local
195 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num);
196 cpu_file = fopen(file_name, "r");
199 ALOGE("%s: failed to open file: %s (%s)", __func__, file_name, strerror(errno));
205 file_name, strerror(errno));
  /external/bison/lib/
localcharset.c 128 char *file_name; local
136 /* Concatenate dir and base into freshly allocated file_name. */
141 file_name = (char *) malloc (dir_len + add_slash + base_len + 1);
142 if (file_name != NULL)
144 memcpy (file_name, dir, dir_len);
146 file_name[dir_len] = DIRECTORY_SEPARATOR;
147 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
151 if (file_name == NULL)
165 fd = open (file_name,
247 free (file_name);
    [all...]
  /external/e2fsprogs/intl/
localcharset.c 121 char *file_name; local
123 /* Concatenate dir and base into freshly allocated file_name. */
128 file_name = (char *) malloc (dir_len + add_slash + base_len + 1);
129 if (file_name != NULL)
131 memcpy (file_name, dir, dir_len);
133 file_name[dir_len] = DIRECTORY_SEPARATOR;
134 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
138 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL)
202 free (file_name);
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-test-part.h 76 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
  /external/gtest/include/gtest/
gtest-test-part.h 76 const char* file_name() const { function in class:testing::TestPartResult
  /external/libbrillo/brillo/http/
http_form_data.cc 93 const std::string& file_name,
99 file_name_{file_name} {
167 std::string file_name = file_path.BaseName().value();
170 file_name, local
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 76 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 371 const char *file_name; local
374 file_name = "CONST";
377 file_name = "IN";
380 file_name = "???";
384 file_name,
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 76 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
  /external/opencv3/modules/photo/test/
test_hdr.cpp 133 string file_name = folder + "lena.png"; local
135 loadImage(file_name, img);
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 76 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult

Completed in 1412 milliseconds

12 3 4 5 6 7 8