OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe
(Results
326 - 350
of
1852
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
bmtrace.h
57
/* Add trace entry. not
safe
, but will do */
/external/icu4c/common/
ucnv_bld.c
195
/* Not thread
safe
. */
[
all
...]
/dalvik/libcore/nio/src/main/java/java/nio/channels/
FileLock.java
57
* processes to not play well. To be on the
safe
side, it is best to assume that
64
* channels open on the same file; their locks will also be released. The
safe
/external/bluetooth/glib/docs/reference/glib/tmpl/
datalist.sgml
35
To iterate over all data elements in a datalist use g_datalist_foreach() (not thread-
safe
).
192
Note that this function is NOT thread-
safe
. So unless @datalist
datasets.sgml
37
To iterate over all data elements in a dataset use g_dataset_foreach() (not thread-
safe
).
182
Note that this function is NOT thread-
safe
. So unless @datalist
/external/clearsilver/python/examples/base/
SafeHtml.py
7
## 1)
safe
- ie, <b>, <i>, etc.
101
# sys.stderr.write("
Safe
tag %s\n" % tag)
/external/kernel-headers/original/linux/
list.h
296
* can only be
safe
if the only activity that can happen
388
* list_for_each_safe - iterate over a list
safe
against removal of list entry
457
* list_for_each_entry_safe - iterate over list of given type
safe
against removal of list entry
477
*
safe
against removal of list entry.
492
* Iterate over list of given type from current point,
safe
against
507
* Iterate backwards over list of given type,
safe
against removal
541
* Iterate over an rcu-protected list,
safe
against removal of list entry.
856
* hlist_for_each_entry_safe - iterate over list of given type
safe
against removal of list entry
plist.h
163
* plist_for_each_entry_safe - iterate over a plist of given type
safe
184
* plist_for_each_entry_safe - iterate over list of given type
safe
against
/external/neven/Embedded/common/src/b_TensorEm/
Int32Mat.h
103
* internally calls solve2() which is overflow
safe
;
125
* overflow
safe
;
/external/webkit/WebCore/platform/text/
TextEncoding.cpp
148
// FIXME: This is not thread-
safe
. At the moment, this function is
150
// thread-
safe
along with usesVisualOrdering().
/frameworks/base/core/java/android/pim/vcard/
VCardEntryConstructor.java
176
// byteBuffer.remaining(). Here, we keep on the
safe
side.
194
// Previous code had done this replacement. Keep on the
safe
side.
/external/bluetooth/glib/glib/
gmessages.c
28
* MT
safe
628
/* Not thread-
safe
, but doesn't matter if we print the warning twice
833
gboolean
safe
;
local
856
safe
= *(p + 1) == '\n';
860
safe
= CHAR_IS_SAFE (wc);
863
if (!
safe
)
/external/icu4c/test/cintltst/
utf16tst.c
131
/*codepoint-unsafe, codepoint-
safe
(not strict) codepoint-
safe
(strict)*/
339
static uint16_t fwd_N_safe[] ={0, 1, 5, 8, 10, 12, 12}; /*
safe
macro keeps it at the end of the string */
557
/*append-position(
safe
), CHAR to be appended */
574
/*offse-moved-to(
safe
)*/
592
/*
safe
*/
/frameworks/base/core/java/android/accounts/
AccountManager.java
248
* <p>It is
safe
to call this method from the main thread.
265
* <p>It is
safe
to call this method from the main thread.
290
* <p>It is
safe
to call this method from the main thread.
313
* <p>It is
safe
to call this method from the main thread.
334
* <p>It is
safe
to call this method from the main thread.
358
* <p>It is
safe
to call this method from the main thread.
470
* <p>It is
safe
to call this method from the main thread.
536
* <p>It is
safe
to call this method from the main thread.
563
* <p>It is
safe
to call this method from the main thread.
591
* <p>It is
safe
to call this method from the main thread
[
all
...]
/external/icu4c/common/unicode/
utf_old.h
37
* - Switch on UTF_SAFE etc. (selection of unsafe/
safe
/strict default string processing)
49
* - "
Safe
" append macros needed the addition of an error indicator output.
50
* - "
Safe
" UTF-8 macros used legitimate (if rarely used) code point values
57
* for string processing, and among unsafe/
safe
/strict default macros for that.
113
* Where such a distinction is useful, there are two versions of the macros, "unsafe" and "
safe
"
115
* program failures if the strings are not well-formed. The
safe
macros have an additional, boolean
118
*
Safe
macros return special error code points for illegal/irregular sequences:
128
* the
safe
/not strict (default) or the
safe
/strict macro;
131
* <p>It is possible to change the default choice for the general alias macros to be unsafe,
safe
/not strict or safe/strict
[
all
...]
/external/icu4c/samples/ustring/
ustring.cpp
525
UnicodeString invariantOnly=UNICODE_STRING("such characters are
safe
123 %-.", 32);
534
U_STRING_DECL(invString, "such characters are
safe
123 %-.", 32);
536
U_STRING_INIT(invString, "such characters are
safe
123 %-.", 32);
545
static const char *cs1="such characters are
safe
123 %-.";
580
// Note: Using a global variable for any object is not exactly thread-
safe
...
/external/iptables/libiptc/
linux_list.h
271
* can only be
safe
if the only activity that can happen
365
* list_for_each_safe - iterate over a list
safe
against removal of list entry
425
* list_for_each_entry_safe - iterate over list of given type
safe
against removal of list entry
455
* list_for_each_safe_rcu - iterate over an rcu-protected list
safe
693
* hlist_for_each_entry_safe - iterate over list of given type
safe
against removal of list entry
/external/openssl/crypto/
ex_data.c
6
* This code is now *mostly* thread-
safe
. It is now easier to understand in what
7
* ways it is
safe
and in what ways it is not, which is an improvement. Firstly,
394
/* Thread-
safe
by copying a class's array of "CRYPTO_EX_DATA_FUNCS" entries in
396
* the global "ex_data" state (ie. class definitions), not thread-
safe
on 'ad'
544
* thread-
safe
without overhauling a lot of stuff, and shouldn't really be
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java
372
* because it is not thread-
safe
.
453
* A more type-
safe
way to get a stack of prefix mappings
464
* A more type-
safe
way of saving stacks under the
/external/clearsilver/cs/
cs.h
188
* "
safe
" from extensions that might try to do silly things like SQL queries.
312
* routines. They should be
safe
in an MT environment as long
402
* structure passed to cs_init. It is
safe
to call this
/external/guava/src/com/google/common/collect/
ImmutableList.java
64
// Casting to any type is
safe
because the list will never hold any elements.
233
* <p>This method is
safe
to use even when {@code elements} is a synchronized
404
* <p>Builder instances can be reused - it is
safe
to call {@link #build}
ImmutableMap.java
59
// Casting to any type is
safe
because the set will never hold any elements.
155
* <p>Builder instances can be reused - it is
safe
to call {@link #build}
233
@SuppressWarnings("unchecked") //
safe
since map is not writable
ImmutableSet.java
74
// Casting to any type is
safe
because the set will never hold any elements.
309
* The cast is
safe
because the only way to create an instance is via the
459
* <p>Builder instances can be reused - it is
safe
to call {@link #build}
Multisets.java
73
// This is
safe
because all non-covariant methods are overriden
92
//
Safe
because the returned set is made unmodifiable and Entry
100
//
Safe
because the returned Iterator is made unmodifiable
/external/icu4c/i18n/unicode/
utmscale.h
21
* Unix time (seconds since Jan 1, 1970) think that they are
safe
until near the year 2038.
399
* The constant used to select the minimum
safe
rounding value
411
* The constant used to select the maximum
safe
rounding value
Completed in 401 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>