Searched
full:safe (Results
1226 -
1250 of
5042) sorted by null
<<41424344454647484950>>
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSortedMap.java | 76 // Casting to any type is safe because the set will never hold any elements. 135 // TODO: Prove that this cast is safe, even though
|
/external/harfbuzz_ng/src/ |
hb-common.cc | 233 /* Thread-safe lock-free language list */ 327 /* This is actually NULL-safe! */
|
/external/jsr305/javadoc/javax/annotation/concurrent/ |
package-summary.html | 105 The class to which this annotation is applied is not thread-safe.</TD> 111 The class to which this annotation is applied is thread-safe.</TD>
|
/external/libavc/common/ |
ih264_list.c | 213 * Since it will be called only once by master thread this is not thread safe. 246 * Since it will be called only once by master thread this is not thread safe.
|
/external/libhevc/decoder/ |
ihevcd_job_queue.c | 194 * Since it will be called only once by master thread this is not thread safe. 227 * Since it will be called only once by master thread this is not thread safe.
|
/external/libmpeg2/common/ |
impeg2_job_queue.c | 191 * Since it will be called only once by master thread this is not thread safe. 224 * Since it will be called only once by master thread this is not thread safe.
|
/external/libunwind/include/ |
libunwind-common.h | 105 frame to frame. It is safe to make (shallow) copies of variables 124 This routine is signal-safe. */
|
/external/llvm/docs/Frontend/ |
PerformanceTips.rst | 34 replace a sext with a zext when it can be proven safe, but if you have 125 may not know such a load is safe to speculatively execute and thus can't
|
/external/llvm/include/llvm/ADT/ |
ArrayRef.h | 26 /// safe to store an ArrayRef. 197 /// general safe to store a MutableArrayRef.
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpander.h | 27 /// Return true if the given expression is safe to expand in the sense that 28 /// all materialized values are safe to speculate.
|
/external/llvm/include/llvm/Support/ |
Process.h | 97 // This function safely closes a file descriptor. It is not safe to retry 156 /// Note: Setting this option is not thread-safe and should only be done
|
/external/llvm/lib/Transforms/IPO/ |
Internalize.cpp | 15 // extra information from the linker about what is safe. 18 // told it is only used from within this module, it is safe to do it.
|
/external/llvm/lib/Transforms/Scalar/ |
LoopDeletion.cpp | 177 // Now that we know the removal is safe, remove the loop by changing the 231 // NOTE: This iteration is safe because erasing the block does not remove its
|
Sink.cpp | 217 /// SinkInstruction - Determine whether it is safe to sink the specified machine 228 // Check if it's safe to move the instruction.
|
/external/llvm/test/Transforms/LICM/ |
speculate.ll | 3 ; UDiv is safe to speculate if the denominator is known non-zero. 67 ; SDiv is safe to speculate if the denominator is known non-zero and
|
/external/llvm/tools/lto/ |
lto.cpp | 47 // *** Not thread safe *** 51 // *** Not thread safe ***
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-death-test.h | 60 // thread. This is because it's safe to fork() or clone() only 152 // TODO(wan@google.com): make thread-safe death tests search the PATH.
|
/external/mesa3d/src/gtest/include/gtest/ |
gtest-death-test.h | 60 // thread. This is because it's safe to fork() or clone() only 152 // TODO(wan@google.com): make thread-safe death tests search the PATH.
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Memory.c | 69 /* safe version */ 119 /* safe version */
|
/external/openfst/src/include/fst/ |
rational.h | 296 RationalFst(const RationalFst<A> &fst , bool safe = false) 297 : ImplToFst<Impl>(fst, safe) {}
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
Encoding.java | 75 * Returns the portion of its input that consists of XML safe chars. 89 * Leaves in the input buffer only code-units that comprise XML safe chars.
|
/external/pcre/dist/sljit/ |
sljitExecAllocator.c | 76 * make the allocator thread safe 78 * only the allocator requires this lock, sljit is fully thread safe
|
/external/protobuf/gtest/include/gtest/ |
gtest-death-test.h | 60 // thread. This is because it's safe to fork() or clone() only 152 // TODO(wan@google.com): make thread-safe death tests search the PATH.
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
LazyStringArrayList.java | 56 * If the implementation is accessed via concurrent reads, this is thread safe. 57 * Conversions are done in a thread safe manner. It's possible that the
|
/external/protobuf/src/google/protobuf/stubs/ |
common.h | 240 // written by other threads, but which has been determined to be thread-safe 293 // Use implicit_cast as a safe version of static_cast or const_cast 297 // When you use implicit_cast, the compiler checks that the cast is safe. 318 // type Foo to type SubclassOfFoo), static_cast<> isn't safe, because 772 // Obviously, SetLogHandler is not thread-safe. You should only call it 783 // be called). Constructing a LogSilencer is thread-safe. You may [all...] |
Completed in 721 milliseconds
<<41424344454647484950>>