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

1 2 3 4 5

  /prebuilts/go/darwin-x86/src/sort/
example_interface_test.go 14 Age int
18 return fmt.Sprintf("%s: %d", p.Name, p.Age)
22 // the Age field.
27 func (a ByAge) Less(i, j int) bool { return a[i].Age < a[j].Age }
example_test.go 29 Age int
39 sort.Slice(people, func(i, j int) bool { return people[i].Age < people[j].Age })
40 fmt.Println("By age:", people)
42 // By age: [{Gopher 7} {Vera 24} {Alice 55} {Bob 75}]
  /prebuilts/go/linux-x86/src/sort/
example_interface_test.go 14 Age int
18 return fmt.Sprintf("%s: %d", p.Name, p.Age)
22 // the Age field.
27 func (a ByAge) Less(i, j int) bool { return a[i].Age < a[j].Age }
example_test.go 29 Age int
39 sort.Slice(people, func(i, j int) bool { return people[i].Age < people[j].Age })
40 fmt.Println("By age:", people)
42 // By age: [{Gopher 7} {Vera 24} {Alice 55} {Bob 75}]
  /external/llvm/lib/DebugInfo/PDB/Raw/
InfoStream.cpp 50 Age = H->Age;
74 uint32_t InfoStream::getAge() const { return Age; }
82 H.Age = Age;
InfoStreamBuilder.cpp 27 void InfoStreamBuilder::setAge(uint32_t A) { Age = A; }
38 if (!Age.hasValue())
40 "Missing PDB Stream Age");
51 Info->Age = *Age;
DbiStreamBuilder.cpp 22 : File(File), Age(1), BuildNumber(0), PdbDllVersion(0), PdbDllRbld(0),
27 void DbiStreamBuilder::setAge(uint32_t A) { Age = A; }
54 H->Age = Age;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 34 support::ulittle32_t Age;
42 support::ulittle32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 34 support::ulittle32_t Age;
42 support::ulittle32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 34 support::ulittle32_t Age;
42 support::ulittle32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 34 support::ulittle32_t Age;
42 support::ulittle32_t Age;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 34 support::ulittle32_t Age;
42 support::ulittle32_t Age;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 34 support::ulittle32_t Age;
42 support::ulittle32_t Age;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 34 support::ulittle32_t Age;
42 support::ulittle32_t Age;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 34 support::ulittle32_t Age;
42 support::ulittle32_t Age;
  /external/testng/src/test/java/test/mustache/
MustacheTest.java 26 public static class Age {
27 public int age; field in class:MustacheTest.Age
28 public Age(int a) {
29 this.age = a;
36 private static final List<Age> AGES = new ArrayList<>(
37 Arrays.asList(new Age(42), new Age(43)));
81 ":@{{#people}}{{name}}{{#ages}}{{age}}{{/ages}}@{{/people}}!_",
  /prebuilts/go/darwin-x86/doc/progs/
json4.go 15 Age int
22 b := []byte(`{"Name":"Bob","Age":20,"Parents":["Morticia", "Gomez"]}`)
34 Age: 20,
json3.go 15 b := []byte(`{"Name":"Wednesday","Age":6,"Parents":["Gomez","Morticia"]}`)
28 "Age": float64(6),
41 "Age": 6,
  /prebuilts/go/linux-x86/doc/progs/
json4.go 15 Age int
22 b := []byte(`{"Name":"Bob","Age":20,"Parents":["Morticia", "Gomez"]}`)
34 Age: 20,
json3.go 15 b := []byte(`{"Name":"Wednesday","Age":6,"Parents":["Gomez","Morticia"]}`)
28 "Age": float64(6),
41 "Age": 6,
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
InfoStream.h 33 support::ulittle32_t Age;
65 uint32_t Age;
InfoStreamBuilder.h 43 Optional<uint32_t> Age;
DbiStreamBuilder.h 45 uint32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 66 uint32_t Age;
InfoStreamBuilder.h 56 uint32_t Age;

Completed in 478 milliseconds

1 2 3 4 5