/external/ImageMagick/ |
D | AppRun | 8 HERE="$(dirname "$(readlink -f "${0}")")" 10 export MAGICK_HOME="$HERE/usr:$MAGICK_HOME" # https://imagemagick.org/QuickStart.txt 11 …HERE/usr/lib/ImageMagick-7.0.7/config-Q16"):$(readlink -f "$HERE/usr/lib/ImageMagick-7.0.7/config-… 13 export LD_LIBRARY_PATH=$(readlink -f "$HERE/usr/lib"):$LD_LIBRARY_PATH 14 export LD_LIBRARY_PATH=${HERE}/usr/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders:$LD_LIBRARY_PATH 17 export MANPATH="$HERE/usr/share/man:$MANPATH" ; exec "$@" ; exit $? 19 export INFOPATH="$HERE/usr/share/info:$INFOPATH" ; exec "$@" ; exit $? 24 if [ -e "$HERE/usr/bin/$BINARY_NAME" ] ; then 25 exec "$HERE/usr/bin/$BINARY_NAME" "$@" 27 exec "$HERE/usr/bin/magick" "$@" [all …]
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | utilities.h | 57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ; macro 58 # define SCRUTE(var) HERE ; cerr << #var << "=" << var << endl ; 59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;} 60 # define INTERRUPTION(code) HERE ; cerr << "INTERRUPTION return code= " << code << endl ; exit(code… 63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VE… 67 #define BEGIN_OF(chain) {REPERE ; HERE ; cerr << "Begin of: " << chain << endl ; REPERE ; } 68 #define END_OF(chain) {REPERE ; HERE ; cerr << "Normal end of: " << chain << endl ; REPERE ; } 74 # define HERE macro
|
/external/libcap/kdebug/ |
D | test-kernel.sh | 25 HERE=$(/bin/pwd) 43 file /root/quicktest.sh $HERE/../progs/quicktest.sh 0755 0 0 44 file /root/setcap $HERE/../progs/setcap 0755 0 0 45 file /root/getcap $HERE/../progs/getcap 0755 0 0 46 file /root/capsh $HERE/../progs/capsh 0755 0 0 47 file /root/getpcaps $HERE/../progs/getpcaps 0755 0 0
|
/external/python/cpython3/Modules/_blake2/ |
D | blake2b2s.py | 6 HERE = os.path.dirname(os.path.abspath(__file__)) variable 7 BLAKE2 = os.path.join(HERE, 'impl') 37 with open(os.path.join(HERE, 'blake2b_impl.c')) as f: 43 with open(os.path.join(HERE, 'blake2s_impl.c'), 'w') as f:
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 15 HERE="$(cd "$(dirname "$0")" && pwd)" 236 elif [[ -f "$HERE/$ASAN_RT" ]]; then 237 ASAN_RT_PATH="$HERE" 238 elif [[ $(basename "$HERE") == "bin" ]]; then 242 P=$(ls "$HERE"/../lib/"$ASAN_RT" \ 243 "$HERE"/../lib/asan/"$ASAN_RT" \ 244 "$HERE"/../lib/linux/"$ASAN_RT" \ 245 "$HERE"/../lib/clang/*/lib/linux/"$ASAN_RT" \ 246 "$HERE"/../lib64/clang/*/lib/linux/"$ASAN_RT" 2>/dev/null | sort | tail -1)
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 141 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) 142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 143 #define HERE() (p->slen) macro 275 conc = HERE(); in p_ere() 278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 292 prevfwd = HERE(); in p_ere() 321 pos = HERE(); in p_ere_exp() 328 p->pbegin[subno] = HERE(); in p_ere_exp() 333 p->pend[subno] = HERE(); in p_ere_exp() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regcomp.c | 267 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 268 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) 269 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 270 #define HERE() (p->slen) macro 402 conc = HERE(); in p_ere() 405 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 419 prevfwd = HERE(); in p_ere() 448 pos = HERE(); in p_ere_exp() 455 p->pbegin[subno] = HERE(); in p_ere_exp() 460 p->pend[subno] = HERE(); in p_ere_exp() [all …]
|
/external/llvm/lib/Support/ |
D | regcomp.c | 140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 141 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) 142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 143 #define HERE() (p->slen) macro 275 conc = HERE(); in p_ere() 278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 292 prevfwd = HERE(); in p_ere() 321 pos = HERE(); in p_ere_exp() 328 p->pbegin[subno] = HERE(); in p_ere_exp() 333 p->pend[subno] = HERE(); in p_ere_exp() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regcomp.c | 132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 133 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) 134 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 135 #define HERE() (p->slen) macro 267 conc = HERE(); in p_ere() 270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 284 prevfwd = HERE(); in p_ere() 312 pos = HERE(); in p_ere_exp() 319 p->pbegin[subno] = HERE(); in p_ere_exp() 324 p->pend[subno] = HERE(); in p_ere_exp() [all …]
|
/external/u-boot/tools/patman/test/ |
D | 0000-cover-letter.patch | 4 Subject: [RFC 0/2] *** SUBJECT HERE *** 9 *** BLURB HERE ***
|
/external/python/cpython3/Modules/_sha3/ |
D | cleanup.py | 16 HERE = os.path.dirname(os.path.abspath(__file__)) variable 17 KECCAK = os.path.join(HERE, "kcp")
|
/external/python/cpython3/Tools/msi/ |
D | get_externals.bat | 5 set HERE=%~dp0 variable 6 if "%PCBUILD%"=="" (set PCBUILD=%HERE%..\..\PCbuild\) 7 if "%EXTERNALS_DIR%"=="" (set EXTERNALS_DIR=%HERE%..\..\externals\windows-installer)
|
/external/python/httplib2/python2/httplib2/test/ |
D | miniserver.py | 9 HERE = os.path.dirname(__file__) variable 16 return os.path.join(HERE, *filter(None, path.split("/")))
|
D | smoke_test.py | 21 self.assertEqual(body, open(os.path.join(miniserver.HERE, src)).read())
|
/external/clang/test/Preprocessor/ |
D | include-macros.c | 4 HERE: test
|
/external/icu/icu4c/source/config/ |
D | icu-config-bottom | 292 HERE=`echo $0 | sed -e "s/$ME//g"` 293 …if [ -f "${HERE}/../lib/${ICULIBS_COMMON_LIB_NAME}" -o -f "${HERE}/../lib/${ICULIBS_COMMON_LIB_NA… 294 prefix="${HERE}/.."
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/ |
D | README.ASN1 | 14 echo 'BASE64-ENCODED DATA HERE' | openssl asn1parse -i
|
/external/python/httplib2/python2/httplib2/test/functional/ |
D | test_proxies.py | 82 self.assertEqual(body, open(os.path.join(miniserver.HERE, src)).read())
|
/external/python/cpython2/Tools/ssl/ |
D | multissltests.py | 67 HERE = os.path.abspath(os.getcwd()) variable 68 MULTISSL_DIR = os.path.abspath(os.path.join(HERE, '..', 'multissl'))
|
/external/python/cpython3/Tools/ssl/ |
D | multissltests.py | 61 HERE = os.path.dirname(os.path.abspath(__file__)) variable 62 PYTHONROOT = os.path.abspath(os.path.join(HERE, '..', '..'))
|
/external/python/httplib2/script/ |
D | release | 169 + EDIT HERE. Describe important changes and link to more information.
|
/external/Microsoft-GSL/ |
D | ThirdPartyNotices.txt | 11 %% Catch NOTICES, INFORMATION, AND LICENSE BEGIN HERE
|
/external/libavc/common/arm/ |
D | ih264_iquant_itrans_recon_a9.s | 135 @=======================DEQUANT FROM HERE=================================== 164 @========= PROCESS IDCT FROM HERE ======= 311 @=======================DEQUANT FROM HERE=================================== 338 @========= PROCESS IDCT FROM HERE ======= 499 @========= DEQUANT FROM HERE =========== 588 @========= PROCESS IDCT FROM HERE =======
|
D | ih264_iquant_itrans_recon_dc_a9.s | 128 @=======================DEQUANT FROM HERE=================================== 247 @=======================DEQUANT FROM HERE===================================
|
/external/gflags/ |
D | INSTALL.md | 77 commit = "<INSERT COMMIT SHA HERE>",
|