/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
ExecCommand.java | 3 public enum ExecCommand {Browser, GetCert, UseClientCertTLS, UploadMO}
|
OSUCommand.java | 17 private final ExecCommand mExecCommand; 21 private static final Map<String, ExecCommand> sExecs = new HashMap<>(); 29 sExecs.put("launchbrowsertouri", ExecCommand.Browser); 30 sExecs.put("getcertificate", ExecCommand.GetCert); 31 sExecs.put("useclientcerttls", ExecCommand.UseClientCertTLS); 32 sExecs.put("uploadmo", ExecCommand.UploadMO); 114 public ExecCommand getExecCommand() { 126 ", execCommand=" + mExecCommand +
|
PostDevDataResponse.java | 33 public ExecCommand getExecCommand() {
|
OSUClient.java | 98 if (regResponse.getExecCommand() == ExecCommand.UseClientCertTLS) { 121 if (regResponse.getExecCommand() != ExecCommand.Browser) { 230 if (pddResponse.getExecCommand() == ExecCommand.UploadMO) { 247 if (pddResponse.getExecCommand() == ExecCommand.Browser) { 275 } else if (pddResponse.getExecCommand() == ExecCommand.GetCert) { 327 // 2a. User remediation with upload: ExecCommand.UploadMO 328 // 2b. User remediation without upload: ExecCommand.Browser 404 response.getExecCommand() == ExecCommand.GetCert) {
|
/external/skia/experimental/fiddle/ |
fiddler.go | 49 // execCommand runs command and returns an error if it fails. If there is no 51 func execCommand(input io.Reader, dir string, name string, arg ...string) error { 80 if err := execCommand(inputReader, fiddle_dir, 104 if err := execCommand(nil, cmakeDir, "cmake", "-G", "Ninja", "."); err != nil { 107 if err := execCommand(nil, cmakeDir, "ninja", "skia"); err != nil { 111 if err := execCommand(nil, fiddle_dir, "c++", compileArgs(skiaSrc), 115 return execCommand(nil, fiddle_dir, "c++", compileArgs(skiaSrc), 125 // execCommand(nil, skiaSrc, "git", "fetch") 126 // execCommand(nil, skiaSrc, "git", "checkout", "origin/master")
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dhtmled.h | 211 virtual HRESULT WINAPI ExecCommand(DHTMLEDITCMDID cmdID,OLECMDEXECOPT cmdexecopt,VARIANT *pInVar,VARIANT *pOutVar) = 0; 266 HRESULT (WINAPI *ExecCommand)(IDHTMLSafe *This,DHTMLEDITCMDID cmdID,OLECMDEXECOPT cmdexecopt,VARIANT *pInVar,VARIANT *pOutVar); 323 #define IDHTMLSafe_ExecCommand(This,cmdID,cmdexecopt,pInVar,pOutVar) (This)->lpVtbl->ExecCommand(This,cmdID,cmdexecopt,pInVar,pOutVar) [all...] |
mshtml.h | [all...] |
/external/tpm2/ |
Android.mk | 78 ExecCommand.c \
|
Makefile | 58 SOURCES += ExecCommand.c
|
part4.txt | 170 6.2 ExecCommand.c ....................................................................................................... 35 [all...] |
/external/chromium-trace/catapult/tracing/tracing/core/ |
test_utils.html | 435 document.execCommand('copy');
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
mootools-core-full-nocompat.js | 1087 if (document.execCommand) try { 1088 document.execCommand("BackgroundImageCache", false, true); [all...] |
/packages/apps/Browser2/test/webexposed/ |
global-interface-listing-expected.txt | 782 method execCommand [all...] |