HomeSort by relevance Sort by last modified time
    Searched full:since (Results 101 - 125 of 13865) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 215 pa_channel_map channel_map; /**< Channel map \since 0.8 */
218 int mute; /**< Mute switch of the sink \since 0.8 */
222 const char *driver; /**< Driver name. \since 0.8 */
223 pa_sink_flags_t flags; /**< Flags \since 0.8 */
244 pa_channel_map channel_map; /**< Channel map \since 0.8 */
246 pa_cvolume volume; /**< Volume of the source \since 0.8 */
247 int mute; /**< Mute switch of the sink \since 0.8 */
250 pa_usec_t latency; /**< Length of filled record buffer of this source. \since 0.5 */
251 const char *driver; /**< Driver name \since 0.8 */
252 pa_source_flags_t flags; /**< Flags \since 0.8 *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 215 pa_channel_map channel_map; /**< Channel map \since 0.8 */
218 int mute; /**< Mute switch of the sink \since 0.8 */
222 const char *driver; /**< Driver name. \since 0.8 */
223 pa_sink_flags_t flags; /**< Flags \since 0.8 */
244 pa_channel_map channel_map; /**< Channel map \since 0.8 */
246 pa_cvolume volume; /**< Volume of the source \since 0.8 */
247 int mute; /**< Mute switch of the sink \since 0.8 */
250 pa_usec_t latency; /**< Length of filled record buffer of this source. \since 0.5 */
251 const char *driver; /**< Driver name \since 0.8 */
252 pa_source_flags_t flags; /**< Flags \since 0.8 *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 215 pa_channel_map channel_map; /**< Channel map \since 0.8 */
218 int mute; /**< Mute switch of the sink \since 0.8 */
222 const char *driver; /**< Driver name. \since 0.8 */
223 pa_sink_flags_t flags; /**< Flags \since 0.8 */
244 pa_channel_map channel_map; /**< Channel map \since 0.8 */
246 pa_cvolume volume; /**< Volume of the source \since 0.8 */
247 int mute; /**< Mute switch of the sink \since 0.8 */
250 pa_usec_t latency; /**< Length of filled record buffer of this source. \since 0.5 */
251 const char *driver; /**< Driver name \since 0.8 */
252 pa_source_flags_t flags; /**< Flags \since 0.8 *
    [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...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 44 * @since API Level 16
101 * @since API Level 18
111 * @since API Level 16
149 * @since API Level 17
169 * @since API Level 16
179 * @since API Level 16
189 * @since API Level 16
202 * @since API Level 16
215 * @since API Level 16
228 * @since API Level 1
    [all...]
  /external/clang/test/CodeGenCXX/
skip-vtable-pointer-initialization.cpp 7 // Check that we don't initialize the vtable pointer in A::~A(), since the destructor body is trivial.
23 // Check that we do initialize the vtable pointer in A::~A() since the destructor body isn't trivial.
39 // Check that we don't initialize the vtable pointer in A::~A(), since the destructor body is trivial
62 // Check that we do initialize the vtable pointer in A::~A(), since Field's destructor body
88 // Check that we do initialize the vtable pointer in A::~A(), since Field's destructor isn't
112 // Check that we do initialize the vtable pointer in A::~A(), since Field has a member
140 // Check that we do initialize the vtable pointer in A::~A(), since Field has a base
166 // Check that we do initialize the vtable pointer in A::~A(), since Field has a virtual base
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NumUtil.java 13 * @since 1.0
22 * @since 0.1
  /external/llvm/docs/
doxygen.intro 13 /// Since LLVM is constantly under active development, what you're about to
14 /// read is out of date! However, it may still be useful since certain portions
  /external/srtp/crypto/include/
prng.h 26 uint32_t octet_count; /* number of octets output since last init */
42 uint32_t octet_count; /* number of octets output since last init */
  /external/valgrind/main/memcheck/tests/
wrap1.c 15 /* The wrapper. Since this executable won't have a soname, we have to
16 use "NONE", since V treats any executable/.so which lacks a soname
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
mozilla 36 If-Modified-Since
40 If-Unmodified-Since
  /frameworks/rs/scriptc/
rs_time.rsh 28 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
41 * tm_mon - Months since January. This ranges from 0 to 11.
42 * tm_year - Years since 1900.
43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
44 * tm_yday - Days since January 1. This ranges from 0 to 365.
62 * Returns the number of seconds since the Epoch (00:00:00 UTC, January 1,
68 * @return Seconds since the Epoch.
103 * Returns the time in seconds since this function was last called in this
  /frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
IAutomationSupport.java 24 * @since API Level 16
33 * @since API Level 16
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
IAutomationSupport.java 24 * @since API Level 16
33 * @since API Level 16
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 28 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
41 * tm_mon - Months since January. This ranges from 0 to 11.
42 * tm_year - Years since 1900.
43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
44 * tm_yday - Days since January 1. This ranges from 0 to 365.
62 * Returns the number of seconds since the Epoch (00:00:00 UTC, January 1,
68 * @return Seconds since the Epoch.
103 * Returns the time in seconds since this function was last called in this
  /system/extras/tests/bionic/libc/common/
test_strftime_2039.c 16 /* "%s" is the number of seconds since the epoch */
21 printf("seconds since epoch: %s\n", buff);
  /build/target/board/emulator/
README.txt 3 HAVE_HTC_AUDIO_DRIVER constant, since that is what the emulator
  /dalvik/tests/082-inline-execute/
info.txt 3 and as such cannot be build on top of junit, since failure of such basic
  /dalvik/tests/083-jit-regressions/
info.txt 3 and as such cannot be build on top of junit, since failure of such basic
  /external/chromium/build/win/
chrome_win.croc 7 # Specify inclusions before exclusions, since rules are in order.
  /external/chromium/chrome/common/extensions/docs/static/
experimental.clipboard.html 9 successfully processed and handled. Most callers won't care, since a failure
  /external/clang/test/Frontend/
hexagon-target-basic.c 4 // Testcase for bug 14744. Empty file is sufficient, since the problem
  /external/clang/test/Headers/
c89.c 5 // on win32 since we don't generally know how to find errno.h.
  /external/clang/test/SemaCXX/
primary-base.cpp 8 // Since A is already a primary base class, C should be the primary base class
  /external/compiler-rt/SDKs/
README.txt 8 Since compiler-rt's libraries typically have minimal interaction with the

Completed in 534 milliseconds

1 2 3 45 6 7 8 91011>>