/test/dittosuite/ |
D | CMakeLists.txt | 4 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")
|
D | Doxyfile | 73 # 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 …]
|
D | README.md | 30 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/ |
D | filter_utils.py | 57 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 …]
|
D | list_utils.py | 29 seen = set()
|
/test/vts-testcase/kernel/gki/ |
D | generic_boot_image_test.cpp | 123 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/ |
D | VtsNoHidl.cpp | 38 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()
|
D | utils.cpp | 49 const set<string> kPassthroughHals = { 138 set<string> ReleasedHashes(const FQName &fq_iface_name) { in ReleasedHashes() 139 set<string> released_hashes{}; in ReleasedHashes()
|
D | SystemVendorTest.h | 45 static std::set<std::string> manifest_hwbinder_hals_;
|
D | utils.h | 65 using std::set; 146 extern const set<string> kPassthroughHals; 169 set<string> ReleasedHashes(const FQName& fq_iface_name);
|
D | VtsTrebleVintfTestBase.cpp | 80 using std::set; 220 set<string> VtsTrebleVintfTestBase::GetDeclaredHidlHalsOfTransport( in GetDeclaredHidlHalsOfTransport() 225 std::set<std::string> ret; in GetDeclaredHidlHalsOfTransport()
|
D | VtsTrebleVintfTestBase.h | 62 static set<string> GetDeclaredHidlHalsOfTransport(HalManifestPtr manifest,
|
/test/mts/ |
D | README.md | 3 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/ |
D | MainActivity.java | 103 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/ |
D | ProcUidConcurrentTimeTests.py | 58 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/ |
D | OWNERS | 2 set noparent
|
/test/dittosuite/schema/ |
D | CMakeLists.txt | 3 set(Protobuf_USE_STATIC_LIBS ON)
|
/test/mlts/models/assets/image_classification/ |
D | README.txt | 1 …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/ |
D | CrashTestCoordinator.java | 170 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/ |
D | result.h | 76 std::set<std::string> GetMeasurementsNames(); 82 const std::set<std::string>& measurements_names);
|
/test/dittosuite/src/ |
D | result.cpp | 165 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/ |
D | vts_vndk_files_test.py | 95 vndk_set = set().union(*vndk_lists) 115 llndk_set = set(llndk_list).difference(self._LL_NDK_COLLIDING_NAMES)
|
/test/vts-testcase/vndk/golden/ |
D | vndk_data.py | 162 lib_sets = collections.defaultdict(set) 186 private = lib_sets.get('VNDK-private', set())
|
/test/vts/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestEnvBase.h | 141 set<string> registeredHalServices_;
|
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | test_launcher.py | 41 … "STABLE_TESTS": set(self.stable_test_entry_name(t, no_suffix) for t in stable_tests.STABLE_TESTS),
|