OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe
(Results
551 - 575
of
1852
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/dalvik/libcore/luni/src/main/java/java/io/
ByteArrayInputStream.java
183
// (offset < 0) || (length < 0) to
safe
one operation
ByteArrayOutputStream.java
205
// to
safe
one operation
SequenceInputStream.java
199
// to
safe
one operation
StringWriter.java
127
// instead of (offset < 0) || (count < 0) to
safe
one operation
/dalvik/libcore/nio/src/main/java/java/nio/channels/
SelectionKey.java
99
* Calling this method is
safe
at any time. The call might block until
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java
34
* closing selectable channels. It is thread-
safe
.
SelectorProvider.java
40
* {@link SocketChannel}. All the methods of this class are thread-
safe
.
/dalvik/libcore/security/src/main/java/java/security/cert/
CertPath.java
39
* A {@code CertPath} must be thread-
safe
without requiring coordinated access.
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPath.java
345
* path. The List returned must be immutable and thread-
safe
.
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/
DatatypeConstants.java
157
* Type-
safe
enum class that represents six fields
/dalvik/vm/arch/arm/
CallOldABI.S
139
@
safe
to load two items out of argv even if we're at the end.
/dalvik/vm/mterp/portable/
debug.c
137
* instruction has no interesting side effects, we should be
safe
.
/development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java
96
// If something went wrong reading the state file, be
safe
and
/external/apache-http/src/org/apache/http/impl/
EnglishReasonPhraseCatalog.java
58
* This catalog is thread
safe
, so there typically
/external/bison/lib/
getopt_.h
71
only if __need_getopt is not defined, so it is quite
safe
to rewrite
/external/bluetooth/glib/glib/
ghash.c
28
* MT
safe
700
* This function is MT-
safe
and may be called from any thread.
723
* This function is MT-
safe
and may be called from any thread.
976
/* g_hash_table_lookup_node() never returns a tombstone, so this is
safe
*/
[
all
...]
/external/bluetooth/glib/gobject/
gvaluearray.c
21
* MT
safe
/external/bluetooth/glib/gthread/
gthread-impl.c
31
* MT
safe
/external/clearsilver/util/
neo_err.h
193
* Is not thread
safe
. This registers all of the built in
/external/dbus/
README
143
be
safe
, we'd like to see all the internal dependencies of libdbus
/external/dbus/dbus/
dbus-sysdeps-pthread.c
122
* Not 100% sure this is
safe
, but ... seems like it should be.
/external/dbus/tools/
dbus-launch.1
59
## test for an existing bus daemon, just to be
safe
/external/dropbear/
cli-chansession.c
298
term = "vt100"; /* Seems a
safe
default */
cli-session.c
304
* Note: this is
safe
only with ascii - other charsets could have problems. */
/external/e2fsprogs/intl/
plural.y
358
/* Be
safe
and let the user call this function again. */
Completed in 649 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>