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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
t048rewrite.py 231 tokens.replace(2, 4, "xyz")
240 tokens.replace(2, 4, "xyz")
250 "with previous <ReplaceOp@2..4:\"xyz\">")
255 tokens.replace(2, 4, "xyz")
265 "with previous <ReplaceOp@2..4:\"xyz\">")
270 tokens.replace(2, 2, "xyz")
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 536 'goog.provide(\'xyz\');',
542 'goog.provide(\'xyz\');',
555 ';goog.provide(\'xyz\');',
561 'goog.provide(\'xyz\');',
574 ';goog.provide(\'xyz\');',
580 'goog.provide(\'xyz\');',
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 270 out_s.xyz = ((in_s.xyz * out_s.w) +
271 (out_s.xyz * ((short3)255 - (short3)in_s.w))) >> (short3)8;
290 out_s.xyz = ((out_s.xyz * in_s.w) +
291 (in_s.xyz * ((short3)255 - (short3)out_s.w))) >> (short3)8;
  /libcore/ojluni/src/main/java/sun/security/x509/
URIName.java 308 * "foo.bar.com"; and ".xyz.com". When the the constraint begins with
310 * the constraint ".xyz.com" is satisfied by both abc.xyz.com and
311 * abc.def.xyz.com. However, the constraint ".xyz.com" is not satisfied
312 * by "xyz.com". When the constraint does not begin with a period, it
  /external/libchrome/base/metrics/
field_trial_unittest.cc 573 ASSERT_FALSE(FieldTrialList::TrialExists("Xyz"));
575 "Abc/def/Xyz/zyx/", FieldTrialList::ACTIVATE_TRIALS,
583 EXPECT_EQ("Xyz", active_groups[1].trial_name);
589 ASSERT_FALSE(FieldTrialList::TrialExists("Xyz"));
591 "Abc/def/Xyz/zyx/", FieldTrialList::DONT_ACTIVATE_TRIALS,
600 EXPECT_EQ("zyx", FieldTrialList::FindFullName("Xyz"));
606 EXPECT_EQ("Xyz", active_groups[1].trial_name);
613 ASSERT_FALSE(FieldTrialList::TrialExists("Xyz"));
615 "*Abc/cba/def/fed/*Xyz/zyx/", FieldTrialList::DONT_ACTIVATE_TRIALS,
623 EXPECT_EQ("Xyz", active_groups[1].trial_name)
    [all...]
  /external/pcre/dist/testdata/
testinput15 228 /\x{100}abc(xyz(?1))/8DZ
291 AB\x{85}xxx\x{a0}XYZ
292 AB\x{a0}xxx\x{85}XYZ
  /art/test/031-class-attributes/src/
