HomeSort by relevance Sort by last modified time
    Searched full:safe (Results 1201 - 1225 of 5042) sorted by null

<<41424344454647484950>>

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigmacros.swg 11 %arg(Arg) Safe argument wrap
33 or their C unsafe versions. In C++ we use the safe version unless
40 These allocation/freeing macros are safe to use in C or C++ and
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 46 * of "Safe STL". Very useful for debugging. Thread-safe.
68 /* When an inconsistency is detected by the 'safe STL' the program will abort.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 46 * of "Safe STL". Very useful for debugging. Thread-safe.
68 /* When an inconsistency is detected by the 'safe STL' the program will abort.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 46 * of "Safe STL". Very useful for debugging. Thread-safe.
68 /* When an inconsistency is detected by the 'safe STL' the program will abort.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 46 * of "Safe STL". Very useful for debugging. Thread-safe.
68 /* When an inconsistency is detected by the 'safe STL' the program will abort.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
user_config.h 46 * of "Safe STL". Very useful for debugging. Thread-safe.
68 /* When an inconsistency is detected by the 'safe STL' the program will abort.
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 131 /*codepoint-unsafe, codepoint-safe(not strict) codepoint-safe(strict)*/
405 static uint16_t fwd_N_safe[] ={0, 1, 5, 8, 10, 12, 12}; /*safe macro keeps it at the end of the string */
623 /*append-position(safe), CHAR to be appended */
640 /*offse-moved-to(safe)*/
658 /*safe*/
  /external/llvm/lib/CodeGen/
MachineSink.cpp 549 // Virtual register uses are always safe to sink.
552 // If it's not safe to move defs of the register class, then abort.
612 // Def is used locally, it's never safe to move this def.
629 // It's not safe to sink instructions to EH landing pad. Control flow into
637 /// SinkInstruction - Determine whether it is safe to sink the specified machine
645 // Check if it's safe to move the instruction.
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 652 NGramFst(const NGramFst<A> &fst, bool safe = false)
681 virtual NGramFst<A>* Copy(bool safe = false) const {
682 return new NGramFst(*this, safe);
766 NGramFstMatcher(const NGramFstMatcher<A> &matcher, bool safe = false)
775 virtual NGramFstMatcher<A>* Copy(bool safe = false) const {
776 return new NGramFstMatcher<A>(*this, safe);
  /art/cmdline/
README.md 16 generate a type-safe value parser that process a user-provided list of strings (`argv`). Currently,
114 `-hello:whatever`), converting it to the type-safe value of `kWorld` or `kGalaxy` respectively.
  /art/compiler/dex/
dex_to_dex_compiler.cc 63 // Compiles a CHECK-CAST into 2 NOP instructions if it is known to be safe. In
207 // Ok, this is a safe cast. Since the "check-cast" instruction size is 2 code
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 107 // Notify user its safe to turn screen back on after 5s + fudge factor
143 "5 seconds. A sound will be played when it is safe to turn the " +
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 367 /** Add a TestLog to the test in a thread safe manner. */
375 /** Serialize the TestLogs of this test in a thread safe manner. */
  /external/aac/libFDK/include/
fixmul.h 257 #error Fallback for fixpow2div2_D is not 16 bit safe !
266 #error Fallback for fixpow2_D is not 16 bit safe !
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventHub.java 37 * use the event mechanism to build parse trees etc... Not thread-safe.
54 /** Add another listener to broadcast events too. Not thread-safe.
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
app.rst 208 Thread-safe application
210 By default, webapp2 is thread-safe when the module
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-death-test.h 71 // thread. This is because it's safe to fork() or clone() only
163 // TODO(wan@google.com): make thread-safe death tests search the PATH.
  /external/gtest/include/gtest/
gtest-death-test.h 71 // thread. This is because it's safe to fork() or clone() only
163 // TODO(wan@google.com): make thread-safe death tests search the PATH.
  /external/guava/guava/src/com/google/common/base/
Optional.java 66 * covariant on this type, so it is safe to cast an {@code Optional<T>} to {@code
131 * <p>As a workaround, it is always safe to cast an {@code Optional<? extends T>} to {@code
  /external/guava/guava/src/com/google/common/collect/
Cut.java 104 * casting the type parameter is safe.
175 * type C, so casting the type parameter is safe.
ForwardingMap.java 50 * guaranteed to be thread-safe, even when all of the methods that they depend
51 * on are thread-safe.
ForwardingMultiset.java 44 * guaranteed to be thread-safe, even when all of the methods that they depend
45 * on are thread-safe.
ImmutableTable.java 77 * the data when it is safe to do so. The exact circumstances under which a
151 * <p>Builder instances can be reused - it is safe to call {@link #build}
ObjectArrays.java 110 /** GWT safe version of Arrays.copyOf. */
179 * by the collection's iterator. The returned array is "safe" in that no
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMap.java 143 @SuppressWarnings("unchecked") // safe since map is not writable
153 // immutable collections are safe for covariant casts

Completed in 810 milliseconds

<<41424344454647484950>>