OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe
(Results
676 - 700
of
5042
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/system/extras/perfprofd/quipper/base/
macros.h
78
// functions. It's less
safe
than arraysize as it accepts some
118
// Use implicit_cast as a
safe
version of static_cast or const_cast
122
// When you use implicit_cast, the compiler checks that the cast is
safe
.
251
// thread-
safe
initialization, use base/lazy_instance.h instead.
/external/llvm/docs/
GarbageCollection.rst
87
either the language or the compiler: it can handle non-type-
safe
programming
94
program at run-time (which requires that the source-language be type-
safe
in
161
* Computation of the stack map. For each
safe
point in the code, object
417
* Not thread-
safe
.
611
* No
safe
points are added to the code.
682
| **
safe
| | | | | | | | |
698
| at
safe
| | | | | | | | |
[
all
...]
/external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h
57
// thread-compatible, or thread-
safe
. Here are the meanings we use:
59
// thread-
safe
: it is
safe
for multiple threads to call this routine
62
// thread-hostile: it is not
safe
for multiple threads to call this
66
// thread-compatible: it is
safe
for multiple threads to read from
127
// This function is
safe
to call at global construct time (as in the
190
// The following functions are thread-
safe
as long as SetArgv() is
198
// ProgramUsage() is thread-
safe
as long as SetUsageMessage() is only
208
// These programmatic ways to access flags are thread-
safe
, but direct
273
// This class is thread-
safe
[
all
...]
/external/icu/icu4c/source/common/unicode/
utf8.h
326
* "
Safe
" macro, checks for illegal sequences and for string boundaries.
373
* "
Safe
" macro, checks for illegal sequences and for string boundaries.
456
* "
Safe
" macro, checks for a valid code point.
501
* "
Safe
" macro, checks for illegal sequences and for string boundaries.
549
* "
Safe
" macro, checks for illegal sequences and for string boundaries.
591
* "
Safe
" macro, checks for illegal sequences and for string boundaries.
652
* "
Safe
" macro, checks for illegal sequences and for string boundaries.
679
* "
Safe
" macro, checks for illegal sequences and for string boundaries.
725
* "
Safe
" macro, checks for illegal sequences and for string boundaries.
765
* "
Safe
" macro, checks for illegal sequences and for string boundaries
[
all
...]
putil.h
81
* This function is not thread-
safe
. Use it before calling ICU APIs from
104
* This function is not thread
safe
; it must not be called concurrently with
/external/lldb/include/lldb/Host/
File.h
236
/// NOTE: This function is NOT thread
safe
. Use the read function
257
/// NOTE: This function is NOT thread
safe
. Use the write function
279
/// NOTE: This function is NOT thread
safe
, other threads that
281
/// For thread
safe
reads and writes see the following functions:
302
/// NOTE: This function is NOT thread
safe
, other threads that
304
/// For thread
safe
reads and writes see the following functions:
325
/// NOTE: This function is NOT thread
safe
, other threads that
327
/// For thread
safe
reads and writes see the following functions:
349
/// NOTE: This function is thread
safe
in that clients manager their
375
/// NOTE: This function is thread
safe
in that clients manager thei
[
all
...]
/art/runtime/
monitor_pool.h
121
// Note: This is
safe
as we do not ever move chunks.
135
// Note: This is
safe
as we do not ever move chunks.
/development/samples/ApiDemos/res/values/
styles.xml
24
The default definition is the
safe
one, using a theme that has always
37
The default definition is the
safe
one, using a theme that has always
/external/bison/build-aux/snippet/
warn-on-use.h
32
function. But this implies that _GL_WARN_ON_USE is only
safe
to
39
C++, it is only
safe
to use if FUNCTION has no overloads.
/external/ceres-solver/internal/ceres/
casts.h
45
// Use implicit_cast as a
safe
version of static_cast or const_cast
74
// type Foo to type SubclassOfFoo), static_cast<> isn't
safe
, because
dynamic_compressed_row_sparse_matrix.h
35
// allows independent insertion of entries into each row (thread-
safe
).
71
// thread-
safe
across rows i.e. different threads can insert values
implicit_schur_complement.h
85
// THREAD SAFETY: This class is nqot thread
safe
. In particular, the
86
// RightMultiply (and the LeftMultiply) methods are not thread
safe
as
/external/cmockery/cmockery_0_1_2/
mkinstalldirs
69
# Solaris 8's mkdir -p isn't thread-
safe
. If you mkdir -p a/b and
74
# ourselves to GNU mkdir, which is thread-
safe
.
/external/guava/guava/src/com/google/common/collect/
ForwardingMapEntry.java
47
* <p>The {@code standard} methods are not guaranteed to be thread-
safe
, even
48
* when all of the methods that they depend on are thread-
safe
.
ForwardingSortedMap.java
49
* guaranteed to be thread-
safe
, even when all of the methods that they depend
50
* on are thread-
safe
.
ForwardingSortedSet.java
49
* guaranteed to be thread-
safe
, even when all of the methods that they depend
50
* on are thread-
safe
.
ImmutableSortedMultiset.java
195
*
safe
to do so. The exact circumstances under which a copy will or will not be performed are
198
* <p>This method is not type-
safe
, as it may be called on elements that are not mutually
216
* <p>This method is not type-
safe
, as it may be called on elements that are not mutually
247
*
safe
to do so. The exact circumstances under which a copy will or will not be performed are
255
@SuppressWarnings("unchecked") // immutable collections are always
safe
for covariant casts
277
*
safe
to do so. The exact circumstances under which a copy will or will not be performed are
280
* <p>This method is
safe
to use even when {@code sortedMultiset} is a synchronized or concurrent
433
* <p>Builder instances can be reused; it is
safe
to call {@link #build} multiple times to build
Interners.java
38
* Returns a new thread-
safe
interner which retains a strong reference to each instance it has
55
* Returns a new thread-
safe
interner which retains a weak reference to each instance it has
/external/guava/guava/src/com/google/common/primitives/
Primitives.java
111
// cast is
safe
: long.class and Long.class are both of type Class<Long>
129
// cast is
safe
: long.class and Long.class are both of type Class<Long>
/external/guava/guava-tests/test/com/google/common/escape/
EscapersTest.java
52
// Setting a
safe
range and unsafe replacement works as expected.
63
// Explicit replacements take priority over
safe
characters.
/external/icu/icu4c/source/common/
rbbidata.h
81
uint32_t fSFTable; /*
safe
point forward transition table */
83
uint32_t fSRTable; /*
safe
point reverse transition table */
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
SharedObject.java
174
* Increments the number of references to this object. Thread-
safe
.
179
* and auto-deletes "this" if the number becomes 0. Thread-
safe
.
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
Counter.java
49
synchronized (RWLong.class) { // make thread-
safe
58
synchronized (this) { // make thread-
safe
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h
95
* Defined if threaded initialization is known to be
safe
on this platform.
97
* triggering allocation in order for threaded allocation to be
safe
.
jemalloc_internal_defs.h.in
89
* Defined if threaded initialization is known to be
safe
on this platform.
91
* triggering allocation in order for threaded allocation to be
safe
.
Completed in 376 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>