HomeSort by relevance Sort by last modified time
    Searched defs:Post (Results 1 - 19 of 19) sorted by null

  /system/core/libmemunreachable/
Semaphore.h 40 void Post() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeVisitorAction.cs 37 * pre() before visiting children and execute post() after visiting children.
57 object Post(object t);
80 public object Post(object t)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs 39 * pre() before visiting children and execute post() after visiting children.
59 object Post( object t );
82 public object Post( object t )
  /external/skia/include/private/
SkMessageBus.h 20 // Post a message to be received by all Inboxes for this Message type. Threadsafe.
21 static void Post(const Message& m);
102 /*static*/ void SkMessageBus<Message>::Post(const Message& m) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue55/
Post.java 18 class Post {
25 protected Post() {
30 public Post(String title, String text) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
Post.java 18 class Post implements Comparable<Post> {
23 protected Post() {
26 public Post(String title, String text) {
40 public int compareTo(Post o) {
46 if (obj instanceof Post) {
60 return "Post " + title + " " + text;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue97/
Post.java 18 public class Post implements Comparable<Post> {
31 public int compareTo(Post o) {
  /external/volley/src/test/java/com/android/volley/mock/
TestRequest.java 57 /** Test example of a POST request in the deprecated style. */
81 * Test example of a POST request in the new style. In the new style, it is possible
82 * to have a POST with no body.
84 public static class Post extends Base {
85 public Post() {
86 super(Method.POST, TEST_URL, null);
90 /** Test example of a POST request in the new style with a body. */
91 public static class PostWithBody extends Post {
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
buffer_hub_client.h 121 // This represents a writable buffer. Calling Post notifies all clients and
125 // The user of BufferProducer is responsible with making sure that the Post() is
128 // metadata when acquiring the buffer. The API guarantees that a Post() with a
139 // Post this buffer, passing |ready_fence| to the consumers. The bytes in
143 int Post(const LocalHandle& ready_fence, const void* meta,
148 int Post(const LocalHandle& ready_fence) {
149 return Post(ready_fence, nullptr, 0);
153 int Post(const LocalHandle& ready_fence, const Meta& meta) {
154 return Post(ready_fence, &meta, sizeof(meta));
240 // application. When that buffer is Post()ed, this fd will be signaled an
    [all...]
native_buffer.h 95 // Post the buffer consumer, closing the acquire and release fences.
96 int Post(int acquire_fence, uint64_t sequence) {
98 return buffer_->Post(pdx::LocalHandle(acquire_fence), sequence);
  /prebuilts/go/darwin-x86/src/net/http/
client.go 92 // running after Get, Head, Post, or Do return and will
109 // DefaultClient is the default Client and is used by Get, Head, and Post.
228 // Most the callers of send (Get, Post, et al) don't need
479 // Generally Get, Post, or PostForm will be used instead of Do.
686 // Post issues a POST to the specified URL.
693 // Post is a wrapper around DefaultClient.Post.
699 func Post(url string, contentType string, body io.Reader) (resp *Response, err error) {
700 return DefaultClient.Post(url, contentType, body
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
client.go 92 // running after Get, Head, Post, or Do return and will
109 // DefaultClient is the default Client and is used by Get, Head, and Post.
228 // Most the callers of send (Get, Post, et al) don't need
479 // Generally Get, Post, or PostForm will be used instead of Do.
686 // Post issues a POST to the specified URL.
693 // Post is a wrapper around DefaultClient.Post.
699 func Post(url string, contentType string, body io.Reader) (resp *Response, err error) {
700 return DefaultClient.Post(url, contentType, body
    [all...]
  /external/webrtc/webrtc/base/
messagequeue.cc 279 void MessageQueue::Post(MessageHandler* phandler,
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp 363 int BufferProducer::Post(const LocalHandle& ready_fence, const void* meta,
365 ATRACE_NAME("BufferProducer::Post");
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 99 Post,
194 /// \brief Run checkers for post-visiting Stmts.
222 /// \brief Run checkers for post-visiting obj-c messages.
228 runCheckersForObjCMessage(ObjCMessageVisitKind::Post, Dst, Src, msg, Eng,
255 /// \brief Run checkers for post-visiting obj-c messages.
  /external/clang/test/CXX/drs/
dr3xx.cpp 403 namespace Post {
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp 321 {"Post", CXFA_FM2JSContext::Post},
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h 445 virtual HRESULT WINAPI Post(void) = 0;
513 HRESULT (WINAPI *Post)(IMessage *This);
    [all...]
cdoex.h 651 virtual HRESULT WINAPI Post(void) = 0;
719 HRESULT (WINAPI *Post)(IMessage *This);
    [all...]

Completed in 305 milliseconds