HomeSort by relevance Sort by last modified time
    Searched full:xyz (Results 376 - 400 of 1030) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
re_tests.py 173 ('\\by\\b', 'xyz', FAIL),
174 ('x\\b', 'xyz', FAIL),
175 ('x\\B', 'xyz', SUCCEED, '"-"', '-'),
176 ('\\Bz', 'xyz', SUCCEED, '"-"', '-'),
177 ('z\\B', 'xyz', FAIL),
178 ('\\Bx', 'xyz', FAIL),
186 ('\\By\\B', 'xyz', SUCCEED, '"-"', '-'),
263 ('([xyz]*)x', 'abcx', SUCCEED, 'found+"-"+g1', 'x-'),
580 xyz""", FAIL),
583 xyz""", SUCCEED, 'found', 'abc')
    [all...]
test_zipimport.py 333 "xyz.txt": (NOW, ">>> log.append(True)\n")}
341 'xyz.txt', package=module, module_relative=True,
354 'xyz.txt', package=module, module_relative=True,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
re_tests.py 173 ('\\by\\b', 'xyz', FAIL),
174 ('x\\b', 'xyz', FAIL),
175 ('x\\B', 'xyz', SUCCEED, '"-"', '-'),
176 ('\\Bz', 'xyz', SUCCEED, '"-"', '-'),
177 ('z\\B', 'xyz', FAIL),
178 ('\\Bx', 'xyz', FAIL),
186 ('\\By\\B', 'xyz', SUCCEED, '"-"', '-'),
263 ('([xyz]*)x', 'abcx', SUCCEED, 'found+"-"+g1', 'x-'),
580 xyz""", FAIL),
583 xyz""", SUCCEED, 'found', 'abc')
    [all...]
test_zipimport.py 333 "xyz.txt": (NOW, ">>> log.append(True)\n")}
341 'xyz.txt', package=module, module_relative=True,
354 'xyz.txt', package=module, module_relative=True,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
re_tests.py 173 ('\\by\\b', 'xyz', FAIL),
174 ('x\\b', 'xyz', FAIL),
175 ('x\\B', 'xyz', SUCCEED, '"-"', '-'),
176 ('\\Bz', 'xyz', SUCCEED, '"-"', '-'),
177 ('z\\B', 'xyz', FAIL),
178 ('\\Bx', 'xyz', FAIL),
186 ('\\By\\B', 'xyz', SUCCEED, '"-"', '-'),
263 ('([xyz]*)x', 'abcx', SUCCEED, 'found+"-"+g1', 'x-'),
580 xyz""", FAIL),
583 xyz""", SUCCEED, 'found', 'abc')
    [all...]
test_zipimport.py 333 "xyz.txt": (NOW, ">>> log.append(True)\n")}
341 'xyz.txt', package=module, module_relative=True,
354 'xyz.txt', package=module, module_relative=True,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
re_tests.py 173 ('\\by\\b', 'xyz', FAIL),
174 ('x\\b', 'xyz', FAIL),
175 ('x\\B', 'xyz', SUCCEED, '"-"', '-'),
176 ('\\Bz', 'xyz', SUCCEED, '"-"', '-'),
177 ('z\\B', 'xyz', FAIL),
178 ('\\Bx', 'xyz', FAIL),
186 ('\\By\\B', 'xyz', SUCCEED, '"-"', '-'),
263 ('([xyz]*)x', 'abcx', SUCCEED, 'found+"-"+g1', 'x-'),
580 xyz""", FAIL),
583 xyz""", SUCCEED, 'found', 'abc')
    [all...]
test_zipimport.py 333 "xyz.txt": (NOW, ">>> log.append(True)\n")}
341 'xyz.txt', package=module, module_relative=True,
354 'xyz.txt', package=module, module_relative=True,
  /external/pcre/dist/testdata/
testoutput2 774 /(?>.*)(?<=(abcd)|(xyz))/I
787 2: xyz
967 /[a[:xyz:/
1465 /ab[xyz]/I
1666 (abcd)xyz
1668 xyz(abcd)
1676 12(abcde(fsh)xyz(foo(bar))lmno)89
1677 0: (abcde(fsh)xyz(foo(bar))lmno)
1726 12(abcde(fsh)xyz(foo(bar))lmno)89
1804 (abcd(xyz<p>qrs)123
    [all...]
testinput5 127 /[^\x{100}]abc(xyz(?1))/8DZ
129 /[ab\x{100}]abc(xyz(?1))/8DZ
609 AB\x{85}xxx\x{a0}XYZ
610 AB\x{a0}xxx\x{85}XYZ
795 /[^\xff]*PRUNE:\x{100}abc(xyz(?1))/8DZ
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderIndexingTests.cpp 99 void evalArrayCoordsVec3 (ShaderEvalContext& c) { c.color.xyz() = 1.875f * c.coords.swizzle(0,1,2); }
115 void evalArrayUniformVec3 (ShaderEvalContext& c) { c.color.xyz() = 1.875f * c.constCoords.swizzle(0,1,2); }
657 void evalSubscriptVec2 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y()); }
658 void evalSubscriptVec3 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y() + 0.25f*c.coords.z()); }
659 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()); }
824 static const char* s_swizzles[5] = { "", "x", "xy", "xyz", "xyzw" };
845 void evalSubscriptMat2x3 (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.coords.swizzle(1,2,3); }
849 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); }
853 void evalSubscriptMat4x3 (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) + 0.125f*c.coords.swizzle(3,0,1); }
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderIndexingTests.cpp 103 void evalArrayCoordsVec3 (ShaderEvalContext& c) { c.color.xyz() = 1.875f * c.coords.swizzle(0,1,2); }
119 void evalArrayUniformVec3 (ShaderEvalContext& c) { c.color.xyz() = 1.875f * c.constCoords.swizzle(0,1,2); }
588 void evalSubscriptVec2 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y()); }
589 void evalSubscriptVec3 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y() + 0.25f*c.coords.z()); }
590 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()); }
750 static const char* s_swizzles[5] = { "", "x", "xy", "xyz", "xyzw" };
771 void evalSubscriptMat2x3 (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.coords.swizzle(1,2,3); }
775 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); }
779 void evalSubscriptMat4x3 (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) + 0.125f*c.coords.swizzle(3,0,1); }
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_reg.h 520 #define REG_TYPE_OD 5 /* output depth (w), xyz are
554 #define A0_DP3 (0x6<<24) /* dst.xyzw = src0.xyz dot src1.xyz */
633 * coordinate .xyz values by .w before
690 * For T dcls, only allow: (x), (xy), (xyz), (w), (xyzw)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_reg.h 392 #define REG_TYPE_OD 5 /* output depth (w), xyz are
426 #define A0_DP3 (0x6<<24) /* dst.xyzw = src0.xyz dot src1.xyz */
505 * coordinate .xyz values by .w before
562 * For T dcls, only allow: (x), (xy), (xyz), (w), (xyzw)
  /external/pdfium/third_party/lcms2-2.6/src/
