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

1 2 3 4

  /external/clang/test/Frontend/Inputs/SystemHeaderPrefix/src/
warn.h 1 #if SRC
  /external/chromium_org/build/mac/
edit_xibs.sh 7 # This script is a convenience to run GYP for /src/chrome/chrome_nibs.gyp
14 SRC=$(cd "$RELSRC" && pwd)
15 export PYTHONPATH="$PYTHONPATH:$SRC/build"
17 "$SRC/tools/gyp/gyp" -I"$SRC/build/common.gypi" "$SRC/chrome/chrome_nibs.gyp"
19 echo " $SRC/chrome/chrome_nibs.xcodeproj"
  /external/chromium_org/third_party/boringssl/src/util/
all_tests.sh 17 SRC=..
19 SRC=$1
27 ./crypto/cipher/aead_test aes-128-gcm $SRC/crypto/cipher/aes_128_gcm_tests.txt
28 ./crypto/cipher/aead_test aes-128-key-wrap $SRC/crypto/cipher/aes_128_key_wrap_tests.txt
29 ./crypto/cipher/aead_test aes-256-gcm $SRC/crypto/cipher/aes_256_gcm_tests.txt
30 ./crypto/cipher/aead_test aes-256-key-wrap $SRC/crypto/cipher/aes_256_key_wrap_tests.txt
31 ./crypto/cipher/aead_test chacha20-poly1305 $SRC/crypto/cipher/chacha20_poly1305_tests.txt
32 ./crypto/cipher/aead_test rc4-md5 $SRC/crypto/cipher/rc4_md5_tests.txt
33 ./crypto/cipher/cipher_test $SRC/crypto/cipher/cipher_test.txt
  /external/e2fsprogs/util/
install-symlink.in 39 SRC="$1"
43 if ! echo $SRC | grep -q ^/ ; then
44 echo $SRC: Source pathname must be absolute
53 if ! test -e "$DESTDIR$SRC" ; then
54 echo $DESTDIR$SRC: file or directory does not exist
61 $LN_S "$DESTDIR$SRC" "$DESTDIR$DEST"
65 if test $(dirname "$SRC") = $(dirname "$DEST") ; then
66 $LN_S "$(basename "$SRC")" "$DESTDIR$DEST"
70 TOP_SRC=$(echo $SRC | awk -F/ '{print $2}')
84 $LN_S "$SRC" "$DESTDIR$DEST
    [all...]
  /external/bison/lib/
bbitset.h 106 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable
107 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex
108 #define BITSET_CDATA_(SRC) (SRC)->b.cdata
109 #define BITSET_CSIZE_(SRC) (SRC)->b.csize
110 #define BITSET_NBITS_(SRC) (SRC)->b.n_bit
    [all...]
bitset.h 179 /* Return size in bits of bitset SRC. */
180 #define bitset_size(SRC) BITSET_SIZE_ (SRC)
185 /* Return number of bits set in bitset SRC. */
186 #define bitset_count(SRC) BITSET_COUNT_ (SRC)
189 /* Return SRC == 0. */
190 #define bitset_empty_p(SRC) BITSET_EMPTY_P_ (SRC)
200 /* DST = SRC. *
    [all...]
  /external/compiler-rt/lib/tsan/
check_memcpy.sh 14 SRC=$TEST_DIR/simple_race.cc
15 OBJ=$SRC.o
16 EXE=$SRC.exe
17 $CXX $SRC $CFLAGS -c -o $OBJ
  /external/dnsmasq/
Makefile 21 SRC = src
40 @cd $(SRC) && $(MAKE) \
46 rm -f *~ $(SRC)/*.mo contrib/*/*~ */*~ $(SRC)/*.pot
47 rm -f $(SRC)/*.o $(SRC)/dnsmasq.a $(SRC)/dnsmasq core */core
54 $(INSTALL) -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR)
57 @cd $(SRC) && $(MAKE)
    [all...]
  /external/chromium_org/chrome/browser/mac/
install.sh 32 echo "usage: ${0} SRC DEST" >& 2
36 SRC=${1}
39 # Make sure that SRC is an absolute path and that it exists.
40 if [ -z "${SRC}" ] || [ "${SRC:0:1}" != "/" ] || [ ! -d "${SRC}" ] ; then
41 echo "${0}: source ${SRC} sanity check failed" >& 2
52 rsync -lrpt "${SRC}/" "${DEST}"
  /external/llvm/lib/Target/R600/
SIRegisterInfo.cpp 89 const TargetRegisterClass *SRC) const {
90 if (hasVGPRs(SRC)) {
91 return SRC;
92 } else if (SRC == &AMDGPU::SCCRegRegClass) {
94 } else if (getCommonSubClass(SRC, &AMDGPU::SGPR_32RegClass)) {
96 } else if (getCommonSubClass(SRC, &AMDGPU::SGPR_64RegClass)) {
98 } else if (getCommonSubClass(SRC, &AMDGPU::SReg_128RegClass)) {
100 } else if (getCommonSubClass(SRC, &AMDGPU::SReg_256RegClass)) {
102 } else if (getCommonSubClass(SRC, &AMDGPU::SReg_512RegClass)) {
SIRegisterInfo.h 48 /// \returns A VGPR reg class with the same width as \p SRC
50 const TargetRegisterClass *SRC) const;
  /external/compiler-rt/test/tsan/
test_output.sh 19 SRC=$1
22 OBJ=$SRC.o
23 EXE=$SRC.exe
24 $COMPILER $SRC $CFLAGS -c -o $OBJ
27 printf "%s\n" "$RES" | $FILECHECK $SRC
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_chan.h 79 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC)
91 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
103 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
  /external/mesa3d/src/mesa/swrast/
