HomeSort by relevance Sort by last modified time
    Searched refs:Age (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;
  /external/icu/icu4c/source/
runConfigureICU 39 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
52 Linux/VA Use the IBM Visual Age compiler on Power PC Linux
231 THE_COMP="IBM Visual Age C++ Compiler"
  /external/llvm/lib/DebugInfo/PDB/Raw/
DbiStream.cpp 114 if (Header->Age != IS->getAge())
116 "DBI Age does not match PDB Age.");
197 uint32_t DbiStream::getAge() const { return Header->Age; }
  /external/v8/src/x87/
codegen-x87.cc 354 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) {
365 Code::Age age) {
367 if (age == kNoAgeCodeAge) {
371 Code* stub = GetCodeAgeStub(isolate, age);
  /prebuilts/go/darwin-x86/src/net/http/
cookie_test.go 29 "cookie-2=two; Max-Age=3600",
161 if g, e := m["Set-Cookie"][1], "cookie-2=two; Max-Age=3600"; g != e {
365 res.Header.Add("Set-Cookie", `quoted0=none; max-age=30`)
366 res.Header.Add("Set-Cookie", `quoted1="cookieValue"; max-age=31`)
367 res.Header.Add("Set-Cookie", `quoted2=cookieAV; max-age="32"`)
368 res.Header.Add("Set-Cookie", `quoted3="both"; max-age="33"`)
440 const wantCookieString = `cookie-9=i3e01nf61b6t23bvfmplnanol3; Path=/restricted/; Domain=example.com; Expires=Tue, 10 Nov 2009 23:00:00 GMT; Max-Age=3600`
  /prebuilts/go/linux-x86/src/net/http/
cookie_test.go 29 "cookie-2=two; Max-Age=3600",
161 if g, e := m["Set-Cookie"][1], "cookie-2=two; Max-Age=3600"; g != e {
365 res.Header.Add("Set-Cookie", `quoted0=none; max-age=30`)
366 res.Header.Add("Set-Cookie", `quoted1="cookieValue"; max-age=31`)
367 res.Header.Add("Set-Cookie", `quoted2=cookieAV; max-age="32"`)
368 res.Header.Add("Set-Cookie", `quoted3="both"; max-age="33"`)
440 const wantCookieString = `cookie-9=i3e01nf61b6t23bvfmplnanol3; Path=/restricted/; Domain=example.com; Expires=Tue, 10 Nov 2009 23:00:00 GMT; Max-Age=3600`
  /prebuilts/go/darwin-x86/doc/progs/
run.go 159 {"json3", `Age is int 6`},
  /prebuilts/go/linux-x86/doc/progs/
run.go 159 {"json3", `Age is int 6`},
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 169 unsigned long Age;
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 345 InfoBuilder.setAge(YamlObj.PdbStream->Age);
353 DbiBuilder.setAge(YamlObj.DbiStream->Age);
423 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age";
  /external/v8/src/arm/
codegen-arm.cc 450 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) {
460 Code::Age age) {
462 if (age == kNoAgeCodeAge) {
466 Code* stub = GetCodeAgeStub(isolate, age);
  /external/v8/src/ia32/
codegen-ia32.cc 626 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) {
637 Code::Age age) {
639 if (age == kNoAgeCodeAge) {
643 Code* stub = GetCodeAgeStub(isolate, age);
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 250 ULONG Age;
  /external/v8/src/mips/
codegen-mips.cc 739 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) {
749 Code::Age age) {
751 if (age == kNoAgeCodeAge) {
755 Code* stub = GetCodeAgeStub(isolate, age);
  /external/v8/src/mips64/
codegen-mips64.cc 743 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) {
753 Code::Age age) {
755 if (age == kNoAgeCodeAge) {
759 Code* stub = GetCodeAgeStub(isolate, age);
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 38 Age uint `xml:"age"`
302 Age *uint `xml:"age,attr"`
654 Age: 1,
677 `<age>1</age>` +
1047 Value: &PointerFieldsTest{Name: &nameAttr, Age: &ageAttr, Contents: &contentsAttr},
1048 ExpectXML: `<dummy name="Sarah" age="12">lorem ipsum</dummy>`,
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 38 Age uint `xml:"age"`
302 Age *uint `xml:"age,attr"`
654 Age: 1,
677 `<age>1</age>` +
1047 Value: &PointerFieldsTest{Name: &nameAttr, Age: &ageAttr, Contents: &contentsAttr},
1048 ExpectXML: `<dummy name="Sarah" age="12">lorem ipsum</dummy>`,
    [all...]

Completed in 2190 milliseconds

1 2 34 5