/system/core/fastboot/ |
D | fastboot.bash | 27 local where i cur serial 31 where=OPTIONS 36 where=OPT_SERIAL 39 where=OPT_SLOT 42 where=OPTIONS 45 if [[ $where == OPT_SERIAL ]]; then 46 where=OPT_SERIAL_ARG 48 elif [[ $where == OPT_SLOT ]]; then 49 where=OPT_SLOT_ARG 51 where=COMMAND [all …]
|
/system/core/libutils/ |
D | VectorImpl.cpp | 128 void* where = _grow(index, length); in insertArrayAt() local 129 if (where) { in insertArrayAt() 130 _do_copy(where, array, length); in insertArrayAt() 132 return where ? index : (ssize_t)NO_MEMORY; in insertArrayAt() 149 void* where = _grow(index, numItems); in insertAt() local 150 if (where) { in insertAt() 152 _do_splat(where, item, numItems); in insertAt() 154 _do_construct(where, numItems); in insertAt() 157 return where ? index : (ssize_t)NO_MEMORY; in insertAt() 377 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() argument [all …]
|
/system/core/libutils/include/utils/ |
D | VectorImpl.h | 76 ssize_t insertAt(size_t where, size_t numItems = 1); 77 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1); 110 void* _grow(size_t where, size_t amount); 111 void _shrink(size_t where, size_t amount); 172 ssize_t insertAt(size_t where, size_t numItems = 1); 173 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1);
|
D | TypeHelpers.h | 173 void splat_type(TYPE* where, const TYPE* what, size_t n) { 177 new(where) TYPE(*what); 178 where++; 183 *where++ = *what;
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_wifi.proto | 37 // The initial step where no action is performed. 39 // The step where the nanoapp is configured to monitor for wifi scans and the 42 // The validate step where the data is gathered and compared. 44 // The step where the wifi capabilities are gathered from the nanoapp.
|
/system/ca-certificates/ |
D | README.cacerts | 2 where "hash" is the subject hash produced by:
|
/system/chre/host/ |
D | README.md | 3 applications processor, as opposed to the Android build perspective, where host
|
/system/extras/bootctl/ |
D | bootctl.cpp | 40 static void usage(FILE* where, BootCtlVersion bootVersion, int /* argc */, char* argv[]) { in usage() argument 41 fprintf(where, in usage() 60 fprintf(where, in usage() 67 fprintf(where, in usage()
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | attributes | 6 # and to start removing domain_deprecated where it's not required or
|
D | init.te | 17 # case where logpersistd is actually logcat -f in logd context (nee: logcatd)
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | attributes | 6 # and to start removing domain_deprecated where it's not required or
|
D | init.te | 18 # case where logpersistd is actually logcat -f in logd context (nee: logcatd)
|
/system/security/keystore2/ |
D | keystore2.rc | 3 # command line option, i.e., /data/misc/keystore, where it stores its
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | init.te | 19 # case where logpersistd is actually logcat -f in logd context (nee: logcatd)
|
/system/netd/server/ |
D | SockDiag.cpp | 329 std::string where = addrstr; in destroySockets() local 330 if (ifindex) where += StringPrintf(" ifindex %d", ifindex); in destroySockets() 334 ALOGE("Failed to destroy IPv4 sockets on %s: %s", where.c_str(), strerror(-ret)); in destroySockets() 339 ALOGE("Failed to destroy IPv6 sockets on %s: %s", where.c_str(), strerror(-ret)); in destroySockets() 344 ALOGI("Destroyed %d sockets on %s in %" PRId64 "us", mSocketsDestroyed, where.c_str(), in destroySockets()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | dex2oat.te | 16 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot images, where 54 # where the oat file is symlinked to the original file in /system.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | dex2oat.te | 16 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot images, where 54 # where the oat file is symlinked to the original file in /system.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | dex2oat.te | 16 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot images, where 54 # where the oat file is symlinked to the original file in /system.
|
/system/chre/std_overrides/ |
D | README.md | 6 nanoapp. Two possible scenarios where the developers might need to use these
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | postinstall_dexopt.te | 10 # - Case where dex2oat is in a non-flattened APEX, which has retained 13 # - Case where dex2oat is in a flattened APEX, which has been tagged
|
D | viewcompiler.te | 22 # priv-apps are moving to a world where they can only execute
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | postinstall_dexopt.te | 10 # - Case where dex2oat is in a non-flattened APEX, which has retained 13 # - Case where dex2oat is in a flattened APEX, which has been tagged
|