HomeSort by relevance Sort by last modified time
    Searched refs:rt (Results 1 - 25 of 948) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/
package-info.java 16 package com.vladium.emma.rt
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
package-info.java 16 package org.jacoco.agent.rt
RT.java 12 package org.jacoco.agent.rt;
14 import org.jacoco.agent.rt.internal.Agent;
19 public final class RT {
21 private RT() {
  /bionic/libc/dns/resolv/
res_state.c 61 _res_thread* rt = calloc(1, sizeof(*rt)); local
63 if (rt) {
64 rt->_h_errno = 0;
65 memset(rt->_rstatic, 0, sizeof rt->_rstatic);
67 return rt;
87 _res_thread* rt = _rt; local
89 D("%s: rt=%p for thread=%d", __FUNCTION__, rt, gettid())
105 _res_thread* rt; local
160 _res_thread* rt = _res_thread_get(); local
169 _res_thread* rt = _res_thread_get(); local
183 _res_thread* rt = _res_thread_get(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTestCases.txt 16 rt: "0.###" 1.0 "1"
25 rt: "0" 1234 "1234"
35 rt: "@@@@" 0.0012 "0.001200"
38 rt: "@###" 0.00123 "0.00123"
39 rt: - 123000 "123000"
45 rt: - 123000 "123,000"
47 rt: - 0.9999 "0.9999"
49 rt: "@##E0" 20000 "2E4"
50 rt: - 27000 "2.7E4"
51 rt: - 27100 "2.71E4
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTestCases.txt 16 rt: "0.###" 1.0 "1"
25 rt: "0" 1234 "1234"
35 rt: "@@@@" 0.0012 "0.001200"
38 rt: "@###" 0.00123 "0.00123"
39 rt: - 123000 "123000"
45 rt: - 123000 "123,000"
47 rt: - 0.9999 "0.9999"
49 rt: "@##E0" 20000 "2E4"
50 rt: - 27000 "2.7E4"
51 rt: - 27100 "2.71E4
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 111 perRT[i].blendEnable = bs->rt[i].blend_enable;
112 perRT[i].srcBlend = bs->rt[i].srcblend;
113 perRT[i].destBlend = bs->rt[i].dstblend;
114 perRT[i].blendOp = bs->rt[i].blendeq;
115 perRT[i].srcBlendAlpha = bs->rt[i].srcblend_alpha;
116 perRT[i].destBlendAlpha = bs->rt[i].dstblend_alpha;
117 perRT[i].blendOpAlpha = bs->rt[i].blendeq_alpha;
118 perRT[i].renderTargetWriteMask = bs->rt[i].writemask;
163 blend->rt[i].blend_enable = TRUE;
164 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_blend.c 97 const struct pipe_rt_blend_state *rt; local
99 rt = &cso->rt[i];
101 rt = &cso->rt[0];
104 A3XX_RB_MRT_BLEND_CONTROL_RGB_SRC_FACTOR(fd_blend_factor(rt->rgb_src_factor)) |
105 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
106 A3XX_RB_MRT_BLEND_CONTROL_RGB_DEST_FACTOR(fd_blend_factor(rt->rgb_dst_factor));
109 A3XX_RB_MRT_BLEND_CONTROL_ALPHA_SRC_FACTOR(fd_blend_factor(rt->alpha_src_factor)) |
110 A3XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func))
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_blend.c 62 const struct pipe_rt_blend_state *rt = &cso->rt[0]; local
84 A2XX_RB_BLEND_CONTROL_COLOR_SRCBLEND(fd_blend_factor(rt->rgb_src_factor)) |
85 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) |
86 A2XX_RB_BLEND_CONTROL_COLOR_DESTBLEND(fd_blend_factor(rt->rgb_dst_factor)) |
87 A2XX_RB_BLEND_CONTROL_ALPHA_SRCBLEND(fd_blend_factor(rt->alpha_src_factor)) |
88 A2XX_RB_BLEND_CONTROL_ALPHA_COMB_FCN(blend_func(rt->alpha_func)) |
89 A2XX_RB_BLEND_CONTROL_ALPHA_DESTBLEND(fd_blend_factor(rt->alpha_dst_factor));
91 if (rt->colormask & PIPE_MASK_R)
93 if (rt->colormask & PIPE_MASK_G
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dual_blend.h 17 if (util_blend_factor_is_dual_src(blend->rt[index].rgb_src_factor) ||
18 util_blend_factor_is_dual_src(blend->rt[index].alpha_src_factor) ||
19 util_blend_factor_is_dual_src(blend->rt[index].rgb_dst_factor) ||
20 util_blend_factor_is_dual_src(blend->rt[index].alpha_dst_factor))
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_blend.c 94 const struct pipe_rt_blend_state *rt; local
97 rt = &cso->rt[i];
99 rt = &cso->rt[0];
102 A5XX_RB_MRT_BLEND_CONTROL_RGB_SRC_FACTOR(fd_blend_factor(rt->rgb_src_factor)) |
103 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
104 A5XX_RB_MRT_BLEND_CONTROL_RGB_DEST_FACTOR(fd_blend_factor(rt->rgb_dst_factor));
107 A5XX_RB_MRT_BLEND_CONTROL_ALPHA_SRC_FACTOR(fd_blend_factor(rt->alpha_src_factor)) |
108 A5XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
genrtl.h 11 rtx rt; local
12 rt = rtx_alloc_stat (code PASS_MEM_STAT);
14 PUT_MODE (rt, mode);
15 X0EXP (rt, 0) = NULL_RTX;
17 return rt;
28 rtx rt; local
29 rt = rtx_alloc_stat (code PASS_MEM_STAT);
31 PUT_MODE (rt, mode);
32 XEXP (rt, 0) = arg0;
33 XEXP (rt, 1) = arg1
46 rtx rt; local
63 rtx rt; local
79 rtx rt; local
102 rtx rt; local
132 rtx rt; local
164 rtx rt; local
190 rtx rt; local
218 rtx rt; local
242 rtx rt; local
265 rtx rt; local
288 rtx rt; local
308 rtx rt; local
330 rtx rt; local
348 rtx rt; local
363 rtx rt; local
378 rtx rt; local
396 rtx rt; local
414 rtx rt; local
430 rtx rt; local
449 rtx rt; local
466 rtx rt; local
483 rtx rt; local
499 rtx rt; local
519 rtx rt; local
537 rtx rt; local
555 rtx rt; local
574 rtx rt; local
593 rtx rt; local
612 rtx rt; local
630 rtx rt; local
648 rtx rt; local
667 rtx rt; local
687 rtx rt; local
707 rtx rt; local
727 rtx rt; local
748 rtx rt; local
768 rtx rt; local
786 rtx rt; local
804 rtx rt; local
824 rtx rt; local
846 rtx rt; local
    [all...]
  /external/valgrind/none/tests/mips64/
logical_instructions.stdout.exp 1 and $t0, $t1, $t2 :: rd 0x0, rs 0x0, rt 0xffffffffb1f740b4
2 and $s0, $s1, $s2 :: rd 0x1284020, rs 0x12bd6aa, rt 0xa2a6ec661ba84121
3 and $t0, $t1, $t2 :: rd 0x0, rs 0x0, rt 0xffffffffb5365d03
4 and $s0, $s1, $s2 :: rd 0x4c834002122303, rs 0x7e876382d2ab13, rt 0x614d9b445f12236b
5 and $t0, $t1, $t2 :: rd 0x8003b4a, rs 0x9823b6e, rt 0xffffffffb8757bda
6 and $s0, $s1, $s2 :: rd 0x1328080203050071, rs 0x976d6e9ac31510f3, rt 0x3baa99471f6d4d75
7 and $t0, $t1, $t2 :: rd 0xc002649, rs 0xd4326d9, rt 0xffffffffbcb4666d
8 and $s0, $s1, $s2 :: rd 0x20044c571216a462, rs 0xb7746d775ad6a5fb, rt 0x680cce5fb236b666
9 and $t0, $t1, $t2 :: rd 0x2003648, rs 0x130476dc, rt 0xffffffffa2f33668
10 and $s0, $s1, $s2 :: rd 0x40a040000401a502, rs 0x42b0c0a28677b502, rt 0x58ec644d6481af1
    [all...]
cvm_ins.stdout.exp 1 exts $t1, $t2, 1, 7 :: rt 0x0 rs 0x0, p 0x00000001, lenm1 0x00000007
2 exts $t1, $t2, 1, 7 :: rt 0x6e rs 0x130476dc, p 0x00000001, lenm1 0x00000007
3 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffdc rs 0x2608edb8, p 0x00000001, lenm1 0x00000007
4 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffb2 rs 0x350c9b64, p 0x00000001, lenm1 0x00000007
5 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffb8 rs 0x4c11db70, p 0x00000001, lenm1 0x00000007
6 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffd6 rs 0x5f15adac, p 0x00000001, lenm1 0x00000007
7 exts $t1, $t2, 1, 7 :: rt 0x64 rs 0x6a1936c8, p 0x00000001, lenm1 0x00000007
8 exts $t1, $t2, 1, 7 :: rt 0xa rs 0x791d4014, p 0x00000001, lenm1 0x00000007
9 exts $t1, $t2, 1, 7 :: rt 0x70 rs 0x9823b6e0, p 0x00000001, lenm1 0x00000007
10 exts $t1, $t2, 1, 7 :: rt 0x1e rs 0x8b27c03c, p 0x00000001, lenm1 0x0000000
    [all...]
  /external/strace/
rtc.c 41 print_rtc_time(struct tcb *tcp, const struct rtc_time *rt)
45 rt->tm_sec, rt->tm_min, rt->tm_hour,
46 rt->tm_mday, rt->tm_mon, rt->tm_year);
49 rt->tm_wday, rt->tm_yday, rt->tm_isdst)
57 struct rtc_time rt; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ldr-t.s 14 @!(rt == r15) && rn == r15
18 @rt == r15 && !(rn == r15)
22 @rt == r15 && rn == r15
26 @inITBlock && !(rt == 15) && !lastInITBlock
32 @inITBlock && rt == 15 && lastInITBlock
38 @inITBlock && !(rt == 15) && !lastInITBlock
44 @inITBlock && (rt == 15) && lastInITBlock
48 @!(rt == r15) && bits<0..1> (immediate) != 00
51 @rt == r15 && bits<0..1> (immediate) == 00
56 @inITBlock && !(rt == 15) && !lastInITBloc
    [all...]
