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

123456

/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/llvm/test/MC/ARM/
H A Ddeprecated-v8.s12 @ 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 v
[all...]
/external/libyuv/files/
H A Dpublic.mk3 # Note that dependencies on NDK are not directly listed since NDK auto adds
/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.java99 public void setSince(String since) { argument
100 mSince = since;
107 public void setDeprecatedSince(String since) { argument
108 mDeprecatedSince = since;
H A DNavTree.java180 Node(String label, String link, List<Node> children, String since) { argument
184 mSince = since;
/external/autotest/site_utils/
H A Ddut_status.py25 --since/-s DATE/TIME - Specifies a start time for the search
33 --since - Use the given start time with the default end time.
225 Enforces the rules for the --until, --since, and --duration
238 arguments.since is not None and arguments.until is not None):
240 '--since, --until, and --duration')
242 if (arguments.until is None and (arguments.since is None or
245 if arguments.since is None:
248 arguments.since = (arguments.until -
251 arguments.until = (arguments.since +
278 afe, hostname, arguments.since, argument
[all...]
H A Ddut_status_unittests.py16 """Test the --since, --until, and --destination options.
20 * --since - use the given start time and the default end time.
23 * --since --until - use the given start and end times.
24 * --since --duration - use the given start time and duration.
38 assert arguments.since == start_time
56 """Test time bounds with --since only.
58 Also tests that --since and -s are equivalent.
61 for option in ['--since', '-s']:
67 assert arguments.since == start_time
100 """Test time bounds with --since an
[all...]
/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/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/curl/docs/libcurl/
H A Dmksymbolsmanpage.pl61 since that version no new code should be written to use the symbol as it is
86 print "Deprecated since $dep\n";
/external/freetype/
H A DAndroid.mk11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
/external/icu/icu4j/samples/src/com/ibm/icu/samples/util/timezone/
H A DBasicTimeZoneExample.java87 System.out.println("### Extracts time zone rules used by America/Los_Angeles since year 2005");
91 long since = 1104537600000L; // 2005-01-01 0:00 UTC
92 TimeZoneRule[] rules = btz.getTimeZoneRules(since);
102 System.out.println("### Compare America/New_York and America/Detroit since year 1970");
110 // Compare these time zones every 10 years since year 1970 up to year 2009
/external/llvm/
H A Dllvm-device-build.mk42 # No action. The device target should not have exception enabled since bionic
/external/scrypt/
H A DScrypt.mk16 # If we're building an unbundled build, don't try to use clang since it's not
/external/llvm/test/MC/X86/
H A Dx86_long_nop.s18 # On Silvermont we emit only 7 byte NOPs since longer NOPs are not profitable
/external/bison/
H A DMakefile.am78 --since=$(gen_start_date) > $$cl.tmp && \
/external/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com135 $! We encode the snapshot date into the version as an ECO since a daily
/external/dbus/test/name-test/
H A Dtmp-session-like-system.conf69 with essentially infinite limits, since the bus is just running
/external/jcommander/
H A DAndroid.mk27 # Filter out PathConverter since android is missing java.nio.file APIs.

Completed in 567 milliseconds

123456