OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe
(Results
101 - 125
of
1852
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
MappedByteBufferFactory.java
56
* than Integer.MAX_VALUE, so long to int cast is
safe
here.
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
DHParametersGenerator.java
46
// find a
safe
prime p where p = 2*q + 1, where p and q are prime.
/dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
String.java
45
return (XString)right.xstr(); // semi-
safe
cast.
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEvent.java
55
* @return true if it is
safe
to throttle after this event, and false otherwise.
/development/simulator/app/
LogMessage.h
4
// Class to hold a single log message. Not thread
safe
.
UserEventMessage.h
17
* for carting data from one thread to another in a wxWidgets-
safe
manner,
/external/dbus/bus/
messagebus.in
42
## program name "$servicename" that should be
safe
-ish
rc.messagebus.in
45
## program name "$servicename" that should be
safe
-ish
/external/dropbear/libtommath/etc/
2kprime.c
1
/* Makes
safe
primes of a 2k nature */
/external/gtest/include/gtest/internal/
gtest-linked_ptr.h
59
// a linked_ptr object is thread-
safe
in the sense that:
60
// - it's
safe
to copy linked_ptr objects concurrently,
61
// - it's
safe
to copy *from* a linked_ptr and read its underlying
63
// - it's
safe
to write to two linked_ptrs that point to the same
/external/guava/src/com/google/common/collect/
ExplicitOrdering.java
40
return rank(left) - rank(right); //
safe
because both are nonnegative
/external/icu4c/samples/legacy/
newcol.cpp
39
// Not thread
safe
or anything
/external/kernel-headers/original/linux/
uio.h
50
* NOTE that it is not
safe
to use this function until all the iovec's
/external/opencore/oscl/oscl/osclerror/src/
oscl_error_imp_jumps.cpp
38
//invoke this routine again. It is not
safe
to return
/external/openssl/crypto/dh/
dh_gen.c
91
* for 3, p mod 12 == 5 <<<<< does not work for
safe
primes.
98
* Since DH should be using a
safe
prime (both p and q are prime),
133
#if 0 /* does not work for
safe
primes */
152
* generator or not: since we are using
safe
primes,
/external/speex/include/speex/
speex_buffer.h
4
This is a very simple ring buffer implementation. It is not thread-
safe
/external/webkit/JavaScriptCore/runtime/
InitializeThreading.h
34
// This function must be called from the main thread. It is
safe
to call it repeatedly.
/external/webkit/JavaScriptCore/wtf/
ThreadSpecificWin.cpp
47
// The layout of ThreadSpecific<T>::Data does not depend on T. So we are
safe
to do the static cast to ThreadSpecific<int> in order to access its data member.
/external/webkit/WebCore/loader/
CachedResourceClientWalker.h
36
// Just keep calling next() on this. It's
safe
from deletions of items.
/external/webkit/WebCore/platform/sql/
SQLValue.cpp
45
// Must return a copy since ref-shared Strings are not thread
safe
/frameworks/base/camera/libcameraservice/
FakeCamera.h
31
* This class is not thread-
safe
.
/ndk/build/platforms/android-3/arch-arm/usr/include/
libgen.h
40
/* special thread-
safe
Bionic versions
/ndk/build/platforms/android-4/arch-arm/usr/include/
libgen.h
40
/* special thread-
safe
Bionic versions
/ndk/build/platforms/android-5/arch-arm/usr/include/
libgen.h
40
/* special thread-
safe
Bionic versions
/ndk/build/platforms/android-5/arch-x86/usr/include/
libgen.h
40
/* special thread-
safe
Bionic versions
Completed in 44 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>