/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 18-1.c | 52 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/ |
D | mq_notify01.c | 70 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/ |
D | watcher_unittest.cc | 54 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/ |
D | ProvisionListenerTest.java | 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.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/ |
D | JUnit4TestRunner.java | 114 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/ |
D | extra.txt | 32 extension. If you would like to be notified of such failures,
|
/external/openssh/ |
D | README.dns | 40 the remote host key, the user will be notified.
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1132 const bool notified = notified_; 1134 if (notified)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-WPS | 124 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/ |
D | TreeNodeStream.as | 90 * after this call. The stream is notified because it is walking the
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-port.h | 1240 const bool notified = notified_; 1242 if (notified)
|
D | gtest-port.h.orig | 1201 // threads until notified. Instances of this class must be created 1228 const bool notified = notified_; 1230 if (notified)
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1490 const bool notified = notified_; 1492 if (notified)
|
/external/wpa_supplicant_8/hostapd/ |
D | README-WPS | 167 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/ |
D | gtest-port.h | 1489 const bool notified = notified_; 1491 if (notified)
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 1490 const bool notified = notified_; 1492 if (notified)
|
/external/wycheproof/ |
D | README.md | 195 If you'd like to talk to our developers or get notified about major new
|
/external/syslinux/core/lwip/doc/ |
D | sys_arch.txt | 84 programming error in lwIP and the developer should be notified.
|
D | rawapi.txt | 184 host, the application will be notified with a call to a specified
|
/external/lz4/ |
D | NEWS | 71 Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson
|
/external/curl/docs/ |
D | CONTRIBUTE | 51 'watch' on the curl repo at github to get notified on pull requests and new
|
/external/llvm/docs/ |
D | HowToReleaseLLVM.rst | 292 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/ |
D | IJG_README | 13 our electronic mailing list. Mailing list members are notified of updates
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 546 Written ranges will be notified later with :ref:`transfer_flush_region`.
|
/external/clang/docs/ |
D | PCHInternals.rst | 570 is notified of the import.
|