/system/extras/tests/sdcard/ |
D | testcase.cpp | 103 if(openTimer()->used()) openTimer()->sprint(&str, &size_left); in runTest() 104 if(readTimer()->used()) readTimer()->sprint(&str, &size_left); in runTest() 105 if(writeTimer()->used()) writeTimer()->sprint(&str, &size_left); in runTest() 106 if(syncTimer()->used()) syncTimer()->sprint(&str, &size_left); in runTest() 107 if(truncateTimer()->used()) truncateTimer()->sprint(&str, &size_left); in runTest() 108 if(traverseTimer()->used()) traverseTimer()->sprint(&str, &size_left); in runTest()
|
D | stopwatch.h | 118 bool used() const { return mUsed; } in used() function
|
/system/bt/doc/ |
D | network_ports.md | 3 This document lists all of the network ports used by bluedroid. It should be 4 used as a reference and as a mechanism to avoid port namespace conflicts.
|
D | properties.md | 3 This document describes all of the Android properties used by bluedroid. 12 it's used.
|
D | log_tags.md | 3 This document lists all of the log tags used by bluedroid.
|
D | style_guide.md | 2 This document outlines the coding conventions and code style used in Bluedroid. 157 in which it is used. The magic identifier `__FUNCTION__` should not be used 179 should not have any side-effects and should be used to detect programming logic 256 This form is used over traditional `#define`-based include guards as it is less 263 the formatting rules, and some of the rules may take some getting used to,
|
D | power_management.md | 32 controller, timers are used to post messages to the BTA workqueue thread as 89 seems to be used in the `bta_dm_act.c` file, and only for reinitialization. 125 `pm_mode_attempted` fields), its timeout and mode are used. Otherwise, 126 the same check is done against the second action and it is used 195 Timers are used exclusively for handling HCI command timeouts, and filter
|
/system/core/cpio/ |
D | mkbootfs.c | 287 int used = 0; in read_canned_config() local 298 if (used >= allocated) { in read_canned_config() 304 struct fs_config_entry* cc = canned_config + used; in read_canned_config() 315 ++used; in read_canned_config() 317 if (used >= allocated) { in read_canned_config() 322 canned_config[used].name = NULL; in read_canned_config()
|
/system/core/liblog/ |
D | README | 94 cation or library. [ASR]LOG[VDIWE] calls are used to log to BAsic, 96 Error priorities. [ASR]LOG[VDIWE]_IF calls are used to perform thus 99 is used to ALOG a message, then kill the process. LOG_FATAL call is a 101 release builds. ALOG_ASSERT is used to ALOG a message if the condition 103 LOG_EVENT_(INT|LONG) is used to drop binary content into the Events 119 The ANDROID_LOG_PSTORE mode flag to the android_logger_open is used to 123 The value returned by android_logger_open can be used as a parameter to 127 The value returned by android_logger_open can be used as a parameter to 130 sion respectively. android_logger_get_id returns the id that was used
|
/system/core/adb/ |
D | OVERVIEW.TXT | 5 The Android Debug Bridge (ADB) is used to: 48 The 'adb' command-line program is used to run adb commands from a shell 55 Currently, a single 'adb' binary is used for both the server and client. 66 which is used to return the list of currently known devices and their 71 it on the device. The ADB server is used to multiplex streams 81 This details the protocol used between ADB clients and the ADB 95 The 'host:' prefix is used to indicate that the request is addressed 115 where '<serialnumber>' is used to identify a given device/emulator; after
|
D | SERVICES.TXT | 15 Ask the ADB server to quit immediately. This is used when the 69 prefix can be used to indicate that the client is asking the ADB server 74 A variant of host-serial used to target the single USB device connected 78 A variant of host-serial used to target the single emulator instance 128 This is used to implement 'adb forward --remove <local>' 132 This is used to implement 'adb forward --remove-all'. 152 to a real device, or that you have used a query prefix as described 198 Variants of local:<path> that are used to access other Android 202 This service is used to send snapshots of the framebuffer to a client. 227 This is used to send the list of JDWP pids periodically to the client. [all …]
|
D | protocol.txt | 14 be used by either commandline or interactive tools to communicate with 59 The version is used to ensure protocol compatibility and maxdata 75 or identifier string. The banner is used to transmit useful properties. 131 is used to establish the connection). Nonetheless, the local-id MUST 170 The SYNC message is used by the io pump to make sure that stale 172 is broken. It is only used internally to the bridge and never valid 259 Port 5037 is used for smart sockets which allow a client on the host
|
D | sysdeps_win32.cpp | 147 int used; member 189 if (f->used == 0) { in _fh_from_int() 202 if (f && f->used && f >= _win32_fhs && f < _win32_fhs + WIN32_MAX_FHS) in _fh_to_int() 231 f->used = 1; in _fh_alloc() 243 if ( f->used ) { in _fh_close() 245 f->used = 0; in _fh_close() 1115 int used; member 1137 if ( --pair->used == 0 ) { in _fh_socketpair_close() 1222 pair->used = 2; in adb_socketpair()
|
/system/core/init/ |
D | readme.txt | 9 whitespace. The c-style backslash escapes may be used to insert 10 whitespace into a token. Double quotes may also be used to prevent 12 when it is the last character on a line, may be used for line-folding. 28 is used to determine when the action should occur. When an event 90 groupnames beyond the (required) first one are used to set the 120 Triggers are strings which can be used to match certain kinds 121 of events and used to cause an action to occur. 178 Typically used when the bootloader sets a variable that indicates a specific 235 Internal implementation detail used to respond to changes to the 236 "sys.powerctl" system property, used to implement rebooting. [all …]
|
/system/bt/btif/src/ |
D | btif_sock_thread.c | 101 int used; member 202 APPL_TRACE_DEBUG("ts[%d].used:%d", i, ts[i].used); in alloc_thread_slot() 203 if(!ts[i].used) in alloc_thread_slot() 205 ts[i].used = 1; in alloc_thread_slot() 217 ts[h].used = 0; in free_thread_slot() 232 ts[h].used = 0; in btsock_thread_init()
|
/system/media/camera/docs/ |
D | README.md | 11 * Beautiful Soup 4+ - HTML/XML parser, used to parse `metadata_properties.xml`
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 7 allow it to be used across a wide range of devices and from hosts running 113 "download:%08x" Write data to memory which will be later used 148 The "getvar:%s" command is used to read client variables which
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 1 The code in this directory is used to process data from the mmc tracepoints
|
/system/bt/bta/jv/ |
D | bta_jv_act.c | 146 int used = 0; in get_sec_id_used() local 150 used++; in get_sec_id_used() 152 if (used == BTA_JV_NUM_SERVICE_ID) in get_sec_id_used() 155 return used; in get_sec_id_used() 160 int used = 0; in get_rfc_cb_used() local 164 used++; in get_rfc_cb_used() 166 if (used == BTA_JV_MAX_RFC_CONN) in get_rfc_cb_used() 169 return used; in get_rfc_cb_used() 1866 UINT8 used = 0, i, listen=0; in bta_jv_add_rfc_port() local 1896 used++; in bta_jv_add_rfc_port() [all …]
|
/system/core/libmincrypt/ |
D | NOTICE | 11 be used to endorse or promote products derived from this software
|
/system/core/toolbox/ |
D | NOTICE | 57 may be used to endorse or promote products derived from this software 86 may be used to endorse or promote products derived from this software 118 may be used to endorse or promote products derived from this software 147 may be used to endorse or promote products derived from this software 179 may be used to endorse or promote products derived from this software 208 may be used to endorse or promote products derived from this software 237 may be used to endorse or promote products derived from this software 269 may be used to endorse or promote products derived from this software 301 may be used to endorse or promote products derived from this software 333 may be used to endorse or promote products derived from this software [all …]
|
/system/media/audio_route/ |
D | NOTICE | 11 its contributors may be used to endorse or promote products derived
|
/system/extras/f2fs_utils/ |
D | f2fs_sparseblock.c | 490 unsigned int used, found, started = 0, i; in run_on_used_blocks() local 527 used = f2fs_test_bit(block_offset, (char *)sit_entry->valid_map); in run_on_used_blocks() 528 if(used) in run_on_used_blocks()
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 81 // Hardware event used in profiling.
|
/system/core/logcat/ |
D | event.logtags | 37 # These are used for testing, do not modify without updating
|