/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_fence.c | 53 struct si_fine_fence fine; member 78 r600_resource_reference(&(*rdst)->fine.buf, NULL); in si_fence_reference() 134 const struct si_fine_fence *fine) in si_fine_fence_signaled() argument 136 char *map = rws->buffer_map(fine->buf->buf, NULL, PIPE_TRANSFER_READ | in si_fine_fence_signaled() 141 uint32_t *fence = (uint32_t*)(map + fine->offset); in si_fine_fence_signaled() 146 struct si_fine_fence *fine, in si_fine_fence_set() argument 155 &fine->offset, (struct pipe_resource **)&fine->buf, (void **)&fence_ptr); in si_fine_fence_set() 156 if (!fine->buf) in si_fine_fence_set() 161 uint64_t fence_va = fine->buf->gpu_address + fine->offset; in si_fine_fence_set() 163 radeon_add_to_buffer_list(&ctx->b, &ctx->b.gfx, fine->buf, in si_fine_fence_set() [all …]
|
/external/curl/tests/data/ |
D | test1097 | 15 HTTP/1.1 200 We are fine and cool 19 This is all fine and dandy 24 HTTP/1.1 200 We are fine and cool 30 HTTP/1.1 200 We are fine and cool 33 HTTP/1.1 200 We are fine and cool 37 This is all fine and dandy
|
D | test257 | 26 HTTP/1.1 302 Followed here fine swsclose 35 HTTP/1.1 200 Followed here fine swsclose 50 HTTP/1.1 302 Followed here fine swsclose 55 HTTP/1.1 200 Followed here fine swsclose
|
D | test1316 | 17 HTTP/1.1 200 Mighty fine indeed 25 HTTP/1.1 200 Mighty fine indeed 28 HTTP/1.1 200 Mighty fine indeed
|
D | test2023 | 25 HTTP/1.1 200 Things are fine in server land 57 HTTP/1.1 200 Things are fine in server land (2) 73 HTTP/1.1 200 Things are fine in server land 93 HTTP/1.1 200 Things are fine in server land (2)
|
D | test89 | 31 HTTP/1.1 301 Things are fine in server land swsclose 52 HTTP/1.1 200 Things are fine in server land swsclose 67 HTTP/1.1 301 Things are fine in server land swsclose 78 HTTP/1.1 200 Things are fine in server land swsclose
|
D | test2024 | 30 HTTP/1.1 200 Things are fine in server land 64 HTTP/1.1 200 Things are fine in server land (2) 81 HTTP/1.1 200 Things are fine in server land 103 HTTP/1.1 200 Things are fine in server land (2)
|
D | test1419 | 17 HTTP/1.1 200 fine! 32 HTTP/1.1 200 fine!
|
D | test535 | 28 fine content 32 fine content
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine. 12 # d5 != x5 so "ldp d5, d6, [x5], #24" is fine. 16 # xzr != sp so "stp xzr, xzr, [sp], #8" is fine.
|
D | ldp-preind.predictable.txt | 8 # Stores from duplicated registers should be fine. 12 # d5 != x5 so "ldp d5, d6, [x5, #24]!" is fine. 16 # xzr != sp so "stp xzr, xzr, [sp, #8]!" is fine.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine. 12 # d5 != x5 so "ldp d5, d6, [x5], #24" is fine. 16 # xzr != sp so "stp xzr, xzr, [sp], #8" is fine.
|
D | ldp-preind.predictable.txt | 8 # Stores from duplicated registers should be fine. 12 # d5 != x5 so "ldp d5, d6, [x5, #24]!" is fine. 16 # xzr != sp so "stp xzr, xzr, [sp, #8]!" is fine.
|
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ |
D | ZPageHandlers.java | 170 logger.fine("HttpServer started on address " + server.getAddress().toString()); in startHttpServerAndRegisterAll() 181 logger.fine("*** Shutting down gRPC server (JVM shutting down)"); in startHttpServerAndRegisterAll() 183 logger.fine("*** Server shut down"); in startHttpServerAndRegisterAll()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | regcoal-physreg.mir | 21 ; It is fine to coalesce copies from reserved physregs 27 ; It is not fine to coalesce copies from reserved physregs when they are 35 ; Is is fine to coalesce copies from constant physregs even when they are 43 ; Is is fine to coalesce copies from constant physregs even when they are 64 ; It is not fine to coalesce copies from reserved physregs when they are
|
/external/llvm/test/YAMLParser/ |
D | spec-02-17.test | 3 unicode: "Sosa did fine.\u263A" 11 # CHECK: !!str "Sosa did fine.\u263A"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-02-17.test | 3 unicode: "Sosa did fine.\u263A" 11 # CHECK: !!str "Sosa did fine.\u263A"
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | WorkerProcess.java | 169 logger.fine(String.format("Instrument(%s) Java args: %s", instrument.getClass().getName(), in buildProcess() 193 logger.fine(String.format("%s(%s) Path: %s", platformName, vm.name, jdkPath)); in getJvmArgs() 197 logger.fine(String.format("%s(%s) args: %s", platformName, vm.name, jvmOptions)); in getJvmArgs() 201 logger.fine(String.format("Benchmark(%s) %s args: %s", benchmarkClass.name(), platformName, in getJvmArgs()
|
/external/curl/packages/DOS/ |
D | README | 1 Gisle Vanem made curl build fine on DOS (and MingW) with djgpp, OpenSSL and his 4 'make djgpp' in the root curl dir should build it fine.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | call-nonzero-program-addrspace-2.ll | 7 %first = call i8 %0(i32 0) ; this is fine 8 %second = call i8 %1(i32 0) ; this is also fine if it's the program AS
|
D | call-nonzero-program-addrspace.ll | 7 %first = call i8 %fnptr0(i32 0) ; this is fine 8 %second = call i8 %fnptr200(i32 0) ; this is also fine if it's the program AS
|
D | invoke-nonzero-program-addrspace.ll | 7 %first = invoke i8 %fnptr0(i32 0) to label %ok unwind label %lpad ; this is fine 8 …%second = invoke i8 %fnptr200(i32 0) to label %ok unwind label %lpad ; this is also fine if it's t…
|
/external/iptables/extensions/ |
D | libxt_TCPMSS.man | 11 problem are that everything works fine from your Linux 17 Small mail works fine, but large emails hang. 19 ssh works fine, but scp hangs after initial handshaking.
|
/external/autotest/client/site_tests/audio_Microphone/ |
D | control | 10 Mono and stereo capturing should work fine @ 44.1KHz and 48KHz. 11 Low latency capturing should work fine with low CPU usage.
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 251 …LOG.fine("Found startcode at " + (pos -4) + " Type: " + nal_unit_type + " ref idc: " + nal_ref_id… in readSamples() 276 LOG.fine("Adding sample with size " + bb.capacity() + " and header " + sh); in readSamples() 363 LOG.fine("Access unit delimiter type: " + type); in handleNALUnit() 422 LOG.fine("Access unit delimiter: " + (data[1] >> 5)); in printAccessUnitDelimiter() 547 LOG.fine("Marking with " + i + " at " + pos); in mark() 555 … LOG.fine("Resetting to " + markPos + " (pos is " + pos + ") which makes the buffersize " + diff); in reset() 703 LOG.fine(this.toString()); in SEIMessage()
|