Searched defs:POST (Results 1 - 25 of 31) sorted by relevance

12

/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpClient.java36 static final String POST = OAuthMessage.POST; field in interface:HttpClient
/external/chromium_org/components/metrics/net/
H A Dnet_metrics_log_uploader.cc29 net::URLFetcher::Create(GURL(server_url_), net::URLFetcher::POST, this)); member in class:metrics::net::URLFetcher
/external/chromium_org/net/url_request/
H A Durl_fetcher.h83 POST, enumerator in enum:net::URLFetcher::RequestType
134 // Sets data only needed by POSTs. All callers making POST requests should
142 // Sets data only needed by POSTs. All callers making POST requests should
157 // Indicates that the POST data is sent via chunked transfer encoding.
162 // Adds the given bytes to a request's POST data transmitted using chunked
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java110 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
129 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
175 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
266 final boolean isPost = POST.equalsIgnoreCase(request.method);
344 protected static final String POST = OAuthMessage.POST; field in class:OAuthClient
/external/chromium_org/base/test/
H A Dsequenced_task_runner_test_template.h31 enum Type { POST, START, END }; enumerator in enum:base::internal::TaskEvent::Type
109 // 2) Events for an individual tasks occur in the order {POST, START, END},
/external/chromium_org/content/browser/tracing/
H A Dtrace_uploader.cc205 net::URLFetcher::Create(GURL(upload_url_), net::URLFetcher::POST, this)); member in class:content::net::URLFetcher
/external/chromium_org/net/tools/quic/test_tools/
H A Dhttp_message.h33 POST, enumerator in enum:net::tools::test::HttpConstants::Method
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Ddata_socket.h74 POST, enumerator in enum:DataSocket::RequestMethod
103 return headers_received() && (method_ != POST || data_received());
107 return method_ != POST || data_.length() >= content_length_;
138 // content length (POST only) of a request.
142 // Figures out whether the request is a GET or POST and what path is
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c348 PRE/POST wrappers for AMD64/Linux-specific syscalls
352 #define POST(name) DEFN_POST_TEMPLATE(amd64_linux, name) macro
602 POST(sys_ptrace) function
657 PRE/POST wrappers for AMD64/Linux-variant specific syscalls
684 POST(sys_syscall184) function
691 #undef POST macro
703 // linux/include/asm-x86_64/unistd.h) to the appropriate PRE/POST sys_foo()
H A Dsyswrap-arm-linux.c335 PRE/POST wrappers for arm/Linux-specific syscalls
339 #define POST(name) DEFN_POST_TEMPLATE(arm_linux, name) macro
395 POST(sys_lstat64) function
411 POST(sys_stat64) function
425 POST(sys_fstatat64) function
437 POST(sys_fstat64) function
709 POST(sys_ptrace) function
752 #undef POST macro
768 // linux/include/asm-arm/unistd.h) to the appropriate PRE/POST sys_foo()
H A Dsyswrap-arm64-linux.c413 PRE/POST wrappers for arm/Linux-specific syscalls
417 #define POST(name) DEFN_POST_TEMPLATE(arm64_linux, name) macro
499 //ZZ POST(sys_lstat64)
515 //ZZ POST(sys_stat64)
529 //ZZ POST(sys_fstatat64)
541 //ZZ POST(sys_fstat64)
823 //ZZ POST(sys_ptrace)
866 //ZZ #undef POST
882 // linux/include/asm-arm/unistd.h) to the appropriate PRE/POST sys_foo()
H A Dsyswrap-mips64-linux.c305 PRE/POST wrappers for mips/Linux-specific syscalls
309 #define POST(name) DEFN_POST_TEMPLATE(mips_linux, name) macro
456 POST(sys_ptrace) function
610 POST(sys_pipe) function
631 #undef POST macro
H A Dsyswrap-ppc32-linux.c401 PRE/POST wrappers for ppc32/Linux-specific syscalls
405 #define POST(name) DEFN_POST_TEMPLATE(ppc32_linux, name) macro
473 POST(sys_stat64) function
486 POST(sys_lstat64) function
503 POST(sys_fstatat64) function
515 POST(sys_fstat64) function
800 //.. POST(sys_ptrace)
842 POST(sys_spu_create) function
854 POST(sys_spu_run) function
861 #undef POST macro
[all...]
H A Dsyswrap-ppc64-linux.c430 PRE/POST wrappers for ppc64/Linux-specific syscalls
434 #define POST(name) DEFN_POST_TEMPLATE(ppc64_linux, name) macro
499 //zz POST(sys_stat64)
512 //zz POST(sys_lstat64)
527 //zz POST(sys_fstat64)
661 #undef POST macro
672 // linux/include/asm-ppc/unistd.h) to the appropriate PRE/POST sys_foo()
H A Dsyswrap-mips32-linux.c523 PRE/POST wrappers for mips/Linux-specific syscalls
526 #define POST(name) DEFN_POST_TEMPLATE(mips_linux, name) macro
587 POST (sys_lstat64) function
604 POST (sys_stat64) function
619 POST (sys_fstatat64) function
631 POST (sys_fstat64) function
782 POST(sys_pipe) function
803 #undef POST macro
812 // linux/include/asm-mips/unistd.h) to the appropriate PRE/POST sys_foo()
H A Dsyswrap-s390x-linux.c329 PRE/POST wrappers for s390x/Linux-specific syscalls
333 #define POST(name) DEFN_POST_TEMPLATE(s390x_linux, name) macro
421 POST(sys_ptrace) function
637 #undef POST macro
648 // linux/arch/s390/kernel/syscalls.S to the appropriate PRE/POST sys_foo()
H A Dsyswrap-xen.c67 #define POST(name) static DEFN_POST_TEMPLATE(xen, name) macro
894 POST(memory_op) function
938 POST(mmuext_op) function
956 POST(evtchn_op) function
961 POST(evtchn_op_compat) function
967 POST(xen_version) function
1003 POST(grant_table_op) function
1019 POST(sysctl) function
1153 POST(domctl){ function
1349 POST(hvm_o function
1376 POST(tmem_op) function
[all...]
H A Dsyswrap-x86-linux.c783 PRE/POST wrappers for x86/Linux-specific syscalls
787 #define POST(name) DEFN_POST_TEMPLATE(x86_linux, name) macro
1161 POST(sys_ptrace) function
1264 POST(sys_lstat64) function
1281 POST(sys_stat64) function
1296 POST(sys_fstatat64) function
1308 POST(sys_fstat64) function
1340 POST(sys_vm86old) function
1353 POST(sys_vm86) function
1361 PRE/POST wrapper
1388 POST(sys_syscall223) function
1395 #undef POST macro
[all...]
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java383 public static final String POST = "POST"; field in class:OAuthMessage
/external/valgrind/main/none/tests/arm64/
H A Dinteger.c9691 #define POST "; mrs x23,nzcv" // x23 = nzcv (overall result) macro
9694 TESTINST3(PRE "ccmp x25,#" #argR_value ",#" #iffalse_nzcv "," #cond POST, \
9698 TESTINST3(PRE "ccmn x25,#" #argR_value ",#" #iffalse_nzcv "," #cond POST, \
9841 #define POST "; mrs x23,nzcv" // x23 = nzcv (overall result) macro
9844 TESTINST3(PRE "ccmp w25,#" #argR_value ",#" #iffalse_nzcv "," #cond POST, \
9848 TESTINST3(PRE "ccmn w25,#" #argR_value ",#" #iffalse_nzcv "," #cond POST, \
10011 #define POST "; mrs x23,nzcv" // x23 = nzcv (overall result) macro
10014 TESTINST4(PRE "ccmp x25,x26,#" #iffalse_nzcv "," #cond POST, \
10018 TESTINST4(PRE "ccmn x25,x26,#" #iffalse_nzcv "," #cond POST, \
10161 #define POST "; mr macro
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_signer.cc373 GetBackendUrl(), net::URLFetcher::POST, delegate_.get())); member in class:extensions::net::URLFetcher
/external/chromium_org/components/invalidation/
H A Dgcm_network_channel.cc206 // Save access token in case POST fails and we need to invalidate it.
211 BuildUrl(registration_id_), net::URLFetcher::POST, this)); member in class:syncer::net::URLFetcher
246 // POST failed. Notify that http channel doesn't work.
/external/chromium_org/chrome/test/chromedriver/client/
H A Dcommand_executor.py11 POST = 'POST' variable in class:_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, '/sessio
[all...]
/external/chromium_org/components/search_engines/
H A Dtemplate_url_parser.cc124 POST enumerator in enum:TemplateURLParsingContext::Method
300 // TODO(jcampan): Support engines that use POST; see http://crbug.com/18107
301 if (method_ == TemplateURLParsingContext::POST || data_.short_name.empty() ||
304 if (suggestion_method_ == TemplateURLParsingContext::POST)
373 method_ = POST;
378 suggestion_method_ = POST;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...

Completed in 4625 milliseconds

12