Searched
full:safe (Results
276 -
300 of
5042) sorted by null
<<11121314151617181920>>
/external/v8/src/ic/arm64/ |
access-compiler-arm64.cc | 28 // we use the same assignments as ARM to remain on the safe side.
|
/external/v8/src/ |
type-feedback-vector.h | 45 // A raw version of the uninitialized sentinel that's safe to read during
|
/external/valgrind/auxprogs/ |
update-demangler | 53 cp ../gcc-$old_gcc_revision/include/safe-ctype.h . 58 cp ../gcc-$old_gcc_revision/libiberty/safe-ctype.c . 79 cp ../gcc-$new_gcc_revision/include/safe-ctype.h . 84 cp ../gcc-$new_gcc_revision/libiberty/safe-ctype.c .
|
/external/valgrind/drd/tests/ |
local_static.cpp | 1 // A C++ compiler is supposed to have thread-safe statics
|
annotate_smart_pointer.cpp | 6 * - whether or not the methods of the objects pointed at are thread-safe. 8 * - whether or not the smart pointer object itself is thread-safe. 10 * Most smart pointer implemenations are not thread-safe 12 * implementation below). This means that it is not safe to modify a shared 15 * Even for non-thread-safe smart pointers it is possible to have different
|
/external/valgrind/none/tests/ |
pth_cancel2.c | 12 * safe routines when the caller has asynchronous
|
/frameworks/av/include/media/nbaio/ |
AudioStreamInSource.h | 25 // not multi-thread safe
|
MonoPipeReader.h | 24 // MonoPipeReader is safe for only a single reader thread
|
PipeReader.h | 24 // PipeReader is safe for only a single thread
|
/frameworks/av/include/media/stagefright/foundation/ |
AWakeLock.h | 31 // NOTE: acquire and release are not thread safe
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodSession.aidl | 28 * Sub-interface of IInputMethod which is safe to give to client applications.
|
/frameworks/base/core/java/com/android/internal/view/animation/ |
HasNativeInterpolator.java | 25 * This is a class annotation that signals that it is safe to create
|
/frameworks/base/core/jni/android/graphics/ |
NinePatchPeeker.h | 27 // the host lives longer than we do, so a raw ptr is safe
|
/frameworks/compile/libbcc/lib/Support/ |
InputFile.cpp | 32 // Keep safe and issue a warning.
|
/libcore/luni/src/main/java/java/io/ |
Closeable.java | 27 * <p>Although only the first call has any effect, it is safe to call close
|
/ndk/sources/android/support/src/musl-multibyte/ |
mbsnrtowcs.c | 53 /* safe - this loop runs fewer than sizeof(wbuf)/8 times */
|
wcsnrtombs.c | 41 /* safe - this loop runs fewer than sizeof(buf) times */
|
/ndk/sources/cxx-stl/gabi++/tests/ |
test_guard.cpp | 24 // the first time that getInstance() is called, in a thread-safe
|
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/ |
StateMachine.java | 46 * This method is thread-safe so it could be called on different threads.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/ |
TouchPointManager.java | 37 * touch at that exact point, if the point in TouchPointManager is (0,0), it is safe to assume
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
SafeDismissDialogFragment.java | 23 * Provides the safe dismiss feature regardless of the DialogFragment's life cycle.
|
/system/security/keystore/include/keystore/ |
keystore_get.h | 29 * Keys and values are 8-bit safe. The first two arguments are the key and its
|
/external/llvm/test/CodeGen/R600/ |
fmax_legacy.ll | 1 ; RUN: llc -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=SI-SAFE -check-prefix=FUNC %s 12 ; SI-SAFE: v_max_legacy_f32_e32 {{v[0-9]+}}, [[B]], [[A]] 33 ; SI-SAFE: v_max_legacy_f32_e32 {{v[0-9]+}}, [[A]], [[B]] 53 ; SI-SAFE: v_max_legacy_f32_e32 {{v[0-9]+}}, [[B]], [[A]] 73 ; SI-SAFE: v_max_legacy_f32_e32 {{v[0-9]+}}, [[A]], [[B]]
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 149 /** returns floating point squared norm of 32 bit vector (maximum accuracy - overflow-safe); 156 /** returns floating point squared norm of 16 bit vector (maximum accuracy - overflow-safe); 163 * overflow-safe when sizeA < 65535 168 * maximum accuracy - overflow-safe 174 * maximum accuracy - overflow-safe
|
/external/llvm/tools/bugpoint/ |
Miscompilation.cpp | 710 static bool TestOptimizer(BugDriver &BD, Module *Test, Module *Safe, 723 TestMergedProgram(BD, Optimized.get(), Safe, true, Error, Broken); 780 Module *Safe) { 787 // First, if the main function is in the Safe module, we must add a stub to 790 if (Function *oldMain = Safe->getFunction("main")) 813 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain); 817 ReturnInst::Create(Safe->getContext(), call, BB); 820 // The second nasty issue we must deal with in the JIT is that the Safe 825 // Add the resolver to the Safe module. 828 Safe->getOrInsertFunction("getPointerToNamedFunction" [all...] |
Completed in 275 milliseconds
<<11121314151617181920>>