/external/chromium_org/chrome/test/chromedriver/client/ |
D | command_executor.py | 11 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/ |
D | main_unittest.py | 52 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] = 'x' * 1000000 77 request.POST[main.NEW_ENTRY_PARAM] = 'off' 78 request.POST[main.NO_NEEDS_REBASELINE_PARAM] = 'off' 86 request.POST[main.LOG_PARAM] = 'data to log' [all …]
|
D | main.py | 69 new_log_data = self.request.POST.get(LOG_PARAM) 73 new_entry = self.request.POST.get(NEW_ENTRY_PARAM) == "on" 80 no_needs_rebaseline = self.request.POST.get(NO_NEEDS_REBASELINE_PARAM) == "on"
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 699 #define POST(name) DEFN_POST_TEMPLATE(darwin, name) macro 929 POST(ioctl) in POST() function 1237 POST(fcntl) in POST() function 1343 POST(semctl) in POST() function 1404 POST(sem_init) in POST() function 1428 POST(kqueue) in POST() function 1459 POST(kevent) in POST() function 1548 POST(workq_ops) in POST() function 1625 POST(sigaction) in POST() function 1762 POST(waitevent) in POST() function [all …]
|
D | syswrap-linux.c | 504 #define POST(name) DEFN_POST_TEMPLATE(linux, name) macro 607 POST(sys_getresuid16) in POST() function 626 POST(sys_getresuid) in POST() function 661 POST(sys_getresgid16) in POST() function 680 POST(sys_getresgid) in POST() function 776 POST(sys_llseek) in POST() function 812 POST(sys_adjtimex) in POST() function 846 POST(sys_clock_adjtime) in POST() function 873 POST(sys_syslog) in POST() function 896 POST(sys_sysinfo) in POST() function [all …]
|
D | syswrap-generic.c | 2231 #define POST(name) DEFN_POST_TEMPLATE(generic, name) macro 2327 POST(sys_getpmsg) in POST() function 2370 POST(sys_getitimer) in POST() function 2401 POST(sys_setitimer) in POST() function 2526 POST(sys_fstatfs) in POST() function 2539 POST(sys_fstatfs64) in POST() function 2570 POST(sys_pread64) in POST() function 3005 POST(sys_close) in POST() function 3016 POST(sys_dup) in POST() function 3036 POST(sys_dup2) in POST() function [all …]
|
D | syswrap-ppc32-linux.c | 405 #define POST(name) DEFN_POST_TEMPLATE(ppc32_linux, name) macro 473 POST(sys_stat64) in POST() function 486 POST(sys_lstat64) in POST() function 503 POST(sys_fstatat64) in POST() function 515 POST(sys_fstat64) in POST() function 842 POST(sys_spu_create) in POST() function 854 POST(sys_spu_run) in POST() function 861 #undef POST
|
D | syswrap-xen.c | 67 #define POST(name) static DEFN_POST_TEMPLATE(xen, name) macro 894 POST(memory_op) in POST() function 938 POST(mmuext_op) in POST() function 956 POST(evtchn_op) in POST() function 961 POST(evtchn_op_compat) in POST() function 967 POST(xen_version) in POST() function 1003 POST(grant_table_op) in POST() function 1019 POST(sysctl) in POST() function 1153 POST(domctl){ in POST() function 1349 POST(hvm_op) in POST() function [all …]
|
/external/chromium_org/base/test/ |
D | sequenced_task_runner_test_template.cc | 76 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/ |
D | data_socket.h | 74 POST, enumerator 103 return headers_received() && (method_ != POST || data_received()); in request_received() 107 return method_ != POST || data_.length() >= content_length_; in data_received()
|
D | data_socket.cc | 116 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/ |
D | HttpClient.java | 36 static final String POST = OAuthMessage.POST; field
|
/external/valgrind/main/none/tests/mips32/ |
D | unaligned_load_store.stdout.exp-BE | 9 POST lwl 25 POST lwr
|
D | unaligned_load_store.stdout.exp-LE | 9 POST lwl 25 POST lwr
|
/external/valgrind/main/none/tests/mips64/ |
D | unaligned_load_store.stdout.exp-BE | 9 POST lwl 25 POST lwr
|
D | unaligned_load_store.stdout.exp-LE | 9 POST lwl 25 POST lwr
|
/external/chromium_org/net/tools/quic/ |
D | end_to_end_test.cc | 480 HttpConstants::POST, "/foo"); in TEST_P() 514 HttpConstants::POST, "/foo"); in TEST_P() 563 HttpConstants::POST, "/foo"); in TEST_P() 586 HttpConstants::POST, "/foo"); in TEST_P() 604 HttpConstants::POST, "/foo"); in TEST_P() 626 HttpConstants::POST, "/foo"); in TEST_P() 649 HttpConstants::POST, "/foo"); in TEST_P() 668 HttpConstants::POST, "/foo"); in TEST_P() 686 HttpConstants::POST, "/foo"); in TEST_P() 774 HttpConstants::POST, "/foo"); in TEST_P() [all …]
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
D | app.py | 81 run_id = self.request.POST['run_id'] 82 content = json.loads(self.request.POST['content'])
|
/external/chromium_org/google_apis/drive/ |
D | drive_api_requests.cc | 111 return net::URLFetcher::POST; in GetRequestType() 132 return net::URLFetcher::POST; in GetRequestType() 258 return net::URLFetcher::POST; in GetRequestType() 372 return net::URLFetcher::POST; in GetRequestType() 486 return net::URLFetcher::POST; in GetRequestType() 554 return net::URLFetcher::POST; in GetRequestType() 760 return net::URLFetcher::POST; in GetRequestType()
|
/external/chromium_org/components/search_engines/ |
D | template_url_parser.cc | 124 POST enumerator 301 if (method_ == TemplateURLParsingContext::POST || data_.short_name.empty() || in GetTemplateURL() 304 if (suggestion_method_ == TemplateURLParsingContext::POST) in GetTemplateURL() 373 method_ = POST; in ParseURL() 378 suggestion_method_ = POST; in ParseURL()
|
/external/valgrind/main/ |
D | README_MISSING_SYSCALL_OR_IOCTL | 59 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/valgrind/main/none/tests/ |
D | resolv.stdout.exp | 2 POST _res.nscount = 1
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | ping_manager.cc | 73 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/ |
D | OAuthClient.java | 266 final boolean isPost = POST.equalsIgnoreCase(request.method); in invoke() 344 protected static final String POST = OAuthMessage.POST; field in OAuthClient
|
/external/okhttp/ |
D | CHANGELOG.md | 9 following a redirect from a POST to a GET. 85 * Fix: Drop `Content-Length` header when redirected from POST to GET. 96 * Fix: Correct bug where HTTPS POST requests were always automatically buffered. 131 * Improve cache invalidation for POST-like requests.
|