OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:darwin_ver
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure
593
local
darwin_ver
=${tgt_os##darwin}
597
if [ $
darwin_ver
-lt 10 ]; then
602
if [ $
darwin_ver
-ge 8 ]; then
607
if [ $
darwin_ver
-ge 9 ]; then
/external/chromium_org/third_party/libvpx/source/libvpx/
configure
617
darwin_ver
=${tgt_os##darwin}
621
if [ $
darwin_ver
-lt 10 ]; then
626
if [ $
darwin_ver
-ge 8 ]; then
631
if [ $
darwin_ver
-ge 9 ]; then
/external/libvpx/libvpx/
configure
593
local
darwin_ver
=${tgt_os##darwin}
597
if [ $
darwin_ver
-lt 10 ]; then
602
if [ $
darwin_ver
-ge 8 ]; then
607
if [ $
darwin_ver
-ge 9 ]; then
Completed in 32 milliseconds