/external/doclava/res/assets/templates/components/ |
H A D | 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/ |
H A D | 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 v [all...] |
/external/libyuv/files/ |
H A D | public.mk | 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
|
/external/libyuv/ |
H A D | public.mk | 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
|
/external/mesa3d/docs/ |
H A D | MESA_release_buffers.spec | 15 Shipping since Mesa 2.0 in October, 1996. 73 None, since this is a client-side operation.
|
H A D | MESA_pixmap_colormap.spec | 15 Shipping since Mesa 1.2.8 in May, 1996. 78 None since this is a client-side extension.
|
H A D | 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
|
H A D | MESA_set_3dfx_mode.spec | 15 Shipping since Mesa 2.6 in February, 1998. 73 None since this is a client-side extension.
|
H A D | MESA_window_pos.spec | 15 Shipping (since Mesa version 1.2.8)
|
/external/doclava/src/com/google/doclava/ |
H A D | DocInfo.java | 99 public void setSince(String since) { argument 100 mSince = since; 107 public void setDeprecatedSince(String since) { argument 108 mDeprecatedSince = since;
|
H A D | NavTree.java | 180 Node(String label, String link, List<Node> children, String since) { argument 184 mSince = since;
|
/external/autotest/site_utils/ |
H A D | dut_status.py | 25 --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 D | dut_status_unittests.py | 16 """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 D | 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/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
H A D | 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/curl/docs/libcurl/ |
H A D | mksymbolsmanpage.pl | 61 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 D | Android.mk | 11 # 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 D | BasicTimeZoneExample.java | 87 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 D | llvm-device-build.mk | 42 # No action. The device target should not have exception enabled since bionic
|
/external/scrypt/ |
H A D | Scrypt.mk | 16 # If we're building an unbundled build, don't try to use clang since it's not
|
/external/llvm/test/MC/X86/ |
H A D | x86_long_nop.s | 18 # On Silvermont we emit only 7 byte NOPs since longer NOPs are not profitable
|
/external/bison/ |
H A D | Makefile.am | 78 --since=$(gen_start_date) > $$cl.tmp && \
|
/external/curl/packages/vms/ |
H A D | make_pcsi_curl_kit_name.com | 135 $! We encode the snapshot date into the version as an ECO since a daily
|
/external/dbus/test/name-test/ |
H A D | tmp-session-like-system.conf | 69 with essentially infinite limits, since the bus is just running
|
/external/jcommander/ |
H A D | Android.mk | 27 # Filter out PathConverter since android is missing java.nio.file APIs.
|