OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe
(Results
501 - 525
of
5042
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/v8/src/base/
lazy-instance.h
12
// LazyInstance is completely thread
safe
, assuming that you create it safely.
46
// - This implementation of LazyInstance IS THREAD-
SAFE
by default. See
95
// 16-byte alignment fallback to be on the
safe
side here.
/frameworks/av/include/media/nbaio/
MonoPipe.h
33
// Like Pipe, it is not multi-thread
safe
for either writer or reader
41
// Note: whatever shares this object with another thread needs to do so in an SMP-
safe
way (like
120
//
safe
because we "&" with (mMaxFrames-1) at end of computations to calculate a buffer index.
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
Charsets.java
34
* A cheap and type-
safe
constant for the ISO-8859-1 Charset.
39
* A cheap and type-
safe
constant for the US-ASCII Charset.
44
* A cheap and type-
safe
constant for the UTF-8 Charset.
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidImageProxy.java
49
// implementation can be thread-
safe
(without requiring any locking)
84
* {@link android.media.Image} is not thread-
safe
, so all interactions must
102
// implementation can be thread-
safe
(without requiring any locking)
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h
0
//
Safe
sequence implementation -*- C++ -*-
81
* @brief Base class for constructing a "
safe
" sequence type that
85
* "
safe
" sequences that track the iterators that reference the
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h
0
//
Safe
sequence implementation -*- C++ -*-
81
* @brief Base class for constructing a "
safe
" sequence type that
85
* "
safe
" sequences that track the iterators that reference the
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h
0
//
Safe
sequence implementation -*- C++ -*-
81
* @brief Base class for constructing a "
safe
" sequence type that
85
* "
safe
" sequences that track the iterators that reference the
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_sequence.h
0
//
Safe
sequence implementation -*- C++ -*-
81
* @brief Base class for constructing a "
safe
" sequence type that
85
* "
safe
" sequences that track the iterators that reference the
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
Script.java
49
* A type-
safe
heterogenous parameter map for script parameters.
65
* @param parameter A type-
safe
key corresponding to a parameter.
83
* @param parameter A type-
safe
key corresponding to a parameter.
115
* @param parameter A type-
safe
key corresponding to a parameter.
126
* A type-
safe
parameter key to be used with {@link ParameterMap}.
/external/guava/guava/src/com/google/common/collect/
ImmutableBiMap.java
47
// Casting to any type is
safe
because the set will never hold any elements.
125
* <p>Builder instances can be reused - it is
safe
to call {@link #build}
184
* the data when it is
safe
to do so. The exact circumstances under which a
193
@SuppressWarnings("unchecked") //
safe
since map is not writable
206
@SuppressWarnings("unchecked") //
safe
covariant cast in this context
ImmutableListMultimap.java
61
// Casting is
safe
because the multimap will never hold any elements.
152
* <p>Builder instances can be reused; it is
safe
to call {@link #build} multiple
234
* the data when it is
safe
to do so. The exact circumstances under which a
248
@SuppressWarnings("unchecked") //
safe
since multimap is not writable
284
// This cast is
safe
as its type is known in constructor.
ImmutableSortedSet.java
238
* the data when it is
safe
to do so. The exact circumstances under which a
241
* <p>This method is not type-
safe
, as it may be called on elements that are
274
* <p>This method is not type-
safe
, as it may be called on elements that are
277
* <p>This method is
safe
to use even when {@code elements} is a synchronized
299
* <p>This method is not type-
safe
, as it may be called on elements that are
335
* the data when it is
safe
to do so. The exact circumstances under which a
354
@SuppressWarnings("unchecked") // elements only contains E's; it's
safe
.
366
* the data when it is
safe
to do so. The exact circumstances under which a
369
* <p>This method is
safe
to use even when {@code elements} is a synchronized
389
* the data when it is
safe
to do so. The exact circumstances under which
[
all
...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableListMultimap.java
56
// Casting is
safe
because the multimap will never hold any elements.
147
* <p>Builder instances can be reused; it is
safe
to call {@link #build} multiple
229
* the data when it is
safe
to do so. The exact circumstances under which a
243
@SuppressWarnings("unchecked") //
safe
since multimap is not writable
279
// This cast is
safe
as its type is known in constructor.
/external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeasResp.txt
18
1. The VM code is NOT guaranteed
safe
in a java sense. Doing so makes it
20
certifying a register based language as
safe
at run time would be a
26
* Java bytecode is used as our "
safe
" representation (to avoid
35
* To keep things "
safe
" ie to enforce a sandbox on Java/foreign code,
48
for value add. The nice
safe
"sandbox" VM can be provided as a layer
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_local_iterator.h
0
//
Safe
iterator implementation -*- C++ -*-
40
/** \brief
Safe
iterator wrapper.
44
* checks that operations performed on the "
safe
" iterator are
85
* @brief
Safe
iterator construction from an unsafe iterator and
241
/** Likewise, but not thread-
safe
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_local_iterator.h
0
//
Safe
iterator implementation -*- C++ -*-
40
/** \brief
Safe
iterator wrapper.
44
* checks that operations performed on the "
safe
" iterator are
85
* @brief
Safe
iterator construction from an unsafe iterator and
241
/** Likewise, but not thread-
safe
. */
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_local_iterator.h
0
//
Safe
iterator implementation -*- C++ -*-
40
/** \brief
Safe
iterator wrapper.
44
* checks that operations performed on the "
safe
" iterator are
85
* @brief
Safe
iterator construction from an unsafe iterator and
241
/** Likewise, but not thread-
safe
. */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_local_iterator.h
0
//
Safe
iterator implementation -*- C++ -*-
40
/** \brief
Safe
iterator wrapper.
44
* checks that operations performed on the "
safe
" iterator are
85
* @brief
Safe
iterator construction from an unsafe iterator and
241
/** Likewise, but not thread-
safe
. */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_local_iterator.h
0
//
Safe
iterator implementation -*- C++ -*-
40
/** \brief
Safe
iterator wrapper.
44
* checks that operations performed on the "
safe
" iterator are
85
* @brief
Safe
iterator construction from an unsafe iterator and
241
/** Likewise, but not thread-
safe
. */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_local_iterator.h
0
//
Safe
iterator implementation -*- C++ -*-
40
/** \brief
Safe
iterator wrapper.
44
* checks that operations performed on the "
safe
" iterator are
85
* @brief
Safe
iterator construction from an unsafe iterator and
241
/** Likewise, but not thread-
safe
. */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_local_iterator.h
0
//
Safe
iterator implementation -*- C++ -*-
40
/** \brief
Safe
iterator wrapper.
44
* checks that operations performed on the "
safe
" iterator are
83
* @brief
Safe
iterator construction from an unsafe iterator and
235
/** Likewise, but not thread-
safe
. */
functions.h
88
/**
Safe
iterators know if they are dereferenceable. */
94
/**
Safe
local iterators know if they are dereferenceable. */
153
/**
Safe
iterators know how to check if they form a valid range. */
160
/**
Safe
local iterators know how to check if they form a valid range. */
217
return true; // inserting nothing is
safe
even if not foreign iters
522
// Helper struct to detect random access
safe
iterators.
542
/** Helper function to extract base iterator of random access
safe
iterator
/external/clang/test/ARCMT/
checking.m
76
[[a delegate] release]; // expected-error {{it is not
safe
to remove 'retain' message on the result of a 'delegate' message; the object that was passed to 'setDelegate:' may not be properly retained}} \
78
[a.delegate release]; // expected-error {{it is not
safe
to remove 'retain' message on the result of a 'delegate' message; the object that was passed to 'setDelegate:' may not be properly retained}} \
80
[unsafeS->unsafeObj retain]; // expected-error {{it is not
safe
to remove 'retain' message on an __unsafe_unretained type}} \
84
[global_foo retain]; // expected-error {{it is not
safe
to remove 'retain' message on a global variable}} \
86
[global_foo release]; // expected-error {{it is not
safe
to remove 'release' message on a global variable}} \
93
[a autorelease]; // expected-error {{it is not
safe
to remove an unused 'autorelease' message; its receiver may be destroyed immediately}} \
96
[a autorelease]; // expected-error {{it is not
safe
to remove an unused 'autorelease' message; its receiver may be destroyed immediately}} \
/external/llvm/lib/CodeGen/
GCRootLowering.cpp
56
/// function representation to identify
safe
points for the garbage collector
57
/// in the machine code. It inserts labels at
safe
points and populates a
125
/// instruction could introduce a
safe
point.
127
// The natural definition of instructions which could introduce
safe
points
142
// llvm.gcroot is
safe
because it doesn't do anything at runtime.
303
// Do not treat tail or sibling call sites as
safe
points. This is
346
// Find all
safe
points.
/external/icu/icu4c/source/common/unicode/
utf16.h
178
* "
Safe
" macro, handles unpaired surrogates and checks for string boundaries.
246
* "
Safe
" macro, handles unpaired surrogates and checks for string boundaries.
301
* "
Safe
" macro, checks for a valid code point.
344
* "
Safe
" macro, handles unpaired surrogates and checks for string boundaries.
384
* "
Safe
" macro, handles unpaired surrogates and checks for string boundaries.
428
* "
Safe
" macro, handles unpaired surrogates and checks for string boundaries.
475
* "
Safe
" macro, handles unpaired surrogates and checks for string boundaries.
524
* "
Safe
" macro, handles unpaired surrogates and checks for string boundaries.
564
* "
Safe
" macro, handles unpaired surrogates and checks for string boundaries.
606
* "
Safe
" macro, handles unpaired surrogates and checks for string boundaries
[
all
...]
Completed in 427 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>