Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 53) sorted by relevance

123

/test/dittosuite/
DCMakeLists.txt4 set(CMAKE_CXX_STANDARD 17)
5 set(CMAKE_CXX_STANDARD_REQUIRED True)
7 set(CMAKE_CXX_FLAGS_DEBUG "-g -O0 -Wall -fprofile-arcs -ftest-coverage")
8 set(CMAKE_C_FLAGS_DEBUG "-g -O0 -Wall -fprofile-arcs -ftest-coverage")
DDoxyfile73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
85 # CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every
91 # This tag requires that the tag CREATE_SUBDIRS is set to YES.
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
96 # characters to appear in the names of generated files. If set to NO, non-ASCII
118 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
155 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
162 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
[all …]
DREADME.md30 In addition, these options can be set:
37 the set level. Options: VERBOSE, DEBUG, INFO, WARNING, ERROR, FATAL with 0, 1, 2, 3, 4 and 5
138 Instruction set is an Instruction container that executes the contained instructions sequentially.
139 Instruction set can optionally iterate over a list and execute the provided set of instructions on
140 each item from the list. To use it, `iterate_options` should be set with these options:
168 instruction (or instruction set) is provided, then the provided number of threads will be created
275 If it is set to `-1`, then file size is used.
277 once. If it is set to `-1`, then file size is used.
279 set to `SEQUENTIAL`, then the blocks, to which the data should be written,
285 - (optional) `bool fsync` (`default = false`) - If set, `fsync(2)` will be called after the
[all …]
/test/vts-testcase/kernel/ltp/testcase/tools/common/
Dfilter_utils.py57 result = set()
95 result = set()
127 exact = set()
161 positive = set()
162 negative = set()
241 include_filter_exact = set()
243 exclude_filter_exact = set()
247 include_filter=set(),
248 exclude_filter=set(),
442 return getattr(self, _INCLUDE_FILTER, set())
[all …]
Dlist_utils.py29 seen = set()
/test/vts-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp123 std::set<std::string> GetRequirementBySdkLevel(uint32_t target_sdk_level) { in GetRequirementBySdkLevel()
126 static const std::map<uint32_t, std::set<std::string>> required_by_level = { in GetRequirementBySdkLevel()
132 std::set<std::string> res; in GetRequirementBySdkLevel()
142 std::set<std::string> GetAllowListBySdkLevel(uint32_t target_sdk_level) { in GetAllowListBySdkLevel()
146 static const std::map<uint32_t, std::set<std::string>> allow_by_level = { in GetAllowListBySdkLevel()
209 std::set<std::string> actual_files; in TEST_F()
219 const std::set<std::string> generic_ramdisk_required_list = in TEST_F()
221 std::set<std::string> generic_ramdisk_allow_list = in TEST_F()
226 const std::set<std::string> debuggable_allowlist{ in TEST_F()
/test/vts-testcase/hal/treble/vintf/
DVtsNoHidl.cpp38 static std::set<std::string> allHidlManifestInterfaces() { in allHidlManifestInterfaces()
39 std::set<std::string> ret; in allHidlManifestInterfaces()
60 std::set<std::string> halInterfaces; in TEST_F()
Dutils.cpp49 const set<string> kPassthroughHals = {
138 set<string> ReleasedHashes(const FQName &fq_iface_name) { in ReleasedHashes()
139 set<string> released_hashes{}; in ReleasedHashes()
DSystemVendorTest.h45 static std::set<std::string> manifest_hwbinder_hals_;
Dutils.h65 using std::set;
146 extern const set<string> kPassthroughHals;
169 set<string> ReleasedHashes(const FQName& fq_iface_name);
DVtsTrebleVintfTestBase.cpp80 using std::set;
220 set<string> VtsTrebleVintfTestBase::GetDeclaredHidlHalsOfTransport( in GetDeclaredHidlHalsOfTransport()
225 std::set<std::string> ret; in GetDeclaredHidlHalsOfTransport()
DVtsTrebleVintfTestBase.h62 static set<string> GetDeclaredHidlHalsOfTransport(HalManifestPtr manifest,
/test/mts/
DREADME.md3 MTS consists of a set of testing frameworks and test cases, designed to help
5 a set of mainline modules).
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java103 mSelectedModelIndex.set((int) id - 1); in onCreate()
108 mSelectedModelIndex.set(-1); in onCreate()
123 mAcceleratorName.set(position == 0 ? null : acceleratorNames.get(position)); in onCreate()
144 mUseSeparateProcess.set(position == 0); in onCreate()
149 mUseSeparateProcess.set(true); in onCreate()
210 mTestRunning.set(false); in testStopped()
/test/vts/tests/kernel_proc_file_api_test/proc_tests/
DProcUidConcurrentTimeTests.py58 no_repeated_uids = len(set(x[0] for x in times)) == len(times)
104 no_repeated_uids = len(set(x[0] for x in times)) == len(times)
/test/vts-testcase/kernel/api/bpf_native_test/
DOWNERS2 set noparent
/test/dittosuite/schema/
DCMakeLists.txt3 set(Protobuf_USE_STATIC_LIBS ON)
/test/mlts/models/assets/image_classification/
DREADME.txt1 …lassification evaluation for the mlts. This dataset is sourced from Open Images Dataset v4 test set
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestCoordinator.java170 mServiceConnection.set(new KeepAliveServiceConnection(testCompletionListener)); in startTest()
172 mServiceBound.set(mContext.bindService(crashTestServiceIntent, mServiceConnection.get(), in startTest()
207 mServiceBound.set(false); in unbindService()
/test/dittosuite/include/ditto/
Dresult.h76 std::set<std::string> GetMeasurementsNames();
82 const std::set<std::string>& measurements_names);
/test/dittosuite/src/
Dresult.cpp165 std::set<std::string> Result::GetMeasurementsNames() { in GetMeasurementsNames()
166 std::set<std::string> names; in GetMeasurementsNames()
181 std::set<std::string> measurement_names = GetMeasurementsNames(); in PrintStatisticsTables()
337 const std::set<std::string>& measurements_names) { in PrintStatisticInCsv()
356 void PrintCsvHeader(std::ostream& csv_stream, const std::set<std::string>& measurement_names) { in PrintCsvHeader()
372 std::set<std::string> measurements_names = GetMeasurementsNames(); in MakeStatisticsCsv()
403 std::set<std::string> measurements_names = GetMeasurementsNames(); in ToPb()
/test/vts-testcase/vndk/files/
Dvts_vndk_files_test.py95 vndk_set = set().union(*vndk_lists)
115 llndk_set = set(llndk_list).difference(self._LL_NDK_COLLIDING_NAMES)
/test/vts-testcase/vndk/golden/
Dvndk_data.py162 lib_sets = collections.defaultdict(set)
186 private = lib_sets.get('VNDK-private', set())
/test/vts/vts_hal_hidl_target/
DVtsHalHidlTargetTestEnvBase.h141 set<string> registeredHalServices_;
/test/vts-testcase/kernel/ltp/testcase/tools/
Dtest_launcher.py41 … "STABLE_TESTS": set(self.stable_test_entry_name(t, no_suffix) for t in stable_tests.STABLE_TESTS),

123