cmsvirt.c 566 // Creates a fake XYZ identity
581 if (!SetTextTags(hProfile, L"XYZ identity built-in")) goto Error;
692 cmsCIEXYZ XYZ;
712 cmsLab2XYZ(&bchsw ->WPsrc, &XYZ, &LabOut);
713 cmsXYZ2Lab(&bchsw ->WPdest, &LabOut, &XYZ);
    [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 368 result.xyz = getElementAt565(p, iPixel);
370 result.xyz = getElementAt3(p, iPixel);
374 result.xyz = getElementAt1(p, iPixel);
406 result.xyz = getElementAt565(p, stride, iPixel.x, iPixel.y);
408 result.xyz = getElementAt3(p, stride, iPixel.x, iPixel.y);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 203 String invalidURL1 = "xyz:abc1:foo";
246 String invalidURL1 = "xyz:abc1:foo";
283 static String invalidURL1 = "xyz:acb";
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTimestampTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderStateQueryTests.cpp 215 { GL_SAMPLER_2D_MULTISAMPLE_ARRAY, "uniform highp sampler2DMSArray u_sampler", "texelFetch(u_sampler, ivec3(gl_FragCoord.xyz), 0)" },
216 { GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, "uniform highp isampler2DMSArray u_sampler", "texelFetch(u_sampler, ivec3(gl_FragCoord.xyz), 0)" },
217 { GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, "uniform highp usampler2DMSArray u_sampler", "texelFetch(u_sampler, ivec3(gl_FragCoord.xyz), 0)" },
  /external/mesa3d/docs/
faq.html 226 </li><li>/usr/lib/libGL.so.1 - a symlink to libGL.so.1.xyz
227 </li><li>/usr/lib/libGL.so.xyz - the actual OpenGL/Mesa library. xyz denotes the
  /external/opencv3/modules/viz/src/
vizcore.cpp 168 /// Read/write clouds. Supported formats: ply, stl, xyz, obj
179 if (extention == ".xyz")
209 if (extention == ".xyz")
  /external/skia/src/animator/
SkMemberInfo.cpp 201 // for both SpiderMonkey and SkiaScript, substitute any #xyz or #xxyyzz first
469 // static const char xyz[] = "x|y|z";
470 // int index = find_one(xyz, name);
  /external/v8/test/cctest/
test-regexp.cc 182 CheckParseEq("xyz?", "(: 'xy' (# 0 1 g 'z'))");
183 CheckParseEq("xyz??", "(: 'xy' (# 0 1 n 'z'))");
184 CheckParseEq("xyz{0,1}", "(: 'xy' (# 0 1 g 'z'))");
185 CheckParseEq("xyz{0,1}?", "(: 'xy' (# 0 1 n 'z'))");
186 CheckParseEq("xyz{93}", "(: 'xy' (# 93 93 g 'z'))");
187 CheckParseEq("xyz{93}?", "(: 'xy' (# 93 93 n 'z'))");
188 CheckParseEq("xyz{1,32}", "(: 'xy' (# 1 32 g 'z'))");
189 CheckParseEq("xyz{1,32}?", "(: 'xy' (# 1 32 n 'z'))");
190 CheckParseEq("xyz{1,}", "(: 'xy' (# 1 - g 'z'))");
191 CheckParseEq("xyz{1,}?", "(: 'xy' (# 1 - n 'z'))")
    [all...]
  /external/opencv3/3rdparty/libjasper/
jas_cm.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man7/
gfdl.7 257 A section \*(L"Entitled \s-1XYZ\s0\*(R" means a named subunit of the Document whose
258 title either is precisely \s-1XYZ\s0 or contains \s-1XYZ\s0 in parentheses following
259 text that translates \s-1XYZ\s0 in another language. (Here \s-1XYZ\s0 stands for a
263 section \*(L"Entitled \s-1XYZ\s0\*(R" according to this definition.

Completed in 2092 milliseconds

<<11121314151617181920>>