/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/chromium_org/base/ |
environment_unittest.cc | 66 std::string var_value; local 67 EXPECT_TRUE(env->GetVar(kFooUpper, &var_value)); 68 EXPECT_EQ(var_value, kFooLower);
|
/ndk/build/tools/ |
build-mingw64-toolchain.sh | 52 var_value () function 60 local _varval=$(var_value $_varname)
|
ndk-common.sh | 224 # echo `var_value $FOO` 227 var_value () function
|
/external/chromium_org/third_party/openssl/ |
import_from_android.sh | 29 var_value () { function 392 LIST="$LIST $(var_value ${PREFIX}${SUFFIX}${ARCH})" 395 LIST="$LIST $(var_value ${PREFIX}${SUFFIX})"
|
/external/chromium_org/third_party/openssl/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)
|
/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)
|
/external/qemu/android/build/ |
common.sh | 45 var_value () function
|
/external/scrypt/ |
import_scrypt.sh | 206 # echo $(var_value FOO_$BAR) -> prints the value of ${FOO_bar} 209 var_value() { function 215 # Same as var_value, but returns sorted output without duplicates. 219 uniq_sort $(var_value $1)
|
/external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/ |
var_dictionary.cc | 107 pp::Var var_value = dict_message.Get("value"); local 109 PostResult(kSetCommand, dictionary_.Set(key, var_value));
|
/external/chromium_org/sandbox/linux/suid/client/ |
setuid_sandbox_client.cc | 77 int var_value = -1; local 79 !base::StringToInt(var_string, &var_value)) { 80 var_value = -1; 82 return var_value;
|
/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);
|
/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...] |
/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.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...] |