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

1 2

  /external/libvpx/libvpx/build/make/
msvs_common.sh 73 optval="${opt#*=}"
74 [ -n "${optval}" ] ||
76 echo "${indent}${opt%%=*}=\"${optval}\""
gen_asm_deps.sh 27 optval="${opt#*=}"
29 --build-pfx=*) pfx="${optval}"
31 --depfile=*) out="${optval}"
gen_msvs_def.sh 63 optval="${opt#*=}"
67 --out=*) outfile="$optval"
69 --name=*) name="${optval}"
gen_msvs_sln.sh 248 optval="${opt#*=}"
252 --out=*) outfile="${optval}"; mkoutfile="${optval}".mk
254 --dep=*) eval "${optval%%:*}_deps=\"\${${optval%%:*}_deps} ${optval##*:}\""
256 --ver=*) vs_ver="$optval"
257 case $optval in
264 --ver=*) vs_ver="$optval"
265 case $optval i
    [all...]
gen_msvs_proj.sh 120 optval="${opt#*=}"
124 --target=*) target="${optval}"
126 --out=*) outfile="$optval"
128 --name=*) name="${optval}"
130 --proj-guid=*) guid="${optval}"
132 --module-def=*) link_opts="${link_opts} ModuleDefinitionFile=${optval}"
141 src_path_bare=$(fix_path "$optval")
147 vs_ver="$optval"
148 case "$optval" in
gen_msvs_vcxproj.sh 140 optval="${opt#*=}"
144 --target=*) target="${optval}"
146 --out=*) outfile="$optval"
148 --name=*) name="${optval}"
150 --proj-guid=*) guid="${optval}"
152 --module-def=*) module_def="${optval}"
161 src_path_bare=$(fix_path "$optval")
169 vs_ver="$optval"
170 case "$optval" in
version.sh 15 optval="${opt#*=}"
configure.sh 498 optval="${opt#*=}"
503 logging="$optval"
510 --target=*) toolchain="${toolchain:-${optval}}"
512 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchain
516 --cpu=*) tune_cpu="$optval"
519 extra_cflags="${optval}"
547 [ -d "${optval}" ] || die "Not a directory: ${optval}"
549 alt_libc="${optval}"
552 [ "${optval}" = yasm ] || [ "${optval}" = nasm ]
    [all...]
  /ndk/tests/abcc/jni/mman-win32/
configure 78 optval="${opt#*=}"
84 PREFIX="$optval"
87 libdir="$optval"
90 incdir="$optval"
93 cc="$optval"
96 cross_prefix="$optval"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_asm_deps.sh 27 optval="${opt#*=}"
29 --build-pfx=*) pfx="${optval}"
31 --depfile=*) out="${optval}"
gen_msvs_def.sh 63 optval="${opt#*=}"
67 --out=*) outfile="$optval"
69 --name=*) name="${optval}"
gen_msvs_sln.sh 248 optval="${opt#*=}"
252 --out=*) outfile="${optval}"; mkoutfile="${optval}".mk
254 --dep=*) eval "${optval%%:*}_deps=\"\${${optval%%:*}_deps} ${optval##*:}\""
256 --ver=*) vs_ver="$optval"
257 case $optval in
264 --ver=*) vs_ver="$optval"
265 case $optval i
    [all...]
gen_msvs_proj.sh 81 optval="${opt#*=}"
82 [ -n "${optval}" ] ||
84 echo "${indent}${opt%%=*}=\"${optval}\""
194 optval="${opt#*=}"
198 --target=*) target="${optval}"
200 --out=*) outfile="$optval"
202 --name=*) name="${optval}"
204 --proj-guid=*) guid="${optval}"
206 --module-def=*) link_opts="${link_opts} ModuleDefinitionFile=${optval}"
214 --src-path-bare=*) src_path_bare="$optval"
    [all...]
gen_msvs_vcxproj.sh 82 optval="${opt#*=}"
83 [ -n "${optval}" ] ||
85 echo "${indent}${opt%%=*}=\"${optval}\""
214 optval="${opt#*=}"
218 --target=*) target="${optval}"
220 --out=*) outfile="$optval"
222 --name=*) name="${optval}"
224 --proj-guid=*) guid="${optval}"
226 --module-def=*) module_def="${optval}"
234 --src-path-bare=*) src_path_bare="$optval"
    [all...]
version.sh 15 optval="${opt#*=}"
configure.sh 495 optval="${opt#*=}"
500 logging="$optval"
507 --target=*) toolchain="${toolchain:-${optval}}"
509 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchain
513 --cpu=*) tune_cpu="$optval"
516 extra_cflags="${optval}"
544 [ -d "${optval}" ] || die "Not a directory: ${optval}"
546 alt_libc="${optval}"
549 [ "${optval}" = yasm -o "${optval}" = nasm -o "${optval}" = auto ]
    [all...]
  /external/openssh/
roaming_common.c 53 int optval; local
54 socklen_t optvallen = sizeof(optval);
56 if (getsockopt(fd, SOL_SOCKET, SO_SNDBUF, &optval, &optvallen) != 0)
57 optval = DEFAULT_ROAMBUF;
58 return optval;
65 int optval; local
66 socklen_t optvallen = sizeof(optval);
68 if (getsockopt(fd, SOL_SOCKET, SO_RCVBUF, &optval, &optvallen) != 0)
69 optval = DEFAULT_ROAMBUF;
70 return optval;
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 98 int optval=1; local
128 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, &optval, sizeof(optval)) < 0) {
  /external/valgrind/coregrind/
pub_core_libcfile.h 76 void *optval, Int *optlen );
78 void *optval, Int optlen );
m_libcfile.c 986 Int optval = 1;
989 VKI_SO_NOSIGPIPE, (UWord)&optval,
990 sizeof(optval));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 517 optname, vi, optval = mo.group('option', 'vi', 'value')
520 # match if it would set optval to None
521 if optval is not None:
522 if vi in ('=', ':') and ';' in optval:
525 pos = optval.find(';')
526 if pos != -1 and optval[pos-1].isspace():
527 optval = optval[:pos]
528 optval = optval.strip(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 517 optname, vi, optval = mo.group('option', 'vi', 'value')
520 # match if it would set optval to None
521 if optval is not None:
522 if vi in ('=', ':') and ';' in optval:
525 pos = optval.find(';')
526 if pos != -1 and optval[pos-1].isspace():
527 optval = optval[:pos]
528 optval = optval.strip(
    [all...]
  /external/valgrind/cachegrind/
cg_arch.c 80 const HChar* optval )
87 i1 = VG_(strtoll10)(optval, &endptr); if (*endptr != ',') goto bad;
108 VG_(fmsg_bad_option)(opt, "Bad argument '%s'\n", optval);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c 345 int optval; local
414 optlen = sizeof(optval);
415 optval = 20;
417 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) {
  /external/netcat/
netcat.c 656 int flags, optval; local
669 optlen = sizeof(optval);
671 &optval, &optlen)) == 0) {
672 errno = optval;
673 ret = optval == 0 ? 0 : -1;

Completed in 1323 milliseconds

1 2