Home
last modified time | relevance | path

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

123

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c50 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/
Dnotification.h63 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/
Dmq_notify01.c38 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/
Dsimple_watcher_unittest.cc52 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/
DProvisionListenerTest.java736 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/
Dobserver_list_unittest.patch22 // 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/
DJUnit4TestRunner.java114 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/
Diso_3166_status.txt72 … 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/
Dtest_subclassinit.py201 notified = []
205 notified.append(name)
214 self.assertCountEqual(notified, ['a', 'b', 'c', 'd', 'e'])
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc57 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/
Dlocal_master.cc34 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); in WaitForNotification() local
35 if (!notified) { in WaitForNotification()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc32 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()
Dtransport_security_test_lib.h107 bool notified; member
/external/tensorflow/tensorflow/core/framework/
Drendezvous.cc132 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); in Recv() local
133 if (!notified) { in Recv()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc336 const bool notified = WaitForNotificationWithTimeout(n.get(), timeout_us); in ShutdownSession() local
337 if (!notified) { in ShutdownSession()
/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/tensorflow/tensorflow/core/grappler/
Dutils.cc203 const bool notified = in ExecuteWithTimeout() local
205 return notified; in ExecuteWithTimeout()
/external/perfetto/protos/perfetto/common/
Dcommit_data_request.proto42 // It is perfectly valid to patch a chunk that is being notified in the same
/external/grpc-grpc/doc/
Dconnectivity-semantics-and-api.md128 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/
DReadMe.rtf43 …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/
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/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeNodeStream.as90 * after this call. The stream is notified because it is walking the
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1265 const bool notified = notified_;
1267 if (notified)

123