HomeSort by relevance Sort by last modified time
    Searched refs:DST (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 638 local DST="$DIR/`basename $URL`"
640 download_file "$URL" "$DST"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 638 local DST="$DIR/`basename $URL`"
640 download_file "$URL" "$DST"
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 497 typedef DominanceFrontier::DomSetType DST;
499 DST *entrySuccs = &DF->find(entry)->second;
504 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end();
512 DST *exitSuccs = &DF->find(exit)->second;
515 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end();
526 for (DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 132 #define PACK_RGBA(DST, R, G, B, A) \
134 (DST)[osmesa->rInd] = R; \
135 (DST)[osmesa->gInd] = G; \
136 (DST)[osmesa->bInd] = B; \
137 (DST)[osmesa->aInd] = A; \
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 132 #define PACK_RGBA(DST, R, G, B, A) \
134 (DST)[osmesa->rInd] = R; \
135 (DST)[osmesa->gInd] = G; \
136 (DST)[osmesa->bInd] = B; \
137 (DST)[osmesa->aInd] = A; \
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java 65 * 2) Only src, dst empty
66 * 3) Both src + dst
67 * 4) Only dst, src empty
75 put(PorterDuff.Mode.DST, new int[] {
178 put(PorterDuff.Mode.DST, new int[] {
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java 139 PorterDuff.Mode.DST,
  /developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java 139 PorterDuff.Mode.DST,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 36 // create a bitmap with a circle, used for the "dst" image
76 new PorterDuffXfermode(PorterDuff.Mode.DST),
93 "Clear", "Src", "Dst", "SrcOver",
142 // draw the src/dst example into our offscreen bitmap
  /development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/
DrawableTintingFragment.java 139 PorterDuff.Mode.DST,
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 62 case DST:
63 ALOGV("Format:DST");
  /bionic/libc/arch-x86/atom/string/
ssse3-strlcat-atom.S 80 #define DST 4
81 #define SRC DST+8
86 mov DST(%esp), %edx
121 mov DST + 4(%esp), %edx
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
modexp512-x86_64.pl 82 #MULSTEP_512_ADD MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src1, src2, add_src, tmp1, tmp2
87 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_;
95 mov $X[0], $DST
115 #MULSTEP_512 MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src2, src1_val, tmp
120 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
127 mov $X[0], $DST
370 # Dst = Ah * B + Al
372 # Results in X3 X2 X1 X0 X7 X6 X5 X4 Dst[3:0]
425 lea (+$Reduce_Data_offset+$X1_offset+$STACK_DEPTH)(%rsp), %rdi # pX1 (Dst) 769 bits, 13 qwords
674 # Output: dst: Address of destination: [red_res_addr
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 198 DST{szf}{cc}{sat} { return_opcode( 1, BIN_OP, DST, 3); }
  /external/mesa3d/src/mesa/program/
program_lexer.l 198 DST{szf}{cc}{sat} { return_opcode( 1, BIN_OP, DST, 3); }
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 82 #MULSTEP_512_ADD MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src1, src2, add_src, tmp1, tmp2
87 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_;
95 mov $X[0], $DST
115 #MULSTEP_512 MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src2, src1_val, tmp
120 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
127 mov $X[0], $DST
370 # Dst = Ah * B + Al
372 # Results in X3 X2 X1 X0 X7 X6 X5 X4 Dst[3:0]
425 lea (+$Reduce_Data_offset+$X1_offset+$STACK_DEPTH)(%rsp), %rdi # pX1 (Dst) 769 bits, 13 qwords
674 # Output: dst: Address of destination: [red_res_addr
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 242 uint8_t* const dst, int stride) {
243 vst2_lane_u8(dst + 0 * stride, v, 0);
244 vst2_lane_u8(dst + 1 * stride, v, 1);
245 vst2_lane_u8(dst + 2 * stride, v, 2);
246 vst2_lane_u8(dst + 3 * stride, v, 3);
247 vst2_lane_u8(dst + 4 * stride, v, 4);
248 vst2_lane_u8(dst + 5 * stride, v, 5);
249 vst2_lane_u8(dst + 6 * stride, v, 6);
250 vst2_lane_u8(dst + 7 * stride, v, 7);
254 uint8_t* const dst, int stride)
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 434 Comdat::SelectionKind Dst,
480 void linkFunctionBody(Function *Dst, Function *Src);
572 Comdat::SelectionKind Dst,
577 bool DstAnyOrLargest = Dst == Comdat::SelectionKind::Any ||
578 Dst == Comdat::SelectionKind::Largest;
582 if (Dst == Comdat::SelectionKind::Largest ||
587 } else if (Src == Dst) {
588 Result = Dst;
596 // Go with Dst.
785 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos))
    [all...]
  /external/webp/src/dsp/
dec_neon.c 242 uint8_t* const dst, int stride) {
243 vst2_lane_u8(dst + 0 * stride, v, 0);
244 vst2_lane_u8(dst + 1 * stride, v, 1);
245 vst2_lane_u8(dst + 2 * stride, v, 2);
246 vst2_lane_u8(dst + 3 * stride, v, 3);
247 vst2_lane_u8(dst + 4 * stride, v, 4);
248 vst2_lane_u8(dst + 5 * stride, v, 5);
249 vst2_lane_u8(dst + 6 * stride, v, 6);
250 vst2_lane_u8(dst + 7 * stride, v, 7);
254 uint8_t* const dst, int stride)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py 58 def dst(self, dt): member in class:FixedOffset
75 self.assertRaises(NotImplementedError, useless.dst, dt)
89 self.assertRaises(NotImplementedError, ne.dst, dt)
97 self.assertEqual(fo.dst(dt), timedelta(minutes=42))
1648 def dst(self, dt): return timedelta(0) member in class:TestDateTime.test_astimezone.Bogus
1654 def dst(self, dt): return None member in class:TestDateTime.test_astimezone.AlsoBogus
2004 dst = utcoffset variable in class:TZInfoBase.test_argument_passing.introspective
2063 def dst(self, dt): return None member in class:TZInfoBase.test_tzinfo_classes.C1
2074 def dst(self, dt): return timedelta(minutes=1439) member in class:TZInfoBase.test_tzinfo_classes.C3
2084 def dst(self, dt): return 7 member in class:TZInfoBase.test_tzinfo_classes.C4
2094 def dst(self, dt): return timedelta(hours=24) member in class:TZInfoBase.test_tzinfo_classes.C6
2102 def dst(self, dt): return timedelta(microseconds=-81) member in class:TZInfoBase.test_tzinfo_classes.C7
2726 def dst(self, dt): member in class:TestDateTimeTZ.test_tzinfo_timetuple.DST
2760 def dst(self, dt): member in class:TestDateTimeTZ.test_utctimetuple.DST
3047 def dst(self, dt): member in class:USTimeZone
3249 def dst(self, dt): return HOUR member in class:TestTimezoneConversions.test_bogus_dst.ok
3257 def dst(self, dt): return None member in class:TestTimezoneConversions.test_bogus_dst.notok
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py 58 def dst(self, dt): member in class:FixedOffset
75 self.assertRaises(NotImplementedError, useless.dst, dt)
89 self.assertRaises(NotImplementedError, ne.dst, dt)
97 self.assertEqual(fo.dst(dt), timedelta(minutes=42))
1648 def dst(self, dt): return timedelta(0) member in class:TestDateTime.test_astimezone.Bogus
1654 def dst(self, dt): return None member in class:TestDateTime.test_astimezone.AlsoBogus
2004 dst = utcoffset variable in class:TZInfoBase.test_argument_passing.introspective
2063 def dst(self, dt): return None member in class:TZInfoBase.test_tzinfo_classes.C1
2074 def dst(self, dt): return timedelta(minutes=1439) member in class:TZInfoBase.test_tzinfo_classes.C3
2084 def dst(self, dt): return 7 member in class:TZInfoBase.test_tzinfo_classes.C4
2094 def dst(self, dt): return timedelta(hours=24) member in class:TZInfoBase.test_tzinfo_classes.C6
2102 def dst(self, dt): return timedelta(microseconds=-81) member in class:TZInfoBase.test_tzinfo_classes.C7
2726 def dst(self, dt): member in class:TestDateTimeTZ.test_tzinfo_timetuple.DST
2760 def dst(self, dt): member in class:TestDateTimeTZ.test_utctimetuple.DST
3047 def dst(self, dt): member in class:USTimeZone
3249 def dst(self, dt): return HOUR member in class:TestTimezoneConversions.test_bogus_dst.ok
3257 def dst(self, dt): return None member in class:TestTimezoneConversions.test_bogus_dst.notok
    [all...]
  /external/libpcap/
grammar.c 347 DST = 258,
468 #define DST 258
1027 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 47 PorterDuff.Mode.SRC, PorterDuff.Mode.DST, PorterDuff.Mode.SRC_OVER,
  /external/libnl/lib/route/
neigh.c 185 struct rtnl_neigh *dst = nl_object_priv(_dst); local
189 if (!(dst->n_lladdr = nl_addr_clone(src->n_lladdr)))
193 if (!(dst->n_dst = nl_addr_clone(src->n_dst)))
212 diff |= NEIGH_DIFF(DST, nl_addr_cmp(a->n_dst, b->n_dst));
233 __ADD(NEIGH_ATTR_DST, dst)
333 char dst[INET6_ADDRSTRLEN+5], lladdr[INET6_ADDRSTRLEN+5]; local
340 nl_dump_line(p, "%s ", nl_addr2str(n->n_dst, dst, sizeof(dst)));
472 * @arg dst destination address of the neighbour
476 struct nl_addr *dst)
    [all...]
rule.c 58 struct rtnl_rule *dst = nl_object_priv(_dst); local
62 if (!(dst->r_src = nl_addr_clone(src->r_src)))
66 if (!(dst->r_dst = nl_addr_clone(src->r_dst)))
296 diff |= RULE_DIFF(DST, nl_addr_cmp(a->r_dst, b->r_dst));
311 __ADD(RULE_ATTR_DST, dst)
694 int rtnl_rule_set_dst(struct rtnl_rule *rule, struct nl_addr *dst)
696 return __assign_addr(rule, &rule->r_dst, dst, &rule->r_dst_len,

Completed in 1821 milliseconds

1 23 4 5