/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/adb/ |
D | adb.bash | 27 local where i cur serial 31 where=OPTIONS 36 where=OPT_SERIAL 39 where=OPT_PATH 42 where=OPTIONS 45 if [[ $where == OPT_SERIAL ]]; then 46 where=OPT_SERIAL_ARG 49 where=COMMAND 56 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then 57 where=OPTIONS [all …]
|
D | sysdeps.h | 106 extern int64_t adb_lseek(borrowed_fd fd, int64_t pos, int where); 147 static inline int unix_lseek(borrowed_fd fd, int pos, int where) { in unix_lseek() argument 148 return lseek(fd.get(), pos, where); in unix_lseek() 525 static inline int64_t adb_lseek(borrowed_fd fd, int64_t pos, int where) { in adb_lseek() argument 527 return lseek(fd.get(), pos, where); in adb_lseek() 529 return lseek64(fd.get(), pos, where); in adb_lseek()
|
/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/core/libpixelflinger/ |
D | raster.cpp | 146 GGLint gglBitBlit(GGLContext* con, int tmu, GGLint crop[4], GGLint where[4]) in gglBitBlit() 150 GGLint x = where[0]; in gglBitBlit() 151 GGLint y = where[1]; in gglBitBlit() 152 GGLint w = where[2]; in gglBitBlit() 153 GGLint h = where[3]; in gglBitBlit()
|
/system/extras/bootctl/ |
D | bootctl.cpp | 39 static void usage(FILE* where, BootCtlVersion bootVersion, int /* argc */, char* argv[]) in usage() argument 41 fprintf(where, in usage() 59 fprintf(where, in usage() 66 fprintf(where, in usage()
|
/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/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/sepolicy/prebuilts/api/28.0/private/ |
D | init.te | 19 # case where logpersistd is actually logcat -f in logd context (nee: logcatd)
|
/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/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/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/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
|
/system/sepolicy/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
|
/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
|
D | viewcompiler.te | 22 # priv-apps are moving to a world where they can only execute
|