ClassAttrs.java 246 static class MemberClass<XYZ> {
247 public MemberClass<XYZ> mWha;
249 public MemberClass(MemberClass<XYZ> memb) {
253 public Class<XYZ> foo() throws NoSuchMethodException {
  /device/google/dragon/audio/hal/dsp/
crossover2.h 21 * The variable [xyz][12][LR] keep the history values.
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
shadersrc.h 17 " gl_Position = mvp * vec4(pos.xyz, 1.);\n"
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDiscardTests.cpp 137 " v_color = vec4(a_coords.xyz, 1.0);\n"
167 inline void evalDiscardNever (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); }
168 inline void evalDiscardDynamic (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); if (c.coords.x()+c.coords.y() > 0.0f) c.discard(); }
172 c.color.xyz() = c.coords.swizzle(0,1,2);
  /external/deqp/modules/gles2/functional/
es2fShaderDiscardTests.cpp 88 " v_color = vec4(a_coords.xyz, 1.0);\n"
170 inline void evalDiscardNever (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); }
171 inline void evalDiscardDynamic (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); if (c.coords.x()+c.coords.y() > 0.0f) c.discard(); }
175 c.color.xyz() = c.coords.swizzle(0,1,2);
es2fShaderMatrixTests.cpp 454 evalCtx.color.xyz() = reduceToVec3(getInputValue<In0Type, In0DataType>(evalCtx, 0) + getInputValue<In1Type, In1DataType>(evalCtx, 1));
463 evalCtx.color.xyz() = reduceToVec3(getInputValue<In0Type, In0DataType>(evalCtx, 0) - getInputValue<In1Type, In1DataType>(evalCtx, 1));
472 evalCtx.color.xyz() = reduceToVec3(getInputValue<In0Type, In0DataType>(evalCtx, 0) * getInputValue<In1Type, In1DataType>(evalCtx, 1));
481 evalCtx.color.xyz() = reduceToVec3(getInputValue<In0Type, In0DataType>(evalCtx, 0) / getInputValue<In1Type, In1DataType>(evalCtx, 1));
490 evalCtx.color.xyz() = reduceToVec3(matrixCompMult(getInputValue<In0Type, In0DataType>(evalCtx, 0), getInputValue<In1Type, In1DataType>(evalCtx, 1)));
499 evalCtx.color.xyz() = reduceToVec3(getInputValue<In0Type, In0DataType>(evalCtx, 0));
508 evalCtx.color.xyz() = reduceToVec3(negate(getInputValue<In0Type, In0DataType>(evalCtx, 0)));
518 evalCtx.color.xyz() = reduceToVec3(increment(getInputValue<In0Type, In0DataType>(evalCtx, 0))) + reduceToVec3(increment(getInputValue<In0Type, In0DataType>(evalCtx, 0)));
528 evalCtx.color.xyz() = reduceToVec3(decrement(getInputValue<In0Type, In0DataType>(evalCtx, 0))) + reduceToVec3(decrement(getInputValue<In0Type, In0DataType>(evalCtx, 0)));
538 evalCtx.color.xyz() = reduceToVec3(getInputValue<In0Type, In0DataType>(evalCtx, 0)) + reduceToVec3(increment(getInpu (…)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDiscardTests.cpp 83 " v_color = vec4(a_coords.xyz, 1.0);\n"
150 inline void evalDiscardNever (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); }
151 inline void evalDiscardDynamic (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); if (c.coords.x()+c.coords.y() > 0.0f) c.discard(); }
155 c.color.xyz() = c.coords.swizzle(0,1,2);
  /external/google-breakpad/src/testing/gtest/test/
gtest_list_tests_unittest_.cc 55 TEST(Abc, Xyz) {
  /external/libxml2/result/
att10.sax2 21 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='xyz"...', 3, b=' xy...', 5)
  /external/llvm/test/Transforms/InstCombine/
load3.ll 20 @.str = private constant [4 x i8] c"XYZ\00"
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c 207 "%3i: xyz: %3s %3s %3s %5s-> %-20s (%08x)\n"
224 sprintf(buf, "%s.xyz",
245 sprintf(buf, "srcp.xyz");
328 fprintf(stderr, " xyz: %8s %8s %8s op: %08x %s\n"
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
radeon_compiler_util_tests.c 67 "MAD temp[0].xyz, temp[2].xyz_, -temp[3].xxx_, input[5].xyz_;");
  /external/protobuf/gtest/test/
gtest_list_tests_unittest_.cc 55 TEST(Abc, Xyz) {
  /external/skia/gm/
morphology.cpp 36 const char* str2 = "XYZ";
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
brand.jd 33 <li><span style="color:red">???</span>??Android MediaPlayer???Android XYZ ???</li>
  /libcore/dom/src/test/resources/
staffNS.xml 7 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
  /libcore/luni/src/test/java/libcore/java/lang/
EnumTest.java 72 myValue = new String("xyz");
  /libcore/luni/src/test/resources/
simple_ns.xml 7 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
staffEntRes.xml 8 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">

Completed in 1469 milliseconds

<<11121314151617181920>>