/system/core/base/ |
D | stringprintf.cpp | 28 char space[1024]; in StringAppendV() local 35 int result = vsnprintf(space, sizeof(space), format, backup_ap); in StringAppendV() 38 if (result < static_cast<int>(sizeof(space))) { in StringAppendV() 41 dst->append(space, result); in StringAppendV()
|
/system/update_engine/ |
D | chrome_browser_proxy_resolver.cc | 163 string::iterator space; in ParseProxyString() local 164 for (space = token.begin(); space != token.end(); ++space) { in ParseProxyString() 165 if (base::IsAsciiWhitespace(*space)) { in ParseProxyString() 170 string scheme = base::ToLowerASCII(string(token.begin(), space)); in ParseProxyString() 182 string host_and_port = string(space, token.end()); in ParseProxyString()
|
/system/core/crash_reporter/ |
D | list_proxies.cc | 76 std::string::iterator space; in ParseProxyString() local 77 for (space = token.begin(); space != token.end(); ++space) { in ParseProxyString() 78 if (base::IsAsciiWhitespace(*space)) { in ParseProxyString() 83 std::string scheme = base::ToLowerASCII(std::string(token.begin(), space)); in ParseProxyString() 95 std::string host_and_port = std::string(space, token.end()); in ParseProxyString()
|
/system/connectivity/shill/ |
D | profile.cc | 338 size_t space = line.find(' '); in LoadUserProfileList() local 339 if (space == string::npos || space == 0) { in LoadUserProfileList() 344 string name(line.begin(), line.begin() + space); in LoadUserProfileList() 351 identifier.user_hash = string(line.begin() + space + 1, line.end()); in LoadUserProfileList()
|
D | NETLINK_MESSAGES.txt | 7 software in kernel space. Messages that are passed across netlink sockets take
|
/system/connectivity/shill/bin/ |
D | ff_debug | 24 FF_TAGLIST=`${SEND_FF_CMD}.ListDebugTags | sed -e '/string/!d; s/[[:space:]]\+/ /g' | cut -d "\"" -… 70 …${SEND_FF_CMD}.GetDebugTags 2>/dev/null | sed -e '/string/!d; s/[[:space:]]\+/ /g' | cut -d "\"" -… 78 …${SEND_FF_CMD}.GetDebugLevel 2>/dev/null | sed -e '/int32/!d; s/[[:space:]]\+/ /g' | cut -d " " -f… 89 # Returns whether or not $2 exists in $1 where $1 is a space
|
D | wpa_debug | 48 # Returns whether or not $2 exists in $1 where $1 is a space 56 $set_cmd | sed -e '/string/!d; s/[[:space:]]\+/ /g' | cut -d "\"" -f 2
|
/system/core/rootdir/ |
D | Android.mk | 69 $(eval p := $(subst :,$(space),$(s)))\
|
/system/bt/doc/ |
D | style_guide.md | 267 ### White space 276 // No space immeidately before or after parentheses. 285 // No space between unary operators and their argument. 289 // No space between function name and open parenthesis. 296 // Notice the space between "//" and "N".
|
/system/sepolicy/ |
D | system_app.te | 19 # Access to vold-mounted storage for measuring free space
|
D | logd.te | 1 # android user-space log manager
|
D | README | 63 is stripped of comments and whitespace. This is to preserve space on the
|
/system/media/camera/docs/ |
D | camera_device_info.mako | 82 ## Reserve 2^16 tag id space for each section
|
D | camera_metadata_tags.mako | 60 * Hierarchy positions in enum space. All vendor extension tags must be
|
D | ndk_camera_metadata_tags.mako | 61 * Hierarchy positions in enum space.
|
/system/core/libmemunreachable/ |
D | README.md | 39 …lar to a normal `fork()` child process, except that it shares the address space of the parent - an… 57 - `PtracerThread.cpp`: Used to clone the collection process with shared address space.
|
/system/core/logd/ |
D | README.property | 59 - Pruning filter is of form of a space-separated list of [~][UID][/PID]
|
/system/core/adb/ |
D | SERVICES.TXT | 158 by spaces. If an argument contains a space, it must be quoted with
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 121 space in RAM or "FAIL" if not. The size of
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 1070 Table 195 — Options for space Field of TPM_NV_INDEX ...............................................… 4919 insufficient space for NV allocation 5264 space for internal operations 5272 out of object handles – the handle space for 5289 handle space. Platform specifications are 7276 The 32-bit handle space is divided into 256 regions of equal size with 2 7398 required to authorize allocation of space for a persistent object. These entities are given separat… 7644 the handle space. 8692 is CLEAR, the context associated with the session is no longer in use and the space 13036 always the largest salt value that will fit into the available space. [all …]
|
D | raw_structures_fixed.txt | 1070 Table 195 — Options for space Field of TPM_NV_INDEX ...............................................… 4913 insufficient space for NV allocation 5258 space for internal operations 5266 out of object handles – the handle space for 5277 handle space. Platform specifications are 7303 The 32-bit handle space is divided into 256 regions of equal size with 2 7425 required to authorize allocation of space for a persistent object. These entities are given separat… 7671 the handle space. 8720 is CLEAR, the context associated with the session is no longer in use and the space 13048 always the largest salt value that will fit into the available space. [all …]
|
D | raw_commands.txt | 1240 sufficient RAM space is available (TPM_RC_OBJECT_MEMORY). 1840 This response code indicates that the TPM has exhausted its handle space and 1846 would be able to load 2 objects before the object space is exhausted. 6797 space. 7562 // Copy temporary variable to output, reserve the space for integrity 11477 no space to create an internal object 11760 no space to create an internal object 23205 This allows the space normally 23488 space. 29024 // Save space for fingerprint at the beginning of the buffer [all …]
|
D | raw_commands_fixed.txt | 1240 sufficient RAM space is available (TPM_RC_OBJECT_MEMORY). 1840 This response code indicates that the TPM has exhausted its handle space and 1846 would be able to load 2 objects before the object space is exhausted. 6801 space. 7572 // Copy temporary variable to output, reserve the space for integrity 11488 no space to create an internal object 11771 no space to create an internal object 23216 This allows the space normally 23499 space. 29035 // Save space for fingerprint at the beginning of the buffer [all …]
|