ldr-t-bad.s 10 @rt == r15 && rn == r15
14 @inITBlock && rt == 15 && !lastInITBlock
23 @inITBlock && rt == 15 && !lastInITBlock
29 @rt == r15 && bits<0..1> (immediate) != 00
34 @inITBlock && rt == 15 && !lastInITBlock
46 @rt == 15 || rn == 15
55 @rt == 15 || rm == 13 || rm == 15
  /external/emma/core/java12/com/vladium/emma/rt/
RTSettings.java 9 package com.vladium.emma.rt;
13 * Conceptually, this class is an extention of class RT. This is a separate class,
14 * however, to help load RT in a lazy manner.
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_blend.c 95 const struct pipe_rt_blend_state *rt; local
98 rt = &cso->rt[i];
100 rt = &cso->rt[0];
103 A4XX_RB_MRT_BLEND_CONTROL_RGB_SRC_FACTOR(fd_blend_factor(rt->rgb_src_factor)) |
104 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
105 A4XX_RB_MRT_BLEND_CONTROL_RGB_DEST_FACTOR(fd_blend_factor(rt->rgb_dst_factor));
108 A4XX_RB_MRT_BLEND_CONTROL_ALPHA_SRC_FACTOR(fd_blend_factor(rt->alpha_src_factor)) |
109 A4XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func))
    [all...]
  /external/skia/src/gpu/
