Searched refs:test_name (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/ |
A D | BUILD | 34 name = "zip_test_%s" % test_name, 40 "--zip_file_path=$(location :zip_%s)" % test_name, 51 # ":zip_%s" % test_name, 56 data = [":zip_%s" % test_name], 63 test_name = test_name, 84 ) for conversion_mode, test_name, tags, args in generated_test_models_all()]
|
A D | build_def.bzl | 141 def gen_zip_test(name, test_name, conversion_mode, **kwargs): 146 test_name: str. Test targets this model. Comes from the list above. 159 name = "zip_%s" % test_name, 160 file = "%s.zip" % test_name,
|
A D | generated_examples_zip_test.cc | 266 string test_name = label.substr(label.find_last_of('/')); in TEST_P() local 295 if (RE2::PartialMatch(test_name, p.first)) { in TEST_P() 321 if (RE2::PartialMatch(test_name, p.first)) { in TEST_P()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | test-driver | 53 test_name= # Used for reporting. 63 --test-name) test_name=$2; shift;; 77 test x"$test_name" = x && missing_opts="$missing_opts --test-name" 129 echo "$res $test_name (exit status: $estatus)" >>$log_file 132 echo "${col}${res}${std}: $test_name"
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-tests | 474 …is_native = test_name.startswith("native_") or test_name.startswith("viper_") or args.emit == "nat… 475 is_endian = test_name.endswith("_endian") 476 is_int_big = test_name.startswith("int_big") or test_name.endswith("_intbig") 477 is_bytearray = test_name.startswith("bytearray") or test_name.endswith("_bytearray") 478 is_set_type = test_name.startswith("set_") or test_name.startswith("frozenset") 479 is_slice = test_name.find("slice") != -1 or test_name in misc_slice_tests 481 is_const = test_name.startswith("const") 482 is_io_module = test_name.startswith("io_") 503 skipped_tests.append(test_name) 533 skipped_tests.append(test_name) [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | test-driver | 54 test_name= # Used for reporting. 64 --test-name) test_name=$2; shift;; 111 echo "${col}${res}${std}: $test_name"
|
Completed in 9 milliseconds