HomeSort by relevance Sort by last modified time
    Searched defs:Post (Results 1 - 15 of 15) 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/src/core/
SkMessageBus.h 20 // Post a message to be received by all Inboxes for this Message type. Threadsafe.
21 static void Post(const Message& m);
100 /*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) {
  /frameworks/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 {
  /external/webrtc/webrtc/base/
messagequeue.cc 279 void MessageQueue::Post(MessageHandler* phandler,
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 98 Post,
195 /// \brief Run checkers for post-visiting Stmts.
223 /// \brief Run checkers for post-visiting obj-c messages.
229 runCheckersForObjCMessage(ObjCMessageVisitKind::Post, Dst, Src, msg, Eng,
256 /// \brief Run checkers for post-visiting obj-c messages.
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 261 Block *Post = iter.first;
263 Split->BranchesOut[Post] = make_unique<Branch>(Details->Condition,
265 Post->BranchesIn.insert(Split);
271 Block *Post = iter.first;
272 Post->BranchesIn.remove(Original);
732 /// Relooper post-optimizer
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 403 namespace Post {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [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 581 milliseconds