Lines Matching +full:add +full:- +full:path
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
20 * www.apache.org/licenses/LICENSE-2.0
208 the path to the folder by using this new local folder
209 which is appended to the path.
262 Using the local path and ID, the IO implementatiom should
265 The path do not have to be a file path. Just a way
275 Using the local path and ID, the IO implementatiom should
278 The path do not have to be a file path. Just a way
352 combined with the path to identify patterns in other part of the class.
362 combined with the path and current test ID
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()
556 // Add a test to be run.
574 return(v->run(this)); in accept()
578 // before benchmarking it, to force it to be in the I-cache.
596 // It is possible to add subgroups to a group
603 // Add a group or suite to this group.
614 return(v->run(this)); in accept()