/third_party/unity/auto/ |
H A D | generate_test_runner.rb | 161 end.reduce(nil) do |result, arg_range_expanded| 162 result.nil? ? arg_range_expanded.map { |a| [a] } : result.product(arg_range_expanded) 174 end.reduce do |result, arg_range_expanded| 175 result.product(arg_range_expanded) 376 output.puts("\n#{template.result(binding)}")
|
/third_party/typescript/tests/baselines/reference/ |
H A D | inferTypes1.js | 185 const result = invoker('test', true)({ test: (a: boolean) => 123 }) 219 var result = invoker('test', true)({ test: function (a) { return 123; } });
variable
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | AbstractMessageTest.java | 440 AbstractMessageWrapper result = in testMergeFrom() 445 assertEquals(MERGE_RESULT_TEXT, result.toString()); in testMergeFrom()
|
/third_party/python/Python/ |
H A D | modsupport.c | 18 _Py_convert_optional_to_ssize_t(PyObject *obj, void *result) in _Py_convert_optional_to_ssize_t() argument 36 *((Py_ssize_t *)result) = limit; in _Py_convert_optional_to_ssize_t()
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | writer.js | 83 const result = concatenateByteArrays(this.blocks_); 85 return result.buffer;
|
/third_party/python/Lib/ |
H A D | asyncore.py | 363 result = self.socket.send(data) 364 return result
|
/third_party/python/Lib/test/ |
H A D | test_positional_only_arg.py | 393 result = e.value 394 self.assertEqual(result, (1, 2))
|
/third_party/skia/experimental/tools/ |
H A D | pdf-comparison.py | 199 return sum(1 for result in shard(fn, arglist) if result)
|
/third_party/skia/modules/skottie/src/text/ |
H A D | SkottieShaper.cpp | 498 auto result = ShapeImpl(txt, desc, box, fontmgr, &size); in Shape() local 501 ? result in Shape()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkcs7.rs | 442 let result = Pkcs7::from_smime(input.as_bytes()); in invalid_from_smime() 444 assert!(result.is_err()); in invalid_from_smime()
|
/third_party/rust/crates/rust-cexpr/src/ |
H A D | expr.rs | 49 /// The result of parsing a literal or evaluating an expression. 441 Ok((_, result)) => Ok((rest, result)), in literal() 529 /// return a result even on function-like macros. in expr()
|
/third_party/spirv-tools/source/val/ |
H A D | validate.cpp | 437 spv_result_t result = in spvValidateBinary() local 442 return result; in spvValidateBinary()
|
/third_party/spirv-tools/test/tools/ |
H A D | expect.py | 14 """A number of common spirv result checks coded in mixin classes. 33 result = source.replace('\r\n', '\n').replace('\r', '\n') 34 return result
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboColorbufferTests.cpp | 101 bool compare (const tcu::Surface& reference, const tcu::Surface& result) in compare() argument 107 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); in compare()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLogicOpTests.cpp | 448 const auto result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, m_colorImage->get(), m_params.format, m_renderSize).release(); in verifyImage() local 449 const auto resultAccess = result->getAccess(); in verifyImage() 468 // Check result. in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
H A D | vktPostmortemDeviceFaultTests.cpp | 463 const VkResult result = deviceInterface.getDeviceFaultInfoEXT(device, &fc, &fi); in iterate() local 467 return (result == VK_SUCCESS) ? TestStatus::pass("") : TestStatus::fail(""); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_gnutls.c | 364 u8 *result, size_t *result_len) in crypto_mod_exp() 381 if (gcry_mpi_print(GCRYMPI_FMT_USG, result, *result_len, result_len, in crypto_mod_exp() 361 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) crypto_mod_exp() argument
|
H A D | crypto_nettle.c | 378 u8 *result, size_t *result_len) in crypto_mod_exp() 394 mpz_export(result, result_len, 1, 1, 1, 0, bn_result); in crypto_mod_exp() 375 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) crypto_mod_exp() argument
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.hpp | 163 void endCase (qpTestResult result, const char* description); 164 void terminateCase (qpTestResult result);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_gnutls.c | 364 u8 *result, size_t *result_len) in crypto_mod_exp() 381 if (gcry_mpi_print(GCRYMPI_FMT_USG, result, *result_len, result_len, in crypto_mod_exp() 361 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) crypto_mod_exp() argument
|
H A D | crypto_nettle.c | 378 u8 *result, size_t *result_len) in crypto_mod_exp() 394 mpz_export(result, result_len, 1, 1, 1, 0, bn_result); in crypto_mod_exp() 375 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) crypto_mod_exp() argument
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 181 // the result of the type inference, you can specify the types by 185 // is used. You can assign the result of expression Foo(p1, ..., pk) 303 // A match result listener that stores the explanation in a string. 581 // the match result to the listener. Returns the match result. 732 // appending each result to the 'out' iterator. Returns the final value 1311 std::string result = slistener.str(); variable 1312 if (!result.empty()) { 1314 all_match_result += result; 1419 std::string result variable 2152 RefToConstProperty result = (obj.*property_)(); MatchAndExplainImpl() local 2272 ResultType result = global() variable 2325 const bool result = size_matcher_.MatchAndExplain(size, &size_listener); global() variable 2380 const bool result = global() variable [all...] |
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 1081 result = re.match( 1083 if result is not None: 1084 start = int(result.group(1), 16) 1085 size = int(result.group(2), 16) 1086 name = result.group(4).rstrip() 1513 result = [] 1514 if (attributes & 0): result += ["ReadOnly"] 1515 if (attributes & 1): result += ["DontEnum"] 1516 if (attributes & 2): result += ["DontDelete"] 1517 return "[" + (",".join(result)) [all...] |
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 54 // 2 | (result address) | or parameter 0 712 load_linked(result.gp(), MemOperand(temp0, 0)); \ 713 bin_instr(temp1, result.gp(), Operand(value.gp())); \ 729 ExtractBits(result.gp(), temp1, temp3, size, false); \ 730 bin_instr(temp2, result.gp(), value.gp()); \ 740 LiftoffRegister value, LiftoffRegister result, StoreType type) { \ 741 LiftoffRegList pinned = {dst_addr, offset_reg, value, result}; \ 790 load_linked(result.gp(), MemOperand(temp0, 0)); \ 807 ExtractBits(result.gp(), temp2, temp1, size, false); \ 817 LiftoffRegister result, StoreTyp in AtomicExchange() 814 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument 890 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 160 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() local 162 return result; in getVkBuffer() 226 // Scan simple bindings for the binding with the compute and ray tracing shader's result storage buffer. 257 deUint32 result = INDEX_INVALID; in getRayTracingASIndex() local 263 result = ndx; in getRayTracingASIndex() 271 DE_ASSERT(result != INDEX_INVALID); in getRayTracingASIndex() 273 return result; in getRayTracingASIndex() 469 std::vector<VkDescriptorSetLayoutBinding> result; in getDescriptorSetLayoutBindings() local 470 result.reserve(allBindings.size()); in getDescriptorSetLayoutBindings() 485 result in getDescriptorSetLayoutBindings() 522 std::vector<VkDescriptorSetLayout> result; getDescriptorSetLayouts() local [all...] |