Home
last modified time | relevance | path

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

12

/system/testing/gtest_extras/tests/
DOptionsTest.cpp38 bool parsed = options.Process(cur_args, &child_args); in TEST() local
40 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST()
49 bool parsed = options.Process(cur_args, &child_args); in TEST() local
51 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST()
60 bool parsed = options.Process(cur_args, &child_args); in TEST() local
62 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST()
101 bool parsed = options.Process(cur_args, &child_args); in TEST() local
103 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST()
130 bool parsed = options.Process(cur_args, &child_args); in TEST() local
132 ASSERT_FALSE(parsed) << "Process did not fail properly."; in TEST()
[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.md120 the file that contains them was parsed (see the Imports section), then
276 will use for this service. Pay close attention to the order in which init.rc files are parsed,
295 It is parsed similarly to the setrlimit command specified below.
626 If _path_ is a directory, each file in the directory is parsed as
628 not be parsed.
632 imports are handled as a file is being parsed and follow the below logic.
652 1. /init.rc is parsed then recursively each of its imports are
653 parsed.
654 2. The contents of /system/etc/init/ are alphabetized and parsed
656 parsed.
[all …]
/system/netd/resolv/
DPrivateDnsConfiguration.cpp41 bool parseServer(const char* server, sockaddr_storage* parsed) { in parseServer() argument
51 memcpy(parsed, res->ai_addr, res->ai_addrlen); in parseServer()
69 sockaddr_storage parsed; in set() local
70 if (!parseServer(servers[i].c_str(), &parsed)) { in set()
73 DnsTlsServer server(parsed); in set()
Ddns_tls_test.cpp49 static void parseServer(const char* server, in_port_t port, sockaddr_storage* parsed) { in parseServer() argument
50 sockaddr_in* sin = reinterpret_cast<sockaddr_in*>(parsed); in parseServer()
57 sockaddr_in6* sin6 = reinterpret_cast<sockaddr_in6*>(parsed); in parseServer()
/system/core/fastboot/fuzzy_fastboot/
Dextensions.h68 bool parsed; // Does the bootloader do parsing on the img? member
74 << " parsed=" << pinfo.parsed << ">";
Dextensions.cpp112 XMLAssert(XMLYesNo(part, "parsed", &part_info.parsed), part, in ExtractPartitions()
DREADME.md83 | parsed | "yes" or "no" | Does the bootloader parse this partition, such as look for a header,…
89 <part value="boot" slots="yes" test="yes" hashable="yes" parsed="yes"/>
216 <part value="boot" slots="yes" test="yes" hashable="yes" parsed="yes"/>
Dmain.cpp1049 EXPECT_EQ(fb->FlashPartition(part_name, buf), part_info.parsed ? DEVICE_FAIL : SUCCESS) in TEST_P()
1681 if (!it.second.parsed) { in GenerateXmlTests()
1686 if (it.second.parsed) { in GenerateXmlTests()
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java87 String[] parsed = str.split(":"); in parseQName()
88 if (parsed.length == 2) { in parseQName()
89 return new QName(namespaces.get(parsed[0]), parsed[1]); in parseQName()
90 } else if (parsed.length == 1) { in parseQName()
99 String[] parsed = str.split("\\s+"); in parseQNames()
100 for (String s : parsed) { in parseQNames()
/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/extras/ioshark/
Dcompile-only.sh112 rm -f parsed*
Dcollect-straces-ftraces.sh189 rm -f parsed*
/system/bt/
DEventLogTags.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/core/liblog/
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/core/logd/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/core/lmkd/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/tools/xsdc/
DREADME.md7 The xml files are only ever parsed by apps on the system partition.
/system/core/logcat/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/sepolicy/tools/sepolicy-analyze/
DREADME102 a full policy.conf file and output them in a more easily parsed format.
/system/extras/perfprofd/tests/
Dperfprofd_test.cc655 W: line 6: value -1 cannot be parsed in TEST_F()
/system/media/audio_utils/
DDoxyfile653 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
1864 # formatted so it can be parsed by a human reader. This is useful if you want to
DDoxyfile.orig653 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
1864 # formatted so it can be parsed by a human reader. This is useful if you want to
/system/chre/pal/doc/
DDoxyfile676 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
1947 # formatted so it can be parsed by a human reader. This is useful if you want to

12