Home
last modified time | relevance | path

Searched refs:result (Results 9251 - 9275 of 16602) sorted by relevance

1...<<371372373374375376377378379380>>...665

/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc33 Interval result = Interval::Empty(); in ListCaptureRegisters() local
35 result = result.Union(children->at(i)->CaptureRegisters()); in ListCaptureRegisters()
36 return result; in ListCaptureRegisters()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.c335 union pipe_query_result result; in crocus_sw_check_cond_render() local
342 bool ret = ice->ctx.get_query_result(&ice->ctx, (void *)q, wait, &result); in crocus_sw_check_cond_render()
346 return ice->condition.condition ? result.u64 == 0 : result.u64 != 0; in crocus_sw_check_cond_render()
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dstdio.c372 int result = vsnprintf(buf, printSize, format, va); in vsnprintf_test() local
374 return result; in vsnprintf_test()
383 int result = vsprintf(buf, format, va); in vsprintf_test() local
385 return result; in vsprintf_test()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfread.c246 int result = setvbuf(fp, fpBuffer, _IOFBF, BUFFER_SIZE_1026); in fread_0700() local
247 if (result != ZERO) { in fread_0700()
320 int result = setvbuf(fp, NULL, _IONBF, 0); in fread_0800() local
321 if (result != ZERO) { in fread_0800()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_lib.c438 char *result = NULL; in STACK_OF() local
453 if ((result = OPENSSL_malloc(length + 1)) == NULL) in STACK_OF()
456 p = result; in STACK_OF()
469 return result; in STACK_OF()
/third_party/node/deps/uv/src/
H A Dfs-poll.c197 if (req->result != 0) { in poll_cb()
198 if (ctx->busy_polling != req->result) { in poll_cb()
200 req->result, in poll_cb()
203 ctx->busy_polling = req->result; in poll_cb()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtokens.rs274 if let Some((result, langle, rangle)) = throws_tokens { in to_tokens()
275 result.to_tokens(tokens); in to_tokens()
282 } else if let Some((result, langle, rangle)) = throws_tokens { in to_tokens()
284 result.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtokens.rs274 if let Some((result, langle, rangle)) = throws_tokens { in to_tokens()
275 result.to_tokens(tokens); in to_tokens()
282 } else if let Some((result, langle, rangle)) = throws_tokens { in to_tokens()
284 result.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtokens.rs274 if let Some((result, langle, rangle)) = throws_tokens { in to_tokens()
275 result.to_tokens(tokens); in to_tokens()
282 } else if let Some((result, langle, rangle)) = throws_tokens { in to_tokens()
284 result.to_tokens(tokens); in to_tokens()
/third_party/python/Tools/scripts/
H A Dpatchcheck.py35 result = fxn(*args, **kwargs)
39 print(info(result))
41 print("yes" if result else "NO")
42 return result
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonTokenizer.cs395 int result = 0; in ReadUnicodeEscape()
416 result = (result << 4) + nybble; in ReadUnicodeEscape()
418 return (char) result; in ReadUnicodeEscape()
/third_party/python/Lib/asyncio/
H A Dlocks.py288 The predicate should be a callable which result will be
292 result = predicate()
293 while not result:
295 result = predicate()
296 return result
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_hyperparser.py205 result = HyperParser._eat_identifier(candidate, 0, len(candidate))
206 if result == len(candidate):
208 elif result == 0:
211 err_msg = "Unexpected result: {} (expected 0 or {}".format(
212 result, len(candidate)
/third_party/openssl/crypto/asn1/
H A Dasn1_lib.c438 char *result = NULL; in STACK_OF() local
453 if ((result = OPENSSL_malloc(length + 1)) == NULL) in STACK_OF()
456 p = result; in STACK_OF()
469 return result; in STACK_OF()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.cpp161 angle::Result result = in getProgram() local
165 result == angle::Result::Continue); in getProgram()
166 ANGLE_TRY(result); in getProgram()
168 if (result == angle::Result::Continue) in getProgram()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.hpp69 glw::GLuint result = m_inputValue; in getResult() local
72 result = iterate(result, m_paramValue, m_compareValue); in getResult()
74 return result; in getResult()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderOutput.cpp223 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
235 bool result = doesProgramBuild(1, &m_fragment_shader_code_white_color, 1, &m_geometry_shader_code, 1, in iterate() local
238 if (false == result) in iterate()
267 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
279 bool result = doesProgramBuild(1, &m_fragment_shader_code_white_color, 1, &m_geometry_shader_code, 1, in iterate() local
282 if (false == result) in iterate()
376 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
491 /** Verifies result of draw call
540 /** Verifies result of draw call
591 * Sets the test result t
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5SamplerArrayIndexing.cpp237 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
312 /* Fail if result color is different from reference color */ in iterate()
335 static const char* result = "${VERSION}\n" in getVertexShaderCode() local
348 return result; in getVertexShaderCode()
357 static const char* result = "${VERSION}\n" in getFragmentShaderCode() local
377 return result; in getFragmentShaderCode()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDeviceTest.cpp151 HRESULT result = mDevice->CreateBuffer(&bufferDesc, nullptr, &gsBuffer); in trigger9_3DeviceLost() local
152 ASSERT_TRUE(SUCCEEDED(result)); in trigger9_3DeviceLost()
158 result = mDevice->GetDeviceRemovedReason(); in trigger9_3DeviceLost()
159 ASSERT_TRUE(FAILED(result)); in trigger9_3DeviceLost()
/third_party/skia/src/gpu/
H A DGrSurfaceProxy.h119 bool result = fDimensions.width() < 0; in isFullyLazy() local
120 SkASSERT(result == (fDimensions.height() < 0)); in isFullyLazy()
121 SkASSERT(!result || this->isLazy()); in isFullyLazy()
122 return result; in isFullyLazy()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoderTest.java196 byte[] result = new byte[flagBytes.length + valueBytes.length]; in tripletEncode()
197 System.arraycopy(flagBytes, 0, result, 0, flagBytes.length); in tripletEncode()
198 System.arraycopy(valueBytes, 0, result, flagBytes.length, valueBytes.length); in tripletEncode()
199 return result; in tripletEncode()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dcfa.h276 std::vector<BB*> result; in TraversalRoots() local
282 result.push_back(block); in TraversalRoots()
290 result.push_back(block); in TraversalRoots()
295 return result; in TraversalRoots()
H A Doperand.cpp150 return "result ID"; in spvOperandTypeStr()
459 spv_operand_type_t result; in spvTakeFirstMatchableOperand() local
461 result = pattern->back(); in spvTakeFirstMatchableOperand()
463 } while (spvExpandOperandSequenceOnce(result, pattern)); in spvTakeFirstMatchableOperand()
464 return result; in spvTakeFirstMatchableOperand()
478 // No result-id found, so just expect CIVs. in spvAlternatePatternFollowingImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dcfa.h276 std::vector<BB*> result; in TraversalRoots() local
282 result.push_back(block); in TraversalRoots()
290 result.push_back(block); in TraversalRoots()
295 return result; in TraversalRoots()
H A Doperand.cpp150 return "result ID"; in spvOperandTypeStr()
459 spv_operand_type_t result; in spvTakeFirstMatchableOperand() local
461 result = pattern->back(); in spvTakeFirstMatchableOperand()
463 } while (spvExpandOperandSequenceOnce(result, pattern)); in spvTakeFirstMatchableOperand()
464 return result; in spvTakeFirstMatchableOperand()
478 // No result-id found, so just expect CIVs. in spvAlternatePatternFollowingImmediate()

Completed in 25 milliseconds

1...<<371372373374375376377378379380>>...665