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

1 2

  /external/chromium/base/
environment_unittest.cc 64 std::string var_value; local
65 EXPECT_TRUE(env->GetVar(kFooUpper, &var_value));
66 EXPECT_EQ(var_value, kFooLower);
  /external/oprofile/libregex/
op_regex.cpp 300 string var_value = line; local
301 var_value_rule.execute(var_value);
302 if (var_value == line) {
306 regex.add_definition(var_name, var_value);
  /system/extras/tests/bionic/libc/
run-test.sh 159 echo `var_value $1` | tr ' ' '\n' | fgrep -q -e "$2"
  /external/openssl/
check-all-builds.sh 67 var_value () { function
278 local src_files="$(var_value OPENSSL_${prefix}_SOURCES)"
279 src_files="$src_files $(var_value OPENSSL_${prefix}_SOURCES_${arch})"
280 local exclude_files="$(var_value OPENSSL_${prefix}_SOURCES_EXCLUDES_${arch})"
291 local defines="$(var_value OPENSSL_${prefix}_DEFINES)"
292 defines="$defines $(var_value OPENSSL_${prefix}_DEFINES_${arch})"
298 var_value OPENSSL_$1_INCLUDES
import_openssl.sh 203 # echo $(var_value FOO_$BAR) -> prints the value of ${FOO_bar}
206 var_value() { function
212 # Same as var_value, but returns sorted output without duplicates.
216 uniq_sort $(var_value $1)
  /ndk/build/tools/
build-gnu-libstdc++.sh 253 if [ -z `var_value HAS_COMMON_HEADERS_$GCC_VERSION_NO_DOT` ]; then
prebuilt-common.sh 194 echo `var_value OPTIONS_$1_$2`
286 register_option_internal "$1" "$3" "`var_value $2`"
520 log "Using default $3: `var_value $1`"
    [all...]
common-build-host-funcs.sh 754 if [ -z "$(var_value ${HOST_VAR}_SETUP)" ]; then
759 BH_HOST_CONFIG=$(var_value ${HOST_VAR}_CONFIG)
build-mingw64-toolchain.sh 52 var_value () function
60 local _varval=$(var_value $_varname)
gen-platforms.sh 248 CHECK=`var_value CHECK_$ARCH`
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 27 /* Specifies how a switch's VAR_VALUE relates to its FLAG_VAR. */
32 /* The switch is enabled when FLAG_VAR == VAR_VALUE. */
35 /* The switch is enabled when VAR_VALUE is not set in FLAG_VAR. */
38 /* The switch is enabled when VAR_VALUE is set in FLAG_VAR. */
70 int var_value; member in struct:cl_option
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 27 /* Specifies how a switch's VAR_VALUE relates to its FLAG_VAR. */
32 /* The switch is enabled when FLAG_VAR == VAR_VALUE. */
35 /* The switch is enabled when VAR_VALUE is not set in FLAG_VAR. */
38 /* The switch is enabled when VAR_VALUE is set in FLAG_VAR. */
70 int var_value; member in struct:cl_option
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 27 /* Specifies how a switch's VAR_VALUE relates to its FLAG_VAR. */
32 /* The switch is enabled when FLAG_VAR == VAR_VALUE. */
35 /* The switch is enabled when VAR_VALUE is not set in FLAG_VAR. */
38 /* The switch is enabled when VAR_VALUE is set in FLAG_VAR. */
70 int var_value; member in struct:cl_option
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 27 /* Specifies how a switch's VAR_VALUE relates to its FLAG_VAR. */
32 /* The switch is enabled when FLAG_VAR == VAR_VALUE. */
35 /* The switch is enabled when VAR_VALUE is not set in FLAG_VAR. */
38 /* The switch is enabled when VAR_VALUE is set in FLAG_VAR. */
70 int var_value; member in struct:cl_option
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 716 # echo `var_value $FOO`
719 var_value () function
727 local VARVAL=`var_value $VARNAME`
739 local VARVAL=`var_value $VARNAME`
762 local VARVAL=`var_value $VARNAME`
781 local VAL=`var_value $1`
787 local VAL=`var_value $1`
836 var_value TASK_$1__$2
    [all...]
  /external/qemu/android/build/
common.sh 45 var_value () function
  /ndk/build/core/
ndk-common.sh 224 # echo `var_value $FOO`
227 var_value () function
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/llvm/autoconf/
ltmain.sh     [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh     [all...]
  /external/qemu/
android-configure.sh 444 if [ `var_value $1` = yes ] ; then
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 820 # echo `var_value $FOO`
823 var_value () function
831 local VARVAL=`var_value $VARNAME`
843 local VARVAL=`var_value $VARNAME`
879 local VARVAL=`var_value $VARNAME`
898 local VAL=`var_value $1`
904 local VAL=`var_value $1`
953 var_value TASK_$1__$2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 820 # echo `var_value $FOO`
823 var_value () function
831 local VARVAL=`var_value $VARNAME`
843 local VARVAL=`var_value $VARNAME`
879 local VARVAL=`var_value $VARNAME`
898 local VAL=`var_value $1`
904 local VAL=`var_value $1`
953 var_value TASK_$1__$2
    [all...]

Completed in 2636 milliseconds

1 2