Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 25 of 42) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c52 static int notified; variable
61 notified = (int)getpid(); in notification()
77 notified = 0; in main()
115 if (notified != 0) { in main()
116 if (notified == (int)getpid()) { in main()
140 if (notified != (int)getpid()) { in main()
141 output("Notified value: %d\n", notified); in main()
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c70 static int notified; variable
153 notified = 1; in sigfunc()
159 notified = 1; in tfunc()
173 notified = cmp_ok = 1; in do_test()
220 notified = cmp_ok = 0; in do_test()
230 notified = cmp_ok = 0; in do_test()
267 while (!notified) in do_test()
/external/libmojo/mojo/public/cpp/system/tests/
Dwatcher_unittest.cc54 bool notified = false; in TEST_F() local
61 notified = true; in TEST_F()
69 EXPECT_TRUE(notified); in TEST_F()
169 bool notified = false; in TEST_F() local
175 notified = true; in TEST_F()
181 EXPECT_TRUE(notified); in TEST_F()
/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java612 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.get());
648 final AtomicBoolean notified = new AtomicBoolean();
653 new SpecialChecker(Foo.class, object.getClass().getName(), notified));
656 assertTrue(notified.get());
662 private final AtomicBoolean notified;
[all …]
/external/testng/src/main/java/org/testng/junit/
DJUnit4TestRunner.java114 private List<Description> notified = new LinkedList<>();
118 notified.add(failure.getDescription());
135 notified.add(failure.getDescription());
149 if (!notified.contains(description)) {
/external/markdown/docs/extensions/
Dextra.txt32 extension. If you would like to be notified of such failures,
/external/openssh/
DREADME.dns40 the remote host key, the user will be notified.
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h1132 const bool notified = notified_;
1134 if (notified)
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS124 used. wpa_supplicant is notified this with a control interface
148 minute window). wpa_supplicant is notified of the local button event
160 wpa_supplicant is notified over the control interface, e.g., with
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeNodeStream.as90 * after this call. The stream is notified because it is walking the
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1240 const bool notified = notified_;
1242 if (notified)
Dgtest-port.h.orig1201 // threads until notified. Instances of this class must be created
1228 const bool notified = notified_;
1230 if (notified)
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1490 const bool notified = notified_;
1492 if (notified)
/external/wpa_supplicant_8/hostapd/
DREADME-WPS167 UI), hostapd needs to be notified of the new PIN over the control
204 same time (2 minute window). hostapd needs to be notified about the AP
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-port.h1489 const bool notified = notified_;
1491 if (notified)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h1490 const bool notified = notified_;
1492 if (notified)
/external/wycheproof/
DREADME.md195 If you'd like to talk to our developers or get notified about major new
/external/syslinux/core/lwip/doc/
Dsys_arch.txt84 programming error in lwIP and the developer should be notified.
Drawapi.txt184 host, the application will be notified with a call to a specified
/external/lz4/
DNEWS71 Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson
/external/curl/docs/
DCONTRIBUTE51 'watch' on the curl repo at github to get notified on pull requests and new
/external/llvm/docs/
DHowToReleaseLLVM.rst292 candidate tarballs are put on the website and the LLVM community is notified.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
DIJG_README13 our electronic mailing list. Mailing list members are notified of updates
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst546 Written ranges will be notified later with :ref:`transfer_flush_region`.
/external/clang/docs/
DPCHInternals.rst570 is notified of the import.

12