OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe
(Results
651 - 675
of
1852
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/guava/src/com/google/common/collect/
Iterators.java
70
// Casting to any type is
safe
since there are no actual elements.
97
// Casting to any type is
safe
since there are no actual elements.
[
all
...]
/external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp
167
// The following code is
safe
for cross-domain and same domain use.
310
// The following code is
safe
for cross-domain and same domain use.
[
all
...]
/frameworks/base/core/java/android/database/
DatabaseUtils.java
[
all
...]
/dalvik/libcore/json/src/main/java/org/json/
JSONStringer.java
55
* this class are not thread
safe
. Although this class is nonfinal, it was not
/dalvik/libcore/logging/src/main/java/java/util/logging/
StreamHandler.java
48
* This class is not thread-
safe
.
/dalvik/libcore/luni/src/main/java/java/io/
BufferedWriter.java
222
// instead of (offset < 0) || (count < 0) to
safe
one operation
FileInputStream.java
297
// to
safe
one operation
FileOutputStream.java
283
// to
safe
one operation
InputStreamReader.java
241
// instead of (offset < 0) || (length < 0) to
safe
one operation
/dalvik/libcore/nio/src/main/java/java/nio/
Buffer.java
43
* Buffers are not thread-
safe
. If concurrent access to a buffer instance is
/dalvik/libcore/prefs/src/main/java/java/util/prefs/
Preferences.java
89
* The methods of this class are thread-
safe
. If multiple JVMs are using the
282
* serialization), this call is not thread-
safe
.</i>
309
* serialization), this call is not thread-
safe
.</i>
544
* serialization), this call is not thread-
safe
.</i>
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java
392
// the only
safe
solution is to restore it back
ElemCallTemplate.java
253
// the only
safe
solution is to restore it back
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java
66
/** Workspace for lookup. NOT THREAD
SAFE
!
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
XPathAPI.java
44
*
safe
, since it guarantees that you're always processing against a
/development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java
171
// If something went wrong reading the state file, be
safe
/external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java
390
// it should be
safe
to release the connection immediately. Besides,
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java
83
* Creates a new thread
safe
connection manager.
package.html
38
The implementation of a thread-
safe
client connection manager.
/external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java
115
* "
safe
transport" through the network. This differs from a content coding in that
/external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java
48
* Instances of this class are stateless and thread-
safe
.
BasicLineFormatter.java
51
* Instances of this interface are expected to be stateless and thread-
safe
.
HeaderValueParser.java
44
* Instances of this interface are expected to be stateless and thread-
safe
.
/external/bluetooth/glib/
NEWS.pre-1-3
89
- Enhancements to the generic main-loop mechanism to be thread-
safe
.
/external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c
569
/* FIXME: Not UTF-8
safe
. Doesn't work if lines are greater than 255 chars.
Completed in 103 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>