HomeSort by relevance Sort by last modified time
    Searched refs:fname (Results 101 - 125 of 639) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libunwind/tests/
crasher.c 16 void write_maps(char *fname)
22 FILE *out = fopen(fname, "w");
45 write_maps(char *fname)
53 out = fopen(fname, "w");
  /external/qemu/util/
qemu-error.c 137 * Change the current location to file FNAME, line LNO.
139 void loc_set_file(const char *fname, int lno)
141 assert (fname || cur_loc->kind == LOC_FILE);
144 if (fname) {
145 cur_loc->ptr = fname;
  /hardware/invensense/6515/libsensors_iio/
MPLSupport.h 22 int inv_read_data(char *fname, long *data);
  /ndk/sources/host-tools/make-3.81/
filedef.h 117 # define FILE_TIMESTAMP_STAT_MODTIME(fname, st) \
118 file_timestamp_cons (fname, (st).st_mtime, (st).st_mtim.ST_MTIM_NSEC)
120 # define FILE_TIMESTAMP_STAT_MODTIME(fname, st) \
121 file_timestamp_cons (fname, (st).st_mtime, 0)
  /external/elfutils/0.153/src/
strings.c 56 static int read_fd (int fd, const char *fname, off64_t fdlen);
57 static int read_elf (Elf *elf, int fd, const char *fname, off64_t fdlen);
188 const char *fname = print_file_name ? argv[remaining] : NULL; local
200 result |= read_fd (fd, fname, fdlen);
202 result |= read_elf (elf, fd, fname, fdlen);
326 process_chunk_mb (const char *fname, const unsigned char *buf, off64_t to,
360 if (unlikely (fname != NULL))
362 fputs_unlocked (fname, stdout);
400 process_chunk (const char *fname, const unsigned char *buf, off64_t to,
407 process_chunk_mb (fname, buf, to, len, unprinted)
    [all...]
strip.c 116 /* Print symbols in file named FNAME. */
117 static int process_file (const char *fname);
121 const char *fname, mode_t mode, struct timeval tvp[2]);
124 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
127 #define INTERNAL_ERROR(fname) \
129 fname, __LINE__, PACKAGE_VERSION, __DATE__, elf_errmsg (-1))
311 process_file (const char *fname)
321 if (stat64 (fname, &pre_st) != 0)
323 error (0, errno, gettext ("cannot stat input file '%s'"), fname);
334 int fd = open (fname, output_fname == NULL ? O_RDWR : O_RDONLY)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 34 def writeFile(fname, contents):
35 dir = os.path.split(fname)[0]
38 f = open(fname, 'w')
42 def readFile(fname):
43 f = open(fname)
79 def mkdirs(fname):
80 if os.path.exists(fname) or fname == '':
82 base, file = os.path.split(fname)
84 os.mkdir(fname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 34 def writeFile(fname, contents):
35 dir = os.path.split(fname)[0]
38 f = open(fname, 'w')
42 def readFile(fname):
43 f = open(fname)
79 def mkdirs(fname):
80 if os.path.exists(fname) or fname == '':
82 base, file = os.path.split(fname)
84 os.mkdir(fname)
    [all...]
  /external/chromium_org/third_party/leveldatabase/
env_chromium_unittest.cc 91 virtual void DidSyncDir(const std::string& fname) {
93 ChromiumEnv::DidSyncDir(fname);
152 for (base::FilePath fname = dir_reader.Next(); !fname.empty();
153 fname = dir_reader.Next()) {
154 if (fname.MatchesExtension(extension))
163 for (base::FilePath fname = dir_reader.Next(); !fname.empty();
164 fname = dir_reader.Next()) {
165 if (fname.MatchesExtension(FPL(".ldb")))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
gen_dynamic_list.py 73 for fname in argv[2:]:
74 f = open(fname, 'r')
  /external/libpcap/
savefile.c 174 pcap_open_offline_with_tstamp_precision(const char *fname, u_int precision,
180 if (fname[0] == '-' && fname[1] == '\0')
193 fp = fopen(fname, "r");
195 fp = fopen(fname, "rb");
198 snprintf(errbuf, PCAP_ERRBUF_SIZE, "%s: %s", fname,
212 pcap_open_offline(const char *fname, char *errbuf)
214 return (pcap_open_offline_with_tstamp_precision(fname,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.h 65 const char *fname; /* Real file name */ member in struct:probe_finder
100 const char *fname; /* File name */ member in struct:line_finder
dwarf-aux.c 28 * @fname: The tail filename of the target file
30 * Find the real(long) path of @fname in @cu_die.
32 const char *cu_find_realpath(Dwarf_Die *cu_die, const char *fname)
39 if (!fname)
48 if (strtailcmp(src, fname) == 0)
76 * @fname: a pointer which returns the file name string
82 const char **fname, int *lineno)
90 *fname = dwarf_linesrc(line, NULL, NULL);
91 if (!*fname)
584 const char *fname; local
625 const char *fname; local
669 const char *fname; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 269 static int read_gsm_triplets(const char *fname)
276 if (fname == NULL)
279 f = fopen(fname, "r");
281 printf("Could not open GSM tripler data file '%s'\n", fname);
312 fname, line, pos);
319 fname, line, pos);
329 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos);
335 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos);
344 printf("%s:%d - Invalid SRES (%s)\n", fname, line,
351 printf("%s:%d - Invalid SRES (%s)\n", fname, line
    [all...]
  /external/wpa_supplicant_8/src/utils/
http-utils.h 50 const char *fname, const char *ca_fname);
61 void http_parse_x509_certificate(struct http_ctx *ctx, const char *fname);
  /hardware/qcom/keymaster/
QSEEComAPI.h 90 * @param[in] fname The directory and filename to load.
96 const char *fname, uint32_t sb_size);
122 * @param[in] fname The directory and filename to load.
127 const char *fname);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 68 fname = os.path.join(directory, name)
69 if os.path.isfile(fname):
70 return fname
71 if fname.lower().endswith(".dll"):
73 fname = fname + ".dll"
74 if os.path.isfile(fname):
75 return fname
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 68 fname = os.path.join(directory, name)
69 if os.path.isfile(fname):
70 return fname
71 if fname.lower().endswith(".dll"):
73 fname = fname + ".dll"
74 if os.path.isfile(fname):
75 return fname
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 284 const char *fname = found.cFileName; local
285 if ((strlen(fname) >= prefix_length) &&
286 (memcmp(fname, prefix, prefix_length) == 0)) {
287 RAW_VLOG(0, "Removing old heap profile %s\n", fname);
288 // TODO(csilvers): we really need to unlink dirname + fname
289 _unlink(fname);
  /external/fsck_msdos/
check.c 59 checkfilesys(const char *fname)
72 printf("** %s", fname);
74 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0);
76 dosfs = open(fname, O_RDONLY, 0);
97 printf("%s: ", fname);
  /external/chromium_org/content/test/data/indexeddb/
object_store_test.js 48 shouldBe("event.target.result.fname", "'John'");
82 var request = objectStore.add({fname: "Tom", lname: "Jones", id: 1});
99 objectStore.createIndex('fname_index', 'fname');
100 objectStore.createIndex('lname_index', 'fname');
105 var request = objectStore.add({fname: "John", lname: "Doe", id: 1});
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_ui.py 100 (tid, fname, line, col) = loc
101 buffers = self.get_user_buffers(fname)
108 elif is_selected and vim.current.buffer.name not in fname and os.path.exists(fname) and goto_file:
111 vim.command('execute ":e %s"' % fname)
124 if curname is not None and is_same_file(curname, fname):
127 print "FIXME: not sure where to move cursor because %s != %s " % (vim.current.buffer.name, fname)
208 def getBreakpoints(self, fname, line):
209 """ Returns the LLDB SBBreakpoint object at fname:line """
210 if self.haveBreakpoint(fname, line)
    [all...]
  /cts/tools/dasm/src/dasm/
Main.java 66 private static Reader createReader(String fname) throws IOException {
67 FileInputStream fs = new FileInputStream(fname);
79 * @param fname
82 public static void assemble(String fname) {
88 inp = createReader(fname);
89 dAsm.readD(inp, new File(fname).getName(), generateLineNumbers);
97 + e.getMessage() + " while reading and parsing " + fname);
106 + " while reading and parsing " + fname);
  /external/chromium_org/v8/tools/
lexer-shell.cc 52 BaselineScanner(const char* fname,
59 source_ = ReadFileAndRepeat(fname, &length, repeat);
130 TimeDelta RunBaselineScanner(const char* fname,
137 BaselineScanner scanner(fname, isolate, encoding, &timer, repeat);
162 const char* fname,
168 printf("Processing file %s\n", fname);
174 fname, isolate, encoding, print_tokens,
  /external/libpcap/tests/
valgrindtest.c 105 read_infile(char *fname)
111 fd = open(fname, O_RDONLY|O_BINARY);
113 error("can't open %s: %s", fname, pcap_strerror(errno));
116 error("can't stat %s: %s", fname, pcap_strerror(errno));
121 fname, pcap_strerror(errno));
124 error("read %s: %s", fname, pcap_strerror(errno));
126 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);

Completed in 1637 milliseconds

1 2 3 45 6 7 8 91011>>