HomeSort by relevance Sort by last modified time
    Searched full:safe (Results 1 - 25 of 1852) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/man/man3/
cgi_url_validate.3 29 one of the accepted safe schemes.
30 If not, it returns "#" as a safe substitute.
32 It then html escapes the entire URL so that it is safe to
dictRemove.3 32 MT-Level: Safe if <dict> thread-safe.
skipDelete.3 32 MT-Level: Safe if <list> thread-safe.
dictCreate.3 27 threaded - true if list should be thread-safe.
45 multi-thread safe. <root>, <maxLevel>, and <flushLimit>
48 MT-Level: Safe.
dictCleanup.3 35 MT-Level: Safe if <dict> thread-safe.
dictReleaseLock.3 34 MT-Level: Safe if <dict> thread-safe.
dictSetValue.3 35 MT-Level: Safe if <dict> thread-safe.
skipInsert.3 37 MT-Level: Safe if <list> thread-safe.
skipRelease.3 34 MT-Level: Safe if <list> thread-safe.
cCreate.3 30 MT-Level: Safe for unique <cond>.
dictDestroy.3 30 MT-Level: Safe for unique <dict>.
fDestroy.3 31 MT-Level: Safe for unique <lock>.
fUnlock.3 30 MT-Level: Safe.
mCreate.3 30 MT-Level: Safe for unique <mutex>.
mDestroy.3 30 MT-Level: Safe for unique <mutex>.
mLock.3 31 MT-Level: Safe.
mUnlock.3 30 MT-Level: Safe.
  /external/webkit/WebKitTools/QueueStatusServer/templates/
patch.html 9 Patch {{ attachment_id|force_escape|webkit_attachment_id|safe }} (Bug {{ bug_id|force_escape|webkit_bug_id|safe }})
15 <span class="status-message">{{ status.message|force_escape|urlize|webkit_linkify|safe }}</span>{% if status.results_file %}
16 <span class="status-results">[{{ status.key.id|results_link|safe }}]</span>{% endif %}
recentstatus.html 14 Patch {{ status.active_patch_id|force_escape|webkit_attachment_id|safe }} from bug
15 {{ status.active_bug_id|force_escape|webkit_bug_id|safe }}:
17 <span class="status-message">{{ status.message|force_escape|urlize|webkit_linkify|safe }}</span>{% if status.results_file %}
18 <span class="status-results">[{{ status.key.id|results_link|safe }}]</span>{% endif %}
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
NotThreadSafe.java 19 * The class to which this annotation is applied is not thread-safe. This
21 * that might otherwise be assumed to be thread-safe, despite the fact that it
22 * is a bad idea to assume a class is thread-safe without good reason.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
UrlBase64.java 13 * data that is safe for use as an URL parameter. Base64 encoding does not
14 * produce encoded values that are safe for use in URLs, since "/" can be
24 * Encode the input data producing a URL safe base 64 encoded byte array.
26 * @return a byte array containing the URL safe base 64 encoded data.
39 throw new RuntimeException("exception encoding URL safe base64 string: " + e);
59 * Decode the URL safe base 64 encoded input data - white space will be ignored.
74 throw new RuntimeException("exception decoding URL safe base64 string: " + e);
81 * decode the URL safe base 64 encoded byte data writing it to the given output stream,
95 * decode the URL safe base 64 encoded String data - whitespace will be ignored.
110 throw new RuntimeException("exception decoding URL safe base64 string: " + e)
    [all...]
  /bootable/recovery/minzip/
Android.mk 13 external/safe-iop/include
  /external/apache-http/src/org/apache/commons/codec/net/
URLCodec.java 59 * BitSet of www-form-url safe characters.
104 * Encodes an array of bytes into an array of URL safe 7-bit
107 * @param urlsafe bitset of characters deemed URL safe
108 * @param bytes array of bytes to convert to URL safe characters
109 * @return array of bytes containing URL safe characters
146 * Decodes an array of URL safe 7-bit characters into an array of
150 * @param bytes array of URL safe characters
185 * Encodes an array of bytes into an array of URL safe 7-bit
188 * @param bytes array of bytes to convert to URL safe characters
189 * @return array of bytes containing URL safe character
    [all...]
  /external/clearsilver/util/
skiplist.h 3 * Thread-safe Skiplist Using Integer Identifiers
50 * multi-thread safe. <root> and <maxLevel> determine
57 * Input: threaded - true if list should be thread-safe.
66 * MT-Level: Safe.
77 * MT-Level: Safe for unique <list>.
96 * MT-Level: Safe if <list> thread-safe.
113 * MT-Level: Safe if <list> thread-safe.
126 * MT-Level: Safe if <list> thread-safe
    [all...]
ulocks.h 3 * Thread-safe Skiplist Using Integer Identifiers
31 * MT-Level: Safe.
45 * MT-Level: Safe.
56 * MT-Level: Safe for unique <lock>.
68 * MT-Level: Safe.
78 * MT-Level: Safe.
94 * MT-Level: Safe for unique <mutex>.
104 * MT-Level: Safe for unique <mutex>.
116 * MT-Level: Safe.
127 * MT-Level: Safe
    [all...]

Completed in 242 milliseconds

1 2 3 4 5 6 7 8 91011>>