Lines Matching +full:python +full:- +full:version
1 /* ----------------------------------------------------------------------
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
16 * Licensed under the Apache License, Version 2.0 (the License); you may
20 * www.apache.org/licenses/LICENSE-2.0
229 For format of output, refer to Python script.
230 The format must be coherent with the Python script
254 Used by Python script parsing the output.
396 // In current version load and dump functions are visible to any body.
483 return(m_mem->generation()); in generation()
491 return(m_mem->HasMemError()); in HasMemError()
497 this->m_runningMode = Testing::kDumpOnly; in setDumpMode()
502 this->m_runningMode = Testing::kTestAndDump; in setTestAndDumpMode()
507 return(this->m_runningMode); in runningMode()
512 return(m_mem->IsTailEmpty(ptr,length)); in IsTailEmpty()
566 // (deprecated tests are never generated by python scripts)
574 return(v->run(this)); in accept()
578 // before benchmarking it, to force it to be in the I-cache.
589 // due to deprecation feature in python scripts)
614 return(v->run(this)); in accept()