OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe
(Results
201 - 225
of
5042
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java
110
// Unknown UID -- fail
safe
: cleartext traffic not permitted
133
// Unknown package -- fail
safe
: cleartext traffic not permitted
138
// No app info -- fail
safe
: cleartext traffic not permitted
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
functions.h
60
/**
Safe
iterators know if they are singular. */
79
/**
Safe
iterators know if they are singular. */
137
/**
Safe
iterators know how to check if they form a valid range. */
144
/**
Safe
local iterators know how to check if they form a valid range. */
215
// random access
safe
iterators is done using the base iterator.
250
// random access
safe
iterators is done using the base iterator.
366
// random access
safe
iterators is done using the base iterator.
409
// random access
safe
iterators is done using the base iterator.
450
// random access
safe
iterators is done using the base iterator.
494
// random access
safe
iterators is done using the base iterator
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
functions.h
60
/**
Safe
iterators know if they are singular. */
79
/**
Safe
iterators know if they are singular. */
137
/**
Safe
iterators know how to check if they form a valid range. */
144
/**
Safe
local iterators know how to check if they form a valid range. */
215
// random access
safe
iterators is done using the base iterator.
250
// random access
safe
iterators is done using the base iterator.
366
// random access
safe
iterators is done using the base iterator.
409
// random access
safe
iterators is done using the base iterator.
450
// random access
safe
iterators is done using the base iterator.
494
// random access
safe
iterators is done using the base iterator
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHParametersHelper.java
29
logger.info("Generating
safe
primes. This may take a long time.");
73
logger.info("Generated
safe
primes: " + tries + " tries took " + duration + "ms");
/external/clang/test/ARCMT/
check-with-serialized-diag.m
42
// CHECK: {{.*}}check-with-serialized-diag.m:32:4: error: [rewriter] it is not
safe
to remove 'retain' message on an __unsafe_unretained type
44
// CHECK-NEXT: {{.*}}check-with-serialized-diag.m:34:4: error: [rewriter] it is not
safe
to remove 'retain' message on a global variable
/external/easymock/src/org/easymock/
IMocksControl.java
81
* Makes the mock thread
safe
.
83
* @param threadSafe If the mock should be thread
safe
or not
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
GlideUrl.java
59
String
safe
= Uri.encode(unsafe, ALLOWED_URI_CHARS);
local
61
safeUrl = new URL(
safe
);
/external/guava/guava/src/com/google/common/collect/
RegularImmutableList.java
61
// The fake cast to E is
safe
because the creation methods only allow E's
105
// The fake cast to E is
safe
because the creation methods only allow E's
/external/guava/guava-tests/test/com/google/common/escape/
ArrayBasedCharEscaperTest.java
92
// the
safe
range or not ('&' is a
safe
char while '\t' and '\n' are not).
/external/icu/icu4c/source/common/
ucln.h
27
* allocated memory because a cleanup function is not meant to be thread
safe
,
84
* Not thread
safe
.
/external/icu/icu4c/source/i18n/
quantityformatter.h
35
*
safe
, but concurrent const and non-const method calls on a QuantityFormatter
36
* object are not
safe
and require synchronization.
/external/libunwind/doc/
unw_get_fpreg.man
70
is thread\-
safe
as well as
safe
to use
unw_get_fpreg.tex
45
\Func{unw\_get\_fpreg}() is thread-
safe
as well as
safe
to use
unw_get_proc_name.man
81
is thread\-
safe
. If cursor cp
83
in the local address\-space, this routine is also
safe
to use from a
unw_get_reg.man
72
is thread\-
safe
as well as
safe
to use
unw_get_reg.tex
46
\Func{unw\_get\_reg}() is thread-
safe
as well as
safe
to use
unw_init_local.man
82
is thread\-
safe
as well as
safe
to use from a
unw_init_local.tex
54
\Func{unw\_init\_local}() is thread-
safe
as well as
safe
to use from a
unw_init_remote.man
81
is thread\-
safe
. If the local address\-space
83
this routine is also
safe
to use from
unw_is_signal_frame.tex
41
\Func{unw\_is\_signal\_frame}() is thread-
safe
as well as
safe
to use
unw_set_caching_policy.man
91
is thread\-
safe
but \fInot\fP
92
safe
unw_set_fpreg.man
72
is thread\-
safe
as well as
safe
to use
unw_set_fpreg.tex
45
\Func{unw\_set\_fpreg}() is thread-
safe
as well as
safe
to use
unw_set_reg.man
73
is thread\-
safe
as well as
safe
to use
unw_set_reg.tex
46
\Func{unw\_set\_reg}() is thread-
safe
as well as
safe
to use
Completed in 159 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>