OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe
(Results
726 - 750
of
5042
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/docs/html/guide/components/
processes-and-threads.jd
19
<li><a href="#ThreadSafe">Thread-
safe
methods</a></li>
223
<p>Additionally, the Andoid UI toolkit is <em>not</em> thread-
safe
. So, you must not manipulate
289
<p>Now this implementation is thread-
safe
: the network operation is done from a separate thread
336
<p>Now the UI is
safe
and the code is simpler, because it separates the work into the
367
<h3 id="ThreadSafe">Thread-
safe
methods</h3>
370
therefore must be written to be thread-
safe
. </p>
384
IBinder} methods must, therefore, be implemented to be thread-
safe
.</p>
395
same time, they too must be implemented to be thread-
safe
. </p>
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
Objects.java
35
* That is, this makes {@code c} null-
safe
.
76
* Null-
safe
equivalent of {@code a.equals(b)}.
/libcore/luni/src/main/java/java/math/
NativeBN.java
122
public static native void BN_generate_prime_ex(long ret, int bits, boolean
safe
,
124
// int BN_generate_prime_ex(BIGNUM *ret, int bits, int
safe
,
/libcore/luni/src/main/java/java/nio/channels/
Selector.java
85
* treated as thread-
safe
.
137
* should therefore not be treated as thread-
safe
.
/libcore/luni/src/main/java/java/util/
Objects.java
30
* That is, this makes {@code c} null-
safe
.
71
* Null-
safe
equivalent of {@code a.equals(b)}.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
value_init.hpp
37
// It is
safe
to ignore the following warning from MSVC 7.1 or higher:
40
// It is
safe
to ignore the following MSVC warning, which may pop up when T is
/packages/apps/Launcher3/res/values-lo-rLA/
strings.xml
27
<string name="safemode_shortcut_error" msgid="9160126848219158407">"?????????????????????????????????????????????
Safe
mode"</string>
28
<string name="safemode_widget_error" msgid="4863470563535682004">"????????????????????
Safe
mode"</string>
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Escaper.java
20
* An object that converts literal text into a format
safe
for inclusion in a particular context
29
* <p>An {@code Escaper} instance is required to be stateless, and
safe
when used concurrently by
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java
123
// Warning: this is not thread-
safe
. Take necessary precaution when calling.
132
// Warning: this is not thread-
safe
. Take necessary precaution when calling.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkinstalldirs
72
# Solaris 8's mkdir -p isn't thread-
safe
. If you mkdir -p a/b and
77
# ourselves to GNU mkdir, which is thread-
safe
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
mainloop.h
62
* The main loop functions are designed to be thread
safe
, but the objects
73
* defined in \ref mainloop-api.h. This implementation is thread
safe
pulseaudio.h
95
* thread-
safe
. They are however designed to be reentrant and
103
* The included main loop implementation is also not thread
safe
. Take care
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkinstalldirs
72
# Solaris 8's mkdir -p isn't thread-
safe
. If you mkdir -p a/b and
77
# ourselves to GNU mkdir, which is thread-
safe
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
mainloop.h
62
* The main loop functions are designed to be thread
safe
, but the objects
73
* defined in \ref mainloop-api.h. This implementation is thread
safe
pulseaudio.h
96
* thread-
safe
. They are however designed to be reentrant and
104
* The included main loop implementation is also not thread
safe
. Take care
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkinstalldirs
72
# Solaris 8's mkdir -p isn't thread-
safe
. If you mkdir -p a/b and
77
# ourselves to GNU mkdir, which is thread-
safe
.
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
floatobject.h
59
buffer must be "big enough"; >= 100 is very
safe
.
65
buffer must be "big enough"; >= 100 is very
safe
. Note that it's
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
floatobject.h
59
buffer must be "big enough"; >= 100 is very
safe
.
65
buffer must be "big enough"; >= 100 is very
safe
. Note that it's
/external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h
133
// This class is not thread
safe
, all concurrent accesses should be guarded
135
// Most of the methods of this class are not thread-
safe
(i.e. should
303
// This operation is thread-
safe
as it only touches the dtls.
330
// This operation is thread-
safe
as it only touches the dtls.
338
// This operation is thread-
safe
as it only touches the dtls
/external/guava/guava/src/com/google/common/collect/
ImmutableMap.java
147
static void checkNoConflict(boolean
safe
, String conflictDescription,
149
if (!
safe
) {
169
* <p>Builder instances can be reused - it is
safe
to call {@link #build}
266
* the data when it is
safe
to do so. The exact circumstances under which a
277
@SuppressWarnings("unchecked") //
safe
since map is not writable
ImmutableSetMultimap.java
70
// Casting is
safe
because the multimap will never hold any elements.
177
* <p>Builder instances can be reused; it is
safe
to call {@link #build} multiple
291
* the data when it is
safe
to do so. The exact circumstances under which a
311
@SuppressWarnings("unchecked") //
safe
since multimap is not writable
358
// This cast is
safe
as its type is known in constructor.
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSetMultimap.java
64
// Casting is
safe
because the multimap will never hold any elements.
171
* <p>Builder instances can be reused; it is
safe
to call {@link #build} multiple
285
* the data when it is
safe
to do so. The exact circumstances under which a
305
@SuppressWarnings("unchecked") //
safe
since multimap is not writable
352
// This cast is
safe
as its type is known in constructor.
/external/llvm/docs/
Bugpoint.rst
45
test program with the "
safe
" backend (which is assumed to generate good code) to
89
"
safe
" backend (into a shared object), and one piece which it runs with either
93
"test" [to be compiled with the code generator] and "
safe
" [to be compiled with
94
the "
safe
" backend], respectively), and instructions for reproducing the
95
problem. The code generator debugger assumes that the "
safe
" backend produces
/external/llvm/lib/CodeGen/
README.txt
117
collector
safe
points; the collector could move the objects and invalidate the
118
derived pointer. This is bad enough in the first place, but
safe
points can
127
If the i64 division is lowered to a libcall, then a
safe
point will (must)
132
are never live across
safe
point boundaries. But the loads cannot be copied
135
Only a concurrent mutator can trigger a collection at the libcall
safe
point.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py
183
fullurl = quote(fullurl,
safe
="%/:=&?~#+!$,;'@()*[]|")
732
proxyhost = quote(user,
safe
='') + ':' + quote(passwd,
safe
='') + '@' + proxyhost
749
proxyhost = quote(user,
safe
='') + ':' + quote(passwd,
safe
='') + '@' + proxyhost
762
host = quote(user,
safe
='') + ':' + quote(passwd,
safe
='') + '@' + host
775
host = quote(user,
safe
='') + ':' + quote(passwd,
safe
='') + '@' + host
[
all
...]
Completed in 316 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>