HomeSort by relevance Sort by last modified time
    Searched refs:since (Results 1 - 25 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/smack/src/org/jivesoftware/smackx/muc/
DiscussionHistory.java 40 * <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 the since date to use to filter the messages received during that time
    [all...]
  /external/doclava/res/assets/templates/components/
api_filter.cs 12 each:since = since ?>'<?cs
13 var:since.name ?>'<?cs
14 if:!last(since) ?>, <?cs /if ?><?cs
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCInitialPresence.java 119 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) {
    [all...]
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/doclava/src/com/google/doclava/
DocInfo.java 80 public void setSince(String since) {
81 mSince = since;
88 public void setDeprecatedSince(String since) {
89 mDeprecatedSince = since;
  /hardware/qcom/display/
Android.mk 7 #This is for mako since it doesn't have the QCOM make functions
  /external/markdown/
test-markdown.py 48 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/webkit/LayoutTests/fast/url/script-tests/
relative-unix.js 5 // On Unix we fall back to relative behavior since there's nothing else
query.js 8 // Always escape '#' since it would mark the ref.
  /frameworks/rs/cpp/
Android.mk 7 # Increment by 1 whenever this is not a final release build, since we want to
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 48 * 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/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 79 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.
  /frameworks/base/
Android.mk 431 # The since flag (-since N.xml API_LEVEL) is used to add API Level information
435 -since $(SRC_API_DIR)/1.xml 1 \
436 -since $(SRC_API_DIR)/2.xml 2 \
437 -since $(SRC_API_DIR)/3.xml 3 \
438 -since $(SRC_API_DIR)/4.xml 4 \
439 -since $(SRC_API_DIR)/5.xml 5 \
440 -since $(SRC_API_DIR)/6.xml 6 \
441 -since $(SRC_API_DIR)/7.xml 7 \
442 -since $(SRC_API_DIR)/8.xml 8
    [all...]
  /external/freetype/
Android.mk 11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
  /external/llvm/
llvm-device-build.mk 38 # No action. The device target should not have exception enabled since bionic
  /external/webkit/LayoutTests/fast/encoding/resources/
char-encoding-utils.js 3 // Returns a value already encoded, since we can't do it synchronously.
  /packages/apps/ContactsCommon/TestCommon/
Android.mk 21 # This has to be LOCAL_JAVA instead of LOCAL_STATIC since this test util is installed in the same
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 147 * @param since A timestamp in millis from epoch from which to check
151 public synchronized boolean hasDetectedUnsatisfiedCertReq(long since) {
152 return mTrackingKeyManager.getLastCertReqTime() >= since;
  /external/libvpx/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 35 ; use "vqdmulh"(neon) instruction since it won't go out of range
56 vqadd.s16 q3, q3, q2 ;modify since sinpi8sqrt2 > 65536/2 (negtive number)
88 vqadd.s16 q3, q3, q2 ;modify since sinpi8sqrt2 > 65536/2 (negtive number)
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode12.js 81 NOT_SUPPORTED_ERR should be raised since the the type of the specified node is
86 Check if a NOT_SUPPORTED_ERR gets thrown instead of a NAMESPACE_ERR since the type of node is not valid
documentrenamenode13.js 81 NOT_SUPPORTED_ERR should be raised since the the type of the specified node is
86 Check if a NOT_SUPPORTED_ERR gets thrown instead of a NAMESPACE_ERR since the type of node is not valid
documentrenamenode14.js 81 NOT_SUPPORTED_ERR should be raised since the the type of the specified node is
86 Check if a NOT_SUPPORTED_ERR gets thrown instead of a NAMESPACE_ERR since the type of node is
  /device/samsung/toro/
full_toro.mk 28 # Do this before aosp_base_telephony is included since the first instance takes precedence
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 26 // since this is for making root nodes).
  /external/bison/
Makefile.am 78 --since=$(gen_start_date) > $$cl.tmp && \

Completed in 3717 milliseconds

1 2 3 4 5 6 7 8 91011