/external/syzkaller/pkg/ast/testdata/ |
D | all.txt | 12 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/ |
D | harness.c | 28 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/ |
D | stream_testing.py | 44 terminated = False 46 if terminated: 49 terminated = True
|
/external/v8/tools/testrunner/local/ |
D | pool.py | 107 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/ |
D | binary_search_state.py | 246 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/ |
D | BasicHeaderValueParser.java | 331 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/ |
D | benchmark_run_unittest.py | 208 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
|
D | benchmark_run.py | 42 self.terminated = False 120 if self.terminated: 150 self.terminated = True 163 if self.terminated:
|
/external/autotest/client/bin/ |
D | prespawner.py | 53 self.terminated = False 78 while not self.terminated: 102 self.terminated = True
|
/external/libxml2/result/HTML/ |
D | 758606.html.sax | 3 SAX.error: Comment not terminated 8 SAX.error: DOCTYPE improperly terminated
|
D | 758606.html.err | 1 ./test/HTML/758606.html:1: HTML parser error : Comment not terminated 14 ./test/HTML/758606.html:2: HTML parser error : DOCTYPE improperly terminated
|
D | 758606_2.html.err | 1 ./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
|
D | 758606_2.html.sax | 3 SAX.error: Comment not terminated 12 SAX.error: DOCTYPE improperly terminated
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device.h | 239 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/ |
D | ServerImpl.java | 102 @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()
|
D | ManagedChannelImpl.java | 212 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/ |
D | command_executer.py | 224 self.terminated = False 227 self.terminated = True 230 return self.terminated
|
/external/oj-libjdwp/src/share/npt/ |
D | README.txt | 29 /* 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/ |
D | AbstractService.java | 84 listener.terminated(from); in terminatedCallback() 195 terminated(NEW); 346 terminated(previous); 460 private void terminated(final State from) {
|
/external/e2fsprogs/tests/f_baddotdir/ |
D | expect.1 | 20 '.' 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/ |
D | NettyServerTransport.java | 66 private boolean terminated; field in NettyServerTransport 196 if (!terminated) { in notifyTerminated() 197 terminated = true; in notifyTerminated()
|
/external/skia/docs/ |
D | markup.bmh | 9 # 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/ |
D | markup.bmh | 9 # 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/ |
D | README | 41 - 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/ |
D | InProcessTransport.java | 86 private boolean terminated; field in InProcessTransport 165 if (terminated) { 207 if (terminated) { 256 if (terminated) { 259 terminated = true;
|