/system/media/audio_utils/ |
D | tinysndfile.c | 357 size_t extra = 0; in sf_open_write() local 362 extra = 14; in sf_open_write() 366 (void) fwrite(wav, 44 + extra, 1, stream); in sf_open_write() 407 size_t extra = (handle->info.format & SF_FORMAT_SUBMASK) == SF_FORMAT_FLOAT ? 14 : 0; in sf_close() local 408 (void) fread(wav, 44 + extra, 1, handle->stream); in sf_close() 410 write4u(&wav[4], dataSize + 36 + extra); // riffSize in sf_close() 411 write4u(&wav[40 + extra], dataSize); // dataSize in sf_close() 413 (void) fwrite(wav, 44 + extra, 1, handle->stream); in sf_close()
|
D | Doxyfile.orig | 1073 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or 1239 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1592 # If left blank no extra packages will be included. 1622 # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
|
D | Doxyfile | 1073 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or 1239 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1592 # If left blank no extra packages will be included. 1622 # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
|
/system/core/libmemunreachable/ |
D | Allocator.cpp | 145 ptrdiff_t extra = reinterpret_cast<uintptr_t>(aligned_ptr) in MapAligned() local 147 munmap(ptr, extra); in MapAligned() 148 map_size -= extra; in MapAligned()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 95 pcre_extra *extra; member 323 int ret = pcre_exec(assert->regex.compiled, assert->regex.extra, tomatch, in match_regex() 350 km->regex.extra = pcre_study(km->regex.compiled, 0, errbuf); in compile_regex() 578 if (m->regex.extra) { in rule_map_free() 579 pcre_free_study(m->regex.extra); in rule_map_free()
|
/system/security/keystore/ |
D | keystore.cpp | 375 size_t extra = decode_key_length(p, plen); in list() local 376 char* match = (char*)malloc(extra + 1); in list() 379 matches->push(android::String16(match, extra)); in list() 382 ALOGW("could not allocate match of size %zd", extra); in list()
|
/system/extras/tests/net_test/ |
D | net_test.py | 388 _, _, uid, _, _, refcnt, _, extra) = regexp.match(line).groups() 389 out.append([src, dst, state, mem, uid, refcnt, extra])
|
D | multinetwork_base.py | 628 def _FormatMessage(self, iif, ip_if, extra, desc, reply_desc): argument 629 msg = "Receiving %s on %s to %s IP, %s" % (desc, iif, ip_if, extra)
|
D | multinetwork_test.py | 547 extra = "mode=%s, syncookies=%d" % (mode, syncookies) 548 msg = self._FormatMessage(iif, ip_if, extra, desc, reply_desc)
|
/system/core/metricsd/uploader/proto/ |
D | histogram_event.proto | 50 // This field was intended to provide extra redundancy to detect corrupted
|
D | system_profile.proto | 418 // The extra error code reported by the product updater on its last run.
|
/system/bt/btif/include/ |
D | btif_hl.h | 123 btif_hl_extra_mdl_cfg_t extra; member
|
/system/bt/btif/src/ |
D | btif_hl.c | 605 p_mdl->extra.data_type ==data_type && in btif_hl_is_reconnect_possible() 606 …(p_mdl->extra.peer_mdep_id != BTA_HL_INVALID_MDEP_ID && p_mdl->extra.peer_mdep_id == peer_mdep_id)… in btif_hl_is_reconnect_possible() 629 p_mdl1->extra.data_type == data_type && in btif_hl_is_reconnect_possible() 630 …(p_mdl1->extra.peer_mdep_id != BTA_HL_INVALID_MDEP_ID && p_mdl1->extra.peer_mdep_id == peer_mdep_i… in btif_hl_is_reconnect_possible() 3962 p_acb->delete_mdl.mdep_cfg_idx = p_mdl->extra.mdep_cfg_idx; in destroy_channel() 3981 mdep_cfg_idx = p_mdl->extra.mdep_cfg_idx; in destroy_channel() 4218 p_mdl->extra.mdep_cfg_idx = p_mcb->pcb.mdep_cfg_idx; in btif_hl_save_mdl_cfg() 4219 …p_mdl->extra.data_type = p_acb->sup_feature.mdep[p_mcb->pcb.mdep_cfg_idx].mdep_cfg.data_cfg[0].dat… in btif_hl_save_mdl_cfg() 4224 &p_mdl->extra.peer_mdep_id)) in btif_hl_save_mdl_cfg() 4226 p_mdl->extra.peer_mdep_id = BTA_HL_INVALID_MDEP_ID; in btif_hl_save_mdl_cfg()
|
/system/media/camera/docs/ |
D | CameraMetadataKeys.mako | 39 # Unconditionally add extra information if necessary
|
/system/core/adb/ |
D | commandline.cpp | 71 static std::string product_file(const char *extra) { in product_file() argument 79 gProductOutPath.c_str(), OS_PATH_SEPARATOR_STR, extra); in product_file()
|
/system/bt/doc/ |
D | style_guide.md | 93 Variable declarations should not include extra whitespace to line up fields. For
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 523 configured to perform the extra step of performing
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 11532 rather than the number of PCR banks. This allows extra values to appear in a call t o
|
D | raw_structures.txt | 11500 rather than the number of PCR banks. This allows extra values to appear in a call t o
|