Home
last modified time | relevance | path

Searched full:foo* (Results 1926 - 1950 of 30332) sorted by relevance

1...<<71727374757677787980>>...1214

/third_party/curl/tests/data/
H A Dtest98136 From: Fred Foobar <foobar@example.COM>
H A Dtest97824 -foo-
H A Dtest104622 -foo-
H A Dtest104521 -foo-
/third_party/curl/tests/libtest/
H A Dlib1972.c55 curl_mime_name(part, "foo"); in test()
H A Dlib2304.c101 if(ping(curl, "foobar")) in websocket()
104 if(recv_pong(curl, "foobar")) { in websocket()
H A Dlib2301.c83 if(ping(curl, "foobar"))
85 if(recv_pong(curl, "foobar"))
H A Dlib557.c1155 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 Dunit1307.c176 { "[[:foo:]]", "bar", NOMATCH|MAC_FAIL},
177 { "[[:foo:]]", "f]", MATCH|LINUX_NOMATCH|MAC_FAIL},
H A Dunit1303.c51 /* BASE is just a define to make us fool around with decently large number so
H A Dunit1660.c91 { "-", "foo.example.com", NULL, CURLE_OK},
92 { "-", "foo.xample.com", NULL, CURLE_OK},
/third_party/elfutils/doc/
H A Ddebuginfod.8358 /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 Ddebuginfod-find.1105 /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 Drun-dwarf-getmacros.sh706 FOO 0
H A Drun-readelf-s.sh29 # 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 Dtest-nlist.c29 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 Dpath-util.c223 * ///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 Dudev-test.pl302 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 Df2fs.h334 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 Ddict.c3 * Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net>
H A Ddir.c119 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 Ddump.c74 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 Ddict.h3 * Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net>
/third_party/ffmpeg/doc/
H A Dutils.texi76 'c:\foo' can be written as c:\\foo
H A Dwriting_filters.txt13 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...]

Completed in 20 milliseconds

1...<<71727374757677787980>>...1214