/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.conf | 1589 password="foobar" 1604 password="foobar" 1617 password="foobar" 1703 password="foobar" 1712 password="foobar" 1823 password="foobar" 1859 password="foobar"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd.conf | 996 #eap_message=hello\0networkid=netw,nasid=foo,portid=0,NAIRealms=example.com
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuAstcUtil.cpp | 233 // \note "foo << bar << 1" done instead of "foo << (bar+1)" to avoid overflow, i.e. shift amount being too big.
|
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/ |
H A D | de-coding-guidelines.html | 1221 FooAtom::FooAtom(int proton, float electron) 1229 namespace foo 1236 } // foo
|
H A D | prettify.js | 8 a.appendChild(document.createTextNode('<!DOCTYPE foo PUBLIC "foo bar">\n<foo />'));F=!/</.test(a.innerHTML)}if(F){var c=b.innerHTML;if(S(b))c=E(c);return c}var d=[];for(var g=b.firstChild;g;g=g.nextSibling)z(g,d);return d.join("")}function ia(b){var a=0;return function(c){var d=null,g=0;for(var e=0,h=c.length;e<h;++e){var f=c.charAt(e);switch(f){case "\t":if(!d)d=[];d.push(c.substring(g,e));var i=b-a%b;a+=i;for(;i>=0;i-=" ".length)d.push(" ".substring(0,i));g=e+1;break;
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deCommandLine.cpp | 387 const char* args[] = { "foo", "bar", "baz baz" }; in selfTest() 412 << Option<TestStringDefOpt> ("x", "xyz", "String option w/ default value", "foo") in selfTest() 437 DE_TEST_ASSERT(cmdLine.getOption<TestStringDefOpt>() == "foo"); in selfTest() 454 DE_TEST_ASSERT(cmdLine.getOption<TestStringDefOpt>() == "foo"); in selfTest() 459 const char* args[] = { "--string=foo", "-b", "--", "--int=2", "-b" }; in selfTest() 467 DE_TEST_ASSERT(cmdLine.getOption<TestStringOpt>() == "foo"); in selfTest() 478 const char* args[] = { "--string", "--", "-b", "foo" }; in selfTest() 491 DE_TEST_ASSERT(cmdLine.getArgs()[0] == "foo"); in selfTest()
|
H A D | deFilePath.cpp | 217 DE_TEST_ASSERT(!FilePath("..\\foo").isAbsolutePath()); in FilePath_selfTest() 218 DE_TEST_ASSERT(!FilePath("foo").isAbsolutePath()); in FilePath_selfTest() 219 DE_TEST_ASSERT(FilePath("\\foo/bar").isAbsolutePath()); in FilePath_selfTest() 220 DE_TEST_ASSERT(FilePath("/foo").isAbsolutePath()); in FilePath_selfTest() 228 DE_TEST_ASSERT((string("..") + FilePath::separator + "test") == FilePath("foo/../bar/../../test").normalize().getPath()); in FilePath_selfTest() 229 DE_TEST_ASSERT((FilePath::separator + "foo" + FilePath::separator + "foo.txt") == FilePath("/foo\\bar/..\\dir\\..\\foo.txt").normalize().getPath()); in FilePath_selfTest() 230 DE_TEST_ASSERT((string("c:") + FilePath::separator + "foo" in FilePath_selfTest() [all...] |
H A D | deStringUtil.cpp | 162 DE_TEST_ASSERT(toString("foo") == "foo"); in StringUtil_selfTest() 163 DE_TEST_ASSERT(toLower("FooBar") == "foobar"); in StringUtil_selfTest() 164 DE_TEST_ASSERT(toUpper("FooBar") == "FOOBAR"); in StringUtil_selfTest() 167 vector <string> tokens(splitString(" foo bar\n\tbaz ")); in StringUtil_selfTest() 169 DE_TEST_ASSERT(tokens[0] == "foo"); in StringUtil_selfTest() 176 DE_TEST_ASSERT(beginsWith("foobar", "foobar")); in StringUtil_selfTest() [all...] |
H A D | deUniquePtr.hpp | 196 * MovePtr<Foo> createFoo (void); 197 * UniquePtr<Foo> fooPtr(createFoo()); // NOT fooPtr = createFoo();
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deCommandLine.c | 183 const char* cmdLine = "hello/world --help foo"; in deCommandLine_selfTest() 184 const char* ref[] = { "hello/world", "--help", "foo" }; in deCommandLine_selfTest() 188 const char* cmdLine = "hello\\world --help foo"; in deCommandLine_selfTest() 189 const char* ref[] = { "hello\\world", "--help", "foo" }; in deCommandLine_selfTest() 193 const char* cmdLine = "\"hello/worl d\" --help --foo=\"bar\" \"ba z\\\"\""; in deCommandLine_selfTest() 194 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z\"" }; in deCommandLine_selfTest() 198 const char* cmdLine = "'hello/worl d' --help --foo='bar' 'ba z\\\''"; in deCommandLine_selfTest() 199 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z'" }; in deCommandLine_selfTest()
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpTestLog.c | 1019 /* <Image ID="result" Name="Foobar" Width="640" Height="480" Format="RGB888" CompressionMode="None">base64 data</Image> */ in qpTestLog_writeImage()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDebugMarkerTests.cpp | 180 gl.pushGroupMarkerEXT(-1, "foo"); in iterate() 181 gl.insertEventMarkerEXT(-1, "foo"); in iterate()
|
H A D | es2fShaderLoopTests.cpp | 1166 // Shader footers. in createSpecialLoopCase()
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-qualification_order.py | 71 float foo0 (${{PARAMETER0}}) 76 void foo1 (${{PARAMETER1}}) 81 float foo2 (${{PARAMETER2}}) 90 foo1(result); 91 float x0 = foo0(1.0); 92 foo2(result);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | tncc.c | 746 * <Base64>foo==</Base64> in tncc_process_if_tnccs() 789 * <XML><TNCCS-Foo type="foo"></TNCCS-Foo></XML> in tncc_process_if_tnccs() 790 * <Base64>foo==</Base64> in tncc_process_if_tnccs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | tncs.c | 834 * <Base64>foo==</Base64> in tncs_process_if_tnccs() 877 * <XML><TNCCS-Foo type="foo"></TNCCS-Foo></XML> in tncs_process_if_tnccs() 878 * <Base64>foo==</Base64> in tncs_process_if_tnccs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 677 void * __hide_aliasing_typecast(void *foo) in __hide_aliasing_typecast() argument 679 return foo; in __hide_aliasing_typecast()
|
H A D | common.h | 625 void * __hide_aliasing_typecast(void *foo);
|
H A D | http_curl.c | 1427 * Workaround for Apache "Hostname 'FOO' provided via SNI and hostname in post_init_client() 1428 * 'foo' provided via HTTP are different. in post_init_client()
|
H A D | utils_module_tests.c | 261 data = ext_password_init("unknown", "foo"); in ext_password_tests() 268 pw = ext_password_get(data, "foo"); in ext_password_tests() 275 pw = ext_password_get(NULL, "foo"); in ext_password_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | README | 565 password="foobar" 584 password="foobar" 625 password="foobar" 737 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar 742 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
|
H A D | libwpa_test.c | 17 ctrl = wpa_ctrl_open("foo"); in main()
|
H A D | wpa_supplicant.conf | 1747 password="foobar" 1762 password="foobar" 1775 password="foobar" 1861 password="foobar" 1870 password="foobar" 1981 password="foobar" 2017 password="foobar"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/ |
H A D | wpa_cli.sgml | 97 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar 104 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
|
H A D | wpa_supplicant.conf.sgml | 93 password="foobar" 116 password="foobar" 165 password="foobar"
|