Searched refs:since (Results 1 - 25 of 154) sorted by relevance

1234567

/external/smack/src/org/jivesoftware/smackx/muc/
H A DDiscussionHistory.java40 * <li>since -> only the messages received since the datetime specified will be included in
53 private Date since; field in class:DiscussionHistory
85 * Returns the since date to use to filter the messages received during that time.
86 * In other words, only the messages received since the datetime specified will be
89 * @return the since date to use to filter the messages received during that time.
92 return since;
126 * Sets the since date to use to filter the messages received during that time.
127 * In other words, only the messages received since the datetime specified will be
130 * @param since th
132 setSince(Date since) argument
[all...]
/external/doclava/res/assets/templates/components/
H A Dapi_filter.cs12 each:since = since ?>'<?cs
13 var:since.name ?>'<?cs
14 if:!last(since) ?>, <?cs /if ?><?cs
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMUCInitialPresence.java119 private Date since; field in class:MUCInitialPresence.History
151 * Returns the since date to use to filter the messages received during that time.
152 * In other words, only the messages received since the datetime specified will be
155 * @return the since date to use to filter the messages received during that time.
158 return since;
192 * Sets the since date to use to filter the messages received during that time.
193 * In other words, only the messages received since the datetime specified will be
196 * @param since the since date to use to filter the messages received during that time.
198 public void setSince(Date since) { argument
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_release_buffers.spec15 Shipping since Mesa 2.0 in October, 1996.
73 None, since this is a client-side operation.
H A DMESA_pixmap_colormap.spec15 Shipping since Mesa 1.2.8 in May, 1996.
78 None since this is a client-side extension.
H A DMESA_resize_buffers.spec15 Shipping (since Mesa version 2.2)
31 the computer's window system (an X server, for example). And since
38 since most applications call glViewport in response to window size
H A DMESA_set_3dfx_mode.spec15 Shipping since Mesa 2.6 in February, 1998.
73 None since this is a client-side extension.
H A DMESA_window_pos.spec15 Shipping (since Mesa version 1.2.8)
/external/libyuv/
H A Dpublic.mk3 # Note that dependencies on NDK are not directly listed since NDK auto adds
/external/mesa3d/docs/
H A DMESA_release_buffers.spec15 Shipping since Mesa 2.0 in October, 1996.
73 None, since this is a client-side operation.
H A DMESA_pixmap_colormap.spec15 Shipping since Mesa 1.2.8 in May, 1996.
78 None since this is a client-side extension.
H A DMESA_resize_buffers.spec15 Shipping (since Mesa version 2.2)
31 the computer's window system (an X server, for example). And since
38 since most applications call glViewport in response to window size
H A DMESA_set_3dfx_mode.spec15 Shipping since Mesa 2.6 in February, 1998.
73 None since this is a client-side extension.
H A DMESA_window_pos.spec15 Shipping (since Mesa version 1.2.8)
/external/doclava/src/com/google/doclava/
H A DDocInfo.java80 public void setSince(String since) { argument
81 mSince = since;
88 public void setDeprecatedSince(String since) { argument
89 mDeprecatedSince = since;
/external/markdown/
H A Dtest-markdown.py48 def memory(since=0.0):
52 return _VmB('VmSize:') - since
55 def resident(since=0.0):
58 return _VmB('VmRSS:') - since
61 def stacksize(since=0.0):
64 return _VmB('VmStk:') - since
/external/llvm/lib/Support/Unix/
H A DHost.inc42 // Normalize the arch, since the target triple may not actually match the target.
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dfilter-mode.rb48 * ever match since k=1 look in the QID loop of '.' will make it loop.
182 * ever match since k=1 look in the QID loop of '.' will make it loop.
/external/openssl/
H A DCrypto.mk16 # If we're building an unbundled build, don't try to use clang since it's not
40 # If we're building an unbundled build, don't try to use clang since it's not
H A DSsl.mk14 # If we're building an unbundled build, don't try to use clang since it's not
37 # If we're building an unbundled build, don't try to use clang since it's not
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DmergeChangeLogs.pl79 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
117 # mergeChangeLogs() should return 1 since the patch succeeded.
148 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
186 # mergeChangeLogs() should return 0 since the patch failed.
231 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
243 # mergeChangeLogs() should return 1 since the patch succeeded.
275 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
290 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
323 # mergeChangeLogs() should return a non-zero exit status since the patch failed.
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php533 * @since 1.0.7.22
541 * @since 1.0.8
558 * @since 1.0.8
566 * @since 1.0.8
589 * @since 1.0.0
606 * @since 1.0.0
630 * @since 1.0.2
643 * @since 1.0.0
653 * @note since 1.0.8 this function won't reset language-settings by default anymore!
657 * @since 1.
[all...]
/external/chromium_org/third_party/freetype/
H A DAndroid.mk11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
/external/freetype/
H A DAndroid.mk11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
/external/llvm/
H A Dllvm-device-build.mk38 # No action. The device target should not have exception enabled since bionic

Completed in 449 milliseconds

1234567