HomeSort by relevance Sort by last modified time
    Searched refs:echo (Results 126 - 150 of 919) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/wpa_supplicant_8/hs20/server/www/
terms.php 7 echo "<html>\n";
8 echo "<head><title>HS 2.0 Terms and Conditions</title></head>\n";
9 echo "<body>\n";
35 echo "<p>Accept the following terms and conditions by clicking here: <a href=\"terms.php?addr=$addr&accept=yes\">Accept</a></p>\n<hr>\n";
75 echo "<p>Terms and conditions were accepted.</p>\n";
77 echo "<P>Filtering disabled.</P>\n";
80 echo "<P>Failed to disable filtering.</P>\n";
  /external/python/cpython2/PCbuild/
build.bat 1 @echo off
4 echo.%~nx0 [flags and arguments] [quoted MSBuild options]
5 echo.
6 echo.Build CPython from the command line. Requires the appropriate
7 echo.version(s) of Microsoft Visual Studio to be installed (see readme.txt).
8 echo.
9 echo.After the flags recognized by this script, up to 9 arguments to be passed
10 echo.directly to MSBuild may be passed. If the argument contains an '=', the
11 echo.entire argument must be quoted (e.g. `%~nx0 "/p:PlatformToolset=v100"`).
12 echo.Alternatively you can put extra flags for MSBuild in a file named
    [all...]
idle.bat 1 @echo off
14 echo on
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 49 @echo off
86 @echo.
87 @echo !!! ERROR !!! The BaseTools Package was not found !!!
88 @echo.
140 @echo.
141 @echo ERROR : The --edk-tools-path flag requires an argument
142 @echo.
157 @echo.
158 @echo ERROR: The --pull option may not be used with the --rebuild option
177 @echo.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ShowEnvironment.bat 17 @echo off
30 @echo Usage: ShowEnvironment.bat [Options]
31 @echo Copyright(c) 2014, Intel Corporation. All rights reserved.
32 @echo.
33 @echo Options:
34 @echo --help, -h Print this help screen and exit
35 @echo --version, -v Print this tool's version and exit
36 @echo.
40 @echo ShowEnvironment.bat Version: %SE_VERSION%%SE_SVN_REVISION:~11,-1%
41 @echo Copyright(c) 2014, Intel Corporation. All rights reserved.
    [all...]
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 1 @echo off
31 echo Dependency check failed:
32 echo where.exe not found
33 echo This script requires Windows Vista or later, which includes where.exe.
39 echo Dependency check failed:
40 echo git.exe not found
41 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
42 echo Install and ensure git.exe makes it into your PATH
48 echo Dependency check failed:
49 echo ndk-build.cmd not found
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 19 @echo off
71 echo.
72 echo !!! ERROR !!! Unknown argument, %1 !!!
73 echo.
76 echo.
77 echo !!! ERROR !!! Unknown argument, %1 !!!
78 echo.
101 echo.
102 echo !!! ERROR !!! Neither BASE_TOOLS_PATH nor EDK_TOOLS_PATH are set. !!!
103 echo.
    [all...]
  /build/kati/testcase/
find_command_sorted.mk 6 @echo $$ '$(strip $(1))'
7 @echo $(sort $(shell $(1)))
nested_call.mk 16 @echo "$(call macro,test1)"
17 @echo "$(call macro)"
nested_define.mk 20 echo $(A)
21 echo $(inner)
subst.mk 10 echo $(bar)
11 echo $(subst ,repl,str)
target_specific_var.mk 9 echo prog $(CFLAGS)
12 echo cc $(CFLAGS) -o prog.o -c prog.c
unmatched_paren2.mk 12 echo "$(baz)"
13 echo "$(baz2)"
wildcard_with_commas.mk 5 echo $(files)
11 echo $(files)
empty_target_specific_var2.mk 11 echo PASS
equal_in_target.mk 9 echo $(A)
foreach.mk 7 echo $(files)
multiline_arg.mk 5 echo $(1)
  /external/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/
Stress.java 38 public String echo(String in) { method in class:Stress.TestClass
51 when(m.echo(eq("marco!"))).thenReturn("polo");
52 assertEquals("polo", m.echo("marco!"));
53 verify(m).echo("marco!");
  /external/python/cpython2/PC/VS8.0/
idle.bat 1 @echo off
14 echo on
  /external/python/cpython2/PC/VS9.0/
idle.bat 1 @echo off
14 echo on
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bld_vlv.bat 14 @echo off
16 echo.
17 echo %date% %time%
18 echo.
44 @echo off
82 echo Removing previous build files ...
91 echo.
113 echo DEFINE X64_CONFIG = FALSE >> %auto_config_inc%
116 echo DEFINE X64_CONFIG = TRUE >> %auto_config_inc%
120 echo Setting %1 platform configuration and BIOS ID...
    [all...]
  /external/curl/projects/
build-wolfssl.bat 1 @echo off
139 echo.
148 echo.
224 echo.
225 echo Error: build: wolfssl64.sln not found in "%CD%"
240 echo.
241 echo Error: build: Configuration not recognized.
246 echo.
247 echo Error: build: Platform not recognized.
253 echo
    [all...]
  /external/icu/icu4c/source/allinone/
icucheck.bat 1 @echo off
14 echo Usage: %0 "x86 or x64" "Debug or Release"
19 echo Usage: %0 %1 "Debug or Release"
35 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
49 @echo on
52 @echo ==== %THT% =========================================================================
62 @echo ==== %THT% =========================================================================
73 @echo ==== %THT% =========================================================================
84 @echo ==== %THT% =========================================================================
96 @REM @echo ==== %THT% ========================================================================
    [all...]
  /build/kati/
command.h 28 explicit Command(Symbol o) : output(o), echo(true), ignore_error(false) {}
31 bool echo; member in struct:Command

Completed in 1557 milliseconds

1 2 3 4 56 7 8 91011>>