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

1 2 3 4

  /build/tools/droiddoc/src/
DocInfo.java 54 public void setSince(String since) {
55 mSince = since;
NavTree.java 80 Node(String label, String link, ArrayList<Node> children, String since) {
84 mSince = since;
  /build/core/combo/arch/arm/
armv4t.mk 4 # Supporting armv4 (without thumb) does not make much sense since
7 # code in assembler source since the bx (branch and exchange) instruction is
  /development/simulator/wrapsim/
Android.mk 30 # Relying on other Android libraries is probably a bad idea, since any
  /external/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 29 ;in the range of [-4096, 4095]. This allows to use "vqdmulh"(neon) instruction since
49 vqadd.s16 q3, q3, q2 ;modify since sinpi8sqrt2 > 65536/2 (negtive number)
81 vqadd.s16 q3, q3, q2 ;modify since sinpi8sqrt2 > 65536/2 (negtive number)
  /frameworks/base/
Android.mk 364 # The since flag (-since N.xml API_LEVEL) is used to add API Level information
368 -since ./frameworks/base/api/1.xml 1 \
369 -since ./frameworks/base/api/2.xml 2 \
370 -since ./frameworks/base/api/3.xml 3 \
371 -since ./frameworks/base/api/4.xml 4 \
372 -since ./frameworks/base/api/5.xml 5 \
373 -since ./frameworks/base/api/6.xml 6 \
374 -since ./frameworks/base/api/7.xml 7 \
375 -since ./frameworks/base/api/8.xml 8
    [all...]
  /external/freetype/
Android.mk 11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
  /external/v8/test/mjsunit/regress/
regress-900055.js 37 e('s'); // should throw exception since aliased eval is global
  /build/tools/droiddoc/templates/
macros.cs 138 Since: <a href="<?cs var:toroot ?>guide/appendix/api-levels.html#level<?cs var:obj.since ?>">API Level <?cs var:obj.since ?></a>
142 Uses the following fields: deprecated descr seeAlso since ?><?cs
197 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.type.since ?>" >
211 <li class="api apilevel-<?cs var:cl.type.since ?>"><?cs call:type_link(cl.type) ?></li><?cs
224 <li class="<?cs if:class.name == cl.label?>selected <?cs /if ?>api apilevel-<?cs var:cl.since ?>"><?cs call:type_link(cl) ?></li><?cs
234 <li class="<?cs if:(class.package.name == pkg.name) || (package.name == pkg.name)?>selected <?cs /if ?>api apilevel-<?cs var:pkg.since ?>"><?cs call:package_link(pkg) ?></li><?cs
class.cs 5 <body class="<?cs var:class.since ?>">
119 <div id="jd-content" class="api apilevel-<?cs var:class.since ?>">
172 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:method.since ?>" >
194 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:field.since ?>" >
210 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:field.since ?>" >
227 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:attr.since ?>" >
242 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.since ?>" >
284 <tr class="api apilevel-<?cs var:cl.since ?>" >
309 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:field.since ?>" >
335 <tr class="api apilevel-<?cs var:cl.since ?>"
    [all...]
  /system/extras/tests/bionic/libc/
Android.mk 93 # garbage-collected by the gold linker, since the function
142 # The relocations test is a bit special, since we need
  /build/tools/droiddoc/templates-sdk/
customization.cs 84 each:since = since ?>'<?cs
85 var:since.name ?>'<?cs
86 if:!last(since) ?>, <?cs /if ?><?cs
  /development/ide/xcode/ports/
skia_mac.cp 27 // since different applications share this library, they only have in common:
  /external/skia/xcode/ports/
skia_mac.cp 28 // since different applications share this library, they only have in common:
  /hardware/qcom/gps/loc_api/libloc_api-rpc/
Android.mk 29 # removed from library build since the client should implement this code.
  /external/v8/test/mjsunit/
d8-os.js 29 // only does non-trivial work on Unix since os.system() is not currently
90 // This test fails if you are root since root can read any dir.
98 // This test fails if you are root since root can read any dir.
const-eval-init.js 29 // This only makes sense in local scopes since the declaration and
object-define-properties.js 32 // a range of indirect tests on this method since Object.create uses
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 242 // real Date object). We can't simply chain the prototypes since Date() doesn't
256 // Don't define the closure directly in the loop body, since Javascript's
  /external/grub/stage2/
tparm.c 460 * We'll have to assume that the caller knows the difference, since
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 56 // since I was feeling lazy:
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
208 // Since I'm not sure we can just always return 53,
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 56 // since I was feeling lazy:
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
208 // Since I'm not sure we can just always return 53,
  /dalvik/docs/
prettify.js 210 * "in" keyword since it's not a keyword in many languages, and might be used
242 // expression immediately follows another since a regular expression may
284 // since that doesn't work in older versions of Safari.
285 // These should be rare since most browsers convert them to normal chars.
442 // since the pattern has the 'g' modifier and defines no capturing groups,
455 // strip CDATA prefix and suffix. Don't unescape since it's CDATA
    [all...]
  /ndk/toolchains/arm-eabi-4.4.0/
setup.mk 52 # very fortunately (since none of the exposed APIs used va_list
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 43 # very fortunately (since none of the exposed APIs used va_list

Completed in 1916 milliseconds

1 2 3 4