/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 536 String result = ""; in printBreaks() 541 result += testSource.substring(lastPos, pos) + "&"; in printBreaks() 545 System.out.println("Test" + num + ": " + result); in printBreaks() 549 String result = ""; in printIteration() 553 result += ch + "(" + ci.getIndex() + ")"; in printIteration() 555 System.out.println("Test" + num + ": " + result); in printIteration()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 588 // Exits with 'result' holding the answer. 589 void TruncateDoubleToI(Isolate* isolate, Zone* zone, Register result, 684 // for the result to alias either input register. 820 Register result = no_reg); 822 Register result = no_reg); 826 Register result = no_reg); 828 Register result = no_reg); 904 // succeeds, otherwise falls through if result is saturated. On return 905 // 'result' either holds answer, or is clobbered on fall through. 906 void TryInlineTruncateDoubleToI(Register result, DoubleRegiste [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | preparser.h | 696 PreParserExpression result = PreParserExpression::Default(); in NewEmptyParentheses() local 697 result.mark_parenthesized(); in NewEmptyParentheses() 698 return result; in NewEmptyParentheses() 1505 PreParserIdentifier result = PreParserIdentifier::Default(); in EmptyIdentifierString() local 1506 result.string_ = ast_value_factory()->empty_string(); in EmptyIdentifierString() 1507 return result; in EmptyIdentifierString()
|
/third_party/node/deps/v8/src/regexp/arm64/ |
H A D | regexp-macro-assembler-arm64.cc | 881 // If returned value is non-zero, we exit with the returned value as result. in GetCode() 1593 Register result = NoReg; in GetRegister() local 1598 result = maybe_result; in GetRegister() 1601 result = GetCachedRegister(register_index).W(); in GetRegister() 1606 result = maybe_result; in GetRegister() 1611 DCHECK(result.Is32Bits()); in GetRegister() 1612 return result; in GetRegister()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 1293 unsigned result = 0; in scan_texture_use() local 1304 result |= TEX_CMP_WITH_LOD_BIAS_GRAD; in scan_texture_use() 1308 result |= TEX_SAMPLE_INTEGER_TEXTURE; in scan_texture_use() 1313 if (TEX_SCAN_ALL_FLAGS == result) in scan_texture_use() 1314 return result; in scan_texture_use() 1318 return result; in scan_texture_use()
|
/third_party/python/Lib/ |
H A D | pickle.py | 96 # the STOP opcode, passing the object that is the result of unpickling. 378 result = x.to_bytes(nbytes, byteorder='little', signed=True) 380 if result[-1] == 0xff and (result[-2] & 0x80) != 0: 381 result = result[:-1] 382 return result
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 979 tcu::ConstPixelBufferAccess result(mapVkFormat(m_testParams.m_testDepth ? VK_FORMAT_D32_SFLOAT : VK_FORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()); in iterate() 995 if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "Comparison", "Comparison", reference, result, tcu::Vec4(0.01f), tcu::COMPARE_LOG_ON_ERROR)) in iterate() 1167 tcu::ConstPixelBufferAccess result(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()); in iterate() 1174 if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "Comparison", "Comparison", reference, result, tcu::Vec4(0.01f), tcu::COMPARE_LOG_ON_ERROR)) in iterate() 1468 tcu::ConstPixelBufferAccess result(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()); in iterate() 1475 if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "Comparison", "Comparison", reference, result, tcu::Vec4(0.01f), tcu::COMPARE_LOG_ON_ERROR)) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 792 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, dsFormat, imageType, imageTiling, imageUsage, 0u, &formatProperties); in checkAndGetDSFormat() local 794 if (result == VK_SUCCESS) in checkAndGetDSFormat() 802 else if (result != VK_ERROR_FORMAT_NOT_SUPPORTED) in checkAndGetDSFormat() 839 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, imageType, imageTiling, imageUsage, 0u, &formatProperties); in checkSupport() local 840 if (result != VK_SUCCESS) in checkSupport() 842 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkSupport() 1376 /* result buffer */ in createResultBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageSparseResidency.cpp | 75 std::string result; in getFormatValueString() local 78 const auto prefix = (result.empty() ? "" : ", "); in getFormatValueString() 79 result += prefix + value; in getFormatValueString() 81 result = "(" + result + ")"; in getFormatValueString() 82 return result; in getFormatValueString() 773 // write result images to log file in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 959 tcu::ConstPixelBufferAccess result(mapVkFormat(m_testParams.m_testDepth ? VK_FORMAT_D32_SFLOAT : VK_FORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()); in iterate() 975 if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "Comparison", "Comparison", reference, result, tcu::Vec4(0.01f), tcu::COMPARE_LOG_ON_ERROR)) in iterate() 1147 tcu::ConstPixelBufferAccess result(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()); in iterate() 1154 if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "Comparison", "Comparison", reference, result, tcu::Vec4(0.01f), tcu::COMPARE_LOG_ON_ERROR)) in iterate() 1448 tcu::ConstPixelBufferAccess result(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()); in iterate() 1455 if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "Comparison", "Comparison", reference, result, tcu::Vec4(0.01f), tcu::COMPARE_LOG_ON_ERROR)) in iterate()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | matrix_utils_unittest.cpp | 184 Matrix<float> result = inputMatrix * inputMatrix.inverse(); in TEST() local 185 EXPECT_EQ(identityMatrix, result.elements()); in TEST() 197 Matrix<float> result = inputMatrix * inputMatrix.inverse(); in TEST() local 198 std::vector<float> resultElements = result.elements(); in TEST() 217 Matrix<float> result = inputMatrix * inputMatrix.inverse(); in TEST() local 218 std::vector<float> resultElements = result.elements(); in TEST()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPixelStorageModesTests.cpp | 349 T result = 0; in write3Channel() local 381 result = (T)((t_value & mask) << off); in write3Channel() 383 *ptr |= result; in write3Channel() 397 T result = 0; in write4Channel() local 435 result = (T)((t_value & mask) << off); in write4Channel() 437 *ptr |= result; in write4Channel() 679 << tcu::TestLog::Image("Result", "Rendered result", dst.getAccess()) in iterate() 687 << tcu::TestLog::Image("Result", "Rendered result", dst.getAccess()) in iterate() 949 << tcu::TestLog::Image("Result", "Rendered result", dst.getAccess()) in iterate() 958 << tcu::TestLog::Image("Result", "Rendered result", ds in iterate() [all...] |
H A D | glcUniformBlockTests.cpp | 662 bool result = true; in Link() local 671 result = false; in Link() 675 return result; in Link() 842 bool result = true; in Test() local 860 result = false; in Test() 864 return result; in Test()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 486 int32_t result = value; in unquantizeSigned() local 495 result = 0x7FFF; in unquantizeSigned() 501 result = (((tmp << 15) + 0x4000) >> (size[i] - 1)); in unquantizeSigned() 506 result = -result; in unquantizeSigned() 509 channel[i] = (uint16_t)result; in unquantizeSigned()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tznames_impl.cpp | 113 static void mergeTimeZoneKey(const UnicodeString& mzID, char* result); 422 // then we need to get result as UTF16 code units. in search() 1208 name.setToBogus(); // cleanup result. in getMetaZoneDisplayName() 1234 name.setToBogus(); // cleanup result. in getTimeZoneDisplayName() 1260 name.setToBogus(); // cleanup result. in getExemplarLocationName() 1284 static void mergeTimeZoneKey(const UnicodeString& mzID, char* result) { in mergeTimeZoneKey() argument 1286 result[0] = '\0'; in mergeTimeZoneKey() 1294 uprv_memcpy((void *)result, (void *)gMZPrefix, prefixLen); in mergeTimeZoneKey() 1295 uprv_memcpy((void *)(result + prefixLen), (void *)mzIdChar, keyLen); in mergeTimeZoneKey() 1296 result[keyLe in mergeTimeZoneKey() [all...] |
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 561 // then we know that "this" is above "that". If the result is clockwise we say it's below. in aboveIfLeft() 632 // doesn't necessary give us the original result in floating point. in intersect() 638 bool result; in intersect() local 641 result = (compute_side(p0, v, q0)*compute_side(p0, v, q1) < 0); in intersect() 643 result = (compute_side(p0, v, q0)*compute_side(q0, w, p1) > 0); in intersect() 647 result = (compute_side(q0, w, p0)*compute_side(q0, w, p1) < 0); in intersect() 649 result = (compute_side(q0, w, p0)*compute_side(p0, v, q1) > 0); in intersect() 652 return result; in intersect()
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftraster.c | 248 /* typically a small value and the result of a*b is known to fit into */ 1134 Bool result, fresh; in Line_Down() local 1139 result = Line_Up( RAS_VARS x1, -y1, x2, -y2, -maxy, -miny ); in Line_Down() 1144 return result; in Line_Down() 1319 Bool result, fresh; in Bezier_Down() local 1330 result = Bezier_Up( RAS_VARS degree, arc, splitter, -maxy, -miny ); in Bezier_Down() 1336 return result; in Bezier_Down() 2397 /* undocumented but confirmed: If the drop-out would result in a */ in Vertical_Sweep_Drop() 2615 /* undocumented but confirmed: If the drop-out would result in a */ in Horizontal_Sweep_Drop()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok.c | 1241 checkCharRefNumber(int result) { in checkCharRefNumber() argument 1242 switch (result >> 8) { in checkCharRefNumber() 1253 if (latin1_encoding.type[result] == BT_NONXML) in checkCharRefNumber() 1257 if (result == 0xFFFE || result == 0xFFFF) in checkCharRefNumber() 1261 return result; in checkCharRefNumber()
|
/third_party/python/Lib/test/ |
H A D | test_grammar.py | 1368 result = [] 1370 result.append(x) 1371 self.assertEqual(result, [1, 2, 3]) 1373 result = [] 1376 result.append(x) 1377 self.assertEqual(result, 3 * a)
|
/third_party/python/Python/ |
H A D | pythonrun.c | 821 PyObject *result; in _PyErr_PrintEx() local 826 result = _PyObject_FastCall(hook, stack, 3); in _PyErr_PrintEx() 827 if (result == NULL) { in _PyErr_PrintEx() 853 Py_XDECREF(result); in _PyErr_PrintEx() 1799 PyObject *result = PyAST_mod2obj(mod); in Py_CompileStringObject() local 1801 return result; in Py_CompileStringObject()
|
/third_party/python/Modules/ |
H A D | _xxsubinterpretersmodule.c | 34 // to check the result for NULL. in _get_current() 1890 PyObject *result = PyRun_StringFlags(codestr, Py_file_input, ns, ns, NULL); in _run_script() local 1892 if (result == NULL) { in _run_script() 1896 Py_DECREF(result); // We throw away the result. in _run_script() 1945 int result = _run_script(interp, codestr, shared, &exc); in _run_script_in_interpreter() local 1957 else if (result != 0) { in _run_script_in_interpreter() 1966 return result; in _run_script_in_interpreter()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_unittest.cc | 1060 std::string result; in MakeInvalidEmbeddedMessage() local 1063 io::StringOutputStream raw_output(&result); in MakeInvalidEmbeddedMessage() 1070 return result; in MakeInvalidEmbeddedMessage() 1082 std::string result; in MakeInvalidGroup() local 1085 io::StringOutputStream raw_output(&result); in MakeInvalidGroup() 1096 return result; in MakeInvalidGroup()
|
/third_party/python/Modules/expat/ |
H A D | xmltok.c | 1238 checkCharRefNumber(int result) { in checkCharRefNumber() argument 1239 switch (result >> 8) { in checkCharRefNumber() 1250 if (latin1_encoding.type[result] == BT_NONXML) in checkCharRefNumber() 1254 if (result == 0xFFFE || result == 0xFFFF) in checkCharRefNumber() 1258 return result; in checkCharRefNumber()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
H A D | mod.rs | 640 let mut result = vec![]; in default_verify_paths() variables 641 socket.read_to_end(&mut result).unwrap(); in default_verify_paths() 643 println!("{}", String::from_utf8_lossy(&result)); in default_verify_paths() 644 assert!(result.starts_with(b"HTTP/1.0")); in default_verify_paths() 645 assert!(result.ends_with(b"</HTML>\r\n") || result.ends_with(b"</html>")); in default_verify_paths()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 792 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, dsFormat, imageType, imageTiling, imageUsage, 0u, &formatProperties); in checkAndGetDSFormat() local 794 if (result == VK_SUCCESS) in checkAndGetDSFormat() 802 else if (result != VK_ERROR_FORMAT_NOT_SUPPORTED) in checkAndGetDSFormat() 839 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, imageType, imageTiling, imageUsage, 0u, &formatProperties); in checkSupport() local 840 if (result != VK_SUCCESS) in checkSupport() 842 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkSupport() 1373 /* result buffer */ in createResultBuffer()
|