/system/core/rootdir/ |
D | Android.mk | 82 ln -sf /system/bin $(TARGET_ROOT_OUT)/bin; \ 83 ln -sf /system/etc $(TARGET_ROOT_OUT)/etc; \ 84 ln -sf /data/user_de/0/com.android.shell/files/bugreports $(TARGET_ROOT_OUT)/bugreports; \ 86 ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard 90 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/vendor $(TARGET_ROOT_OUT)/vendor 95 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/product $(TARGET_ROOT_OUT)/product 100 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/system_ext $(TARGET_ROOT_OUT)/system_ext 112 LOCAL_POST_INSTALL_CMD += ; ln -sf /vendor/odm/app $(TARGET_ROOT_OUT)/odm/app 113 LOCAL_POST_INSTALL_CMD += ; ln -sf /vendor/odm/bin $(TARGET_ROOT_OUT)/odm/bin 114 LOCAL_POST_INSTALL_CMD += ; ln -sf /vendor/odm/etc $(TARGET_ROOT_OUT)/odm/etc [all …]
|
/system/extras/partition_tools/ |
D | lpadd.cc | 247 SparsePtr sf(sparse_file_import(fd.get(), false, false), sparse_file_destroy); in MaybeUnsparse() local 248 if (!sf) { in MaybeUnsparse() 260 if (sparse_file_write(sf.get(), (*temp_file)->fd, false, false, false) != 0) { in MaybeUnsparse() 265 *block_size = sparse_file_block_size(sf.get()); in MaybeUnsparse() 393 SparsePtr sf(sparse_file_new(sparse_block_size_, len), sparse_file_destroy); in Finalize() local 394 if (!sf) { in Finalize() 398 sparse_file_verbose(sf.get()); in Finalize() 401 if (sparse_file_read(sf.get(), super_fd_, false, false) != 0) { in Finalize() 408 if (sparse_file_write(sf.get(), output_fd_, false, true, false)) { in Finalize()
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | decoder-private.c | 198 OI_INT sf; in OI_SBC_ReadSamples() local 203 sf = sf_by4 & 0xFF; in OI_SBC_ReadSamples() 208 sf = (sf_by4 >> 24) & 0xFF; in OI_SBC_ReadSamples() 214 dequant = OI_SBC_Dequant(raw, sf, bits); in OI_SBC_ReadSamples()
|
D | readsamplesjoint.inc | 81 OI_INT sf = *sf_array++; 84 dequant = OI_SBC_Dequant(raw, sf, bits); 95 OI_INT sf = *sf_array++; 98 dequant = OI_SBC_Dequant(raw, sf, bits);
|
/system/core/fastboot/fuzzy_fastboot/ |
D | test_utils.h | 57 SparseWrapper(struct sparse_file* sf) { sparse = sf; } in SparseWrapper()
|
D | main.cpp | 141 bool SparseToBuf(sparse_file* sf, std::vector<char>* out, bool with_crc = false) { in SparseToBuf() argument 142 int64_t len = sparse_file_len(sf, true, with_crc); in SparseToBuf() 154 return !sparse_file_callback(sf, true, with_crc, cb, out); in SparseToBuf()
|
/system/extras/brillo_config/ |
D | Android.mk | 31 ln -sf /oem/$(OSRELEASED_DIRECTORY)/product_id $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY) 62 ln -sf /oem/$(OSRELEASED_DIRECTORY)/product_version $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 498 pixel_t sf, df; in blending() local 499 blend_factor(c, &sf, c->state.blend.src, fragment, fb); in blending() 503 gglMulAddx(fragment->c[1], sf.c[1], gglMulx(fb->c[1], df.c[1])); in blending() 505 gglMulAddx(fragment->c[2], sf.c[2], gglMulx(fb->c[2], df.c[2])); in blending() 507 gglMulAddx(fragment->c[3], sf.c[3], gglMulx(fb->c[3], df.c[3])); in blending() 510 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb); in blending() 515 gglMulAddx(fragment->c[0], sf.c[0], gglMulx(fb->c[0], df.c[0])); in blending() 808 uint8_t& sf = fragment.s[j]; in scanline() local 816 sf = st; in scanline() 827 rescale(Cf, sf, Ct, st); in scanline() [all …]
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 78 persist.sys.sf.color_saturation u:object_r:exported2_system_prop:s0 exact string 79 persist.sys.sf.native_mode u:object_r:exported2_system_prop:s0 exact int 111 ro.sf.disable_triple_buffer u:object_r:exported3_default_prop:s0 exact bool 112 ro.sf.lcd_density u:object_r:exported3_default_prop:s0 exact int
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 89 persist.sys.sf.color_mode u:object_r:exported2_system_prop:s0 exact int 90 persist.sys.sf.color_saturation u:object_r:exported2_system_prop:s0 exact string 91 persist.sys.sf.native_mode u:object_r:exported2_system_prop:s0 exact int 142 ro.sf.disable_triple_buffer u:object_r:exported3_default_prop:s0 exact bool 143 ro.sf.lcd_density u:object_r:exported3_default_prop:s0 exact int
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | property_contexts | 93 persist.sys.sf.color_mode u:object_r:exported2_system_prop:s0 exact int 94 persist.sys.sf.color_saturation u:object_r:exported2_system_prop:s0 exact string 95 persist.sys.sf.native_mode u:object_r:exported2_system_prop:s0 exact int 164 ro.sf.disable_triple_buffer u:object_r:exported3_default_prop:s0 exact bool 165 ro.sf.lcd_density u:object_r:exported3_default_prop:s0 exact int
|
/system/sepolicy/private/ |
D | property_contexts | 819 ro.sf.disable_triple_buffer u:object_r:surfaceflinger_prop:s0 exact bool 820 ro.sf.lcd_density u:object_r:surfaceflinger_prop:s0 exact int 822 persist.sys.sf.color_mode u:object_r:surfaceflinger_color_prop:s0 exact int 823 persist.sys.sf.color_saturation u:object_r:surfaceflinger_color_prop:s0 exact string 824 persist.sys.sf.native_mode u:object_r:surfaceflinger_color_prop:s0 exact int
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 1836 # Definitions (see http://autogen.sf.net) file that captures the structure of
|
D | Doxyfile.bak | 1836 # Definitions (see http://autogen.sf.net) file that captures the structure of
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1919 # AutoGen Definitions (see http://autogen.sf.net) file that captures the
|
/system/chre/pal/doc/ |
D | Doxyfile | 1919 # AutoGen Definitions (see http://autogen.sf.net) file that captures the
|