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.8/
build-lucid-multilib-toolchain.sh
1014
local
DEP
1016
for
DEP
; do
1017
var_list_append TASK_${TASK}_1__deps ${
DEP
}_1
1018
var_list_append TASK_${TASK}_2__deps ${
DEP
}_2
1155
for
DEP
in $(task_get_deps $TASK); do
1156
#echo >&2 "CHECK: '$
DEP
'"
1157
if ! stamp_check $
DEP
.visit; then
1158
STACK=$
DEP
" "$STACK
1159
#echo >&2 "PUSH: '$
DEP
' => '$STACK'"
1184
local TASK
DEP
DESC
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh
1016
local
DEP
1018
for
DEP
; do
1019
var_list_append TASK_${TASK}_1__deps ${
DEP
}_1
1020
var_list_append TASK_${TASK}_2__deps ${
DEP
}_2
1157
for
DEP
in $(task_get_deps $TASK); do
1158
#echo >&2 "CHECK: '$
DEP
'"
1159
if ! stamp_check $
DEP
.visit; then
1160
STACK=$
DEP
" "$STACK
1161
#echo >&2 "PUSH: '$
DEP
' => '$STACK'"
1186
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
230
QUIET_DEP = @echo ' '
DEP
$@;
Completed in 176 milliseconds