HomeSort by relevance Sort by last modified time
    Searched refs:file_name (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /external/bison/lib/
bitset_stats.c 242 bitset_stats_read (const char *file_name)
249 if (!file_name)
250 file_name = BITSET_STATS_FILE;
252 file = fopen (file_name, "r");
272 bitset_stats_write (const char *file_name)
279 if (!file_name)
280 file_name = BITSET_STATS_FILE;
282 file = fopen (file_name, "w");
  /external/bison/src/
files.c 181 /* Decompose FILE_NAME in four parts: *BASE, *TAB, and *EXT, the fourth
182 part, (the directory) is ranging from FILE_NAME to the char before
191 None are allocated, they are simply pointers to parts of FILE_NAME.
210 file_name_split (const char *file_name,
213 *base = base_name (file_name);
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeparent.c 126 const char *file_name)
133 file = fopen (file_name, "r");
  /external/chromium/base/third_party/xdg_mime/
xdgmimeparent.c 126 const char *file_name)
133 file = fopen (file_name, "r");
  /external/chromium/googleurl/src/
url_parse.cc 492 Component* file_name) {
495 file_name->reset();
517 *file_name = MakeRange(i + 1, file_end);
524 *file_name = MakeRange(path.begin, file_end);
653 Component* file_name) {
654 DoExtractFileName(url, path, file_name);
659 Component* file_name) {
660 DoExtractFileName(url, path, file_name);
  /external/protobuf/gtest/samples/
sample9_unittest.cc 77 test_part_result.file_name(),
  /external/v8/samples/
shell.cc 83 v8::Handle<v8::String> file_name = v8::String::New("unnamed"); local
85 if (!ExecuteString(source, file_name, false, true))
91 v8::Handle<v8::String> file_name = v8::String::New(str); local
97 if (!ExecuteString(source, file_name, false, true))
  /system/core/init/
init.h 129 int load_565rle_image( char *file_name );
  /external/libpng/
example.c 58 int check_if_png(char *file_name, FILE **fp)
63 if ((*fp = fopen(file_name, "rb")) == NULL)
83 void read_png(char *file_name) /* We need to open the file */
92 if ((fp = fopen(file_name, "rb")) == NULL)
561 void write_png(char *file_name /* , ... other image information ... */)
569 fp = fopen(file_name, "wb");
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py 138 def perform_single_line_lint(self, code, file_name):
145 ext = file_name[file_name.rfind('.') + 1:]
148 cpp_style.process_line(file_name, ext, clean_lines, 0,
174 def perform_language_rules_check(self, file_name, code):
180 ext = file_name[file_name.rfind('.') + 1:]
182 cpp_style.check_language(file_name, lines, i, ext, include_state,
232 def assert_lint(self, code, expected_message, file_name='foo.cpp'):
233 self.assertEquals(expected_message, self.perform_single_line_lint(code, file_name))
    [all...]
  /external/chromium/base/
tracked_objects.cc 612 birth_files_[location.file_name()]++;
708 if (left.location().file_name() != right.location().file_name()) {
709 int comp = strcmp(left.location().file_name(),
710 right.location().file_name());
768 if (left.location().file_name() != right.location().file_name()) {
769 int comp = strcmp(left.location().file_name(),
770 right.location().file_name());
818 if (!strstr(sample.location().file_name(), required_.c_str())
    [all...]
file_util.h 103 void ReplaceExtension(FilePath* file_name,
517 bool Initialize(const FilePath& file_name);
530 bool MapFileToMemory(const FilePath& file_name);
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 1174 LCHAR file_name [P_PATH_MAX]; local
1349 LCHAR file_name [P_PATH_MAX]; local
1377 LCHAR file_name [P_PATH_MAX]; local
1858 LCHAR file_name [P_PATH_MAX]; local
1916 LCHAR file_name [P_PATH_MAX]; local
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_ti.c 114 static FILE *bts_load_script(const char* file_name, uint32_t* version)
119 fp = fopen(file_name, "rb");
131 fprintf(stderr, "%s not a legal TI firmware file\n", file_name);
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp 333 PUNICODE_STRING file_name = WdfFileObjectGetFileName(wdf_fo);
334 ASSERT(NULL != file_name);
335 if (NULL == file_name) {
346 if (0 != file_name->Length) {
348 UCHAR pipe_index = GetPipeIndexFromFileName(file_name);
350 GoogleDbgPrint("\n!!!!! There is no pipe index for file %wZ", file_name);
368 pipe_index, file_name);
375 ASSERT((NULL != wdf_pipe_obj) || (0 == file_name->Length));
381 if (0 == file_name->Length) {
314 PUNICODE_STRING file_name = WdfFileObjectGetFileName(wdf_fo); local
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 563 const char* const file_name = file == NULL ? "unknown file" : file; local
565 return String::Format("%s:", file_name);
568 return String::Format("%s(%d):", file_name, line);
570 return String::Format("%s:%d:", file_name, line);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 562 const char* const file_name = file == NULL ? "unknown file" : file; local
564 return String::Format("%s:", file_name);
567 return String::Format("%s(%d):", file_name, line);
569 return String::Format("%s:%d:", file_name, line);
    [all...]
  /external/qemu/elff/
elf_file.cc 196 address_info->file_name = info.file_name;
200 address_info->file_name = NULL;
261 desc->file_name;
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 1162 LCHAR file_name [P_PATH_MAX]; local
1264 LCHAR file_name [P_PATH_MAX]; local
1292 LCHAR file_name [P_PATH_MAX]; local
1465 LCHAR file_name [P_PATH_MAX]; local
1618 LCHAR file_name [P_PATH_MAX]; local
1676 LCHAR file_name [P_PATH_MAX]; local
    [all...]
  /cts/tools/utils/cts/
tools.py 154 def Write(self, file_name):
160 file_name: The name of the file into which the test plan should be written.
171 stream = open(file_name, 'w')
  /development/testrunner/test_defs/
test_walker.py 192 for file_name in os.listdir(path):
193 if self._IsJavaFileName(file_name):
  /external/bluetooth/glib/tests/
shell-test.c 187 const char *file_name,
204 fprintf (stderr, "FAIL: check failed in %s, line %d\n", file_name, line_number);
  /external/gtest/src/
gtest-filepath.cc 148 const FilePath file_name(
152 return ConcatPaths(directory, file_name);
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 46 def RemoveDeviceFile(adb_cmd, file_name):
47 shell_cmd_str = adb_cmd + " shell rm " + file_name
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 85 char file_name[30]="/cli.log"; local
101 ftmp = fopen(file_name, "a");

Completed in 492 milliseconds

1 2 34 5 6