Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 12 of 12) sorted by relevance

/test/vts/utils/python/coverage/
Darc_summary.py35 def __init__(self, src_block, dst_block, flag): argument
49 self.on_tree = bool(flag & self.GCOV_ARC_ON_TREE)
50 self.fake = bool(flag & self.GCOV_ARC_FAKE)
51 self.fallthrough = bool(flag & self.GCOV_ARC_FALLTHROUGH)
Dblock_summary.py33 def __init__(self, index, flag): argument
44 self.flag = flag
Darc_summary_test.py36 flag = arc_summary.ArcSummary.GCOV_ARC_FAKE
37 arc = arc_summary.ArcSummary(src, dst, flag)
Dgcno_parser.py190 flag = self.ReadInt()
191 arc = arc_summary.ArcSummary(src_block, dst_block, flag)
Dgcno_parser_test.py80 self.assertEqual(func.blocks[i].flag, 3 * i)
/test/mlts/benchmark/tools/
Dbuild_and_dump_intermediate.sh22 while getopts 'o:r:m:nph' flag; do
23 case "${flag}" in
40 error "Unexpected option ${flag}, please run with -h to see the options"
/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp68 int flag; in ProcessHidlHandleCommand() local
73 flag = O_RDONLY; in ProcessHidlHandleCommand()
76 flag = O_WRONLY | O_CREAT | O_TRUNC; in ProcessHidlHandleCommand()
80 flag = O_WRONLY | O_CREAT | O_APPEND; in ProcessHidlHandleCommand()
85 flag = O_RDWR; in ProcessHidlHandleCommand()
89 flag = O_RDWR | O_CREAT | O_TRUNC; in ProcessHidlHandleCommand()
94 flag = O_RDWR | O_CREAT | O_APPEND; in ProcessHidlHandleCommand()
104 flag = O_CREAT; in ProcessHidlHandleCommand()
107 flag |= O_RDWR; in ProcessHidlHandleCommand()
109 flag |= O_WRONLY; in ProcessHidlHandleCommand()
[all …]
/test/vts/drivers/resource/hidl_handle_driver/
DVtsHidlHandleDriver.cpp43 HandleId VtsHidlHandleDriver::CreateFileHandle(string filepath, int flag, in CreateFileHandle() argument
55 int curr_fd = open(filepath.c_str(), flag, mode); in CreateFileHandle()
/test/vts-testcase/kernel/checkpoint/
Dvts_kernel_checkpoint_test.py68 if any(flag.startswith("checkpoint=") for flag in flags):
DVtsKernelCheckpointTest.py59 if any(flag.startswith("checkpoint=") for flag in flags):
/test/vts/drivers/resource/include/hidl_handle_driver/
DVtsHidlHandleDriver.h72 HandleId CreateFileHandle(string filepath, int flag, int mode,
/test/vts/proto/
DAndroidSystemControlMessage.proto134 // Need to add flag TREBLE_TESTING_OVERRIDE=true in environment if it is.