Home
last modified time | relevance | path

Searched refs:result_types (Results 1 – 25 of 72) sorted by relevance

123

/external/cronet/build/util/lib/results/
Dresult_sink.py13 from lib.results import result_types
18 result_types.UNKNOWN: 'ABORT',
19 result_types.PASS: 'PASS',
20 result_types.FAIL: 'FAIL',
21 result_types.CRASH: 'CRASH',
22 result_types.TIMEOUT: 'ABORT',
23 result_types.SKIP: 'SKIP',
24 result_types.NOTRUN: 'SKIP',
109 expected = status in (result_types.PASS, result_types.SKIP)
Dresult_sink_test.py22 from lib.results import result_types
58 client.Post('some-test', result_types.PASS, 0, 'some-test-log', None)
59 client.Post('some-test', result_types.PASS, 0, 'some-test-log', None)
82 self.client.Post('some-test', result_types.PASS, 0, 'some-test-log', None)
93 result_types.FAIL,
108 self.client.Post('some-test', result_types.PASS, 0, 'some-test-log',
121 result_types.PASS,
/external/angle/build/util/lib/results/
Dresult_sink.py11 from lib.results import result_types
21 result_types.UNKNOWN: 'ABORT',
22 result_types.PASS: 'PASS',
23 result_types.FAIL: 'FAIL',
24 result_types.CRASH: 'CRASH',
25 result_types.TIMEOUT: 'ABORT',
26 result_types.SKIP: 'SKIP',
27 result_types.NOTRUN: 'SKIP',
112 expected = status in (result_types.PASS, result_types.SKIP)
Dresult_sink_test.py21 from lib.results import result_types
53 client.Post('some-test', result_types.PASS, 0, 'some-test-log', None)
54 client.Post('some-test', result_types.PASS, 0, 'some-test-log', None)
77 self.client.Post('some-test', result_types.PASS, 0, 'some-test-log', None)
88 result_types.FAIL,
108 result_types.PASS,
129 result_types.PASS,
144 self.client.Post('some-test', result_types.PASS, 0, 'some-test-log',
157 result_types.PASS,
/external/clang/docs/tools/
Ddump_ast_matchers.py68 result_types = []
76 return result_types
79 result_types += [m.group(2)]
175 result_types = [r.strip() for r in results.split(',')]
179 sorted(result_types) != sorted(comment_result_types)):
181 for result_type in result_types:
201 result_types = [r.strip() for r in results.split(',')]
202 if allowed_types and allowed_types != result_types:
208 for result_type in result_types:
246 result_types = allowed_types
[all …]
/external/pdfium/testing/tools/
Dtest_runner.py25 from lib.results import result_sink, result_types
73 if test_result.status == result_types.UNKNOWN:
76 elif test_result.status == result_types.SKIP:
82 if artifact.skia_gold_status == result_types.PASS:
87 elif artifact.skia_gold_status == result_types.FAIL:
99 if artifact.skia_gold_status == result_types.FAIL:
140 if status == result_types.PASS:
145 return result_types.UNKNOWN
149 return result_types.SKIP
152 if status != result_types.FAIL:
[all …]
/external/angle/build/android/pylib/base/
Dbase_test_result.py12 from lib.results import result_types # pylint: disable=import-error
23 PASS = result_types.PASS
24 SKIP = result_types.SKIP
25 FAIL = result_types.FAIL
26 CRASH = result_types.CRASH
27 TIMEOUT = result_types.TIMEOUT
28 UNKNOWN = result_types.UNKNOWN
29 NOTRUN = result_types.NOTRUN
/external/cronet/build/android/pylib/base/
Dbase_test_result.py12 from lib.results import result_types # pylint: disable=import-error
23 PASS = result_types.PASS
24 SKIP = result_types.SKIP
25 FAIL = result_types.FAIL
26 CRASH = result_types.CRASH
27 TIMEOUT = result_types.TIMEOUT
28 UNKNOWN = result_types.UNKNOWN
29 NOTRUN = result_types.NOTRUN
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtpu_rewrite_device_util_test.cc635 llvm::SmallVector<mlir::Type, 8> result_types; in TEST() local
637 mlir::UnknownLoc::get(&context), result_types); in TEST()
653 llvm::SmallVector<mlir::Type, 8> result_types; in TEST() local
655 mlir::UnknownLoc::get(&context), result_types); in TEST()
672 llvm::SmallVector<mlir::Type, 8> result_types; in TEST() local
674 mlir::UnknownLoc::get(&context), result_types); in TEST()
690 llvm::SmallVector<mlir::Type, 8> result_types; in TEST() local
692 mlir::UnknownLoc::get(&context), result_types); in TEST()
707 llvm::SmallVector<mlir::Type, 8> result_types; in TEST() local
709 mlir::UnknownLoc::get(&context), result_types); in TEST()
[all …]
/external/cronet/testing/pytype_common/
Dpytype_runner.py20 from lib.results import result_types
113 report_results(test_name, test_location, result_types.SKIP, 0,
163 status = result_types.PASS
167 status = result_types.FAIL
176 if status == result_types.FAIL:
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
Dtf_jitrt_legalize_i1_type.cc209 auto result_types = func_op.getFunctionType().getResults(); in runOnOperation() local
213 std::all_of(result_types.begin(), result_types.end(), in runOnOperation()
219 auto result_types = op->getResultTypes(); in runOnOperation() local
222 std::all_of(result_types.begin(), result_types.end(), in runOnOperation()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dset_tpu_infeed_layout.cc34 std::vector<mlir::Type> result_types; in SetTPUInfeedLayout() local
39 result_types.push_back(t); in SetTPUInfeedLayout()
43 mlir::TupleType::get(builder.getContext(), result_types), builder); in SetTPUInfeedLayout()
Dcluster_tf_ops_pass.cc191 llvm::SmallVector<mlir::Type, 4> result_types; in CreateFunctions() local
196 result_types.push_back(result.getType()); in CreateFunctions()
207 FunctionType::get(context, input_types, result_types); in CreateFunctions()
269 llvm::SmallVector<Type, 4> result_types; in CreateRemoteRunCalls() local
271 result_types.push_back(result.getType()); in CreateRemoteRunCalls()
280 builder.create<tf_device::RemoteRunOp>(loc, result_types, host, in CreateRemoteRunCalls()
Dexecutor_island_coarsening.cc348 llvm::SmallVector<Type, 8> result_types; in CreateNewIsland() local
349 result_types.reserve(results.size()); in CreateNewIsland()
351 result_types.push_back(result.inner_op_result.getType()); in CreateNewIsland()
354 result_types.push_back( in CreateNewIsland()
359 merged_island.insert_point->getLoc(), result_types, operands); in CreateNewIsland()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp414 std::vector<uint32_t> result_types; in ArithmeticsPass() local
415 if (!_.GetStructMemberTypes(result_type, &result_types)) in ArithmeticsPass()
420 if (result_types.size() != 2) in ArithmeticsPass()
426 if (!_.IsIntScalarType(result_types[0]) && in ArithmeticsPass()
427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass()
434 !_.IsUnsignedIntVectorType(result_types[0])) in ArithmeticsPass()
440 if (result_types[0] != result_types[1]) in ArithmeticsPass()
448 if (left_type_id != result_types[0] || right_type_id != result_types[0]) in ArithmeticsPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp416 std::vector<uint32_t> result_types; in ArithmeticsPass() local
417 if (!_.GetStructMemberTypes(result_type, &result_types)) in ArithmeticsPass()
422 if (result_types.size() != 2) in ArithmeticsPass()
428 if (!_.IsIntScalarType(result_types[0]) && in ArithmeticsPass()
429 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
435 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass()
436 !_.IsUnsignedIntVectorType(result_types[0])) in ArithmeticsPass()
442 if (result_types[0] != result_types[1]) in ArithmeticsPass()
450 if (left_type_id != result_types[0] || right_type_id != result_types[0]) in ArithmeticsPass()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dconvert_to_signless_pass.cc49 SmallVector<Type> result_types; in matchAndRewrite() local
50 if (failed(typeConverter->convertTypes(op->getResultTypes(), result_types))) in matchAndRewrite()
53 auto* new_op = Operation::create(op->getLoc(), op->getName(), result_types, in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dremote_run_encapsulate.cc205 SmallVector<Type, 8> result_types; in runOnOperation() local
206 result_types.push_back(chain_type); in runOnOperation()
209 result_types.push_back(remote_object_id_ty); in runOnOperation()
213 result_types.push_back(tensor_handle_ty); in runOnOperation()
216 loc, result_types, register_op.out_op_chain(), remote_exec_op.context(), in runOnOperation()
Dtf_to_tfrt.cc243 llvm::SmallVector<Type, 4> result_types( in ConvertToFallbackExecuteOp() local
270 op->getLoc(), result_types, new_operands, device, op_attrs, in ConvertToFallbackExecuteOp()
283 op->getLoc(), result_types, new_operands, device, op_attrs, in ConvertToFallbackExecuteOp()
290 op->getLoc(), corert_converter_.chain_type(), result_types, in_chain, in ConvertToFallbackExecuteOp()
309 llvm::SmallVector<Type, 4> result_types( in ConvertToCoreRTExecuteOp() local
327 op->getLoc(), result_types, op_handler, new_operands, op_attrs, in ConvertToCoreRTExecuteOp()
333 op->getLoc(), corert_converter_.chain_type(), result_types, op_handler, in ConvertToCoreRTExecuteOp()
437 llvm::SmallVector<mlir::Type, 4> result_types( in matchAndRewrite() local
444 op.getLoc(), corert_converter_.chain_type(), result_types, ready_chain, in matchAndRewrite()
523 llvm::SmallVector<mlir::Type, 4> result_types; in matchAndRewrite() local
[all …]
Dinsert_tensor_copy.cc139 llvm::SmallVector<mlir::Type, 4> result_types(copies.size(), in InsertFallbackTensorCopyForValue() local
141 assert(!result_types.empty()); in InsertFallbackTensorCopyForValue()
145 loc, result_types, value); in InsertFallbackTensorCopyForValue()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_arithmetics.cpp461 std::vector<uint32_t> result_types; in ArithmeticsPass() local
462 if (!_.GetStructMemberTypes(result_type, &result_types)) in ArithmeticsPass()
467 if (result_types.size() != 2) in ArithmeticsPass()
473 if (!_.IsIntScalarType(result_types[0]) && in ArithmeticsPass()
474 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
480 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass()
481 !_.IsUnsignedIntVectorType(result_types[0])) in ArithmeticsPass()
487 if (result_types[0] != result_types[1]) in ArithmeticsPass()
495 if (left_type_id != result_types[0] || right_type_id != result_types[0]) in ArithmeticsPass()
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Ddevice_transform.cc101 SmallVector<Type, 4> result_types; in ConvertQuantizedOpToFloat() local
106 result_types.push_back(dequantized_result_type); in ConvertQuantizedOpToFloat()
108 result_types.push_back(result_type); in ConvertQuantizedOpToFloat()
115 state.types = result_types; in ConvertQuantizedOpToFloat()
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
Dquantize_composite_functions.cc538 SmallVector<Type, 4> result_types; in matchAndRewrite() local
542 result_types.push_back(result.getType()); in matchAndRewrite()
548 result_types.push_back(result_type); in matchAndRewrite()
555 result_types.push_back(result_type.clone(qtype.getStorageType())); in matchAndRewrite()
600 call_op, result_types, args, in matchAndRewrite()
621 SmallVector<Type, 4> result_types; in mergeDequantizeOpFollowingQuantizedFunction() local
625 result_types.push_back(result.getType()); in mergeDequantizeOpFollowingQuantizedFunction()
631 result_types.push_back(result_type); in mergeDequantizeOpFollowingQuantizedFunction()
635 result_types.push_back(result_type.clone(qtype.getExpressedType())); in mergeDequantizeOpFollowingQuantizedFunction()
674 call_op.getLoc(), result_types, args, in mergeDequantizeOpFollowingQuantizedFunction()
Dinsert_main_function.cc114 llvm::SmallVector<Type> arg_types, result_types; in CreateMainFunction() local
121 result_types.append(return_op.getOperandTypes().begin(), in CreateMainFunction()
152 auto func_type = FunctionType::get(context, arg_types, result_types); in CreateMainFunction()
210 result_types.begin() + result_idx, function.getNumResults()); in CreateMainFunction()
/external/angle/build/lacros/
Dlacros_resource_sizes.py22 from lib.results import result_types
391 status = result_types.PASS
393 status = result_types.UNKNOWN
395 status = result_types.FAIL

123