/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental-interpreter.cc | 259 Object result; in HandleInterrupts() local 262 result = isolate_->stack_guard()->HandleInterrupts(); in HandleInterrupts() 264 if (result.IsException(isolate_)) { in HandleInterrupts()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_debug.c | 141 boolean result = TRUE; in check_random_pattern() local 149 result = FALSE; in check_random_pattern() 152 return result; in check_random_pattern()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sse.h | 144 * subtract b from the high bits of the result if a is negative 205 __m128i result = _mm_unpacklo_epi32(ba8, b4a48); in mm_mullo_epi32() 210 __m128i result = _mm_or_si128(ba_mask, b4a4_mask_shift); in mm_mullo_epi32() local 213 return result; in mm_mullo_epi32()
|
/third_party/mksh/ |
H A D | os2.c | 377 char *result; in make_response_file() local 390 strdupx(result, rsp_name_arg, ATEMP); in make_response_file() 392 return (result); in make_response_file() 454 * As a result, if stdin is set to binary mode in a parent process, in execve()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_export.cpp | 121 auto result = from_string_impl(is, vf); in last_from_string() local 122 result->set_is_last_export(true); in last_from_string() 123 return result; in last_from_string()
|
/third_party/node/deps/openssl/openssl/Configurations/ |
H A D | gentemplate.pm | 74 my @result = map { $_ =~ /(\.a)?$/; $` } @_; 75 return @result if wantarray; 76 return $result[0]; 304 # return them together with the result of a recursive call. 316 # If it is, collect the result of a recursive call, or if that returns 317 # an empty list, the element itself. Return the result.
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | parser.py | 99 # previous result. For an explanation why this works, see 116 result = method(self) 123 f"{fill}Recursive {method_name} at {mark} depth {depth}: {result!s:.200} to {endmark}" 125 if not result: 133 self._cache[key] = lastresult, lastmark = result, endmark
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_windows_events.py | 95 self.assertEqual(f.result(), b'') 165 # result should be False at timeout 172 self.assertFalse(fut.result()) 180 # result should be True immediately 187 self.assertTrue(fut.result()) 234 # First wait for f to complete to avoid a "future's result was never
|
/third_party/openssl/Configurations/ |
H A D | gentemplate.pm | 74 my @result = map { $_ =~ /(\.a)?$/; $` } @_; 75 return @result if wantarray; 76 return $result[0]; 304 # return them together with the result of a recursive call. 316 # If it is, collect the result of a recursive call, or if that returns 317 # an empty list, the element itself. Return the result.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 298 VkResult result = VK_ERROR_OUT_OF_HOST_MEMORY; in createTestBuffer() local 318 result = vk.allocateMemory(vkDevice, &memoryAllocateInfo, (VkAllocationCallbacks*)DE_NULL, &rawMemory); in createTestBuffer() 320 if (result != VK_SUCCESS) in createTestBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTransfer.cpp | 111 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_params.imageFormat, m_params.imageType, VK_IMAGE_TILING_OPTIMAL, VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT, 0u, &formatProperties); in checkSupport() local 112 if (result != VK_SUCCESS) in checkSupport() 114 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 299 VkResult result = VK_ERROR_OUT_OF_HOST_MEMORY; in createTestBuffer() local 319 result = vk.allocateMemory(vkDevice, &memoryAllocateInfo, (VkAllocationCallbacks*)DE_NULL, &rawMemory); in createTestBuffer() 321 if (result != VK_SUCCESS) in createTestBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTransfer.cpp | 106 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_params.imageFormat, m_params.imageType, VK_IMAGE_TILING_OPTIMAL, VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT, 0u, &formatProperties); in checkSupport() local 107 if (result != VK_SUCCESS) in checkSupport() 109 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkSupport()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | RendererGL.cpp | 289 GLint64 result = 0; in getTimestamp() local 290 mFunctions->getInteger64v(GL_TIMESTAMP, &result); in getTimestamp() 291 return result; in getTimestamp()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Buffer.cpp | 306 angle::Result Buffer::unmap(const Context *context, GLboolean *result) in unmap() argument 310 *result = GL_FALSE; in unmap() 311 ANGLE_TRY(mImpl->unmap(context, result)); in unmap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 378 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory() local 379 assert((result || !errMsgCString) && in finalizeMemory() 386 return result; in finalizeMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | ittnotify_config.h | 266 long result; in __TBB_machine_fetchadd4() local 268 : "=r"(result),"=m"(*(long*)ptr) in __TBB_machine_fetchadd4() 271 return result; in __TBB_machine_fetchadd4()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cIncompleteTextureAccessTests.cpp | 82 * @return Iteration result. 418 glw::GLfloat result[4] = { 7.f, 7.f, 7.f, 7.f }; in Check() local 421 gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_FLOAT, result); in Check() 427 if (de::abs(configuration.expected_result[i] - result[i]) > 0.0125 /* precision */) in Check()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderPrimitiveCoverage.cpp | 690 /* Verify result data */ in verifyDrawBufferContents() 691 bool result = true; in verifyDrawBufferContents() local 716 result = false; in verifyDrawBufferContents() 722 return result; in verifyDrawBufferContents() 727 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderIntegerMixTests.cpp | 61 qpTestResult result = test(); in iterate() local 63 m_testCtx.setTestResult(result, qpGetTestResultName(result)); in iterate() 482 * The first time, use_vs_data is false, and the mix() result in test() 484 * use_vs_data is true, and the mix() result from the vertex in test()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | entity_db.py | 242 result = self._byEntity.get(entity) 243 if result: 244 return result
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_image_test.cc | 342 std::vector<float> result = {0.11f, 0.12f, 0.21f, 0.22f, in TEST_F() local 346 for (size_t i = 0; i < result.size(); ++i) { in TEST_F() 347 EXPECT_FLOAT_EQ(result[i], values[i]); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | function.cpp | 285 auto& result = cfg_constructs_.back(); 287 new_construct.type())] = &result; 288 return result;
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_layout_test.cpp | 208 spv_result_t result; in TEST_P() local 210 ASSERT_EQ(pred(order), result = ValidateInstructions(env)) in TEST_P() local 211 << "Actual: " << spvResultToString(result) in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustBufferAccessBehaviorTest.cpp | 120 GLenum result = glGetError(); in runIndexOutOfRangeTests() local 124 if (result == GL_INVALID_OPERATION) in runIndexOutOfRangeTests() 133 EXPECT_GLENUM_EQ(GL_NO_ERROR, result); in runIndexOutOfRangeTests() 146 // buffer object and will not result in GL interruption or termination when 159 // buffer object and will not result in GL interruption or termination when
|