OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe
(Results
626 - 650
of
5042
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/toybox/toys/posix/
comm.c
3
* Copyright 2012 Ilya Kuzmich <ikv@
safe
-mail.net>
/frameworks/av/cmds/screenrecord/
Program.h
30
* Not thread-
safe
.
/frameworks/av/media/libnbaio/
PipeReader.cpp
49
// read() is not multi-thread
safe
w.r.t. itself, so no mutex or atomic op needed to read mFront
/frameworks/base/core/java/android/app/
KeyguardManager.java
293
*
safe
without the user getting past the keyguard, needs to navigate to
294
* something that is not
safe
to view without getting past the keyguard.
303
* it is
safe
to launch anything that would normally be considered
safe
/frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java
28
* This class is not thread-
safe
.
/frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp
56
// Enable multi-threaded mode. In this mode, SQLite is
safe
to use by multiple
/frameworks/base/graphics/java/android/graphics/drawable/
PictureDrawable.java
86
// not sure, so be
safe
/frameworks/base/media/mca/filterfw/native/core/
time_util.cpp
75
// singleton to avoid that and make it thread
safe
.
/frameworks/base/media/mca/filterpacks/native/base/
time_util.cpp
73
// singleton to avoid that and make it thread
safe
.
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardStateMonitor.java
39
// the state change of Keyguard. To be extra
safe
, assume most restrictive values until Keyguard
/frameworks/compile/libbcc/lib/Support/
OutputFile.cpp
36
// Keep
safe
and issue a warning.
/frameworks/rs/
rsSignal.cpp
89
// This is
safe
it will just make things less reponsive
/frameworks/wilhelm/src/objects/
CAudioPlayer.c
79
//
Safe
to proceed immediately if a track has not yet been assigned
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_convolve_neon.c
38
* this is
safe
if somewhat less than ideal.
/libcore/luni/src/main/java/java/nio/channels/
Channel.java
31
* whether they are thread-
safe
or not.
/libcore/luni/src/main/java/java/util/
LinkedHashSet.java
29
* Like HashSet, LinkedHashSet is not thread
safe
, so access by multiple threads
/libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java
42
* This class is not thread-
safe
.
/libcore/luni/src/main/java/javax/xml/transform/
overview.html
215
<i>Thread safety: </i>Thread-
safe
for concurrent
227
is
safe
.<br>
238
<i>Thread safety: </i>Thread-
safe
concurrently over multiple
251
<i>Thread safety: </i>Thread-
safe
concurrently over multiple threads for read-only,
/libcore/luni/src/main/native/
libcore_icu_NativeIDN.cpp
46
// it's
safe
enough.
/libcore/luni/src/test/java/libcore/javax/net/ssl/
HttpsURLConnectionTest.java
32
* HTTPS URL which cannot be resolved and is thus
safe
to use in tests where network traffic
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java
31
* Provides thread-
safe
access to a camera.
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
PictureCallbackAdapter.java
30
* Splits a {@link OneCamera.PictureCallback} into separate thread-
safe
PictureTakerImpl.java
83
// Wrap the pictureCallback with a thread-
safe
adapter which guarantees
/packages/apps/Camera2/src/com/android/camera/settings/
SettingObserver.java
29
* Wraps a {@link SettingsManager} setting with thread-
safe
interfaces for
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java
52
// Setting a text changed listener is
safe
even after the view is detached.
Completed in 1054 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>