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

12 3 4 5 6 7 8 910

  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 60 const char* file_name,
64 file_name_(file_name),
75 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
  /external/wpa_supplicant_8/src/wps/
wps_ufd.c 51 static int wps_get_dev_pwd_e_file_name(char *path, char *file_name)
68 os_strlcpy(file_name, namelist[0]->d_name, 13);
77 const char *path, char *file_name)
81 os_snprintf(file_name, 13, "00000000.WSC");
87 if (wps_get_dev_pwd_e_file_name(temp, file_name) < 0)
92 os_snprintf(file_name, 13, "%02X%02X%02X%02X.WFA",
98 os_snprintf(file_name, 13, "00000000.WFA");
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 190 FilePath file_name; local
194 &file_name,
200 "attachment; filename=" + UTF16ToUTF8(file_name.value());
230 FilePath file_name(drop_data.file_description_filename);
231 file_name = file_name.BaseName().RemoveExtension();
232 if (file_name.value().empty()) {
234 file_name = FilePath(
236 if (file_name.value().size() + drop_data.file_extension.size() + 1 >
238 file_name = FilePath(file_name.value().substr
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 125 char *file_name; local
133 /* Concatenate dir and base into freshly allocated file_name. */
138 file_name = (char *) malloc (dir_len + add_slash + base_len + 1);
139 if (file_name != NULL)
141 memcpy (file_name, dir, dir_len);
143 file_name[dir_len] = DIRECTORY_SEPARATOR;
144 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
148 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL)
217 if (file_name != NULL
    [all...]
error.c 72 extern void __error_at_line (int status, int errnum, const char *file_name,
271 error_at_line (int status, int errnum, const char *file_name,
282 && (file_name == old_file_name
283 || strcmp (old_file_name, file_name) == 0))
287 old_file_name = file_name;
315 __fxprintf (NULL, file_name != NULL ? "%s:%d: " : " ",
316 file_name, line_number);
318 fprintf (stderr, file_name != NULL ? "%s:%d: " : " ",
319 file_name, line_number);
  /pdk/build/
pdk_utils.py 62 def copy_file_if_exists(src_top, dest_top, file_name):
63 """copy file src_top/file_name to dest_top/file_name
65 src_full_name = src_top + "/" + file_name
69 dest_file = dest_top + "/" + file_name
105 for file_name in result_list:
106 file_list.append(file_name)
139 def save_list(list_to_save, file_name):
140 f = open(file_name, "w")
145 def load_list(file_name)
    [all...]
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 256 char file_name[100]; local
265 sprintf(file_name, "%s/event_flick", dev_dir_name);
266 fp_flick = open(file_name, O_RDONLY | O_NONBLOCK);
267 sprintf(file_name, "%s/event_tap", dev_dir_name);
268 fp_tap = open(file_name, O_RDONLY | O_NONBLOCK);
269 sprintf(file_name, "%s/event_orientation", dev_dir_name);
270 fp_orient = open(file_name, O_RDONLY | O_NONBLOCK);
271 sprintf(file_name, "%s/event_display_orientation", dev_dir_name);
272 fp_disp = open(file_name, O_RDONLY | O_NONBLOCK);
305 sprintf(file_name, "%s/event_flick", dev_dir_name)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 52 const char* file_name,
56 file_name_(file_name),
66 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
  /external/chromium/chrome/browser/
icon_manager.cc 26 gfx::Image* IconManager::LookupIcon(const FilePath& file_name,
28 IconGroupID group = GetGroupIDFromFilepath(file_name);
37 const FilePath& file_name,
41 IconGroupID group = GetGroupIDFromFilepath(file_name);
icon_manager.h 70 gfx::Image* LookupIcon(const FilePath& file_name,
82 Handle LoadIcon(const FilePath& file_name,
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 51 def postprocess_file_name(file_name, paths_to_cut):
53 file_name = re.sub(".*" + path_to_cut, "", file_name)
54 file_name = re.sub(".*asan_[a-z_]*.(cc|h):[0-9]*", "[asan_rtl]", file_name)
55 file_name = re.sub(".*crtstuff.c:0", "???:0", file_name)
56 return file_name
89 file_name = p.stdout.readline().rstrip()
92 file_name = postprocess_file_name(file_name, paths_to_cut
    [all...]
  /external/qemu/elff/
elff_api.h 86 const char* file_name; member in struct:Elf_AddressInfo
88 /* Path to the source file directory. If file_name field of this structure is
92 /* Line number in the source file for the address. If file_name field of this
  /ndk/sources/host-tools/ndk-stack/elff/
elff_api.h 86 const char* file_name; member in struct:Elf_AddressInfo
88 /* Path to the source file directory. If file_name field of this structure is
92 /* Line number in the source file for the address. If file_name field of this
  /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/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 162 file_name = test_name + '-expected.png'
164 file_name = test_name + '-actual.png'
166 file_name = test_name + '-expected.checksum'
168 file_name = test_name + '-actual.checksum'
170 file_name = test_name + '-diff.png'
172 file_name = test_name + '-expected.txt'
174 file_name = test_name + '-actual.txt'
176 file_name = test_name + '-diff.txt'
178 file_name = test_name + '-pretty-diff.html'
180 file_path = os.path.join(self.server.test_config.results_directory, file_name)
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
simplecalc.pl 12 my $input = ANTLR::Runtime::ANTLRFileStream->new({ file_name => $ARGV[0] });
  /external/bison/lib/
error.c 68 extern void __error_at_line (int status, int errnum, const char *file_name,
234 error_at_line (int status, int errnum, const char *file_name,
245 && (file_name == old_file_name
246 || strcmp (old_file_name, file_name) == 0))
250 old_file_name = file_name;
278 if (file_name != NULL)
282 __fwprintf (stderr, L"%s:%d: ", file_name, line_number);
285 fprintf (stderr, "%s:%d: ", file_name, line_number);
  /external/chromium/base/
native_library_win.cc 15 typedef HMODULE (WINAPI* LoadLibraryFunction)(const wchar_t* file_name);
48 typedef HMODULE (WINAPI* LoadLibraryFunction)(const wchar_t* file_name);
tracked.h 44 Location(const char* function_name, const char* file_name, int line_number);
64 const char* file_name() const { return file_name_; } function in class:tracked_objects::Location
  /external/chromium/chrome/browser/history/
archived_database.cc 27 bool ArchivedDatabase::Init(const FilePath& file_name) {
42 if (!db_.Open(file_name))
  /external/chromium/chrome/browser/download/
save_package_unittest.cc 168 FilePath::StringType file_name; local
173 &file_name);
175 EXPECT_EQ(kGeneratedFiles[i].expected_name, file_name);
181 FilePath::StringType file_name; local
186 &file_name);
403 FilePath file_name(FILE_PATH_LITERAL("a.htm"));
405 FilePath(kTestDir).Append(file_name));
415 FilePath file_name(FILE_PATH_LITERAL("a.htm"));
417 FilePath(kTestDir).Append(file_name));
419 FilePath(kTestDir).Append(file_name));
    [all...]
  /external/blktrace/btreplay/
btrecord.c 49 * @file_name: Fully qualified name for this input file
56 char *devnm, *file_name; member in struct:ifile_info
81 * @file_name: Fully qualified name for this file
92 char *file_name, *vfn; member in struct:io_stream
231 stream->file_name,
240 fatal(stream->file_name, ERR_SYSCALL, "Hdr write failed\n");
296 free(iip->file_name);
305 * @file_name: Fully qualifed input file name
307 static void __add_input_file(int cpu, char *devnm, char *file_name)
315 iip->file_name = strdup(file_name)
    [all...]
  /external/valgrind/tsan/
ts_offline.cc 48 string file_name; member in struct:PcInfo
127 pc_info.file_name = file;
249 pc_info.file_name = file;
325 string *file_name, int *line_no) {
329 *file_name = "";
336 *file_name = info.file_name;
338 if (*file_name == "unknown")
339 *file_name = "";
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 31 const char *file_name) {
36 strlen(file_name);
43 strcat(name, file_name);
  /external/chromium/base/win/
event_trace_consumer.h 50 // Opens the event trace log in "file_name", which must be a full or
54 HRESULT OpenFileSession(const wchar_t* file_name);
106 const wchar_t* file_name) {
108 logfile.LogFileName = const_cast<wchar_t*>(file_name);

Completed in 749 milliseconds

12 3 4 5 6 7 8 910