Searched refs:notified (Results 1 - 19 of 19) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D18-1.c52 static int notified; variable
61 notified = (int)getpid();
77 notified = 0;
115 if (notified != 0) {
116 if (notified == (int)getpid()) {
140 if (notified != (int)getpid()) {
141 output("Notified value: %d\n", notified);
/external/ltp/testcases/kernel/syscalls/mq_notify/
H A Dmq_notify01.c70 static int notified; variable
153 notified = 1;
159 notified = 1;
173 notified = cmp_ok = 1;
220 notified = cmp_ok = 0;
230 notified = cmp_ok = 0;
267 while (!notified)
/external/libmojo/mojo/public/cpp/system/tests/
H A Dwatcher_unittest.cc54 bool notified = false; local
61 notified = true;
69 EXPECT_TRUE(notified);
169 bool notified = false; local
175 notified = true;
181 EXPECT_TRUE(notified);
/external/testng/src/main/java/org/testng/junit/
H A DJUnit4TestRunner.java114 private List<Description> notified = new LinkedList<>(); field in class:JUnit4TestRunner.RL
118 notified.add(failure.getDescription());
135 notified.add(failure.getDescription());
149 if (!notified.contains(description)) {
/external/guice/core/test/com/google/inject/
H A DProvisionListenerTest.java227 // not notified the second time because nothing is provisioned
323 // toInstance & constant bindings are notified in random order, at the very beginning.
586 // the chain has D before DP even though DP is provisioned & notified first
607 // and make sure that nothing else was notified that we didn't expect.
612 final AtomicBoolean notified = new AtomicBoolean();
620 new SpecialChecker(Foo.class, getClass().getName() + ".configure(", notified));
623 assertTrue(notified.get());
627 final AtomicBoolean notified = new AtomicBoolean();
638 new SpecialChecker(Foo.class, getClass().getName() + ".configure(", notified));
641 assertTrue(notified
662 private final AtomicBoolean notified; field in class:ProvisionListenerTest.SpecialChecker
664 SpecialChecker(Class<?> notifyType, String firstSource, AtomicBoolean notified) argument
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1105 // threads until notified. Instances of this class must be created
1132 const bool notified = notified_; local
1134 if (notified)
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1213 // threads until notified. Instances of this class must be created
1240 const bool notified = notified_; local
1242 if (notified)
1288 // threads until notified. Instances of this class must be created
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1463 // threads until notified. Instances of this class must be created
1490 const bool notified = notified_; local
1492 if (notified)
1538 // threads until notified. Instances of this class must be created
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1463 // threads until notified. Instances of this class must be created
1490 const bool notified = notified_; local
1492 if (notified)
1538 // threads until notified. Instances of this class must be created
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1462 // threads until notified. Instances of this class must be created
1489 const bool notified = notified_; local
1491 if (notified)
1537 // threads until notified. Instances of this class must be created
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas379 /// The stream is notified because it is walking the tree and might need
/external/fmtlib/test/gtest/
H A Dgtest.h2304 // threads until notified. Instances of this class must be created
2331 const bool notified = notified_; local
2333 if (notified)
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2304 // threads until notified. Instances of this class must be created
2331 const bool notified = notified_; local
2333 if (notified)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1332 milliseconds