/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-ast.cc | 33 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 D | crocus_context.c | 335 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 D | stdio.c | 372 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 D | fread.c | 246 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 D | asn1_lib.c | 438 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 D | fs-poll.c | 197 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 D | tokens.rs | 274 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 D | tokens.rs | 274 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 D | tokens.rs | 274 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 D | patchcheck.py | 35 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 D | JsonTokenizer.cs | 395 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 D | locks.py | 288 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 D | test_hyperparser.py | 205 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 D | asn1_lib.c | 438 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 D | MemoryProgramCache.cpp | 161 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 D | gl4cShaderAtomicCounterOpsTests.hpp | 69 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 D | esextcGeometryShaderOutput.cpp | 223 * 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 D | esextcGPUShader5SamplerArrayIndexing.cpp | 237 * 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 D | EGLDeviceTest.cpp | 151 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 D | GrSurfaceProxy.h | 119 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 D | GlyfEncoderTest.java | 196 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 D | cfa.h | 276 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 D | operand.cpp | 150 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 D | cfa.h | 276 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 D | operand.cpp | 150 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()
|