Home
last modified time | relevance | path

Searched refs:POST (Results 1 – 25 of 124) sorted by relevance

12345

/external/chromium_org/chrome/test/chromedriver/client/
Dcommand_executor.py11 POST = 'POST' variable in _Method
16 NEW_SESSION = (_Method.POST, '/session')
21 GET = (_Method.POST, '/session/:sessionId/url')
23 DISMISS_ALERT = (_Method.POST, '/session/:sessionId/dismiss_alert')
24 ACCEPT_ALERT = (_Method.POST, '/session/:sessionId/accept_alert')
26 SET_ALERT_VALUE = (_Method.POST, '/session/:sessionId/alert_text')
27 GO_FORWARD = (_Method.POST, '/session/:sessionId/forward')
28 GO_BACK = (_Method.POST, '/session/:sessionId/back')
29 REFRESH = (_Method.POST, '/session/:sessionId/refresh')
30 EXECUTE_SCRIPT = (_Method.POST, '/session/:sessionId/execute')
[all …]
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
Dmain_unittest.py52 request.POST[main.LOG_PARAM] = 'data to log'
53 request.POST[main.NEW_ENTRY_PARAM] = 'on'
54 request.POST[main.NO_NEEDS_REBASELINE_PARAM] = 'off'
66 request.POST[main.LOG_PARAM] = 'data to log'
67 request.POST[main.NEW_ENTRY_PARAM] = 'off'
68 request.POST[main.NO_NEEDS_REBASELINE_PARAM] = 'off'
76 request.POST[main.LOG_PARAM] = 'data to log'
77 request.POST[main.NEW_ENTRY_PARAM] = 'off'
78 request.POST[main.NO_NEEDS_REBASELINE_PARAM] = 'on'
90 request.POST[main.LOG_PARAM] = 'data to log'
[all …]
Dmain.py66 new_log_data = self.request.POST.get(LOG_PARAM)
70 new_entry = self.request.POST.get(NEW_ENTRY_PARAM) == "on"
76 no_needs_rebaseline = self.request.POST.get(NO_NEEDS_REBASELINE_PARAM) == "on"
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c683 #define POST(name) DEFN_POST_TEMPLATE(darwin, name) macro
913 POST(ioctl) in POST() function
1221 POST(fcntl) in POST() function
1327 POST(semctl) in POST() function
1388 POST(sem_init) in POST() function
1412 POST(kqueue) in POST() function
1443 POST(kevent) in POST() function
1528 POST(workq_ops) in POST() function
1605 POST(sigaction) in POST() function
1736 POST(waitevent) in POST() function
[all …]
Dsyswrap-linux.c492 #define POST(name) DEFN_POST_TEMPLATE(linux, name) macro
595 POST(sys_getresuid16) in POST() function
614 POST(sys_getresuid) in POST() function
649 POST(sys_getresgid16) in POST() function
668 POST(sys_getresgid) in POST() function
726 POST(sys_llseek) in POST() function
762 POST(sys_adjtimex) in POST() function
789 POST(sys_syslog) in POST() function
812 POST(sys_sysinfo) in POST() function
844 POST(sys_sysctl) in POST() function
[all …]
Dsyswrap-arm-linux.c339 #define POST(name) DEFN_POST_TEMPLATE(arm_linux, name) macro
556 POST(sys_socketcall) in POST() function
666 POST(sys_socket) in POST() function
691 POST(sys_getsockopt) in POST() function
715 POST(sys_accept) in POST() function
732 POST(sys_accept4) in POST() function
761 POST(sys_recvfrom) in POST() function
784 POST(sys_recvmsg) in POST() function
836 POST(sys_semctl) in POST() function
878 POST(sys_msgrcv) in POST() function
[all …]
Dsyswrap-mips32-linux.c368 #define POST(name) DEFN_POST_TEMPLATE(mips_linux, name) macro
556 POST (sys_socketcall) in POST() function
646 POST (sys_socket) in POST() function
672 POST (sys_getsockopt) in POST() function
697 POST (sys_accept) in POST() function
729 POST (sys_recvfrom) in POST() function
752 POST(sys_recvmsg) in POST() function
804 POST (sys_semctl) in POST() function
846 POST (sys_msgrcv) in POST() function
858 POST (sys_msgctl) in POST() function
[all …]
Dsyswrap-amd64-linux.c352 #define POST(name) DEFN_POST_TEMPLATE(amd64_linux, name) macro
625 POST(sys_ptrace) in POST() function
658 POST(sys_socket) in POST() function
683 POST(sys_getsockopt) in POST() function
707 POST(sys_accept) in POST() function
724 POST(sys_accept4) in POST() function
753 POST(sys_recvfrom) in POST() function
776 POST(sys_recvmsg) in POST() function
809 POST(sys_getsockname) in POST() function
823 POST(sys_getpeername) in POST() function
[all …]
Dsyswrap-generic.c2121 #define POST(name) DEFN_POST_TEMPLATE(generic, name) macro
2217 POST(sys_getpmsg) in POST() function
2260 POST(sys_getitimer) in POST() function
2291 POST(sys_setitimer) in POST() function
2416 POST(sys_fstatfs) in POST() function
2429 POST(sys_fstatfs64) in POST() function
2460 POST(sys_pread64) in POST() function
2895 POST(sys_close) in POST() function
2906 POST(sys_dup) in POST() function
2926 POST(sys_dup2) in POST() function
[all …]
Dsyswrap-ppc32-linux.c405 #define POST(name) DEFN_POST_TEMPLATE(ppc32_linux, name) macro
589 POST(sys_socketcall) in POST() function
740 POST(sys_stat64) in POST() function
753 POST(sys_lstat64) in POST() function
770 POST(sys_fstatat64) in POST() function
782 POST(sys_fstat64) in POST() function
874 POST(sys_ipc) in POST() function
1416 POST(sys_spu_create) in POST() function
1428 POST(sys_spu_run) in POST() function
1435 #undef POST
Dsyswrap-x86-linux.c787 #define POST(name) DEFN_POST_TEMPLATE(x86_linux, name) macro
1149 POST(sys_ptrace) in POST() function
1267 POST(sys_ipc) in POST() function
1399 POST(sys_lstat64) in POST() function
1416 POST(sys_stat64) in POST() function
1431 POST(sys_fstatat64) in POST() function
1443 POST(sys_fstat64) in POST() function
1609 POST(sys_socketcall) in POST() function
1741 POST(sys_vm86old) in POST() function
1754 POST(sys_vm86) in POST() function
[all …]
/external/chromium_org/net/tools/quic/
Dend_to_end_test.cc307 HttpConstants::POST, "/foo"); in TEST_P()
341 HttpConstants::POST, "/foo"); in TEST_P()
390 HttpConstants::POST, "/foo"); in TEST_P()
411 HttpConstants::POST, "/foo"); in TEST_P()
432 HttpConstants::POST, "/foo"); in TEST_P()
451 HttpConstants::POST, "/foo"); in TEST_P()
473 HttpConstants::POST, "/foo"); in TEST_P()
493 HttpConstants::POST, "/foo"); in TEST_P()
531 HttpConstants::POST, "/foo"); in TEST_P()
552 HttpConstants::POST, "/foo"); in TEST_P()
[all …]
/external/chromium_org/base/test/
Dsequenced_task_runner_test_template.cc76 events_.push_back(TaskEvent(i, TaskEvent::POST)); in TaskPosted()
108 case TaskEvent::POST: *os << "POST"; break; in PrintTo()
150 expected_order.push_back(TaskEvent::POST); in CheckEventOrdersForEachTask()
183 case TaskEvent::POST: in CheckNoTaskRunsOverlap()
197 case TaskEvent::POST: in CheckNoTaskRunsOverlap()
238 GetEventTypeOrder(events, TaskEvent::POST); in CheckNonNestableInvariants()
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
Ddata_socket.h74 POST, enumerator
103 return headers_received() && (method_ != POST || data_received()); in request_received()
107 return method_ != POST || data_.length() >= content_length_; in data_received()
Ddata_socket.cc116 if (method_ != POST) { in OnDataAvailable()
194 if (method_ == POST) { in ParseHeaders()
211 { "POST", 4, POST }, in ParseMethodAndPath()
/external/oauth/core/src/main/java/net/oauth/http/
DHttpClient.java36 static final String POST = OAuthMessage.POST; field
/external/chromium_org/tools/deep_memory_profiler/visualizer/
Dapp.py81 run_id = self.request.POST['run_id']
82 content = json.loads(self.request.POST['content'])
/external/chromium_org/chrome/browser/search_engines/
Dtemplate_url_parser.cc124 POST enumerator
290 if (method_ == TemplateURLParsingContext::POST || data_.short_name.empty() || in GetTemplateURL()
293 if (suggestion_method_ == TemplateURLParsingContext::POST) in GetTemplateURL()
360 method_ = POST; in ParseURL()
365 suggestion_method_ = POST; in ParseURL()
/external/valgrind/main/none/tests/
Dresolv.stdout.exp2 POST _res.nscount = 1
/external/valgrind/main/
DREADME_MISSING_SYSCALL_OR_IOCTL59 POST(sys_time)
82 Finally, the really important bit, after the syscall occurs, in the POST()
90 The POST() function won't be called if the syscall failed, so you
91 don't need to worry about checking that in the POST() function.
144 The *XY variant if it requires a PRE() and POST() function, and
177 the action happens within PRE(ioctl) and POST(ioctl).
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_parser.cc92 POST enumerator
327 context->set_method(ParsingContext::POST); in ParseURL()
332 context->set_suggestion_method(ParsingContext::POST); in ParseURL()
577 if (context.method() == ParsingContext::POST) in Parse()
579 if (context.suggestion_method() == ParsingContext::POST) in Parse()
/external/chromium_org/chrome/browser/safe_browsing/
Dping_manager.cc73 post_data.empty() ? net::URLFetcher::GET : net::URLFetcher::POST, in ReportSafeBrowsingHit()
88 report_url, net::URLFetcher::POST, this); in ReportMalwareDetails()
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java266 final boolean isPost = POST.equalsIgnoreCase(request.method); in invoke()
344 protected static final String POST = OAuthMessage.POST; field in OAuthClient
/external/chromium_org/google_apis/drive/
Ddrive_api_requests.cc172 return net::URLFetcher::POST; in GetRequestType()
294 return net::URLFetcher::POST; in GetRequestType()
418 return net::URLFetcher::POST; in GetRequestType()
522 return net::URLFetcher::POST; in GetRequestType()
590 return net::URLFetcher::POST; in GetRequestType()
/external/chromium/chrome/browser/chromeos/login/
Dclient_login_response_handler.cc37 URLFetcher::POST, in Handle()

12345