/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 | 10738 Age age; local 10777 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 | 639 void Code::GetCodeAgeAndParity(byte* sequence, Age* age, 642 *age = kNoAgeCodeAge; 648 GetCodeAgeAndParity(stub, age, parity); 655 Code::Age age, 659 if (age == kNoAgeCodeAge) { 663 Code* stub = GetCodeAgeStub(isolate, age, parity);
|
/external/chromium_org/v8/src/x64/ |
codegen-x64.cc | 706 void Code::GetCodeAgeAndParity(byte* sequence, Age* age, 709 *age = kNoAgeCodeAge; 716 GetCodeAgeAndParity(stub, age, parity); 723 Code::Age age, 727 if (age == kNoAgeCodeAge) { 731 Code* stub = GetCodeAgeStub(isolate, age, parity);
|
/external/chromium_org/v8/src/arm/ |
codegen-arm.cc | 872 void Code::GetCodeAgeAndParity(byte* sequence, Age* age, 875 *age = kNoAgeCodeAge; 881 GetCodeAgeAndParity(stub, age, parity); 888 Code::Age age, 892 if (age == kNoAgeCodeAge) { 896 Code* stub = GetCodeAgeStub(isolate, age, parity);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
id3_parser.js | 482 'New Age',
|
/external/chromium_org/v8/src/ia32/ |
codegen-ia32.cc | [all...] |