HomeSort by relevance Sort by last modified time
    Searched full:condition (Results 851 - 875 of 7248) sorted by null

<<31323334353637383940>>

  /external/valgrind/drd/tests/
tc23_bogus_condwait.stderr.exp-linux-x86 7 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
24 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
44 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
64 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_uninitialized_test.py 42 def Assert(condition):
43 if not condition:
  /external/webrtc/talk/media/base/
streamparams.h 275 template <class Condition>
277 Condition condition) {
279 std::find_if(streams.begin(), streams.end(), condition);
304 template <class Condition>
305 bool RemoveStream(StreamParamsVec* streams, Condition condition) {
306 auto iter(std::remove_if(streams->begin(), streams->end(), condition));
  /frameworks/av/include/media/stagefright/
AudioSource.h 77 Condition mFrameAvailableCondition;
78 Condition mFrameEncodingCompletionCondition;
SimpleDecodingSource.h 26 #include <utils/Condition.h>
92 Condition mReadCondition;
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 73 Condition mQueueChangedCondition;
86 Condition mRepliesCondition;
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsUt.aidl 42 int queryCallForward(int condition, String number);
82 int updateCallForward(int action, int condition, String number,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
borders_test.cc 52 // extend into the border and test the border condition.
67 // lots of small partitions which might will test the other condition.
  /ndk/sources/third_party/googletest/googletest/test/
gtest_uninitialized_test.py 42 def Assert(condition):
43 if not condition:
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BarrierConsumer.java 20 import java.util.concurrent.locks.Condition;
31 private final Condition mNotFull = mLock.newCondition();
  /system/connectivity/shill/cellular/
out_of_credits_detector.h 49 // network has entered an OOC condition.
51 // Use ModemManager SubscriptionState property to determine OOC condition.
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 82 * <li><b>{@link Condition} support</b>
83 * <p>The write lock provides a {@link Condition} implementation that
85 * {@link Condition} implementation provided by
87 * This {@link Condition} can, of course, only be used with the write lock.
89 * <p>The read lock does not support a {@link Condition} and
339 * condition wait and re-established in tryAcquire.
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 53 * examines each condition in order and returns the keyword for the
54 * first condition that matches the number. If none match,
63 * This defines two rules, for 'one' and 'few'. The condition for
65 * 1 for this condition to pass. The condition for 'few' is
67 * 4 inclusive for this condition to pass. All other numbers
72 * Each rule is examined in order, and the first keyword whose condition
74 * to n in the last rule. Thus its condition holds for 119, 219, 319...
77 * This illustrates conjunction and negation. The condition for 'few'
88 * rule = keyword ':' condition
    [all...]
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 211 // condition. if the list is empty (null) then "we're good".
291 String condition; local
292 switch (entry.condition) {
294 condition = "a CRASH";
297 condition = "an ANR";
300 condition = "an unknown error";
305 condition, entry.shortMsg));
306 if (entry.condition == ActivityManager.ProcessErrorStateInfo.CRASHED) {
354 return (info.condition == peOther.info.condition)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 242 * @brief Base struct for condition policy.
273 /// Never enter the condition.
279 /// Always enter the condition.
285 /// Enter the nth condition.
345 /// Group condition.
354 /// Never enter the condition.
360 /// Always enter the condition.
563 /// Type throwing via limit condition.
594 /// Type throwing via random condition.
735 /// Allocator throwing via limit condition
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 242 * @brief Base struct for condition policy.
273 /// Never enter the condition.
279 /// Always enter the condition.
285 /// Enter the nth condition.
345 /// Group condition.
354 /// Never enter the condition.
360 /// Always enter the condition.
563 /// Type throwing via limit condition.
594 /// Type throwing via random condition.
735 /// Allocator throwing via limit condition
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 242 * @brief Base struct for condition policy.
273 /// Never enter the condition.
279 /// Always enter the condition.
285 /// Enter the nth condition.
345 /// Group condition.
354 /// Never enter the condition.
360 /// Always enter the condition.
563 /// Type throwing via limit condition.
594 /// Type throwing via random condition.
735 /// Allocator throwing via limit condition
    [all...]