Home
last modified time | relevance | path

Searched refs:terminated (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/external/syzkaller/pkg/ast/testdata/
Dall.txt12 int_flags2 = ' ### char literal is not terminated
13 int_flags3 = 'a ### char literal is not terminated
14 int_flags3 = 'a, 1 ### char literal is not terminated
18 str_flags1 = "non terminated ### string literal is not terminated
27 define FOO `bar ### C expression is not terminated
/external/linux-kselftest/tools/testing/selftests/powerpc/
Dharness.c28 bool terminated; in run_test() local
48 terminated = false; in run_test()
58 if (terminated) { in run_test()
65 terminated = true; in run_test()
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/foundation/
Dstream_testing.py44 terminated = False
46 if terminated:
49 terminated = True
/external/v8/tools/testrunner/local/
Dpool.py107 self.terminated = False
143 if self.terminated:
210 assert not self.terminated
229 if self.terminated:
231 self.terminated = True
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py246 terminated = self.DoBinarySearchBadItems()
248 if not terminated:
313 terminated = False
314 while self.search_cycles < self.iterations and not terminated:
328 terminated = self.binary_search.SetStatus(status)
330 if terminated:
332 if not terminated:
335 return terminated
499 terminated = False
501 while self.search_cycles < self.iterations and not terminated:
[all …]
/external/apache-http/src/org/apache/http/message/
DBasicHeaderValueParser.java331 boolean terminated = false; in parseNameValuePair()
345 terminated = true; in parseNameValuePair()
352 terminated = true; in parseNameValuePair()
359 if (terminated) { in parseNameValuePair()
376 terminated = true; in parseNameValuePair()
404 if (terminated) { in parseNameValuePair()
/external/toolchain-utils/crosperf/
Dbenchmark_run_unittest.py208 br.terminated = True
221 br.terminated = False
274 self.assertFalse(br.terminated)
282 self.assertTrue(br.terminated)
301 self.assertFalse(br.terminated)
309 self.assertTrue(br.terminated)
319 br.terminated = True
322 br.terminated = False
Dbenchmark_run.py42 self.terminated = False
120 if self.terminated:
150 self.terminated = True
163 if self.terminated:
/external/autotest/client/bin/
Dprespawner.py53 self.terminated = False
78 while not self.terminated:
102 self.terminated = True
/external/libxml2/result/HTML/
D758606.html.sax3 SAX.error: Comment not terminated
8 SAX.error: DOCTYPE improperly terminated
D758606.html.err1 ./test/HTML/758606.html:1: HTML parser error : Comment not terminated
14 ./test/HTML/758606.html:2: HTML parser error : DOCTYPE improperly terminated
D758606_2.html.err1 ./test/HTML/758606_2.html:1: HTML parser error : Comment not terminated
14 ./test/HTML/758606_2.html:2: HTML parser error : DOCTYPE improperly terminated
D758606_2.html.sax3 SAX.error: Comment not terminated
12 SAX.error: DOCTYPE improperly terminated
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h239 bool terminated; member
241 : queued_count(pk.queued_count), terminated(pk.terminated) {} in PendingKernel()
242 PendingKernel() : queued_count(0), terminated(false) {} in PendingKernel()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServerImpl.java102 @GuardedBy("lock") private boolean terminated; field in ServerImpl
177 checkState(!terminated, "Already terminated"); in getPort()
271 while (!terminated && (timeoutNanos = endTimeNanos - System.nanoTime()) > 0) { in awaitTermination()
274 return terminated; in awaitTermination()
281 while (!terminated) { in awaitTermination()
290 return terminated; in isTerminated()
314 if (terminated) { in checkForTermination()
317 terminated = true; in checkForTermination()
DManagedChannelImpl.java212 private volatile boolean terminated; field in ManagedChannelImpl
787 return terminated; in isTerminated()
821 terminated ? null : transportFactory.getScheduledExecutorService(), in newCall()
841 if (terminated) { in maybeTerminateChannel()
847 terminated = true; in maybeTerminateChannel()
1030 checkState(!terminated, "Channel is terminated"); in createSubchannel()
1101 if (!terminated) { in createSubchannel()
1153 checkState(!terminated, "Channel is terminated"); in createOobChannel()
1213 if (!terminated) { in createOobChannel()
/external/toolchain-utils/automation/common/
Dcommand_executer.py224 self.terminated = False
227 self.terminated = True
230 return self.terminated
/external/oj-libjdwp/src/share/npt/
DREADME.txt29 /* After all uses is done, it can be terminated, however, if the
32 * you will need to wait here until all those threads have terminated.
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java84 listener.terminated(from); in terminatedCallback()
195 terminated(NEW);
346 terminated(previous);
460 private void terminated(final State from) {
/external/e2fsprogs/tests/f_baddotdir/
Dexpect.120 '.' directory entry in directory inode 17 is not NULL terminated
23 '..' directory entry in directory inode 17 is not NULL terminated
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyServerTransport.java66 private boolean terminated; field in NettyServerTransport
196 if (!terminated) { in notifyTerminated()
197 terminated = true; in notifyTerminated()
/external/skia/docs/
Dmarkup.bmh9 # comments may terminated by linefeed or double hash ## <- end of comment
14 Keywords are terminated by double hash and may be labeled
/external/skqp/docs/
Dmarkup.bmh9 # comments may terminated by linefeed or double hash ## <- end of comment
14 Keywords are terminated by double hash and may be labeled
/external/u-boot/board/freescale/ls1012aqds/
DREADME41 - One SAI port terminated at 2x6 header
42 - Three SAI Tx/Rx ports terminated at 2x3 headers
/external/grpc-grpc-java/core/src/main/java/io/grpc/inprocess/
DInProcessTransport.java86 private boolean terminated; field in InProcessTransport
165 if (terminated) {
207 if (terminated) {
256 if (terminated) {
259 terminated = true;

12345678910>>...24