/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 18-1.c | 50 static int notified; variable 59 notified = (int)getpid(); in notification() 75 notified = 0; in main() 113 if (notified != 0) { in main() 114 if (notified == (int)getpid()) { in main() 138 if (notified != (int)getpid()) { in main() 139 output("Notified value: %d\n", notified); in main()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | notification.h | 63 bool notified = HasBeenNotified(); in WaitForNotificationWithTimeout() local 64 if (!notified) { in WaitForNotificationWithTimeout() 67 notified = HasBeenNotified(); in WaitForNotificationWithTimeout() 68 } while (!notified && in WaitForNotificationWithTimeout() 72 return notified; in WaitForNotificationWithTimeout()
|
/external/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify01.c | 38 static volatile sig_atomic_t notified, cmp_ok; variable 105 notified = 1; in sigfunc() 111 notified = 1; in tfunc() 121 notified = cmp_ok = 1; in do_test() 125 notified = cmp_ok = 0; in do_test() 138 notified = cmp_ok = 0; in do_test() 178 while (!notified) in do_test()
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | simple_watcher_unittest.cc | 52 bool notified = false; in TEST_F() local 60 notified = true; in TEST_F() 68 EXPECT_TRUE(notified); in TEST_F() 280 [](base::RunLoop* loop, bool* notified, MojoResult result) { in TEST_F() argument 282 *notified = true; in TEST_F() 294 [](base::RunLoop* loop, bool* notified, MojoResult result) { in TEST_F() argument 296 *notified = true; in TEST_F()
|
/external/guice/core/test/com/google/inject/ |
D | ProvisionListenerTest.java | 736 final AtomicBoolean notified = new AtomicBoolean(); 747 new SpecialChecker(Foo.class, getClass().getName() + ".configure(", notified)); 750 assertTrue(notified.get()); 754 final AtomicBoolean notified = new AtomicBoolean(); 771 new SpecialChecker(Foo.class, getClass().getName() + ".configure(", notified)); 774 assertTrue(notified.get()); 782 final AtomicBoolean notified = new AtomicBoolean(); 789 new SpecialChecker(Foo.class, object.getClass().getName(), notified)); 793 assertTrue(notified.get()); 801 private final AtomicBoolean notified; [all …]
|
/external/libchrome/libchrome_tools/patch/ |
D | observer_list_unittest.patch | 22 // Verify that observers are notified on the correct sequence. 35 // from a notification, it is itself notified. 52 // notified.
|
/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/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | iso_3166_status.txt | 72 … Benin (BJ, BEN, 204) and to a list of car vehicle distinguishing signs notified to the Secretary-… 87 …d ; Refers to Estonia and to a list of car vehicle distinguishing signs notified to the Secretary-… 92 … a car vehicle distinguishing signs which are in use but which were not notified to the Secretary-… 157 …to car vehicle distinguishing signs which are in use but which were not notified to the Secretary-… 230 …ved ; Refers to Haiti and to a list of car vehicle distinguishing signs notified to the Secretary-… 245 …d ; Refers to Finland and to a list of car vehicle distinguishing signs notified to the Secretary-… 298 …d ; Refers to Grenada and to a list of car vehicle distinguishing signs notified to the Secretary-… 300 …Refers to Saint Lucia and to a list of car vehicle distinguishing signs notified to the Secretary-… 303 …fers to Saint Vincent and to a list of car vehicle distinguishing signs notified to the Secretary-… 308 …; Refers to Venezuela and to a list of car vehicle distinguishing signs notified to the Secretary-…
|
/external/python/cpython3/Lib/test/ |
D | test_subclassinit.py | 201 notified = [] 205 notified.append(name) 214 self.assertCountEqual(notified, ['a', 'b', 'c', 'd', 'e'])
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker_test.cc | 57 bool notified; member 86 n->notified = false; in notification_init() 96 n->notified = true; in signal() 103 while (!n->notified) { in wait() 106 n->notified = false; in wait()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | local_master.cc | 34 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); in WaitForNotification() local 35 if (!notified) { in WaitForNotification()
|
/external/grpc-grpc/test/core/tsi/ |
D | transport_security_test_lib.cc | 32 fixture->notified = true; in notification_signal() 39 while (!fixture->notified) { in notification_wait() 42 fixture->notified = false; in notification_wait() 619 fixture->notified = false; in tsi_test_fixture_init()
|
D | transport_security_test_lib.h | 107 bool notified; member
|
/external/tensorflow/tensorflow/core/framework/ |
D | rendezvous.cc | 132 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); in Recv() local 133 if (!notified) { in Recv()
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 336 const bool notified = WaitForNotificationWithTimeout(n.get(), timeout_us); in ShutdownSession() local 337 if (!notified) { in ShutdownSession()
|
/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/tensorflow/tensorflow/core/grappler/ |
D | utils.cc | 203 const bool notified = in ExecuteWithTimeout() local 205 return notified; in ExecuteWithTimeout()
|
/external/perfetto/protos/perfetto/common/ |
D | commit_data_request.proto | 42 // It is perfectly valid to patch a chunk that is being notified in the same
|
/external/grpc-grpc/doc/ |
D | connectivity-semantics-and-api.md | 128 the gRPC API) to be notified when the channel state changes. Since state 142 notified when the state of a channel changes.
|
/external/python/cpython3/Mac/BuildScript/resources/ |
D | ReadMe.rtf | 43 …rtifi.io/en/latest/"}}{\fldrslt project's email update service}} to be notified when the certific…
|
/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/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/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1265 const bool notified = notified_; 1267 if (notified)
|