/system/testing/gtest_extras/tests/ |
D | OptionsTest.cpp | 59 bool parsed = options.Process(cur_args, &child_args_); in TEST_F() local 61 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST_F() 69 bool parsed = options.Process(cur_args, &child_args_); in TEST_F() local 71 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST_F() 79 bool parsed = options.Process(cur_args, &child_args_); in TEST_F() local 81 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST_F() 117 bool parsed = options.Process(cur_args, &child_args_); in TEST_F() local 119 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST_F() 143 bool parsed = options.Process(cur_args, &child_args_); in TEST_F() local 145 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST_F() [all …]
|
/system/core/init/ |
D | property_type.cpp | 50 int64_t parsed; in CheckType() local 51 return ParseInt(value, &parsed); in CheckType() 54 uint64_t parsed; in CheckType() local 58 return ParseUint(value, &parsed); in CheckType() 61 double parsed; in CheckType() local 62 return ParseDouble(value.c_str(), &parsed); in CheckType()
|
D | README.ueventd.md | 23 directory, each file in the directory is parsed as a config file. It is not recursive, nested 24 directories will not be parsed. Imported files are parsed after the current file has been parsed.
|
D | README.md | 138 the file that contains them was parsed (see the Imports section), then 332 will use for this service. Pay close attention to the order in which init.rc files are parsed, 357 It is parsed similarly to the setrlimit command specified below. 790 If _path_ is a directory, each file in the directory is parsed as 792 not be parsed. 796 imports are handled as a file is being parsed and follow the below logic. 810 1. `/system/etc/init/hw/init.rc` is parsed then recursively each of its imports are 811 parsed. 812 2. The contents of `/system/etc/init/` are alphabetized and parsed sequentially, with imports 813 happening recursively after each file is parsed. [all …]
|
/system/libvintf/ |
D | utils.cpp | 70 std::optional<FqInstance> parsed; in convertLegacyInstanceIntoFqInstance() local 74 parsed = FqInstance::from(version.majorVer, version.minorVer, interface, instance); in convertLegacyInstanceIntoFqInstance() 78 parsed = FqInstance::from(interface, instance); in convertLegacyInstanceIntoFqInstance() 81 if (!parsed.has_value()) { in convertLegacyInstanceIntoFqInstance() 91 return parsed; in convertLegacyInstanceIntoFqInstance()
|
/system/libprocinfo/ |
D | process_map_test.cpp | 117 bool parsed = in VerifyReadMapFileAsyncSafe() local 124 ASSERT_TRUE(parsed) << "Parsing of data failed:\n" << maps_data; in VerifyReadMapFileAsyncSafe() 213 bool parsed = android::procinfo::ReadMapFileAsyncSafe("/proc/self/maps", nullptr, 10, callback); in TEST() local 219 ASSERT_FALSE(parsed); in TEST() 233 bool parsed = android::procinfo::ReadMapFileAsyncSafe("/proc/self/maps", buffer, 0, callback); in TEST() local 239 ASSERT_FALSE(parsed); in TEST() 253 bool parsed = in TEST() local 260 ASSERT_FALSE(parsed); in TEST() 278 bool parsed = android::procinfo::ReadMapFileAsyncSafe(tf.path, buffer, sizeof(buffer), callback); in TEST() local 284 ASSERT_FALSE(parsed); in TEST()
|
/system/keymaster/tests/ |
D | keymaster_configuration_test.cpp | 81 auto parsed = GetVbmetaDigest("0123456789abcdefABCDEF"); in TEST() local 82 ASSERT_TRUE(parsed.has_value()); in TEST() 85 EXPECT_EQ(bytes, *parsed); in TEST()
|
/system/core/fastboot/ |
D | fastboot_test.cpp | 210 const Result<NetworkSerial, FastbootError> parsed = ParseNetworkSerial(serial); in ParseNetworkSerialTest() local 212 ASSERT_RESULT_OK(parsed) << description; in ParseNetworkSerialTest() 214 const NetworkSerial network_serial = parsed.value(); in ParseNetworkSerialTest() 223 const Result<NetworkSerial, FastbootError> parsed = ParseNetworkSerial(serial); in ParseNetworkSerialNegativeTest() local 225 EXPECT_FALSE(parsed.ok()) << description; in ParseNetworkSerialNegativeTest() 226 EXPECT_EQ(parsed.error().code(), expected_error) << description; in ParseNetworkSerialNegativeTest()
|
/system/libprocinfo/include/procinfo/ |
D | process_map.h | 188 bool parsed = ParseMapsFileLine(line_start, start_addr, end_addr, flags, pgoff, in ReadMapFileContent() local 190 if (!parsed) { in ReadMapFileContent() 212 bool parsed = ParseMapsFileLine(line_start, start_addr, end_addr, flags, pgoff, in ReadMapFileContent() local 214 if (!parsed) { in ReadMapFileContent()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.h | 68 bool parsed; // Does the bootloader do parsing on the img? member 74 << " parsed=" << pinfo.parsed << ">";
|
/system/extras/ANRdaemon/ |
D | README | 16 The compressed trace file can be parsed using systrace: 26 file is parsed by systrace.py, the daemon process is shown as running for the
|
/system/tools/hidl/lint/test/interfaces/method_versions/1.0/ |
D | IWrongMinor.hal | 22 /* minor version cannot be parsed */
|
D | IWrongUnderscore.hal | 22 /* minor version cannot be parsed */
|
/system/tools/xsdc/src/main/java/com/android/xsdc/ |
D | XsdHandler.java | 95 String[] parsed = str.split(":"); in parseQName() 96 if (parsed.length == 2) { in parseQName() 97 return new QName(namespaces.get(parsed[0]), parsed[1]); in parseQName() 98 } else if (parsed.length == 1) { in parseQName() 107 String[] parsed = str.split("\\s+"); in parseQNames() 108 for (String s : parsed) { in parseQNames()
|
/system/unwinding/libunwindstack/ |
D | Maps.cpp | 165 bool parsed = Maps::Parse(); in Parse() local 167 return parsed; in Parse()
|
/system/extras/ioshark/ |
D | compile-only.sh | 112 rm -f parsed*
|
D | collect-straces-ftraces.sh | 189 rm -f parsed*
|
/system/logging/liblog/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/logging/logd/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/core/storaged/ |
D | EventLogTags.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/memory/lmkd/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/libcppbor/ |
D | README.md | 190 * std::unique_ptr<Item> that points to the parsed item, or is nullptr 198 discover the type of the parsed item (e.g. MAP), and then use the 210 callback methods not only provide the parsed Item, but also pointers
|
/system/tools/aidl/ |
D | aidl_const_expressions.cpp | 294 bool ParseFloating(std::string_view sv, double* parsed) { in ParseFloating() argument 297 return android::base::ParseDouble(std::string(sv).data(), parsed); in ParseFloating() 300 bool ParseFloating(std::string_view sv, float* parsed) { in ParseFloating() argument 305 return android::base::ParseFloat(std::string(sv).data(), parsed); in ParseFloating()
|
/system/tools/xsdc/tests/ |
D | Android.bp | 228 // libxml2 variant can be parsed by the tinyxml variant and
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 332 const auto parsed = forEachLine(fd, [&](std::string_view line) { in loadFrom() local 373 if (!parsed) { in loadFrom()
|