Home
last modified time | relevance | path

Searched full:fine (Results 1 – 25 of 2545) sorted by relevance

12345678910>>...102

/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/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
DJDK14LoggerAdapter.java160 * Is this logger instance enabled for the FINE level?
162 * @return True if this Logger is enabled for level FINE, false otherwise.
165 return logger.isLoggable(Level.FINE); in isDebugEnabled()
169 * Log a message object at level FINE.
175 if (logger.isLoggable(Level.FINE)) { in debug()
176 log(SELF, Level.FINE, msg, null); in debug()
181 * Log a message at level FINE according to the specified format and argument.
185 * for level FINE.
194 if (logger.isLoggable(Level.FINE)) { in debug()
196 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable()); in debug()
[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
Dtest53522 HTTP/1.1 200 Fine
28 fine content
32 fine content
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
Dtest53623 HTTP/1.1 200 Fine
29 fine content
33 fine content
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)
Dtest131617 HTTP/1.1 200 Mighty fine indeed
25 HTTP/1.1 200 Mighty fine indeed
28 HTTP/1.1 200 Mighty fine indeed
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
/external/curl/docs/libcurl/opts/
DCURLOPT_ALTSVC_CTRL.331 #define CURLALTSVC_IMMEDIATELY (1<<0)
32 #define CURLALTSVC_ALTUSED (1<<1)
33 #define CURLALTSVC_READONLYFILE (1<<2)
34 #define CURLALTSVC_H1 (1<<3)
35 #define CURLALTSVC_H2 (1<<4)
36 #define CURLALTSVC_H3 (1<<5)
/external/u-boot/drivers/ddr/marvell/a38x/
Dmv_ddr_spd.h164 unsigned char ftb:2, /* fine timebase */
226 /* fine offset for min cas to cas delay time (t ccd_l min), same bank group, ftb */
228 /* fine offset for min activate to activate delay time (t rrd_l min), same bank group, ftb */
230 /* fine offset for min activate to activate delay time (t rrd_s min), diff bank group, ftb */
232 /* fine offset for min active to active/refresh delay time (t rc min), ftb */
234 unsigned char byte_121; /* fine offset for min row precharge delay time (t rp min), ftb */
235 unsigned char byte_122; /* fine offset for min ras to cas delay time (t rcd min), ftb */
236 unsigned char byte_123; /* fine offset for min cas latency time (t aa min), ftb */
237 unsigned char byte_124; /* fine offset for sdram max cycle time (t ck avg max), ftb */
238 unsigned char byte_125; /* fine offset for sdram min cycle time (t ck avg min), ftb */
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DInternalSubchannel.java243 if (log.isLoggable(Level.FINE)) { in startNewTransport()
244 log.log(Level.FINE, "[{0}] Created {1} for {2}", in startNewTransport()
290 if (log.isLoggable(Level.FINE)) { in scheduleBackoff()
291 log.log(Level.FINE, "[{0}] Scheduling backoff for {1} ns", new Object[]{logId, delayNanos}); in scheduleBackoff()
404 if (log.isLoggable(Level.FINE)) { in shutdown()
405 log.log(Level.FINE, "[{0}] Terminated in shutdown()", logId); in shutdown()
423 // addressGroupsCopy being a little stale is fine, just avoid calling toString with the lock in toString()
547 if (log.isLoggable(Level.FINE)) { in transportReady()
548 log.log(Level.FINE, "[{0}] {1} for {2} is ready", in transportReady()
581 if (log.isLoggable(Level.FINE)) { in transportShutdown()
[all …]
/external/sl4a/ScriptingLayerForAndroid/res/drawable/
Datari_small_notice.txt1 COMMENT Copyright (c) 1999, Thomas A. Fine
8 COMMENT http://hea-www.harvard.edu/~fine/
11 COMMENT written by Thomas A. Fine
/external/tensorflow/tensorflow/python/keras/datasets/
Dcifar100.py32 def load_data(label_mode='fine'):
36 label_mode: one of "fine", "coarse".
44 if label_mode not in ['fine', 'coarse']:
45 raise ValueError('`label_mode` must be one of `"fine"`, `"coarse"`.')
/external/u-boot/include/
Dddr_spd.h187 unsigned char ftb_div; /* 9 Fine Timebase (FTB)
221 int8_t fine_tck_min; /* 34 Fine offset for tCKmin */
222 int8_t fine_taa_min; /* 35 Fine offset for tAAmin */
223 int8_t fine_trcd_min; /* 36 Fine offset for tRCDmin */
224 int8_t fine_trp_min; /* 37 Fine offset for tRPmin */
225 int8_t fine_trc_min; /* 38 Fine offset for tRCmin */
337 int8_t fine_tccdl_min; /* 117 Fine offset for tCCD_Lmin */
338 int8_t fine_trrdl_min; /* 118 Fine offset for tRRD_Lmin */
339 int8_t fine_trrds_min; /* 119 Fine offset for tRRD_Smin */
340 int8_t fine_trc_min; /* 120 Fine offset for tRCmin */
[all …]
/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/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/libexif/libexif/olympus/
Dmnote-olympus-entry.c108 {3, N_("VGA fine")},
111 {6, N_("SXGA fine")},
114 {12, N_("2 Mpixel fine")},
155 {0x101, N_("Fine, SQ")},
156 {0x102, N_("Fine, HQ")},
157 {0x103, N_("Fine, SHQ")},
158 {0x104, N_("Fine, RAW")},
159 {0x105, N_("Fine, SQ1")},
160 {0x106, N_("Fine, SQ2")},
161 {0x107, N_("Fine, super high")},
[all …]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLevelTest.java116 assertSame(Level.FINE, Level.parse("FINE")); in testParse_PredefinedConstStrings()
155 assertSame(Level.FINE, Level.parse("FINE")); in testParse_PredefinedNumber()
164 assertSame(Level.FINE, Level.parse("500")); in testParse_PredefinedNumber()
366 assertEquals("FINE", MyLevel.parse("499").getName()); in testSubclassNewLevel()
367 assertEquals("FINE", MyLevel.parse("500").getName()); in testSubclassNewLevel()
368 assertEquals(500, MyLevel.parse("FINE").intValue()); in testSubclassNewLevel()
391 public static final Level DUPLICATENAME = new MyLevel("FINE", 499);
/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/openssh/
Dplatform-pledge.c30 * Drop any fine-grained privileges that are not needed for post-startup
48 * Drop any fine-grained privileges that are not needed for post-startup
60 * Drop any fine-grained privileges that are not needed for the post-startup
/external/libopus/celt/
Drate.c153 /* N=1 bands only have a sign bit and fine bits. */ in compute_pulse_cache()
218 /* Add the fine bits we'll use. */ in compute_pulse_cache()
221 /* Offset the number of fine bits by log2(N)/2 + FINE_OFFSET in compute_pulse_cache()
227 /* The number of fine bits we'll allocate if the remainder is in compute_pulse_cache()
382 /*If we have enough for a fine energy bit per channel, use it.*/ in interp_bits2pulses()
457 /* Offset for the number of fine bits by log2(N)/2 + FINE_OFFSET in interp_bits2pulses()
466 fine energy bit */ in interp_bits2pulses()
484 final fine energy pass */ in interp_bits2pulses()
487 /* Remove the allocated fine bits; the rest are assigned to PVQ */ in interp_bits2pulses()
491 /* For N=1, all bits go to fine energy except for a single sign bit */ in interp_bits2pulses()
[all …]

12345678910>>...102