/external/mesa3d/docs/ |
D | GL3.txt | 59 GLSL 1.50 not started 66 Multisample textures (GL_ARB_texture_multisample) not started 89 GLSL 4.0 not started 90 GL_ARB_texture_query_lod not started 92 GL_ARB_draw_indirect not started 93 GL_ARB_gpu_shader5 not started 94 GL_ARB_gpu_shader_fp64 not started 95 GL_ARB_sample_shading not started 96 GL_ARB_shader_subroutine not started 97 GL_ARB_tessellation_shader not started [all …]
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
D | BufferUtil.java | 46 boolean started= false; in toInt() 53 if (started) in toInt() 59 started= true; in toInt() 61 else if (b == MINUS && !started) in toInt() 69 if (started) in toInt() 84 boolean started= false; in toLong() 91 if (started) in toLong() 97 started= true; in toLong() 99 else if (b == MINUS && !started) in toLong() 107 if (started) in toLong() [all …]
|
/external/iproute2/lib/ |
D | dnet_ntop.c | 19 …__ int do_digit(char *str, u_int16_t *addr, u_int16_t scale, size_t *pos, size_t len, int *started) in do_digit() argument 26 if (((tmp) > 0) || *started || (scale == 1)) { in do_digit() 28 *started = 1; in do_digit() 41 int started = 0; in dnet_ntop1() local 55 if (do_digit(str + pos, &area, 10, &pos, len, &started)) in dnet_ntop1() 58 if (do_digit(str + pos, &area, 1, &pos, len, &started)) in dnet_ntop1() 66 started = 0; in dnet_ntop1() 68 if (do_digit(str + pos, &addr, 1000, &pos, len, &started)) in dnet_ntop1() 71 if (do_digit(str + pos, &addr, 100, &pos, len, &started)) in dnet_ntop1() 74 if (do_digit(str + pos, &addr, 10, &pos, len, &started)) in dnet_ntop1() [all …]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowCountDownTimer.java | 12 private boolean started; field in ShadowCountDownTimer 21 this.started = false; in __constructor__() 26 started = true; in start() 33 started = false; in cancel() 51 return started; in hasStarted()
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/rule/ |
D | MockWebServerRule.java | 37 private boolean started; field in MockWebServerRule 40 if (started) return; in before() 41 started = true; in before() 58 if (!started) before(); in getHostName() 63 if (!started) before(); in getPort()
|
/external/clang/test/SemaObjC/ |
D | missing-atend-metadata.m | 6 @implementation I0 // expected-note {{implementation started here}} 12 @implementation I1 // expected-note {{implementation started here}} 19 @implementation I2 // expected-note {{implementation started here}} 22 …ation I2(CAT) // expected-error 2 {{missing '@end'}} expected-note {{implementation started here}}
|
/external/clang/test/Parser/ |
D | missing-end-4.m | 5 @implementation X1 // expected-note {{implementation started here}} 12 @implementation X2 // expected-note {{implementation started here}} 17 @interface X6 // expected-note {{class started here}} 22 @protocol P1 // expected-note {{protocol started here}} 27 @interface X4 // expected-note {{class started here}}
|
D | missing-end-2.m | 4 @interface A // expected-note {{class started here}} 10 @interface B { // expected-note {{class started here}} 16 @interface C // expected-note 2 {{class started here}}
|
/external/strace/qemu_multiarch_testing/ |
D | parallel-build-hdc-img.sh | 15 started=false 21 started=true 24 $started || {
|
/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/ |
D | LifeCycle-mbean.properties | 4 running: Instance is started or starting 5 started: Instance is started key
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | modpython.py | 109 self.started = False 163 if not self.started: 169 if not self.started: 179 if self.started: 197 if not self.started: 198 self.started = True
|
/external/google-breakpad/src/client/ios/ |
D | BreakpadController.mm | 161 NSAssert(started_, @"The controller must be started before " 172 @"The controller must be started before setUploadingEnabled is called"); 192 @"The controller must not be started when updateConfiguration is called"); 202 @"The controller must not be started when resetConfiguration is called"); 213 @"The controller must not be started when setUploadingURL is called"); 219 @"The controller must not be started when setUploadInterval is called"); 227 NSAssert(!started_, @"The controller must not be started when " 235 @"The controller must be started before addUploadParameter is called"); 243 NSAssert(started_, @"The controller must be started before " 253 @"The controller must be started before withBreakpadRef is called"); [all …]
|
/external/skia/tools/ |
D | win_dbghelp.cpp | 98 bool started = false; in printCallstack() local 102 if (!started && strncmp(start, line, strlen(start)) == 0) { in printCallstack() 103 started = true; in printCallstack() 104 } else if (started && strncmp(stop, line, strlen(stop)) == 0) { in printCallstack() 106 } else if (started) { in printCallstack()
|
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/ |
D | AnimatedGifEncoder.java | 56 private boolean started = false; // ready to output frames field in AnimatedGifEncoder 151 if ((im == null) || !started) { in addFrame() 190 if (!started) in finish() 193 started = false; in finish() 255 if (started && !firstFrame) in setSize() 285 return started = ok; in start() 304 return started = ok; in start()
|
/external/libnl/lib/ |
D | addr.c | 49 size_t *pos, size_t len, int *started) in do_digit() argument 56 if (((tmp) > 0) || *started || (scale == 1)) { in do_digit() 58 *started = 1; in do_digit() 72 int started = 0; in dnet_ntop() local 82 if (do_digit(str + pos, &area, 10, &pos, len, &started)) in dnet_ntop() 85 if (do_digit(str + pos, &area, 1, &pos, len, &started)) in dnet_ntop() 93 started = 0; in dnet_ntop() 95 if (do_digit(str + pos, &addr, 1000, &pos, len, &started)) in dnet_ntop() 98 if (do_digit(str + pos, &addr, 100, &pos, len, &started)) in dnet_ntop() 101 if (do_digit(str + pos, &addr, 10, &pos, len, &started)) in dnet_ntop() [all …]
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServer_AlreadyStartedTest.groovy | 28 Thread.sleep(200L); // give it some time to get started 29 assertEquals("started - after start()", true, ftpServer1.isStarted()); 33 log("started ftpServer2")
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServer_AlreadyStartedTest.groovy | 28 Thread.sleep(200L); // give it some time to get started 29 assertEquals("started - after start()", true, ftpServer1.isStarted()); 33 log("started ftpServer2")
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServer_AlreadyStartedTest.groovy | 28 Thread.sleep(200L); // give it some time to get started 29 assertEquals("started - after start()", true, ftpServer1.isStarted()); 33 log("started ftpServer2")
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServer_AlreadyStartedTest.groovy | 28 Thread.sleep(200L); // give it some time to get started 29 assertEquals("started - after start()", true, ftpServer1.isStarted()); 33 log("started ftpServer2")
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServer_AlreadyStartedTest.groovy | 28 Thread.sleep(200L); // give it some time to get started 29 assertEquals("started - after start()", true, ftpServer1.isStarted()); 33 log("started ftpServer2")
|
/external/vixl/doc/topics/ |
D | index.md | 5 You can also have a look at the ['getting started' page](../getting-started.md).
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | CssFuzzerTest.java | 61 long started; field in CssFuzzerTest.Watcher 70 long started = this.started; in run() local 72 if (now - started >= 1000000000L /* ns = 1s */) { in run() 108 watcher.started = System.nanoTime(); in testUnderStress()
|
/external/doclava/src/com/google/doclava/ |
D | SampleTagInfo.java | 216 boolean started = false; in readFile() 236 if (started) { in readFile() 249 started = true; in readFile() 251 if (started) { in readFile()
|
/external/boringssl/src/crypto/bytestring/ |
D | cbb.c | 353 int started = 0; in CBB_add_asn1_uint64() local 361 if (!started) { in CBB_add_asn1_uint64() 371 started = 1; in CBB_add_asn1_uint64() 379 if (!started && !CBB_add_u8(&child, 0)) { in CBB_add_asn1_uint64()
|
/external/e2fsprogs/lib/et/ |
D | error_message.c | 122 int started = 0; in error_message() local 184 started++; in error_message() 186 if (started || offset >= 10) { in error_message()
|