Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 25 of 41) sorted by relevance

12

/system/testing/gtest_extras/tests/
DOptionsTest.cpp59 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/
Dproperty_type.cpp50 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()
DREADME.ueventd.md23 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.
DREADME.md138 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/
Dutils.cpp70 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/
Dprocess_map_test.cpp117 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/
Dkeymaster_configuration_test.cpp81 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/
Dfastboot_test.cpp210 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/
Dprocess_map.h188 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/
Dextensions.h68 bool parsed; // Does the bootloader do parsing on the img? member
74 << " parsed=" << pinfo.parsed << ">";
/system/extras/ANRdaemon/
DREADME16 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/
DIWrongMinor.hal22 /* minor version cannot be parsed */
DIWrongUnderscore.hal22 /* minor version cannot be parsed */
/system/tools/xsdc/src/main/java/com/android/xsdc/
DXsdHandler.java95 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/
DMaps.cpp165 bool parsed = Maps::Parse(); in Parse() local
167 return parsed; in Parse()
/system/extras/ioshark/
Dcompile-only.sh112 rm -f parsed*
Dcollect-straces-ftraces.sh189 rm -f parsed*
/system/logging/liblog/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/logging/logd/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/core/storaged/
DEventLogTags.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/memory/lmkd/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/libcppbor/
DREADME.md190 * 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/
Daidl_const_expressions.cpp294 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/
DAndroid.bp228 // libxml2 variant can be parsed by the tinyxml variant and
/system/incremental_delivery/incfs/
DMountRegistry.cpp332 const auto parsed = forEachLine(fd, [&](std::string_view line) { in loadFrom() local
373 if (!parsed) { in loadFrom()

12