Home
last modified time | relevance | path

Searched full:foo* (Results 28626 - 28650 of 28687) sorted by relevance

1...<<11411142114311441145114611471148

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.conf1589 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 Dhostapd.conf996 #eap_message=hello\0networkid=netw,nasid=foo,portid=0,NAIRealms=example.com
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp233 // \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 Dde-coding-guidelines.html1221 FooAtom::FooAtom(int proton, float electron)
1229 namespace foo
1236 } // foo
H A Dprettify.js8 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 DdeCommandLine.cpp387 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 DdeFilePath.cpp217 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 DdeStringUtil.cpp162 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 DdeUniquePtr.hpp196 * MovePtr<Foo> createFoo (void);
197 * UniquePtr<Foo> fooPtr(createFoo()); // NOT fooPtr = createFoo();
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeCommandLine.c183 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 DqpTestLog.c1019 /* <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 Des2fDebugMarkerTests.cpp180 gl.pushGroupMarkerEXT(-1, "foo"); in iterate()
181 gl.insertEventMarkerEXT(-1, "foo"); in iterate()
H A Des2fShaderLoopTests.cpp1166 // Shader footers. in createSpecialLoopCase()
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgen-qualification_order.py71 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 Dtncc.c746 * <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 Dtncs.c834 * <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 Dcommon.c677 void * __hide_aliasing_typecast(void *foo) in __hide_aliasing_typecast() argument
679 return foo; in __hide_aliasing_typecast()
H A Dcommon.h625 void * __hide_aliasing_typecast(void *foo);
H A Dhttp_curl.c1427 * 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 Dutils_module_tests.c261 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 DREADME565 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 Dlibwpa_test.c17 ctrl = wpa_ctrl_open("foo"); in main()
H A Dwpa_supplicant.conf1747 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 Dwpa_cli.sgml97 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
104 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
H A Dwpa_supplicant.conf.sgml93 password="foobar"
116 password="foobar"
165 password="foobar"

Completed in 54 milliseconds

1...<<11411142114311441145114611471148