HomeSort by relevance Sort by last modified time
    Searched refs:since (Results 1 - 25 of 452) 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/llvm/test/MC/ARM/
deprecated-v8.s 12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb'
13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb'
14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb'
15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb'
16 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'isb'
18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb'
19 @ CHECK-THUMBV8: warning: deprecated since v7, use 'dsb'
20 @ CHECK-ARMV7: warning: deprecated since v7, use 'dsb'
21 @ CHECK-THUMBV7: warning: deprecated since v7, use 'dsb'
22 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'dsb
    [all...]
  /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/chromium_org/third_party/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/chromium_org/third_party/mesa/src/docs/
MESA_release_buffers.spec 15 Shipping since Mesa 2.0 in October, 1996.
73 None, since this is a client-side operation.
MESA_pixmap_colormap.spec 15 Shipping since Mesa 1.2.8 in May, 1996.
32 Since Mesa allows RGB rendering into drawables with PseudoColor,
78 None since this is a client-side extension.
MESA_resize_buffers.spec 15 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
MESA_set_3dfx_mode.spec 15 Shipping since Mesa 2.6 in February, 1998.
73 None since this is a client-side extension.
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/mesa3d/docs/
MESA_release_buffers.spec 15 Shipping since Mesa 2.0 in October, 1996.
73 None, since this is a client-side operation.
  /ndk/tests/device/test-googletest-gnustl/jni/
Application.mk 4 # target API level 9 since it allows the use of clone() and regex()
  /external/doclava/src/com/google/doclava/
DocInfo.java 99 public void setSince(String since) {
100 mSince = since;
107 public void setDeprecatedSince(String since) {
108 mDeprecatedSince = since;
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
  /hardware/qcom/display/msm8226/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /hardware/qcom/display/msm8960/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /hardware/qcom/display/msm8974/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /external/chromium_org/extensions/renderer/resources/
unload_event.js 6 // tab shutdown. On the other hand, onUnload might not always fire, since
9 // Implement a primitive subset of the Event interface as needed, since if this
  /external/chromium_org/tools/telemetry/telemetry/core/
network_quiescence.js 9 * determines when network quiescence has been reached based on the time since
57 * since lodading any resources such as images and script files (including
61 * @return {boolean} True if the time since either the load event, or the last
82 // objects are all in milliseconds since performance.timing.navigationStart,
89 // before the load event, then use the time since the load event.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
tts.js 76 * since initialization or the last call to clearUtterances,
86 * @return {Array.<string>} A list of all utterances spoken since
100 * A list of info about all utterances spoken since
  /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
  /cts/tests/tests/bionic/
Android.mk 38 # Use the 32 bit list executable since it will include some 32 bit only tests.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
terminate.js 20 // The following definitely won't be executed, since control should never
  /ndk/tests/device/static-executable/jni/
Android.mk 14 # x86 and mips which use eh frames) since crt files are now in C, and the trick
  /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.

Completed in 1333 milliseconds

1 2 3 4 5 6 7 8 91011>>