Home
last modified time | relevance | path

Searched full:foo* (Results 29101 - 29125 of 29129) sorted by relevance

1...<<116111621163116411651166

/third_party/vulkan-headers/registry/
H A Dvk.xml71 <tag name="MESA" author="Mesa open source project" contact="Lina Versace @versalinyaa, Daniel Stone @fooishbar, David Airlie @airlied, Faith Ekstrand @gfxstrand"/>
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp428 invalid_jsons.push_back("{ \"foo\":\"bar\", }"); in TEST()
429 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": [], },"); in TEST()
430 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": [{},] },"); in TEST()
431 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": {\"fee\"} },"); in TEST()
433 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": {\"fee\":1234, true, \"ab\":\"bc\"} },"); in TEST()
H A Dloader_regression_tests.cpp4175 invalid_jsons.push_back("{ \"foo\":\"bar\", }"); in TEST()
4176 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": [], },"); in TEST()
4177 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": [{},] },"); in TEST()
4178 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": {\"fee\"} },"); in TEST()
4180 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": {\"fee\":1234, true, \"ab\":\"bc\"} },"); in TEST()
4199 invalid_jsons.push_back("{ \"foo\":\"bar\", }"); in TEST()
4200 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": [], },"); in TEST()
4201 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": [{},] },"); in TEST()
4202 invalid_jsons.push_back("{\"foo\":\"bar\", \"baz\": {\"fee\"} },"); in TEST()
4204 invalid_jsons.push_back("{\"foo\" in TEST()
[all...]
H A Dloader_settings_tests.cpp494 .set_disable_environment("foobarbaz")), in TEST()
576 .set_disable_environment("foobarbaz")), in TEST()
587 .set_disable_environment("foobarbaz")), in TEST()
H A Dloader_unknown_ext_tests.cpp51 static VKAPI_ATTR uint32_t VKAPI_CALL func_zero(DispatchableHandleType, uint32_t foo) { return foo; }; in func_zero()
52 static VKAPI_ATTR uint32_t VKAPI_CALL func_one(DispatchableHandleType, uint32_t foo, uint32_t bar) { return foo + bar; }; in func_one()
53 static VKAPI_ATTR float VKAPI_CALL func_two(DispatchableHandleType, uint32_t foo, uint32_t bar, float baz) { in func_two()
54 return baz + foo + bar; in func_two()
57 static VKAPI_ATTR float VKAPI_CALL func_four(DispatchableHandleType, int* ptr_a, int* ptr_b, int foo, int bar, float k, float l, in func_four()
59 return *ptr_a + *ptr_b + foo + bar + k + l + static_cast<int>(a) + static_cast<int>(b) + static_cast<int>(c); in func_four()
90 static VKAPI_ATTR float VKAPI_CALL func_two(DispatchableHandleType handle, TestLayer* layer, const char* name, uint32_t foo, in func_two()
94 return func(handle, layer, name, foo in func_two()
[all...]
/third_party/weex-loader/deps/weex-scripter/lib/
H A Drequire-parse.js12 // relative path, e.g. require("./foo")
/third_party/weex-loader/deps/weex-styler/
H A DREADME.md87 var code = 'html {color: #000000;} .foo {color: red; -webkit-transform: rotate(90deg); width: 200px;}'
94 // {foo: {color: '#ff0000', webkitTransform: 'rotate(90deg)', width: 200}}
105 foo: {
116 // {foo: {color: '#ff0000', webkitTransform: 'rotate(90deg)', width: 200}}
/third_party/weex-loader/deps/weex-styler/test/
H A Dparse.js12 var code = 'html {color: #000000;}\n\n.foo {color: red; background-color: rgba(255,255,255,0.6); -webkit-transform: rotate(90deg); width: 200px; left: 0; right: 0px; border-width: 1pt; font-weight: 100}\n\n.bar {background: red}'
16 expect(data.jsonStyle).eql({foo: {color: '#FF0000', backgroundColor: 'rgba(255,255,255,0.6)', WebkitTransform: 'rotate(90deg)', width: '200px', left: 0, right: '0px', borderWidth: '1pt', fontWeight: '100'}, bar: {background: 'red'}})
28 var code = '.foo {font-size: 200px;}'
32 expect(data.jsonStyle).eql({foo: {fontSize: '200px'}})
38 var code = '.foo {line-height: 40;}\n\n .bar {line-height: 20px;}'
42 expect(data.jsonStyle).eql({foo: {lineHeight: 40}, bar: {lineHeight: '20px'}})
48 var code = '.foo, .bar {font-size: 20;}\n\n .foo {color: #ff5000;}\n\n .bar {color: #000000;}'
53 foo: {fontSize: 20, color: '#ff5000'},
61 var code = '.foo,
[all...]
H A Dvalidate.js13 foo: {
23 expect(data.jsonStyle).eql({foo: {color: '#FF0000', width: 200, position: 'sticky', zIndex: 4}})
31 foo: {
43 expect(data.jsonStyle).eql({foo: {
59 foo: {
79 foo: {
101 foo: {
121 foo: {
142 foo: {
171 foo
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhostapd.conf863 #eap_message=hello\0networkid=netw,nasid=foo,portid=0,NAIRealms=example.com
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils_unittest.cpp148 EXPECT_EQ(" foo ", TrimString(" foo ", "")); in TEST()
151 EXPECT_EQ("foo bar", TrimString(" foo bar ", kWhitespaceASCII)); in TEST()
154 EXPECT_EQ(" ", TrimString("foo bar", "abcdefghijklmnopqrstuvwxyz")); in TEST()
238 ASSERT_FALSE(runBeginsWith("foo", "bar")); in runTest()
239 ASSERT_FALSE(runBeginsWith("", "foo")); in runTest()
240 ASSERT_FALSE(runBeginsWith("foo", "foobar")); in runTest()
242 ASSERT_TRUE(runBeginsWith("foobar", "fo in runTest()
[all...]
/third_party/zlib/contrib/pascal/
H A Dexample.pas26 const TESTFILE = 'foo.gz';
H A Dzlibd32.mak98 -del foo.gz
/third_party/zlib/
H A Ddeflate.h27 the cost of a larger memory footprint */
/third_party/zlib/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
32 foo.add -- last message to append or last data to compress
33 foo.dict -- dictionary of the last 32K of data for next compression
34 foo.temp -- temporary dictionary file for compression after this one
35 foo.lock -- lock file for reading and writing the other files
36 foo.repairs -- log file for log file recovery operations (not compressed)
47 foo.add file are sufficient to recover an interrupted append operation. The
49 stored block and determine where to append the data in the foo.add file, as
52 The foo
[all...]
H A Dgzlog.h59 this object. If path is "foo", then the log file will be "foo.gz", and
61 "foo.dict" for a compression dictionary, "foo.temp" for a temporary (next)
62 dictionary, "foo.add" for data being added or compressed, "foo.lock" for the
63 lock file, and "foo.repairs" to log recovery operations performed due to
H A Dzlib_how.html505 message is displayed. Examples are <tt>zpipe < foo.txt > foo.txt.z</tt> to compress, and
506 <tt>zpipe -d < foo.txt.z > foo.txt</tt> to decompress.
/third_party/zlib/msdos/
H A DMakefile.bor115 -del foo.gz
H A DMakefile.dj299 $(RM) foo.gz
H A DMakefile.emx64 $(RM) foo.gz
H A DMakefile.msc112 -del foo.gz
H A DMakefile.tc100 -del foo.gz
/third_party/zlib/old/
H A DMakefile.emx64 $(RM) foo.gz
/third_party/zlib/old/os2/
H A DMakefile.os287 rm -f *.o *~ example minigzip libz.a libz.so* foo.gz
/third_party/zlib/test/
H A Dexample.c17 # define TESTFILE "foo-gz"
19 # define TESTFILE "foo.gz"

Completed in 77 milliseconds

1...<<116111621163116411651166