/external/mesa3d/src/mesa/main/ |
macros.h | 192 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0 202 #define TEST_EQ_4UBV(DST, SRC) *((GLuint*)(DST)) == *((GLuint*)(SRC)) 204 #define TEST_EQ_4UBV(DST, SRC) TEST_EQ_4V(DST, SRC) 208 #define COPY_4V( DST, SRC ) [all...] |
/external/bison/lib/ |
bbitset.h | 159 #define BITSET_CHECK2_(DST, SRC) \ 160 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort (); 162 #define BITSET_CHECK3_(DST, SRC1, SRC2) \ 163 if (!BITSET_COMPATIBLE_ (DST, SRC1) \ 164 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort (); 166 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \ 167 if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \ 168 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort (); 171 /* Redefine number of bits in bitset DST. * [all...] |
bitset.h | 191 /* DST = ~0. */ 192 #define bitset_ones(DST) BITSET_ONES_ (DST) 194 /* DST = 0. */ 195 #define bitset_zero(DST) BITSET_ZERO_ (DST) 199 /* DST = SRC. */ 200 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC) 202 /* Return DST & SRC == 0. * [all...] |
/frameworks/base/graphics/java/android/graphics/ |
PorterDuff.java | 28 DST (2),
|
/ndk/build/tools/ |
dev-platform-compress.sh | 38 We will always store a copy of file1 under \$DST/android-3/foo 39 If file2 is identical to file1, we remove its copy in \$DST/android-4/foo, 42 If file3 is identical to file2, we remove its copy in \$DST/android-4/foo, 52 register_var_option "--dst-dir=<path>" DSTDIR "Specify destination directory"
|
dev-platform-expand.sh | 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include 29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include 30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib 63 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory" 83 1 - copy all files from android-3 to \$DST directory 85 2 - copy all files from android-4 to \$DST, eventually overwriting stuff 88 3 - copy all files from android-5 to \$DST, eventually overwriting stuff 188 # $SRC/android-$PLATFORM/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/include 189 # $SRC/android-$PLATFORM/arch-$ARCH/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/include 191 # $SRC/android-$PLATFORM/arch-$ARCH/usr/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/includ [all...] |
build-platforms.sh | 20 # the NDK itself. It will populate DST ($NDK/platforms by default) 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include 29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include 30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib 33 # $SRC/android-N/arch-A/usr/include --> $DST/android-N/arch-A/usr/include 34 # $SRC/android-N/arch-A/usr/lib --> $DST/android-N/arch-A/usr/lib 86 --dst-dir=*) 119 echo " --dst-dir=<path> Destination directory [$DSTDIR]" 238 log "Copying $3 from \$SRC/$1 to \$DST/$2." 270 # $SRC/android-$PLATFORM/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/includ [all...] |
gen-platforms.sh | 20 # the NDK itself. It will populate DST ($NDK/platforms by default) 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include 29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include 30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib 34 # $SRC/android-N/arch-A/symbols --> $DST/android-N/arch-A/usr/lib 88 --dst-dir=*) 127 echo " --dst-dir=<path> Destination directory [$DSTDIR]" 257 log "Copying $3 from \$SRC/$1 to \$DST/$2." 278 log "Link \$DST/$2/$file --> $rev/$1/$file" 424 # $SRC/android-$PLATFORM/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/includ [all...] |
/sdk/eclipse/scripts/ |
collect_sources_for_sdk.py | 43 self.DST = None 92 p.DST = args[1] 96 elif not os.path.isdir(p.DST): 97 error = "%s is not a directory" % p.DST 149 dstdir = os.path.join(p.DST, pkg) 162 def _cp(p, src, dst): 164 print "cp", src, dst 166 shutil.copyfile(src, dst)
|
/development/build/tools/ |
mk_sources_zip.py | 34 self.DST = None 105 p.DST = args[1] 183 p.zipfile = z = zipfile.ZipFile(p.DST, "w", zipfile.ZIP_DEFLATED) 191 print "%s: %d java files copied" % (p.DST, p.CNT_USED) 193 print "%s: %d java files ignored" % (p.DST, p.CNT_NOPKG)
|
mk_sdk_repo_xml.sh | 174 DST="$1" 176 DST="${SRC/*:/}" 256 <sdk:url>$DST</sdk:url>
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
PorterDuffXfermode_Delegate.java | 90 case DST: 91 return AlphaComposite.getInstance(AlphaComposite.DST, falpha);
|
/external/libpcap/ |
tokdefs.h | 32 DST = 258, 136 #define DST 258
|
grammar.y | 169 %token DST SRC HOST GATEWAY 323 | DST { $$ = Q_DST; } 324 | SRC OR DST { $$ = Q_OR; } 325 | DST OR SRC { $$ = Q_OR; } 326 | SRC AND DST { $$ = Q_AND; } 327 | DST AND SRC { $$ = Q_AND; }
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 549 local DST="$DIR/`basename $URL`" 551 download_file "$URL" "$DST" 1141 local DST=`echo $SL | sed -e 's!^/lib/!!g'` 1143 local SRC=`echo $DST | sed -e 's!\.[0-9]*$!!g'` 1144 echo "Fixing symlink $SRC --> $DST" 1145 ln -sf $DST $SRC 1154 local DST=`echo $SL` 1156 local SRC=`echo $DST | sed -e 's!\.[0-9]*$!!g'` 1157 if [ "$DST" != "$SRC" ]; then 1158 echo "Copying symlink $SRC --> $DST" [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PorterDuffXfermodeTest.java | 63 p.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST));
|
PorterDuffColorFilterTest.java | 66 filter = new PorterDuffColorFilter(filterColor, PorterDuff.Mode.DST);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
bitmap.h | 125 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A) 134 /* DST = A | (B & ~C). Return true if DST changes. */ 135 extern bool bitmap_ior_and_compl (bitmap DST, const_bitmap A, const_bitmap B, const_bitmap C); 137 extern bool bitmap_ior_and_compl_into (bitmap DST, const_bitmap B, const_bitmap C);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
bitmap.h | 125 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A) 134 /* DST = A | (B & ~C). Return true if DST changes. */ 135 extern bool bitmap_ior_and_compl (bitmap DST, const_bitmap A, const_bitmap B, const_bitmap C); 137 extern bool bitmap_ior_and_compl_into (bitmap DST, const_bitmap B, const_bitmap C);
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
bitmap.h | 125 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A) 134 /* DST = A | (B & ~C). Return true if DST changes. */ 135 extern bool bitmap_ior_and_compl (bitmap DST, const_bitmap A, const_bitmap B, const_bitmap C); 137 extern bool bitmap_ior_and_compl_into (bitmap DST, const_bitmap B, const_bitmap C);
|
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 811 SRC=${rule%%,*}; DST=${rule##*,} 816 DADDR=${DST%%:*}; DTEMP=${DST##*:} 817 [ "$DADDR" = "$DST" ] && DTEMP="" 841 u32_d="${DADDR:+match ip dst $DADDR} $u32_d" [all...] |
/external/v8/src/ |
date.js | 121 // In this way, only one check, for a DST cache miss, is needed. 125 // Because computing the DST offset is an expensive operation, 126 // we keep a cache of the last computed DST offset along with a time interval 130 // Cached DST offset. 143 // In Egypt in 2010 they decided to suspend DST during Ramadan. This 144 // led to a short interval where DST is in effect from September 10 to 182 // the point in time where the DST offset change occurred. Updated 188 // The interval contains a DST offset change and the given time is 205 // Compute the DST offset for the time and shrink the cache interval 206 // to only contain the time. This allows fast repeated DST offse [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
XfermodeActivity.java | 81 // DST modes 96 drawRects(canvas, Mode.DST);
|
/external/llvm/lib/Analysis/ |
RegionInfo.cpp | 479 typedef DominanceFrontier::DomSetType DST; 481 DST *entrySuccs = &DF->find(entry)->second; 486 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); 494 DST *exitSuccs = &DF->find(exit)->second; 497 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); 508 for (DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end();
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 261 // add dst, src, r0 264 // sra dst, dst 305 unsigned DST = R.createVirtualRegister(MBlaze::GPRRegisterClass); 307 BuildMI(loop, dl, TII->get(MBlaze::PHI), DST) 318 BuildMI(loop, dl, TII->get(MBlaze::ADD), NDST).addReg(DST).addReg(DST); 320 BuildMI(loop, dl, TII->get(MBlaze::SRA), NDST).addReg(DST); 322 BuildMI(loop, dl, TII->get(MBlaze::SRL), NDST).addReg(DST); 441 // add dst, src, r [all...] |