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

1 2

  /external/clang/test/Preprocessor/
include-macros.c 1 // RUN: %clang_cc1 -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test'
4 HERE: test
  /external/valgrind/main/none/tests/
readline1.stdout.exp 0 HERE strlen is 2
  /external/chromium_org/chrome/installer/linux/common/
wrapper 10 HERE="`dirname "$CHROME_WRAPPER"`"
37 # Old xdg utilities. Prepend $HERE to $PATH to use ours instead.
38 export PATH="$HERE:$PATH"
50 LD_LIBRARY_PATH="$HERE:$HERE/lib:$LD_LIBRARY_PATH"
52 LD_LIBRARY_PATH="$HERE:$HERE/lib"
65 "$HERE/@@PROGNAME@@" "--migrate-data-dir-for-sxs=@@SXS_USER_DATA_DIR@@" \
83 exec -a "$0" "$HERE/@@PROGNAME@@" @@DEFAULT_FLAGS@@ "$PROFILE_DIRECTORY_FLAG" \
  /ndk/tests/build/target-c-includes/jni/
check.c 13 #error THERE IS SOMETHING WRONG HERE !!
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 63 Icon=$HERE/product_logo_48.png
74 HERE="`dirname "$CHROME_WRAPPER"`"
82 # Old xdg utilities. Prepend $HERE to $PATH to use ours instead.
83 export PATH="$HERE:$PATH"
93 export LD_LIBRARY_PATH="$HERE:$HERE/lib:$HERE/lib.target${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
95 MISSING_LIBS=$(ldd "$HERE/chrome" 2> /dev/null |grep "not found$" | cut -d" " -f 1|sed 's/\t//')
96 CHROME_ARCH=$(check_executable "$HERE/chrome")
111 ln -snf "$dir/libbz2.so.1" "$HERE/libbz2.so.1.0
    [all...]
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ;
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 VERIFIED"<< endl ; INTERRUPTION(1) ;}
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
  /external/compiler-rt/test/tsan/
test_output.sh 6 HERE=$(dirname $0)
34 for c in $HERE/*.{c,cc}; do
61 test_file $HERE/$1 $CXX "DUMP"
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 14 HERE="$(cd "$(dirname "$0")" && pwd)"
96 elif [[ -f "$HERE/$ASAN_RT" ]]; then
97 ASAN_RT_PATH="$HERE"
98 elif [[ $(basename "$HERE") == "bin" ]]; then
101 P=$(ls "$HERE"/../lib/"$ASAN_RT" "$HERE"/../lib/asan/"$ASAN_RT" "$HERE"/../lib/clang/*/lib/linux/"$ASAN_RT" 2>/dev/null | sort | tail -1)
  /external/chromium_org/tools/android/asan/
asan_device_setup.sh 14 HERE="$(cd "$(dirname "$0")" && pwd)"
96 elif [[ -f "$HERE/$ASAN_RT" ]]; then
97 ASAN_RT_PATH="$HERE"
98 elif [[ $(basename "$HERE") == "bin" ]]; then
101 P=$(ls "$HERE"/../lib/"$ASAN_RT" "$HERE"/../lib/clang/*/lib/linux/"$ASAN_RT" 2>/dev/null | sort | tail -1)
  /build/tools/
dump-package-stats 32 cat << HERE
49 HERE
  /external/valgrind/main/none/tests/ppc32/
lsw.stdout.exp 2 here is
17 here is a
32 HERE IS A S
47 here is
50 here is a stringH
53 HERE IS A S
  /external/valgrind/main/none/tests/ppc64/
lsw.stdout.exp 2 here is
17 here is a
32 HERE IS A S
47 here is
50 here is a stringH
53 HERE IS A S
  /external/chromium_org/third_party/icu/source/config/
icu-config-bottom 16 ## The actual code of icu-config goes here.
108 ## Main starts here.
287 HERE=`echo $0 | sed -e "s/$ME//g"`
288 if [ -f "${HERE}/../lib/${ICULIBS_COMMON_LIB_NAME}" -o -f "${HERE}/../lib/${ICULIBS_COMMON_LIB_NAME_A}" ]; then
289 prefix="${HERE}/.."
  /external/icu/icu4c/source/config/
icu-config-bottom 16 ## The actual code of icu-config goes here.
111 ## Main starts here.
290 HERE=`echo $0 | sed -e "s/$ME//g"`
291 if [ -f "${HERE}/../lib/${ICULIBS_COMMON_LIB_NAME}" -o -f "${HERE}/../lib/${ICULIBS_COMMON_LIB_NAME_A}" ]; then
292 prefix="${HERE}/.."
icu-config 177 # moved here because of dependencies
284 # The mh- file ("make fragment") for the platform is included here.
363 ## The actual code of icu-config goes here.
455 ## Main starts here.
634 HERE=`echo $0 | sed -e "s/$ME//g"`
635 if [ -f "${HERE}/../lib/${ICULIBS_COMMON_LIB_NAME}" -o -f "${HERE}/../lib/${ICULIBS_COMMON_LIB_NAME_A}" ]; then
636 prefix="${HERE}/.."
  /external/chromium_org/third_party/sqlite/src/tool/
vdbe-compress.tcl 50 if {[regexp {INSERT STACK UNION HERE} $line]} break
  /external/llvm/lib/Support/
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)
267 conc = HERE();
270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
284 prevfwd = HERE();
313 pos = HERE();
320 p->pbegin[subno] = HERE();
325 p->pend[subno] = HERE();
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
132 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
133 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
134 #define HERE() (p->slen)
259 conc = HERE();
262 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
276 prevfwd = HERE();
304 pos = HERE();
311 p->pbegin[subno] = HERE();
316 p->pend[subno] = HERE();
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
201 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
203 #define HERE() (p->slen)
361 conc = HERE();
364 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
378 prevfwd = HERE();
411 pos = HERE();
418 p->pbegin[subno] = HERE();
423 p->pend[subno] = HERE();
    [all...]
  /device/generic/goldfish/opengl/
Android.mk 37 # IMPORTANT: ORDER IS CRUCIAL HERE
  /build/
envsetup.sh 454 # add the default one here
622 local HERE=$PWD
628 \cd $HERE
664 local HERE=$PWD
670 \cd $HERE
675 \cd $HERE
827 local HERE=$PWD
837 \cd $HERE
    [all...]
  /sdk/emulator/opengl/
Android.mk 52 # IMPORTANT: ORDER IS CRUCIAL HERE
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 115 <?cs ######## HERE IS THE JD DOC CONTENT ######### ?>
187 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
460 <?cs ######## HERE IS THE JD DOC CONTENT FOR OFFLINE ######### ?>
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 114 <?cs ######## HERE IS THE JD DOC CONTENT ######### ?>
186 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
459 <?cs ######## HERE IS THE JD DOC CONTENT FOR OFFLINE ######### ?>
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 189 <?cs ######## HERE IS THE JD DOC CONTENT ######### ?>
261 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
544 <?cs ######## HERE IS THE JD DOC CONTENT FOR OFFLINE ######### ?>

Completed in 1237 milliseconds

1 2