OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:combined_config
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/
lint_config.sh
51
combined_config
="$(cat $header_file $asm_file | grep -E ' +[01] *$')"
54
combined_config
="$(echo "$
combined_config
" | grep -v DO1STROUNDING)"
57
combined_config
="$(echo "$
combined_config
" | sed 's/[ \t]//g')"
60
combined_config
="$(echo "$
combined_config
" | sed 's/.*define//')"
63
combined_config
="$(echo "$
combined_config
" | sed 's/\.equ//')" # gas style
64
combined_config
="$(echo "$combined_config" | sed 's/equ//')" # rvds styl
[
all
...]
generate_gypi.sh
252
combined_config
="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
254
combined_config
="$(echo "$
combined_config
" | grep -v DO1STROUNDING)"
255
combined_config
="$(echo "$
combined_config
" | sed 's/[ \t]//g')"
256
combined_config
="$(echo "$
combined_config
" | sed 's/.*define//')"
257
combined_config
="$(echo "$
combined_config
" | sed 's/0$/=no/')"
258
combined_config
="$(echo "$combined_config" | sed 's/1$/=yes/')
[
all
...]
Completed in 49 milliseconds