/third_party/vulkan-headers/registry/ |
H A D | vk.xml | 71 <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 D | loader_alloc_callback_tests.cpp | 428 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 D | loader_regression_tests.cpp | 4175 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 D | loader_settings_tests.cpp | 494 .set_disable_environment("foobarbaz")), in TEST() 576 .set_disable_environment("foobarbaz")), in TEST() 587 .set_disable_environment("foobarbaz")), in TEST()
|
H A D | loader_unknown_ext_tests.cpp | 51 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 D | require-parse.js | 12 // relative path, e.g. require("./foo")
|
/third_party/weex-loader/deps/weex-styler/ |
H A D | README.md | 87 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 D | parse.js | 12 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 D | validate.js | 13 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 D | hostapd.conf | 863 #eap_message=hello\0networkid=netw,nasid=foo,portid=0,NAIRealms=example.com
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | string_utils_unittest.cpp | 148 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 D | example.pas | 26 const TESTFILE = 'foo.gz';
|
H A D | zlibd32.mak | 98 -del foo.gz
|
/third_party/zlib/ |
H A D | deflate.h | 27 the cost of a larger memory footprint */
|
/third_party/zlib/examples/ |
H A D | gzlog.c | 30 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 D | gzlog.h | 59 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 D | zlib_how.html | 505 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 D | Makefile.bor | 115 -del foo.gz
|
H A D | Makefile.dj2 | 99 $(RM) foo.gz
|
H A D | Makefile.emx | 64 $(RM) foo.gz
|
H A D | Makefile.msc | 112 -del foo.gz
|
H A D | Makefile.tc | 100 -del foo.gz
|
/third_party/zlib/old/ |
H A D | Makefile.emx | 64 $(RM) foo.gz
|
/third_party/zlib/old/os2/ |
H A D | Makefile.os2 | 87 rm -f *.o *~ example minigzip libz.a libz.so* foo.gz
|
/third_party/zlib/test/ |
H A D | example.c | 17 # define TESTFILE "foo-gz" 19 # define TESTFILE "foo.gz"
|