/libcore/luni/src/test/java/tests/org/w3c/dom/ |
RemoveAttributeNS.java | 107 // genElement.removeAttributeNS("www.xyz.com", "local1");
|
SetAttributeNodeNS.java | 136 // newAttr = doc.createAttributeNS("www.xyz.com", "emp:local1");
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_list_tests_unittest.py | 63 Xyz
|
/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/ |
simple_server.py | 154 webbrowser.open('http://localhost:8000/xyz?abc')
|
/prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/ |
simple_server.py | 154 webbrowser.open('http://localhost:8000/xyz?abc')
|
/prebuilts/go/darwin-x86/src/regexp/ |
all_test.go | 194 {"(?P<x>hi)|(?P<x>bye)", "$xyz", "hi", ""}, 217 {"(?P<x>hi)|(?P<x>bye)", "$xyz", "hi", "$xyz"}, 356 repl := "xyz"
|
/prebuilts/go/darwin-x86/src/strings/ |
example_test.go | 130 fmt.Printf("%q\n", strings.Split(" xyz ", ""))
|
/prebuilts/go/linux-x86/src/regexp/ |
all_test.go | 194 {"(?P<x>hi)|(?P<x>bye)", "$xyz", "hi", ""}, 217 {"(?P<x>hi)|(?P<x>bye)", "$xyz", "hi", "$xyz"}, 356 repl := "xyz"
|
/prebuilts/go/linux-x86/src/strings/ |
example_test.go | 130 fmt.Printf("%q\n", strings.Split(" xyz ", ""))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
simple_server.py | 154 webbrowser.open('http://localhost:8000/xyz?abc')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
simple_server.py | 154 webbrowser.open('http://localhost:8000/xyz?abc')
|
/sdk/eclipse/scripts/ |
collect_sources_for_sdk.py | 57 %s [-n] <android-git-repo root> <sdk/platforms/xyz/sources>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
r5900-full-vu0.d | 27 [0-9a-f]+ <[^>]*> 4bc1f9ff vclipw\.xyz \$vf31xyz,\$vf1w 28 [0-9a-f]+ <[^>]*> 4bc1f9ff vclipw\.xyz \$vf31xyz,\$vf1w 116 [0-9a-f]+ <[^>]*> 4bc0fafe vopmula\.xyz \$ACCxyz,\$vf31xyz,\$vf0xyz 117 [0-9a-f]+ <[^>]*> 4bc0faae vopmsub\.xyz \$vf10xyz,\$vf31xyz,\$vf0xyz
|
/external/deqp/modules/gles2/functional/ |
es2fShaderIndexingTests.cpp | 110 void evalArrayCoordsVec3 (ShaderEvalContext& c) { c.color.xyz() = 1.875f * c.coords.swizzle(0,1,2); } 126 void evalArrayUniformVec3 (ShaderEvalContext& c) { c.color.xyz() = 1.875f * c.constCoords.swizzle(0,1,2); } 634 void evalSubscriptVec2 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y()); } 635 void evalSubscriptVec3 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y() + 0.25f*c.coords.z()); } 636 void evalSubscriptVec4 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y() + 0.25f*c.coords.z() + 0.125f*c.coords.w()); } 792 static const char* s_swizzles[5] = { "", "x", "xy", "xyz", "xyzw" }; 821 void evalSubscriptMat3 (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.coords.swizzle(1,2,3) + 0.25f*c.coords.swizzle(2,3,0); } [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureUnitTests.cpp | 289 Vec3 trans00 = (transformation * Vec4(0.0f, 0.0f, 1.0f, 1.0f)).xyz(); 290 Vec3 trans01 = (transformation * Vec4(0.0f, 1.0f, 1.0f, 1.0f)).xyz(); 291 Vec3 trans10 = (transformation * Vec4(1.0f, 0.0f, 1.0f, 1.0f)).xyz(); 647 (m_transformations[unitNdx] * Vec4(texCoords[0].x(), texCoords[0].y(), 1.0f, 1.0f)).xyz(), 648 (m_transformations[unitNdx] * Vec4(texCoords[1].x(), texCoords[1].y(), 1.0f, 1.0f)).xyz(), 649 (m_transformations[unitNdx] * Vec4(texCoords[2].x(), texCoords[2].y(), 1.0f, 1.0f)).xyz(), 650 (m_transformations[unitNdx] * Vec4(texCoords[3].x(), texCoords[3].y(), 1.0f, 1.0f)).xyz(), [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_optparse.py | 704 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 709 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 725 self.assertParseOK(["-a", "xyz", "--foo", "bar"], 726 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 821 self.assertParseOK(["-c", "one", "xyz"], 823 ["xyz"]) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_optparse.py | 704 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 709 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 725 self.assertParseOK(["-a", "xyz", "--foo", "bar"], 726 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 821 self.assertParseOK(["-c", "one", "xyz"], 823 ["xyz"]) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 704 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 709 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 725 self.assertParseOK(["-a", "xyz", "--foo", "bar"], 726 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 821 self.assertParseOK(["-c", "one", "xyz"], 823 ["xyz"]) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 704 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 709 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 725 self.assertParseOK(["-a", "xyz", "--foo", "bar"], 726 {'a': 'xyz', 'boo': None, 'foo': ["bar"]}, 821 self.assertParseOK(["-c", "one", "xyz"], 823 ["xyz"]) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
TransliteratorTest.java | 320 // we will be okay though (left, abc; right xyz). 698 "abc.123.xyz.456", 719 "post > xyz", 888 "xyz", 889 "xyz", [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 316 // we will be okay though (left, abc; right xyz). 694 "abc.123.xyz.456", 715 "post > xyz", 884 "xyz", 885 "xyz", [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/ |
service_handlers_test.py | 921 Request1, 'my body').AndRaise(messages.ValidationError('xyz')) 931 'Unable to parse request content: xyz', 940 Request1, 'my body').AndRaise(messages.DecodeError('xyz')) 950 'Unable to parse request content: xyz', [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
libquadmath.info | 531 A section "Entitled XYZ" means a named subunit of the Document 532 whose title either is precisely XYZ or contains XYZ in parentheses 533 following text that translates XYZ in another language. (Here XYZ 537 Document means that it remains a section "Entitled XYZ" according [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
messages.py | [all...] |