Home
last modified time | relevance | path

Searched refs:testVal (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-net-socket-setnodelay.js28 truthyValues.forEach((testVal) => socket.setNoDelay(testVal));
36 falseyValues.forEach((testVal) => socket.setNoDelay(testVal));
45 .forEach((testVal) => socket.setNoDelay(testVal));
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/
Dstruct-nested.comp17 s2 testVal;
18 testVal.b.a = 0;
19 test[0] = testVal;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dstruct-nested.comp35 s2 testVal;
36 testVal.b.a = 0;
37 _19.test[0].b.a = testVal.b.a;
/third_party/skia/tests/
DPoint3Test.cpp113 SkScalar testVal; in test_normalize() local
115 testVal = random.nextRangeF(0, 2); in test_normalize()
116 } while (!testVal); in test_normalize()
117 pt3.set(testVal, 0, 0); in test_normalize()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp320 std::string testVal = "testVal" + std::to_string(component); in MakeTestPipeline() local
322 vs << " var " << testVal << " : " << expectedDataType << ";\n"; in MakeTestPipeline()
324 vs << " " << testVal << " = input.test" << suffix << ";\n"; in MakeTestPipeline()
328 vs << " success = success && (" << testVal << " == " << expectedVal << ");\n"; in MakeTestPipeline()
334 vs << " success = success && isNan(" << testVal << ");\n"; in MakeTestPipeline()
336 vs << " let testValFloatToUint : u32 = bitcast<u32>(" << testVal << ");\n"; in MakeTestPipeline()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.y365 int testVal = 0; variable
366 if (!token->uValue(&val) || (!token->iValue(&testVal) &&
DExpressionParser.cpp1942 int testVal = 0; in yylex() local
1943 if (!token->uValue(&val) || (!token->iValue(&testVal) && in yylex()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor.y353 int testVal = 0; variable
354 if (!token->uValue(&val) || (!token->iValue(&testVal) &&
Dpreprocessor_tab_autogen.cpp1792 int testVal = 0; in yylex() local
1794 (!token->iValue(&testVal) && in yylex()