GrGpuCommandBuffer.cpp 24 void GrGpuCommandBuffer::clear(GrRenderTarget* rt, const GrFixedClip& clip, GrColor color) {
26 SkASSERT(rt);
28 (SkIRect::MakeWH(rt->width(), rt->height()).contains(clip.scissorRect()) &&
29 SkIRect::MakeWH(rt->width(), rt->height()) != clip.scissorRect()));
31 this->onClear(rt, clip, color);
34 void GrGpuCommandBuffer::clearStencilClip(GrRenderTarget* rt, const GrFixedClip& clip,
36 this->onClearStencilClip(rt, clip, insideStencilMask);
  /external/toybox/toys/pending/
route.c 192 static void get_next_params(char **argv, struct rtentry *rt, char **netmask)
195 if (!strcmp(*argv, "reject")) rt->rt_flags |= RTF_REJECT;
196 else if (!strcmp(*argv, "mod")) rt->rt_flags |= RTF_MODIFIED;
197 else if (!strcmp(*argv, "dyn")) rt->rt_flags |= RTF_DYNAMIC;
198 else if (!strcmp(*argv, "reinstate")) rt->rt_flags |= RTF_REINSTATE;
204 rt->rt_metric = atolx_range(*argv, 0, ULONG_MAX) + 1;
208 unsigned int addr_mask = (((struct sockaddr_in *)&((rt)->rt_genmask))->sin_addr.s_addr);
213 rt->rt_genmask = sock;
216 if (!(rt->rt_flags & RTF_GATEWAY)) {
217 if (!get_hostname(*argv, (struct sockaddr_in *) &rt->rt_gateway)
259 struct rtentry rt; local
350 struct in6_rtmsg rt; local
    [all...]
  /external/ltp/testcases/realtime/func/rt-migrate/
run_auto.sh 12 $SCRIPTS_DIR/run_c_files.sh $profile rt-migrate
  /external/llvm/test/MC/Mips/mips32r6/
valid.s 6 # rt == 0
7 # rt != 0
8 # rs < rt
9 # rs == rt
10 # rs > rt
36 # beqc requires rs < rt && rs != 0 but we accept this and fix it. See also bovc.
40 # bnec requires rs < rt && rs != 0 but we accept this and fix it. See also bnvc.
59 # bnvc requires that rs >= rt but we accept both and fix this. See also bnec.
63 # bovc requires that rs >= rt but we accept both and fix this. See also beqc.
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 6 # rt == 0
7 # rt != 0
8 # rs < rt
9 # rs == rt
10 # rs > rt
36 # beqc requires rs < rt && rs != 0 but we accept this and fix it. See also bovc.
54 # bnec requires rs < rt && rs != 0 but we accept this and fix it. See also bnvc.
59 # bnvc requires that rs >= rt but we accept both and fix this. See also bnec.
63 # bovc requires that rs >= rt but we accept both and fix this. See also beqc.
  /external/valgrind/none/tests/mips32/
mips32_dspr2.stdout.exp 2 absq_s.qb $t0, $t1 :: rd 0x00000000 rt 0x00000000 DSPControl 0x0
3 absq_s.qb $t2, $t3 :: rd 0x0000027a rt 0x00000286 DSPControl 0x0
4 absq_s.qb $t4, $t1 :: rd 0x06442435 rt 0xfabc2435 DSPControl 0x0
5 absq_s.qb $t6, $t7 :: rd 0x73467f44 rt 0x734680bc DSPControl 0x100000
6 absq_s.qb $t5, $t3 :: rd 0x7f000000 rt 0x80000000 DSPControl 0x100000
7 absq_s.qb $t2, $t4 :: rd 0x01010101 rt 0xffffffff DSPControl 0x0
8 absq_s.qb $t0, $t8 :: rd 0x010c5f01 rt 0xfff45fff DSPControl 0x0
9 absq_s.qb $t4, $t4 :: rd 0x00000555 rt 0x00000555 DSPControl 0x0
10 absq_s.qb $t0, $t1 :: rd 0x23534870 rt 0x23534870 DSPControl 0x0
11 absq_s.qb $t2, $t3 :: rd 0x05555314 rt 0x0555adec DSPControl 0x
    [all...]

Completed in 1068 milliseconds

1 2 3 4 5 6 7 8 91011>>