/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"`" 18 # Old xdg utilities. Prepend $HERE to $PATH to use ours instead. 19 export PATH="$HERE:$PATH" 31 LD_LIBRARY_PATH="$HERE:$HERE/lib:$LD_LIBRARY_PATH" 33 LD_LIBRARY_PATH="$HERE:$HERE/lib" 46 "$HERE/@@PROGNAME@@" "--migrate-data-dir-for-sxs=@@SXS_USER_DATA_DIR@@" \ 51 exec -a "$0" "$HERE/@@PROGNAME@@" @@DEFAULT_FLAGS@@ "$@"
|
/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/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
app.yaml | 6 application: INSERT APPLICATION NAME HERE
|
/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/icu4c/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}/.."
|
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/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...] |
/build/ |
envsetup.sh | 428 # add the default one here 590 local HERE=$PWD 596 \cd $HERE 617 local HERE=$PWD 623 \cd $HERE 628 \cd $HERE 776 local HERE=$PWD 786 \cd $HERE [all...] |
/device/generic/goldfish/opengl/ |
Android.mk | 37 # IMPORTANT: ORDER IS CRUCIAL HERE
|
/sdk/emulator/opengl/ |
Android.mk | 37 # 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 | 190 <?cs ######## HERE IS THE JD DOC CONTENT ######### ?> 262 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?> 535 <?cs ######## HERE IS THE JD DOC CONTENT FOR OFFLINE ######### ?>
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 47 #define HERE(Msg) {CAMHAL_LOGEB("--===line %d, %s===--\n", __LINE__, Msg);} 62 /*--------------------Camera Adapter Class STARTS here-----------------------------*/ 210 //@todo Insert Image capture case here 407 // Just return the current preview size, nothing more to do here. 424 // We don't support image capture yet, safely return from here without messing up 610 /*--------------------Camera Adapter Class ENDS here-----------------------------*/
|
/external/eigen/blas/testing/ |
cblat1.f | 230 WRITE (NOUT,*) ' Shouldn''t be here in CHECK1' 513 WRITE (NOUT,*) ' Shouldn''t be here in CHECK2' 558 * HERE SCOMP(I) IS NOT CLOSE TO STRUE(I). 664 * HERE ICOMP IS NOT EQUAL TO ITRUE.
|