Home
last modified time | relevance | path

Searched refs:space (Results 1 – 23 of 23) sorted by relevance

/system/core/base/
Dstringprintf.cpp28 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/
Dchrome_browser_proxy_resolver.cc163 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/
Dlist_proxies.cc76 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/
Dprofile.cc338 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()
DNETLINK_MESSAGES.txt7 software in kernel space. Messages that are passed across netlink sockets take
/system/connectivity/shill/bin/
Dff_debug24 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
Dwpa_debug48 # 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/
DAndroid.mk69 $(eval p := $(subst :,$(space),$(s)))\
/system/bt/doc/
Dstyle_guide.md267 ### 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/
Dsystem_app.te19 # Access to vold-mounted storage for measuring free space
Dlogd.te1 # android user-space log manager
DREADME63 is stripped of comments and whitespace. This is to preserve space on the
/system/media/camera/docs/
Dcamera_device_info.mako82 ## Reserve 2^16 tag id space for each section
Dcamera_metadata_tags.mako60 * Hierarchy positions in enum space. All vendor extension tags must be
Dndk_camera_metadata_tags.mako61 * Hierarchy positions in enum space.
/system/core/libmemunreachable/
DREADME.md39 …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/
DREADME.property59 - Pruning filter is of form of a space-separated list of [~][UID][/PID]
/system/core/adb/
DSERVICES.TXT158 by spaces. If an argument contains a space, it must be quoted with
/system/core/fastboot/
Dfastboot_protocol.txt121 space in RAM or "FAIL" if not. The size of
/system/tpm/trunks/generator/
Draw_structures.txt1070 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 …]
Draw_structures_fixed.txt1070 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 …]
Draw_commands.txt1240 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 …]
Draw_commands_fixed.txt1240 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 …]