/system/extras/tests/sdcard/ |
D | sysutil.cpp | 77 int readStringFromFile(const char *filename, char *const start, size_t size, bool must_exist=true) in readStringFromFile() argument 79 if (NULL == start || size == 0) in readStringFromFile() 83 char *end = start; in readStringFromFile() 140 return end - start; in readStringFromFile() 146 int writeStringToFile(const char *filename, const char *start, bool must_exist=true) in writeStringToFile() argument 160 const size_t len = strlen(start); in writeStringToFile() 167 ssize_t s = write(fd, start, size); in writeStringToFile() 179 start += s; in writeStringToFile() 446 char *start = reinterpret_cast<char *>(&pid); in writePidAndWaitForReply() local 453 ssize_t s = write(writefd, start, size); in writePidAndWaitForReply() [all …]
|
D | sdcard_perf_test.cpp | 290 testCase->openTimer()->start(); in readData() 318 testCase->readTimer()->start(); in readData() 395 testCase->testTimer()->start(); in testRead() 416 testCase->openTimer()->start(); in writeData() 429 testCase->truncateTimer()->start(); in writeData() 451 testCase->writeTimer()->start(); in writeData() 469 testCase->syncTimer()->start(); in writeData() 475 testCase->syncTimer()->start(); in writeData() 494 testCase->testTimer()->start(); in testWrite() 530 testCase->testTimer()->start(); in testOpenCreate()
|
/system/core/nexus/ |
D | OpenVpnController.cpp | 43 int OpenVpnController::start() { in start() function in OpenVpnController 44 return VpnController::start(); in start() 61 if (mServiceManager->start(svc)) in enable()
|
D | DhcpClient.cpp | 75 int DhcpClient::start(Controller *c) { in start() function in DhcpClient 112 if (mServiceManager->start(svc)) { in start()
|
D | OpenVpnController.h | 34 int start();
|
D | WifiScanner.h | 38 int start(bool active);
|
/system/core/debuggerd/ |
D | utility.c | 61 if((pc >= mi->start) && (pc < mi->end)){ in map_to_name() 73 if((pc >= mi->start) && (pc < mi->end)){ in pc_to_mapinfo() 76 *rel_pc = pc - mi->start; in pc_to_mapinfo()
|
/system/core/sh/ |
D | expand.c | 349 char *p, *start; in expari() local 372 start = stackblock(); in expari() 374 while (*p != CTLARI && p >= start) in expari() 378 if (p > start && *(p-1) == CTLESC) in expari() 379 for (p = start; *p != CTLARI; p++) in expari() 387 begoff = p - start; in expari() 398 recordregion(begoff, p - 1 - start, 0); in expari() 913 recordregion(int start, int end, int inquotes) in recordregion() argument 920 if (ifslastp->endoff == start in recordregion() 931 ifslastp->begoff = start; in recordregion() [all …]
|
D | exec.c | 296 const char *start; in padvance() local 301 start = *path; in padvance() 302 for (p = start ; *p && *p != ':' && *p != '%' ; p++); in padvance() 303 len = p - start + strlen(name) + 2; /* "2" is for '/' and '\0' */ in padvance() 307 if (p != start) { in padvance() 308 memcpy(q, start, p - start); in padvance() 309 q += p - start; in padvance()
|
/system/core/libacc/tests/ |
D | disassem.cpp | 567 int start; in disasm_print_reglist() local 571 start = -1; in disasm_print_reglist() 575 if (start != -1) { in disasm_print_reglist() 581 if (start == loop - 1) in disasm_print_reglist() 582 di->di_printf("r%d", start); in disasm_print_reglist() 584 di->di_printf("r%d-r%d", start, loop - 1); in disasm_print_reglist() 585 start = -1; in disasm_print_reglist() 589 start = loop; in disasm_print_reglist()
|
/system/core/libpixelflinger/codeflinger/ |
D | disassem.c | 566 int start; in disasm_print_reglist() local 570 start = -1; in disasm_print_reglist() 574 if (start != -1) { in disasm_print_reglist() 580 if (start == loop - 1) in disasm_print_reglist() 581 di->di_printf("r%d", start); in disasm_print_reglist() 583 di->di_printf("r%d-r%d", start, loop - 1); in disasm_print_reglist() 584 start = -1; in disasm_print_reglist() 588 start = loop; in disasm_print_reglist()
|
/system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/ |
D | os_sources.inc | 2 #start of OS_DK_INCS_FILES# do not remove or change this comment 62 #start of OS_DK_INCS_FILES_XCC# do not remove or change this comment 72 #start of OS_DK_INCS_FILES# do not remove or change this comment 75 #start of OS_DK_INCS# do not remove or change this comment 98 #start of OS_DK_INCS_XCC# do not remove or change this comment 109 #start of OS_DK_INCS# do not remove or change this comment
|
/system/extras/showmap/ |
D | showmap.c | 16 unsigned start; member 51 mi->start = strtoul(line, 0, 16); in read_mapinfo() 55 if((mi->start >= 0x10000000) && (mi->start < 0x40000000)) { in read_mapinfo() 57 } else if(mi->start > 0x50000000) { in read_mapinfo() 178 printf("%08x %08x %8d %8d %s\n", mi->start, mi->end, in show_map()
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/build/ |
D | os_sources.inc | 2 #start of OS_DK_INCS_FILES# do not remove or change this comment 62 #start of OS_DK_INCS_FILES_XCC# do not remove or change this comment 72 #start of OS_DK_INCS_FILES# do not remove or change this comment 75 #start of OS_DK_INCS# do not remove or change this comment 98 #start of OS_DK_INCS_XCC# do not remove or change this comment 109 #start of OS_DK_INCS# do not remove or change this comment
|
/system/core/vold/ |
D | cmd_dispatch.c | 59 int start = 0; in process_framework_command() local 66 dispatch_cmd(buffer + start); in process_framework_command() 67 start = i + 1; in process_framework_command()
|
/system/core/libzipfile/ |
D | centraldir.c | 189 const unsigned char* start; in read_central_dir() local 201 start = buf + bufsize - MAX_EOCD_SEARCH; in read_central_dir() 203 start = buf; in read_central_dir() 206 while (p >= start) { in read_central_dir() 213 if (p < start) { in read_central_dir()
|
/system/core/init/ |
D | README.BOOTCHART | 13 Otherwise, flash your device, and start it. Then create a file on the /data partition 16 adb shell 'echo $TIMEOUT > /data/bootchart-start' 21 adb shell 'echo 120 > /data/bootchart-start' 29 bootcharting. This is not the case of /data/bootchart-start, so don't forget to delete it 32 adb shell rm /data/bootchart-start
|
/system/wlan/ti/sta_dk_4_0_4_32/ |
D | os_sources.inc | 2 #start of OS_DK_INCS_FILES# do not remove or change this comment 61 #start of OS_DK_INCS_FILES_CCX# do not remove or change this comment 71 #start of OS_DK_INCS_FILES# do not remove or change this comment 74 #start of OS_DK_INCS# do not remove or change this comment 96 #start of OS_DK_INCS_CCX# do not remove or change this comment 105 #start of OS_DK_INCS# do not remove or change this comment
|
/system/wlan/ti/wilink_6_1/stad/build/linux/ |
D | drv_sources.inc | 2 #start of TNETW_INCS# do not remove or change this comment 26 #start of TNETW_INCS_XCC# do not remove or change this comment 41 #start of CORE_INCS# do not remove or change this comment 58 #start of CORE_INCS_XCC# do not remove or change this comment 73 #start of UTIL_SRCS# do not remove or change this comment 86 #start of TNETW_SRCS# do not remove or change this comment 132 #start of TNETW_SRCS_XCC# do not remove or change this comment 137 #start of CORE_SRCS# do not remove or change this comment 249 #start of CORE_SRCS_XCC# do not remove or change this comment
|
/system/core/rootdir/etc/ |
D | init.testmenu | 236 start 249 start runtime $single_process 298 "4" ) start powerd -i $powerdidletime ;; 299 "5" ) start powerd -i $powerdidletime -v ;;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/ |
D | whalHwAccess.c | 150 UINT32 start; member 2133 pHwAccess->partition[0].start = partition_start; in whal_hwAccess_SetPartitions() 2135 pHwAccess->partition[1].start = 0; in whal_hwAccess_SetPartitions() 2141 pHwAccess->partition[1].start = HW_ACCESS_DOWN_PART1_ADDR; in whal_hwAccess_SetPartitions() 2146 pHwAccess->partition[1].start = HW_ACCESS_WORK_PART1_ADDR; in whal_hwAccess_SetPartitions() 2153 … if((pHwAccess->partition[0].start + pHwAccess->partition[0].size) > pHwAccess->partition[1].start) in whal_hwAccess_SetPartitions() 2154 … pHwAccess->partition[0].size = pHwAccess->partition[1].start - pHwAccess->partition[0].start; in whal_hwAccess_SetPartitions() 2157 if((pHwAccess->partition[0].start + pHwAccess->partition[0].size) > HW_ACCESS_PRAM_MAX_RANGE) in whal_hwAccess_SetPartitions() 2158 pHwAccess->partition[0].size = HW_ACCESS_PRAM_MAX_RANGE - pHwAccess->partition[0].start; in whal_hwAccess_SetPartitions() 2160 pHwAccess->workingPartUpperLimit = pHwAccess->partition[0].start + pHwAccess->partition[0].size; in whal_hwAccess_SetPartitions() [all …]
|
/system/core/toolbox/ |
D | powerd.c | 107 unsigned int start, i; in call_notify_handler() local 108 start = event->wd - watched_files[0].id; in call_notify_handler() 109 if(start >= ARRAY_SIZE(watched_files)) in call_notify_handler() 110 start = 0; in call_notify_handler() 112 for(i = start; i < ARRAY_SIZE(watched_files); i++) { in call_notify_handler() 120 for(i = 0; i < start; i++) { in call_notify_handler()
|
/system/core/include/sysutils/ |
D | ServiceManager.h | 25 int start(const char *name);
|
/system/extras/libpagemap/include/pagemap/ |
D | pagemap.h | 70 unsigned long start; member 156 #define pm_map_start(map) ((map)->start)
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
D | proc_stat.c | 48 int proc_stat_res_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data); 59 int proc_stat_res_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) in proc_stat_res_read_proc() argument
|