HomeSort by relevance Sort by last modified time
    Searched refs:add_result (Results 1 - 21 of 21) sorted by null

  /external/python/cpython3/Lib/concurrent/futures/
_base.py 62 def add_result(self, future): member in class:_Waiter
78 def add_result(self, future): member in class:_AsCompletedWaiter
80 super(_AsCompletedWaiter, self).add_result(future)
96 def add_result(self, future): member in class:_FirstCompletedWaiter
97 super().add_result(future)
123 def add_result(self, future): member in class:_AllCompletedWaiter
124 super().add_result(future)
492 waiter.add_result(self)
  /external/tensorflow/tensorflow/compiler/xla/service/
while_loop_invariant_code_motion_test.cc 72 HloInstruction* add_result =
76 HloInstruction::CreateTuple({gte_0, gte_1, add_result}));
117 HloInstruction* add_result =
122 scalar_s32, HloOpcode::kMultiply, add_result, gte_1));
186 HloInstruction* add_result =
189 builder.AddInstruction(HloInstruction::CreateTuple({gte_0, add_result}));
224 HloInstruction* add_result =
228 HloInstruction::CreateTuple({gte_1, gte_0, add_result}));
392 HloInstruction* add_result = local
395 TF_ASSERT_OK(param->AddControlDependencyTo(add_result));
    [all...]
algebraic_simplifier.cc 869 HloInstruction* add_result = nullptr; local
    [all...]
  /external/clang/test/PCH/
exprs.c 61 add_result *int_ptr5 = &integer;
exprs.h 61 typedef typeof(i + Enumerator) add_result;
  /external/python/futures/concurrent/futures/
_base.py 64 def add_result(self, future): member in class:_Waiter
80 def add_result(self, future): member in class:_AsCompletedWaiter
82 super(_AsCompletedWaiter, self).add_result(future)
98 def add_result(self, future): member in class:_FirstCompletedWaiter
99 super(_FirstCompletedWaiter, self).add_result(future)
125 def add_result(self, future): member in class:_AllCompletedWaiter
126 super(_AllCompletedWaiter, self).add_result(future)
568 waiter.add_result(self)
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 63 add_result = self.run_wpa_cli_cmd('add_network', check_result=False)
64 network_id = int(add_result.stdout.splitlines()[-1])
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_layout_assignment_test.cc 275 HloInstruction* add_result; local
277 add_result = builder.AddInstruction(HloInstruction::CreateBinary(
280 add_result = builder.AddInstruction(HloInstruction::CreateBinary(
288 dot_shape, HloInstruction::FusionKind::kOutput, add_result));
290 computation->ReplaceInstruction(add_result, fusion_instruction));
  /external/mesa3d/src/gallium/drivers/radeon/
r600_query.h 132 void (*add_result)(struct r600_common_context *ctx, member in struct:r600_query_hw_ops
r600_perfcounter.c 230 .add_result = r600_pc_query_add_result,
r600_query.c 466 .add_result = r600_query_hw_add_result,
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_loop_analyze.c 435 nir_const_value add_result = local
439 src[limit_rhs ? 0 : 1] = add_result;
  /frameworks/rs/tests/lldb/
run_tests.py 294 def add_result(self, name, app_type, result): member in class:State
545 state.add_result(name, bundle_type, status_name)
  /system/core/libziparchive/
zip_archive.cc 378 const int add_result = AddToHash(archive->hash_table, archive->hash_table_size, entry_name); local
379 if (add_result != 0) {
380 ALOGW("Zip: Error adding entry to hash table %d", add_result);
381 return add_result;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xmlrpc.py 548 add_result, pow_result, div_result = multicall()
549 self.assertEqual(add_result, 2+3)
    [all...]
  /external/python/cpython2/Lib/test/
test_xmlrpc.py 618 add_result, pow_result, div_result = multicall()
619 self.assertEqual(add_result, 2+3)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xmlrpc.py 551 add_result, pow_result, div_result = multicall()
552 self.assertEqual(add_result, 2+3)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xmlrpc.py 551 add_result, pow_result, div_result = multicall()
552 self.assertEqual(add_result, 2+3)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 551 add_result, pow_result, div_result = multicall()
552 self.assertEqual(add_result, 2+3)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 551 add_result, pow_result, div_result = multicall()
552 self.assertEqual(add_result, 2+3)
    [all...]
  /external/python/cpython3/Lib/test/
test_xmlrpc.py 805 add_result, pow_result, div_result = multicall()
806 self.assertEqual(add_result, 2+3)
    [all...]

Completed in 544 milliseconds