s_chan.h 79 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC)
91 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
103 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h 229 #define COPY_4V( DST, SRC ) \
231 (DST)[0] = (SRC)[0]; \
232 (DST)[1] = (SRC)[1]; \
233 (DST)[2] = (SRC)[2]; \
234 (DST)[3] = (SRC)[3]; \
239 COPY_4UBV(GLubyte dst[4], const GLubyte src[4])
242 *((GLuint *) dst) = *((GLuint *) src);
244 /* The GLuint cast might fail if DST or SRC are not dword-aligned (RISC) */
245 COPY_4V(dst, src);
251 COPY_4FV(GLfloat dst[4], const GLfloat src[4]
    [all...]
  /external/mesa3d/src/mesa/main/
macros.h 229 #define COPY_4V( DST, SRC ) \
231 (DST)[0] = (SRC)[0]; \
232 (DST)[1] = (SRC)[1]; \
233 (DST)[2] = (SRC)[2]; \
234 (DST)[3] = (SRC)[3]; \
239 COPY_4UBV(GLubyte dst[4], const GLubyte src[4])
242 *((GLuint *) dst) = *((GLuint *) src);
244 /* The GLuint cast might fail if DST or SRC are not dword-aligned (RISC) */
245 COPY_4V(dst, src);
251 COPY_4FV(GLfloat dst[4], const GLfloat src[4]
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 262 SRC=$1
274 VALUE=$( grep "^$SRC=" "$PROPS" | cut -d = -f 2 | tr ' ' '@' | tr -d '\r' )
349 SRC="$1"
351 if [[ "${SRC/:/}" != "$SRC" ]]; then
352 DST="${SRC/*:/}"
353 SRC="${SRC/:*/}"
355 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
    [all...]
mk_sources_zip.py 27 TOP_FOLDER = "src"
36 self.SRC = None
117 p.SRC = args[2]
121 if not os.path.isdir(p.SRC):
122 error = "%s is not a directory" % p.SRC
237 parseSrcDir(p, os.path.join(p.SRC, d))
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
sse_xform4.S 35 #define SRC(i) REGOFF(i * 4, ESI)
78 MOVSS( SRC(0), XMM0 ) /* ox */
82 MOVSS( SRC(1), XMM1 ) /* oy */
86 MOVSS( SRC(2), XMM2 ) /* oz */
90 MOVSS( SRC(3), XMM3 ) /* ow */
150 MOVSS( SRC(0), XMM4 ) /* ox */
154 MOVSS( SRC(1), XMM5 ) /* oy */
158 MOVSS( SRC(2), XMM6 ) /* oz */
162 MOVSS( SRC(3), XMM7 ) /* ow */
171 MOVSS( SRC(3), XMM4 ) /* ow *
    [all...]
  /external/mesa3d/src/mesa/x86/
sse_xform4.S 35 #define SRC(i) REGOFF(i * 4, ESI)
78 MOVSS( SRC(0), XMM0 ) /* ox */
82 MOVSS( SRC(1), XMM1 ) /* oy */
86 MOVSS( SRC(2), XMM2 ) /* oz */
90 MOVSS( SRC(3), XMM3 ) /* ow */
150 MOVSS( SRC(0), XMM4 ) /* ox */
154 MOVSS( SRC(1), XMM5 ) /* oy */
158 MOVSS( SRC(2), XMM6 ) /* oz */
162 MOVSS( SRC(3), XMM7 ) /* ow */
171 MOVSS( SRC(3), XMM4 ) /* ow *
    [all...]
  /external/chromium_org/build/linux/
install-arm-sysroot.py 19 - cd $SRC/native_client
23 BuildJail $SRC/out/arm-sysroot.tar.gz
24 - gsutil cp -a public-read $SRC/out/arm-sysroot.tar.gz \
  /external/e2fsprogs/contrib/
populate-extfs.sh 94 SRC=`head -1 $INODE_DIR/$i`
98 echo "ln $SRC $TGT"
102 echo "sif $SRC links_count $LN_CNT"
  /external/llvm/utils/buildit/
GNUmakefile 28 SRC = $(shell cd $(SRCROOT) && pwd | sed s,/private,,)
29 OBJROOT = $(SRC)/obj
64 $(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \
65 $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
  /external/chromium_org/content/utility/
utility_thread_impl.cc 29 template<typename SRC, typename DEST>
30 void ConvertVector(const SRC& src, DEST* dest) {
31 dest->reserve(src.size());
32 for (typename SRC::const_iterator i = src.begin(); i != src.end(); ++i)
  /external/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc 73 // The type of video src used to load media.
75 SRC,
321 SRC,
351 // - bool: True to load media using MSE, otherwise use src.
437 Values(SRC),
446 Values(SRC),
467 Values(SRC),
472 Values(SRC),
499 // test with MSE (no SRC) to reduce test time. Also, on Android EME only works
500 // with MSE and we cannot run this test with SRC
    [all...]

Completed in 2321 milliseconds

1 2 3 4