Home
last modified time | relevance | path

Searched refs:find_result (Results 1 – 9 of 9) sorted by relevance

/external/openscreen/discovery/mdns/
Dmdns_writer.cc88 auto find_result = dictionary_.find(subhashes[i]); in Write() local
89 if (find_result != dictionary_.end()) { in Write()
90 if (!Write(find_result->second)) { in Write()
/external/tflite-support/third_party/tensorflow/
Dtf_configure.bzl75 find_result = _execute(
83 result = find_result.stdout.replace("\\", "/")
85 find_result = _execute(
90 result = find_result.stdout
/external/linux-kselftest/tools/testing/selftests/tc-testing/
DTdcResults.py78 def find_result(self, test_id): member in TestSuiteReport
82 orig = self.find_result(result_data.test_id)
/external/tensorflow/third_party/remote_config/
Dcommon.bzl102 find_result = execute(
110 result = find_result.stdout.replace("\\", "/")
112 find_result = execute(
117 result = find_result.stdout
/external/grpc-grpc/third_party/py/
Dpython_configure.bzl72 find_result = _execute(
78 return find_result.stdout.replace("\\", "/")
80 find_result = _execute(
83 return find_result.stdout
/external/rust/crates/grpcio-sys/grpc/third_party/py/
Dpython_configure.bzl79 find_result = _execute(
87 return find_result.stdout.replace("\\", "/")
89 find_result = _execute(
94 return find_result.stdout
/external/pigweed/pw_kvs/
Dkey_value_store.cc516 StatusWithSize find_result = in FindEntry() local
519 if (find_result.size() > 0u) { in FindEntry()
522 return find_result.status(); in FindEntry()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp551 auto find_result = m_types.find(type_uid); in ResolveTypeUID() local
552 if (find_result != m_types.end()) in ResolveTypeUID()
553 return find_result->second.get(); in ResolveTypeUID()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc3110 auto find_result = FindInputNodesIfOnlyDependOnSmallOperands(operand); in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local
3111 if (find_result.first.empty()) { in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
3115 for (auto n : find_result.first) { in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
3118 for (auto new_operand : find_result.second) { in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()