HomeSort by relevance Sort by last modified time
    Searched full:depart (Results 1 - 25 of 34) sorted by null

1 2

  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
DepartQueuePacket.java 25 * A IQ packet used to depart a workgroup queue. There are two cases for issuing a depart
40 * Creates a depart queue request packet to the specified workgroup.
42 * @param workgroup the workgroup to depart.
49 * Creates a depart queue request to the specified workgroup and for the
52 * @param workgroup the workgroup to depart.
53 * @param user the user to make depart from the queue.
64 StringBuilder buf = new StringBuilder("<depart-queue xmlns=\"http://jabber.org/protocol/workgroup\"");
67 buf.append("><jid>").append(this.user).append("</jid></depart-queue>");
  /external/chromium_org/ppapi/generators/
idl_visitor.py 15 # results along with the original Arrive result are passed to the Depart
37 return self.Depart(node, newdata, childdata)
43 def Depart(self, node, data, childdata):
idl_lint.py 100 def Depart(self, node, warnings, childdata):
idl_ast.py 21 def Depart(self, node, ignore, childdata):
  /external/chromium_org/base/memory/
linked_ptr.h 64 bool depart() { function in class:linked_ptr_internal
84 ~linked_ptr() { depart(); }
96 depart();
103 depart();
111 depart();
120 bool last = link_.depart();
145 void depart() { function in class:linked_ptr
146 if (link_.depart()) delete value_;
  /external/chromium_org/media/cdm/ppapi/
linked_ptr.h 67 bool depart() { function in class:linked_ptr_internal
87 ~linked_ptr() { depart(); }
99 depart();
106 depart();
114 depart();
124 bool last = link_.depart();
150 void depart() { function in class:linked_ptr
151 if (link_.depart()) delete value_;
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 121 bool depart() { function in class:testing::internal::linked_ptr_internal
143 ~linked_ptr() { depart(); }
154 depart();
161 depart();
169 depart();
178 bool last = link_.depart();
203 void depart() { function in class:testing::internal::linked_ptr
204 if (link_.depart()) delete value_;
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 120 bool depart()
143 ~linked_ptr() { depart(); }
154 depart();
161 depart();
169 depart();
194 void depart() { function in class:testing::internal::linked_ptr
195 if (link_.depart()) delete value_;
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 121 bool depart() { function in class:testing::internal::linked_ptr_internal
143 ~linked_ptr() { depart(); }
154 depart();
161 depart();
169 depart();
194 void depart() { function in class:testing::internal::linked_ptr
195 if (link_.depart()) delete value_;
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 120 bool depart()
143 ~linked_ptr() { depart(); }
154 depart();
161 depart();
169 depart();
194 void depart() { function in class:testing::internal::linked_ptr
195 if (link_.depart()) delete value_;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h 121 bool depart() { function in class:testing::internal::linked_ptr_internal
143 ~linked_ptr() { depart(); }
154 depart();
161 depart();
169 depart();
194 void depart() { function in class:testing::internal::linked_ptr
195 if (link_.depart()) delete value_;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 121 bool depart() { function in class:testing::internal::linked_ptr_internal
143 ~linked_ptr() { depart(); }
154 depart();
161 depart();
169 depart();
194 void depart() { function in class:testing::internal::linked_ptr
195 if (link_.depart()) delete value_;
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-linked_ptr.h 120 bool depart()
143 ~linked_ptr() { depart(); }
154 depart();
161 depart();
169 depart();
194 void depart() { function in class:testing::internal::linked_ptr
195 if (link_.depart()) delete value_;
  /external/chromium_org/v8/test/mjsunit/
md5.js 197 For this time, all the rest depart away:\n\
202 Once more, on pain of death, all men depart.\n"
  /external/chromium_org/sync/engine/
sync_scheduler.h 91 // depart earlier than Now() + delay, the scheduler can and will prefer to
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-crypto-md5.html 279 For this time, all the rest depart away:\n\
284 Once more, on pain of death, all men depart."
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-md5.js 275 For this time, all the rest depart away:\n\
280 Once more, on pain of death, all men depart."
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-md5.js 275 For this time, all the rest depart away:\n\
280 Once more, on pain of death, all men depart."
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
crypto-md5.js 275 For this time, all the rest depart away:\n\
280 Once more, on pain of death, all men depart."
  /external/antlr/antlr-3.4/runtime/C/doxygen/
mainpage.dox 69 /// depart too far from the logical layout of the Java model. These include the C equivalents of String, List,
  /external/smack/src/org/jivesoftware/smackx/workgroup/user/
Workgroup.java 46 * Provides workgroup services for users. Users can join the workgroup queue, depart the
411 * @throws XMPPException if an error occured trying to send the depart queue
415 // If not in the queue ignore the depart request.
539 PacketExtension pe = msg.getExtension("depart-queue", "http://jabber.org/protocol/workgroup");
    [all...]
  /development/samples/SearchableDictionary/res/raw/
definitions.txt 274 dismissal - n. the termination of someone's employment (leaving them free to depart)
352 exit - v. move out of or depart from
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 9154 void depart() { function in class:testing::internal::linked_ptr
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 9154 void depart() { function in class:testing::internal::linked_ptr
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 9154 void depart() { function in class:testing::internal::linked_ptr
    [all...]

Completed in 3537 milliseconds

1 2