Searched refs:safe (Results 1 – 22 of 22) sorted by relevance
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 39 summary: Thread-safe addition 58 summary: Thread-safe bitwise and 79 summary: Thread-safe compare and set 102 summary: Thread-safe decrement 119 summary: Thread-safe increment 137 summary: Thread-safe maximum 157 summary: Thread-safe minimum 177 summary: Thread-safe bitwise or 197 summary: Thread-safe subtraction 216 summary: Thread-safe bitwise exclusive or
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 40 * rsAtomicAdd: Thread-safe addition 61 * rsAtomicAnd: Thread-safe bitwise and 83 * rsAtomicCas: Thread-safe compare and set 109 * rsAtomicDec: Thread-safe decrement 129 * rsAtomicInc: Thread-safe increment 149 * rsAtomicMax: Thread-safe maximum 171 * rsAtomicMin: Thread-safe minimum 193 * rsAtomicOr: Thread-safe bitwise or 215 * rsAtomicSub: Thread-safe subtraction 236 * rsAtomicXor: Thread-safe bitwise exclusive or
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 13 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads 29 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/ |
D | ac_system_extensions.m4 | 24 AC_CACHE_CHECK([whether it is safe to define __EXTENSIONS__],
|
D | acx_check_suncc.m4 | 10 dnl cross-compile safe. We should fix these problems, but since I don't have
|
D | acx_pthread.m4 | 102 …ne -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" 121 # --thread-safe: KAI C++ 339 # so it's not safe to assume that we may use pthreads
|
/frameworks/base/core/java/android/os/ |
D | MessageQueue.java | 426 void quit(boolean safe) { in quit() argument 437 if (safe) { in quit()
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/ |
D | device_for_product_strategy_sonification_respectful.pfw | 10 # - Otherwise follows sonification by replacing speaker with speaker safe if speaker is 35 # Follows sonification strategy if not in call and replace speaker by speaker safe
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 170 frame. eglGetFrameTimestamps is thread safe and can be called from a
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 69 the original package ID is safe. Collisions against the base APK are checked to ensure these
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | README.md | 54 object. They are mutable objects, but if you don't change them, they are safe
|
D | GPBCodedInputStream.m | 280 // Cast is safe because freeWhenDone is NO.
|
D | GPBMessage.m | 768 // (+resolveClassMethod: below) in a thread safe manner. 785 // This is thread safe because it is called from +initialize. 1810 // that GPBClearMessageAutocreator() knows its safe to clear. 2562 // so that GPBClearMessageAutocreator() knows its safe to clear.
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 1813 …safe = ["java.lang.String[]","byte[]","short[]","int[]","long[]","float[]","double[]","boolean[]",… 1815 if m.typ.endswith("[]") and m.typ not in safe: 1818 if arg.endswith("[]") and arg not in safe:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/ |
D | README.md | 105 The generated messages are not thread-safe for writes, but may be
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 375 // interface is not affected by this option; const methods remain safe to
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 375 // interface is not affected by this option; const methods remain safe to
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3826 CharSequence[] safe = new CharSequence[N]; in setRemoteInputHistory() local 3828 safe[i] = safeCharSequence(text[i]); in setRemoteInputHistory() 3830 mN.extras.putCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY, safe); in setRemoteInputHistory()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 143 `Any` type). This class will provide type-safe getters and setters so that
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.proto | 509 // interface is not affected by this option; const methods remain safe to
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 1759 * event loop, thus cancel() is safe.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 961 * DynamicMessageFactory is now fully thread-safe.
|