HomeSort by relevance Sort by last modified time
    Searched refs:DEP (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 215 if isinstance(peer, nfc.DEP):
216 print "listen -> DEP";
218 print "Found DEP"
224 if isinstance(peer, nfc.DEP):
225 print "poll -> DEP";
227 print "Found DEP"
253 if isinstance(tag, nfc.DEP):
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 879 local DEP
881 for DEP; do
882 var_list_append TASK_${TASK}_1__deps ${DEP}_1
883 var_list_append TASK_${TASK}_2__deps ${DEP}_2
965 local DEP
973 for DEP in $DEPS; do
974 #echo " ? $DEP"
975 if [ ! -f "$TIMESTAMPS_DIR/$DEP" ] ; then
976 do_task $DEP
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 345 if isinstance(peer, nfc.DEP):
346 print "listen -> DEP";
348 print "Found DEP"
354 if isinstance(peer, nfc.DEP):
355 print "poll -> DEP";
357 print "Found DEP"
408 if isinstance(tag, nfc.DEP):
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 996 local DEP
998 for DEP; do
999 var_list_append TASK_${TASK}_1__deps ${DEP}_1
1000 var_list_append TASK_${TASK}_2__deps ${DEP}_2
1137 for DEP in $(task_get_deps $TASK); do
1138 #echo >&2 "CHECK: '$DEP'"
1139 if ! stamp_check $DEP.visit; then
1140 STACK=$DEP" "$STACK
1141 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1166 local TASK DEP DESC
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 996 local DEP
998 for DEP; do
999 var_list_append TASK_${TASK}_1__deps ${DEP}_1
1000 var_list_append TASK_${TASK}_2__deps ${DEP}_2
1137 for DEP in $(task_get_deps $TASK); do
1138 #echo >&2 "CHECK: '$DEP'"
1139 if ! stamp_check $DEP.visit; then
1140 STACK=$DEP" "$STACK
1141 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1166 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/chromium_org/third_party/libjingle/source/talk/
main.scons 213 '/nxcompat', # Binary was tested to be be compatible with Windows DEP.

Completed in 42 milliseconds