Home
last modified time | relevance | path

Searched refs:result (Results 11101 - 11125 of 11544) sorted by relevance

1...<<441442443444445446447448449450>>...462

/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc36 auto result = DependencyGraph::Build(this->AST(), this->Symbols(), in Build() local
40 EXPECT_TRUE(result) << this->Diagnostics().str(); in Build()
42 EXPECT_FALSE(result); in Build()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h379 * @return The result of bitwise character comparison: 0 if this
396 * @return The result of bitwise character comparison: 0 if this
417 * @return The result of bitwise character comparison: 0 if this
435 * @return The result of bitwise character comparison: 0 if this
452 * @return The result of bitwise character comparison: 0 if this
473 * @return The result of bitwise character comparison: 0 if this
496 * @return The result of bitwise character comparison: 0 if this
511 * The result may be different from the results of compare(), operator<, etc.
518 * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined.
530 * The result ma
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_exif.cpp199 dng_exif *result = new dng_exif (*this); in Clone() local
201 if (!result) in Clone()
206 return result; in Clone()
4252 // wide FS, and tele-extenders always result in PostParse()
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h200 // result is usable as a compile-time constant, which makes it usable
799 size_t result = io::CodedOutputStream::VarintSize32( in TagSize() local
803 return result * 2; in TagSize()
805 return result; in TagSize()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_test.cc196 #define COMPARE(result, op, x, y) \
197 EXPECT_EQ(result, absl::string_view((x)) op absl::string_view((y))); \
198 EXPECT_EQ(result, absl::string_view((x)).compare(absl::string_view((y))) op 0)
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c1102 fprintf(out, "%s", datum_or_str(DATUM(roletrans->result), roletrans->result_str)); in cil_write_ast_node()
1160 fprintf(out, "%s", datum_or_str(DATUM(rule->result), rule->result_str)); in cil_write_ast_node()
1171 fprintf(out, "%s", datum_or_str(DATUM(rule->result), rule->result_str)); in cil_write_ast_node()
H A Dcil_policy.c1233 res = rule->result; in cil_type_rule_to_policy()
1267 res = trans->result; in cil_nametypetransition_to_policy()
1576 fprintf(out, "role_transition %s %s : %s %s;\n", DATUM(trans->src)->fqn, DATUM(trans->tgt)->fqn, DATUM(i2->data)->fqn, DATUM(trans->result)->fqn); in cil_roletransitions_to_policy()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs1489 Errno::result(ret).map(|r| r as usize) in sendmsg()
1561 let sent = Errno::result(unsafe { in sendmmsg()
1702 let received = Errno::result(unsafe { in recvmmsg()
2064 let r = Errno::result(ret)?; in recvmsg()
2099 Errno::result(res) in socket()
2127 Errno::result(res)?; in socketpair()
2138 Errno::result(res).map(drop) in listen()
2147 Errno::result(res).map(drop) in bind()
2156 Errno::result(res) in accept()
2185 Errno::result(re in accept4()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboRenderTest.cpp410 bool compare (const tcu::Surface& reference, const tcu::Surface& result);
497 // Store test result in iterate()
505 bool FboRenderCase::compare (const tcu::Surface& reference, const tcu::Surface& result) in compare() argument
509 return tcu::bilinearCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); in compare()
H A Des3fMultisampleTests.cpp85 int result; in getGLInteger() local
86 GLU_CHECK_CALL(glGetIntegerv(name, &result)); in getGLInteger()
87 return result; in getGLInteger()
1191 log << TestLog::Message << "Drawing a viewport-sized quad with glStencilFunc(GL_EQUAL, 1, 1) and glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP) - should result in same image as the first" << TestLog::EndMessage; in iterate()
H A Des3fShaderApiTests.cpp639 const std::string result = readSource(shader); in verifyShaderSourceReplaced() local
641 if (result == firstSource) in verifyShaderSourceReplaced()
646 else if (result != secondSource) in verifyShaderSourceReplaced()
867 log << TestLog::Message << "Fail, link status may only change as a result of linking or loading a program binary." << TestLog::EndMessage; in verify()
1443 log << TestLog::Message << "Fail, program binary may only change as a result of linking or loading." << TestLog::EndMessage; in verify()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSRGBDecodeTests.cpp1023 bool result; in iterate() local
1054 result = this->verifyResult(); in iterate()
1058 if (result == true) in iterate()
1177 // ensure result sampling coordinates are within range of the result color attachment in storeResultPixels()
1318 throw std::invalid_argument("SRGBTestExecutor must have at least 1 rendered result"); in initFrameBuffer()
1442 // result color 0 should be sRGB. Compare with linear reference color in verifyResult()
1513 // result color 0 should be SRGB. Compare with sRGB reference color in verifyResult()
1581 // result color 0 should be linear due to automatic conversion via texelFetch*(). Compare with linear reference color in verifyResult()
1656 // result colo in verifyResult()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp218 bool verify (const BufferAccess& result,
980 bool GPQInstanceBase::verify (const BufferAccess& result, deUint32 blackColor, deUint32 whiteColor) const in verify() argument
988 const deUint32 color = result.getPixelT<deUint32>(x, y).x(); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp1313 VkResult result = VK_SUCCESS; in queryDevGroupSurfacePresentModesTest() local
1443 result = instHelper.vki.getPhysicalDevicePresentRectanglesKHR(deviceGroupProps[devGroupIdx].physicalDevices[physDevIdx], *surface, &incompleteRectCount, presentRectangles); in queryDevGroupSurfacePresentModesTest()
1444 results.check(result == VK_INCOMPLETE, "Expected VK_INCOMPLETE"); in queryDevGroupSurfacePresentModesTest()
1529 // Make sure all exception types result in a test failure in resizeSurfaceTest()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fMultisampleTests.cpp83 int result; in getGLInteger() local
84 GLU_CHECK_CALL(glGetIntegerv(name, &result)); in getGLInteger()
85 return result; in getGLInteger()
1032 log << TestLog::Message << "Drawing a viewport-sized quad with glStencilFunc(GL_EQUAL, 1, 1) and glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP) - should result in same image as the first" << TestLog::EndMessage; in iterate()
/third_party/lame/
H A Dconfigure398 # Perform arithmetic evaluation on the ARGs, and store the result in the
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1757 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1769 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1858 { $as_echo "$as_me:${as_lineno-$LINENO}: result
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs1177 let mut result = Vec::with_capacity(data.len()); in bench_map_fast() variables
1180 *result.get_unchecked_mut(i) = data[i].0; in bench_map_fast()
1181 result.set_len(i); in bench_map_fast()
1184 result in bench_map_fast()
4119 // note: using 0 specifically ensures that the result of overflowing is 0..0,
10573 let result = [0, 0, 0, 1, 1, 1, 2]; in test_mut_chunks()
10574 assert_eq!(v, result); in test_mut_chunks()
10585 let result = [2, 2, 2, 1, 1, 1, 0]; in test_mut_chunks_rev()
10586 assert_eq!(v, result); in test_mut_chunks_rev()
10605 let result in test_mut_chunks_exact()
15138 let mut result = Vec::with_capacity(reserved_len); join_generic_copy() variables
15241 let mut result = String::new(); replace() variables
15280 let mut result = String::with_capacity(32); replacen() variables
22704 let mut result = Vec::with_capacity(size); concat() variables
22723 let mut result = Vec::with_capacity(size); join() variables
22746 let mut result = Vec::with_capacity(size); join() variables
34226 let mut result = 0; calc_length() variables
38784 let mut result = middle.split(); global() variables
38848 let mut result = middle.split(); global() variables
39655 let mut result = String::new(); dump_keys() variables
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc705 bool result = instr->IsLdrLiteralX() && (instr->Rt() == kZeroRegCode); in IsConstantPoolAt() local
709 DCHECK(!result || (instr->following()->IsBranchAndLinkToRegister() && in IsConstantPoolAt()
712 return result; in IsConstantPoolAt()
1322 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber()
1323 result.heap_object_request_.emplace(number); in EmbeddedNumber()
1324 DCHECK(result.IsHeapObjectRequest()); in EmbeddedNumber()
1325 return result; in EmbeddedNumber()
1329 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
1330 result.heap_object_request_.emplace(str); in EmbeddedStringConstant()
1331 DCHECK(result in EmbeddedStringConstant()
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc167 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber()
168 result.is_heap_object_request_ = true; in EmbeddedNumber()
169 result.value_.heap_object_request = HeapObjectRequest(value); in EmbeddedNumber()
170 return result; in EmbeddedNumber()
174 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
175 result.is_heap_object_request_ = true; in EmbeddedStringConstant()
176 result.value_.heap_object_request = HeapObjectRequest(str); in EmbeddedStringConstant()
177 return result; in EmbeddedStringConstant()
3889 // Check we have the result from a li macro-instruction. in set_target_value_at()
3948 bool result in IsConstantPoolAt() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp1175 Value *result = Nucleus::allocateStackVariable(T(elVecTy)); in createGather() local
1176 Nucleus::createStore(V(passthrough), result, T(elVecTy)); in createGather() local
1188 Value *v = Nucleus::createLoad(result, T(elVecTy)); in createGather()
1190 Nucleus::createStore(v, result, T(elVecTy)); in createGather()
1194 return V(Nucleus::createLoad(result, T(elVecTy))); in createGather()
1420 // Note: AtomicCmpXchgInstruction returns a 2-member struct containing {result, success-flag}, not the result directly. in createAtomicCompareExchange()
2138 auto result = x86::packsswb(x, y); in PackSigned() local
2140 auto result = V(lowerPack(V(x.value()), V(y.value()), true)); in PackSigned() local
2142 return As<SByte8>(Swizzle(As<Int4>(result), in PackSigned()
2149 auto result = x86::packuswb(x, y); PackUnsigned() local
2151 auto result = V(lowerPack(V(x.value()), V(y.value()), false)); PackUnsigned() local
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc688 char result[RESULT_SIZE]; in TEST() local
694 snprintf(result, RESULT_SIZE, "and x0, x0, #0x%" PRIx64, value); in TEST()
695 COMPARE(and_(x0, x0, Operand(value)), result); in TEST() local
702 snprintf(result, RESULT_SIZE, "and x0, x0, #0x%" PRIx64, value); in TEST()
703 COMPARE(and_(x0, x0, Operand(value)), result); in TEST() local
710 snprintf(result, RESULT_SIZE, "and x0, x0, #0x%" PRIx64, value); in TEST()
711 COMPARE(and_(x0, x0, Operand(value)), result); in TEST() local
718 snprintf(result, RESULT_SIZE, "and x0, x0, #0x%" PRIx64, value); in TEST()
719 COMPARE(and_(x0, x0, Operand(value)), result); in TEST() local
726 snprintf(result, RESULT_SIZ in TEST()
727 COMPARE(and_(x0, x0, Operand(value)), result); TEST() local
[all...]
/third_party/libdrm/
H A Dxf86drm.c314 bool result = false; in drmGetFormatModifierNameFromArm() local
322 result = drmGetAfbcFormatModifierNameFromArm(modifier, fp); in drmGetFormatModifierNameFromArm()
325 result = drmGetAfrcFormatModifierNameFromArm(modifier, fp); in drmGetFormatModifierNameFromArm()
330 result = false; in drmGetFormatModifierNameFromArm()
335 if (!result) { in drmGetFormatModifierNameFromArm()
853 drmMsg("drmOpenDevice: open result is %d, (%s)\n", in drmOpenDevice()
873 drmMsg("drmOpenDevice: open result is %d, (%s)\n", in drmOpenDevice()
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c4510 * the state machine so ignore the result of SSL_in_init(s). Otherwise we
4564 int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, size_t len, in ssl_fill_hello_random() argument
4577 unsigned char *p = result; in ssl_fill_hello_random()
4582 ret = RAND_bytes_ex(s->ctx->libctx, result, len, 0); in ssl_fill_hello_random()
4590 memcpy(result + len - sizeof(tls12downgrade), tls12downgrade, in ssl_fill_hello_random()
4593 memcpy(result + len - sizeof(tls11downgrade), tls11downgrade, in ssl_fill_hello_random()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp379 bool intThresholdCompare (const tcu::ConstPixelBufferAccess& reference, const tcu::ConstPixelBufferAccess& result, const UVec4& threshold) in intThresholdCompare() argument
388 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth); in intThresholdCompare()
397 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare()
2199 // Log the result in iterate()
2204 << tcu::TestLog::ImageSet("Result", "Final result") in iterate()
2208 // Verify result in iterate()
3251 // If the sample pattern is changed, the D/S image must be cleared or the result is undefined in createTestsInGroup()
/third_party/openssl/ssl/
H A Ds3_lib.c4510 * the state machine so ignore the result of SSL_in_init(s). Otherwise we
4564 int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, size_t len, in ssl_fill_hello_random() argument
4577 unsigned char *p = result; in ssl_fill_hello_random()
4582 ret = RAND_bytes_ex(s->ctx->libctx, result, len, 0); in ssl_fill_hello_random()
4590 memcpy(result + len - sizeof(tls12downgrade), tls12downgrade, in ssl_fill_hello_random()
4593 memcpy(result + len - sizeof(tls11downgrade), tls11downgrade, in ssl_fill_hello_random()

Completed in 109 milliseconds

1...<<441442443444445446447448449450>>...462