Home
last modified time | relevance | path

Searched refs:fine (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c53 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/
Dtest109715 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
Dtest25726 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
Dtest131617 HTTP/1.1 200 Mighty fine indeed
25 HTTP/1.1 200 Mighty fine indeed
28 HTTP/1.1 200 Mighty fine indeed
Dtest202325 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)
Dtest8931 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
Dtest202430 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)
Dtest141917 HTTP/1.1 200 fine!
32 HTTP/1.1 200 fine!
Dtest53528 fine content
32 fine content
/external/llvm/test/MC/Disassembler/AArch64/
Dldp-postind.predictable.txt8 # 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.
Dldp-preind.predictable.txt8 # 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/
Dldp-postind.predictable.txt8 # 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.
Dldp-preind.predictable.txt8 # 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/
DZPageHandlers.java170 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/
Dregcoal-physreg.mir21 ; 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/
Dspec-02-17.test3 unicode: "Sosa did fine.\u263A"
11 # CHECK: !!str "Sosa did fine.\u263A"
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-02-17.test3 unicode: "Sosa did fine.\u263A"
11 # CHECK: !!str "Sosa did fine.\u263A"
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DWorkerProcess.java169 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/
DREADME1 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/
Dcall-nonzero-program-addrspace-2.ll7 %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
Dcall-nonzero-program-addrspace.ll7 %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
Dinvoke-nonzero-program-addrspace.ll7 %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/
Dlibxt_TCPMSS.man11 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/
Dcontrol10 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/
DH264TrackImpl.java251 …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()

12345678910>>...29