/third_party/curl/tests/data/ |
H A D | test981 | 36 From: Fred Foobar <foobar@example.COM>
|
H A D | test978 | 24 -foo-
|
H A D | test1046 | 22 -foo-
|
H A D | test1045 | 21 -foo-
|
/third_party/curl/tests/libtest/ |
H A D | lib1972.c | 55 curl_mime_name(part, "foo"); in test()
|
H A D | lib2304.c | 101 if(ping(curl, "foobar")) in websocket() 104 if(recv_pong(curl, "foobar")) { in websocket()
|
H A D | lib2301.c | 83 if(ping(curl, "foobar")) 85 if(recv_pong(curl, "foobar"))
|
H A D | lib557.c | 1155 curl_msnprintf(buf, sizeof(buf), "%0*d%s", 2, 9, "foo"); in test_string_formatting() 1156 errors += string_check(buf, "09foo"); in test_string_formatting() 1158 curl_msnprintf(buf, sizeof(buf), "%*.*s", 5, 2, "foo"); in test_string_formatting() 1161 curl_msnprintf(buf, sizeof(buf), "%*.*s", 2, 5, "foo"); in test_string_formatting() 1162 errors += string_check(buf, "foo"); in test_string_formatting() 1164 curl_msnprintf(buf, sizeof(buf), "%*.*s", 0, 10, "foo"); in test_string_formatting() 1165 errors += string_check(buf, "foo"); in test_string_formatting() 1167 curl_msnprintf(buf, sizeof(buf), "%-10s", "foo"); in test_string_formatting() 1168 errors += string_check(buf, "foo "); in test_string_formatting() 1170 curl_msnprintf(buf, sizeof(buf), "%10s", "foo"); in test_string_formatting() [all...] |
/third_party/curl/tests/unit/ |
H A D | unit1307.c | 176 { "[[:foo:]]", "bar", NOMATCH|MAC_FAIL}, 177 { "[[:foo:]]", "f]", MATCH|LINUX_NOMATCH|MAC_FAIL},
|
H A D | unit1303.c | 51 /* BASE is just a define to make us fool around with decently large number so
|
H A D | unit1660.c | 91 { "-", "foo.example.com", NULL, CURLE_OK}, 92 { "-", "foo.xample.com", NULL, CURLE_OK},
|
/third_party/elfutils/doc/ |
H A D | debuginfod.8 | 358 /path/to/foo.c /buildid/BUILDID/source/path/to/foo.c 359 \../bar/foo.c AT_comp_dir=/zoo/ /buildid/BUILDID/source/zoo//../bar/foo.c
|
H A D | debuginfod-find.1 | 105 /path/to/foo.c source BUILDID /path/to/foo.c 106 \../bar/foo.c AT_comp_dir=/zoo/ source BUILDID /zoo//../bar/foo.c
|
/third_party/elfutils/tests/ |
H A D | run-dwarf-getmacros.sh | 706 FOO 0
|
H A D | run-readelf-s.sh | 29 # foo (int a) 36 # return b - foo (b - b1); 39 # - foo.c 50 # gcc -pie -g -c foo.c 52 # gcc -pie -g -o baz foo.o bar.o 86 # gcc -static -nostdlib -o bas foo.o bar.o start.o 103 # gcc -g -o bax foo.c bar.c -fuse-ld=bfd 193 42: 0000000000000000 0 FILE LOCAL DEFAULT ABS foo.c 196 45: 0000000000000814 20 FUNC LOCAL DEFAULT 13 foo 241 7: 0000000000000814 20 FUNC LOCAL DEFAULT 13 foo [all...] |
H A D | test-nlist.c | 29 foo (int a) in foo() function 42 [3] = { .n_name = "foo" }, in main() 82 return foo (result); in main()
|
/third_party/eudev/src/shared/ |
H A D | path-util.c | 223 * ///foo///bar/ becomes /foo/bar in path_kill_slashes() 306 /* Order prefixes first: "/foo" before "/foo/bar" */ in path_compare() 315 /* Alphabetical sort: "/foo/aaa" before "/foo/b" */ in path_compare() 320 /* Sort "/foo/a" before "/foo/aaa" */ in path_compare()
|
/third_party/eudev/test/ |
H A D | udev-test.pl | 302 exp_name => "foo9" , 304 SUBSYSTEMS=="scsi", PROGRAM=="/bin/echo -n foo3 foo4 foo5 foo6 foo7 foo8 foo9", KERNEL=="sda5", SYMLINK+="%c{7}" 312 SUBSYSTEMS=="scsi", PROGRAM=="/bin/sh -c 'echo foo3 foo4 foo [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | f2fs.h | 334 unsigned flag = le32_to_cpu(node_blk->footer.flag); in ofs_of_node() 624 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE) 625 #define IS_SUM_DATA_SEG(footer) (footer.entry_type == SUM_TYPE_DATA)
|
H A D | dict.c | 3 * Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net>
|
H A D | dir.c | 119 nid_t ino = le32_to_cpu(dir->footer.ino); in find_in_level() 234 nid_t pino = le32_to_cpu(parent->footer.ino); in f2fs_add_link() 339 nid_t ino = le32_to_cpu(inode->footer.ino); in make_empty_dir() 380 nid_t ino = le32_to_cpu(inode->footer.ino); in page_symlink() 530 node_blk->footer.ino = cpu_to_le32(de->ino); in init_inode_block() 531 node_blk->footer.nid = cpu_to_le32(de->ino); in init_inode_block() 532 node_blk->footer.flag = 0; in init_inode_block() 533 node_blk->footer.cp_ver = ckpt->checkpoint_ver; in init_inode_block() 555 nid_t ino = le32_to_cpu(node->footer.ino); in convert_inline_dentry() 747 le32_to_cpu(child->footer in f2fs_create() [all...] |
H A D | dump.c | 74 le32_to_cpu(node_block->footer.flag) >> in nat_dump() 95 le32_to_cpu(node_block->footer.flag) >> in nat_dump() 563 if (le32_to_cpu(node_blk->footer.ino) != nid || in dump_node_scan_disk() 564 le32_to_cpu(node_blk->footer.nid) != nid) in dump_node_scan_disk() 567 MSG(0, "node_blk.footer.flag [0x%x]\n", le32_to_cpu(node_blk->footer.flag)); in dump_node_scan_disk() 568 MSG(0, "node_blk.footer.cp_ver [%x]\n", (u32)(cpver_of_node(node_blk))); in dump_node_scan_disk() 603 DBG(1, "node_blk.footer.ino [0x%x]\n", le32_to_cpu(node_blk->footer.ino)); in dump_node() 604 DBG(1, "node_blk.footer in dump_node() [all...] |
H A D | dict.h | 3 * Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net>
|
/third_party/ffmpeg/doc/ |
H A D | utils.texi | 76 'c:\foo' can be written as c:\\foo
|
H A D | writing_filters.txt | 13 Let's say you want to write a new simple video filter called "foobar" which 19 - sed 's/edgedetect/foobar/g;s/EdgeDetect/Foobar/g' libavfilter/vf_edgedetect.c > libavfilter/vf_foobar.c 20 - edit libavfilter/Makefile, and add an entry for "foobar" following the 22 - edit libavfilter/allfilters.c, and add an entry for "foobar" following the 26 - ./ffmpeg -i http://samples.ffmpeg.org/image-samples/lena.pnm -vf foobar foobar.png 29 If everything went right, you should get a foobar.png with Lena edge-detected. 39 $ grep FOOBAR ffbuild/config.mak 41 $ grep FOOBAR confi [all...] |