/system/tools/hidl/utils/include/hidl-util/ |
D | Formatter.h | 107 template<typename I> 108 Formatter &join(const I begin, const I end, const std::string &separator, 109 std::function<void(const typename std::iterator_traits<I>::value_type &)> func); 153 template<typename I> 154 Formatter &Formatter::join(const I begin, const I end, const std::string &separator, in join() 155 std::function<void(const typename std::iterator_traits<I>::value_type &)> func) { in join() 156 for (I iter = begin; iter != end; ++iter) { in join()
|
/system/extras/tests/ext4/ |
D | android_emmc_perf_tests.sh | 210 for I in 1 2 3 213 echo "Sequential read test $I" 219 for I in 1 2 3 221 echo "Sequential write test $I" 244 for I in 1 2 3 247 echo "Random read (4K read-ahead) test $I" 253 for I in 1 2 3 256 echo "Random read (default read-ahead of ${ORIG_READAHEAD}K) test $I" 262 for I in 1 2 3 264 echo "Random write test $I" [all …]
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 364 I: sleep 90 seconds in TEST_F() 366 I: profile collection skipped (missing config directory) in TEST_F() 404 I: profile collection skipped (missing semaphore file) in TEST_F() 442 I: profile collection skipped (missing 'perf' executable) in TEST_F() 479 I: profile collection failed (perf record returned bad exit status) in TEST_F() 727 I: starting Android Wide Profiling daemon in TEST_F() 728 I: config file path set to $NATIVE_TESTS/perfprofd_test/perfprofd.conf in TEST_F() 729 I: random seed set to 12345678 in TEST_F() 730 I: sleep 674 seconds in TEST_F() 731 I: initiating profile collection in TEST_F() [all …]
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 200 static ::android::sp<I##INTERFACE> asInterface( \ 203 I##INTERFACE(); \ 204 virtual ~I##INTERFACE(); \ 209 const ::android::String16 I##INTERFACE::descriptor(NAME); \ 211 I##INTERFACE::getInterfaceDescriptor() const { \ 212 return I##INTERFACE::descriptor; \ 214 ::android::sp<I##INTERFACE> I##INTERFACE::asInterface( \ 217 ::android::sp<I##INTERFACE> intr; \ 219 intr = static_cast<I##INTERFACE*>( \ 221 I##INTERFACE::descriptor).get()); \ [all …]
|
/system/extras/ext4_utils/ |
D | test_ext4fixup | 3 typeset -i I ITERATIONS PHASE LOC COUNT MAXCOUNT 39 I=0 40 while [ "$I" -lt "$ITERATIONS" ] 69 let I++
|
/system/update_engine/ |
D | libupdate_engine-client.pc.in | 6 Cflags: -I${include_dir}
|
D | libupdate_engine-client-test.pc.in | 6 Cflags: -I${include_dir}
|
/system/nvram/hal/ |
D | fake-nvram-seccomp-arm64.policy | 30 # File and socket I/O.
|
D | fake-nvram-seccomp-x86.policy | 31 # File and socket I/O.
|
D | fake-nvram-seccomp-x86_64.policy | 30 # File and socket I/O.
|
D | fake-nvram-seccomp-arm.policy | 30 # File and socket I/O.
|
/system/core/libcutils/arch-x86/ |
D | android_memset32.S | 93 # define JMPTBL(I, B) I - B argument 121 # define JMPTBL(I, B) I argument
|
D | android_memset16.S | 93 # define JMPTBL(I, B) I - B argument 121 # define JMPTBL(I, B) I argument
|
/system/ca-certificates/google/files/ |
D | 5021a0a2.0 | 30 …suer: C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter Universal CA, CN=TC TrustCenter Universal CA I 34 …ject: C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter Universal CA, CN=TC TrustCenter Universal CA I
|
D | 04f60c28.0 | 10 I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng
|
D | ed39abd0.0 | 10 Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd
|
/system/ca-certificates/files/ |
D | aeb67534.0 | 38 …Issuer: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certific… 42 …Subject: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certifi…
|
D | ed39abd0.0 | 10 Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd
|
D | 04f60c28.0 | 10 I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng
|
D | ab5346f4.0 | 20 QSdJQO7e5iNEOdyhIta6A/I=
|
D | 1df5a75f.0 | 24 Johw1+qRzT65ysCQblrGXnRl11z+o+I=
|
D | d66b55d9.0 | 20 AkD6bho3hO9ynYYKVZ1WKKxmLNA6VpM0ByWtCLCPyA8JWcqdmBzlVPi5RX9ql2+I
|
/system/netd/tests/benchmarks/ |
D | README.md | 26 does not include any time spent in other processes or blocking on I/O.
|
/system/core/libcutils/arch-x86_64/ |
D | android_memset32.S | 54 #define JMPTBL(I, B) I - B argument
|
/system/tools/aidl/ |
D | ast_java.cpp | 482 const size_t I = str.length(); in escape_backslashes() local 483 for (size_t i = 0; i < I; i++) { in escape_backslashes()
|