OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEP
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh
1011
local
DEP
1013
for
DEP
; do
1014
var_list_append TASK_${TASK}_1__deps ${
DEP
}_1
1015
var_list_append TASK_${TASK}_2__deps ${
DEP
}_2
1152
for
DEP
in $(task_get_deps $TASK); do
1153
#echo >&2 "CHECK: '$
DEP
'"
1154
if ! stamp_check $
DEP
.visit; then
1155
STACK=$
DEP
" "$STACK
1156
#echo >&2 "PUSH: '$
DEP
' => '$STACK'"
1181
local TASK
DEP
DESC
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh
1011
local
DEP
1013
for
DEP
; do
1014
var_list_append TASK_${TASK}_1__deps ${
DEP
}_1
1015
var_list_append TASK_${TASK}_2__deps ${
DEP
}_2
1152
for
DEP
in $(task_get_deps $TASK); do
1153
#echo >&2 "CHECK: '$
DEP
'"
1154
if ! stamp_check $
DEP
.visit; then
1155
STACK=$
DEP
" "$STACK
1156
#echo >&2 "PUSH: '$
DEP
' => '$STACK'"
1181
local TASK
DEP
DESC
[
all
...]
/external/bison/djgpp/
config.bat
80
if "%1" == "no-
dep
" goto NextArgument
81
if "%1" == "no-
DEP
" goto NextArgument
82
if "%1" == "NO-
DEP
" goto NextArgument
83
if "%1" == "
dep
" goto DependecyTraking
84
if "%1" == "
DEP
" goto DependecyTraking
87
if "%1" == "
dep
" set DEPENDENCY_TRACKING=enabled
88
if "%1" == "
DEP
" set DEPENDENCY_TRACKING=enabled
/external/fio/
Makefile
185
QUIET_DEP = @echo ' '
DEP
$@;
Completed in 354 milliseconds