HomeSort by relevance Sort by last modified time
    Searched refs:Age (Results 1 - 18 of 18) 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/v8/src/
compilation-cache.h 41 // Age the sub-cache by evicting the oldest generation and creating a new
43 void Age();
compilation-cache.cc 60 void CompilationSubCache::Age() {
61 // Age the generations implicitly killing off the oldest.
411 subcaches_[i]->Age();
objects.h     [all...]
objects.cc 10461 Age age; local
10501 Age age; local
10503 GetCodeAgeAndParity(GetIsolate(), sequence, &age, &parity); local
    [all...]
  /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 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
228 THE_COMP="IBM Visual Age C++ Compiler"
  /external/icu/icu4c/source/
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
228 THE_COMP="IBM Visual Age C++ Compiler"
  /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
76 RESERVED_NAMES.add("max-age"); // RFC 2109 RFC 2965 RFC 6265
222 * Otherwise, if it has a max-age attribute, the version is 1.
337 } else if (name.equals("max-age") && cookie.maxAge == -1L) {
338 // RFCs 2109 and 2965 suggests a zero max-age as a way of deleting a cookie.
348 throw new IllegalArgumentException("Invalid max-age: " + value);
524 * Returns the {@code Max-Age} attribute, in delta-seconds.
577 * Returns true if this cookie's Max-Age is 0.
623 * Sets the {@code Max-Age} attribute of this cookie
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 74 ULONG Age;
  /external/chromium_org/v8/src/arm64/
codegen-arm64.cc 390 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
393 *age = kNoAgeCodeAge;
398 GetCodeAgeAndParity(stub, age, parity);
405 Code::Age age,
409 if (age == kNoAgeCodeAge) {
412 Code * stub = GetCodeAgeStub(isolate, age, parity);
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 659 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
662 *age = kNoAgeCodeAge;
669 GetCodeAgeAndParity(stub, age, parity);
676 Code::Age age,
679 if (age == kNoAgeCodeAge) {
683 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /external/chromium_org/v8/src/x87/
codegen-x87.cc 585 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
588 *age = kNoAgeCodeAge;
595 GetCodeAgeAndParity(stub, age, parity);
602 Code::Age age,
605 if (age == kNoAgeCodeAge) {
609 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 903 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
906 *age = kNoAgeCodeAge;
912 GetCodeAgeAndParity(stub, age, parity);
919 Code::Age age,
922 if (age == kNoAgeCodeAge) {
926 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 491 'New Age',
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips64/
codegen-mips64.cc     [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc     [all...]

Completed in 181 milliseconds