HomeSort by relevance Sort by last modified time
    Searched refs:Age (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/tools/symsrc/
pdb_fingerprint_from_img.py 20 ('4s,CvSignature', '16s,Signature', 'L,Age'))
47 guid.Data4_0, guid.Data4_1, cv.Age),
  /external/chromium_org/chrome/test/chromedriver/js/
add_cookie.js 17 document.cookie = dummyCookie + '; Max-Age=0';
  /external/chromium_org/third_party/icu/source/
runConfigureICU 32 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
44 Linux/VA Use the IBM Visual Age compiler on Power PC Linux
217 THE_COMP="IBM Visual Age C++ Compiler"
  /external/chromium_org/v8/src/
compilation-cache.cc 90 void CompilationSubCache::Age() {
91 // Age the generations implicitly killing off the oldest.
519 subcaches_[i]->Age();
compilation-cache.h 64 // Age the sub-cache by evicting the oldest generation and creating a new
66 void Age();
objects.h     [all...]
objects.cc 10359 Age age; local
10395 Age age; local
    [all...]
  /external/icu4c/
runConfigureICU 37 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
50 Linux/VA Use the IBM Visual Age compiler on Power PC Linux
227 THE_COMP="IBM Visual Age C++ Compiler"
  /external/v8/src/
compilation-cache.cc 89 void CompilationSubCache::Age() {
90 // Age the generations implicitly killing off the oldest.
492 subcaches_[i]->Age();
compilation-cache.h 64 // Age the sub-cache by evicting the oldest generation and creating a new
66 void Age();
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 42 * Max-Age} attribute as an offset from {@link System#currentTimeMillis()
46 * with a {@code Max-Age} duration and adds {@code Comment} and {@code
73 RESERVED_NAMES.add("max-age"); // RFC 2109 RFC 2965
219 * Otherwise, if it has a max-age attribute, the version is 1.
334 } else if (name.equals("max-age") && cookie.maxAge == -1L) {
508 * Returns the {@code Max-Age} attribute, in delta-seconds.
561 * Returns true if this cookie's Max-Age is 0.
607 * Sets the {@code Max-Age} attribute of this cookie.
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 624 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
627 *age = kNoAge;
633 GetCodeAgeAndParity(stub, age, parity);
639 Code::Age age,
643 if (age == kNoAge) {
647 Code* stub = GetCodeAgeStub(age, parity);
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 711 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
714 *age = kNoAge;
721 GetCodeAgeAndParity(stub, age, parity);
727 Code::Age age,
731 if (age == kNoAge) {
735 Code* stub = GetCodeAgeStub(age, parity);
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 859 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
862 *age = kNoAge;
868 GetCodeAgeAndParity(stub, age, parity);
874 Code::Age age,
878 if (age == kNoAge) {
882 Code* stub = GetCodeAgeStub(age, parity);
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
id3_parser.js 482 'New Age',
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc     [all...]

Completed in 1495 milliseconds