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

1 2 3 4 5 6 7 8

  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleObjectPool_test.cpp 42 // At the end, all created objects should be either recycled or deleted.
45 ASSERT_LE(stats->Created, stats->Recycled);
50 stats->Created = 0;
67 ASSERT_EQ(2u, stats->Created);
117 // Created less than obtained.
118 ASSERT_GE(static_cast<uint32_t>(T * O), stats->Created);
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.h 68 virtual int64_t Created();
114 // Get the created date. Number of seconds since 12:00 midnight, January 1,
116 int64_t Created();
font_header_table.cc 49 int64_t FontHeaderTable::Created() {
169 int64_t FontHeaderTable::Builder::Created() {
170 return down_cast<FontHeaderTable*>(GetTable())->Created();
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleObjectPool.h 37 std::atomic<uint32_t> Created {0};
88 INC_METRIC_IF_DEBUG(Created)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
zsys_darwin.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_dragonfly.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_netbsd.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_openbsd.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_freebsd_386.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_freebsd_amd64.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_freebsd_arm.go 0 // Created by cgo -godefs - DO NOT EDIT
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
zsys_darwin.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_dragonfly.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_netbsd.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_openbsd.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_freebsd_386.go 0 // Created by cgo -godefs - DO NOT EDIT
zsys_freebsd_amd64.go 0 // Created by cgo -godefs - DO NOT EDIT
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 798 /// if not specified it is automatically created from backend.
882 bool *Created = 0) {
885 if (Created) *Created = !Entry;
899 bool *Created = 0) {
902 if (Created) *Created = !Entry;
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux_arm64.go 0 // Created by cgo -cdefs and converted (by hand) to Go
144 // Created by cgo -cdefs and then converted to Go by hand
runtime-lldb_test.go 87 print "Created target"
90 print "Created breakpoint"
132 const expectedLldbOutput = `Created target
133 Created breakpoint
  /prebuilts/go/linux-x86/src/runtime/
defs_linux_arm64.go 0 // Created by cgo -cdefs and converted (by hand) to Go
144 // Created by cgo -cdefs and then converted to Go by hand
runtime-lldb_test.go 87 print "Created target"
90 print "Created breakpoint"
132 const expectedLldbOutput = `Created target
133 Created breakpoint
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgPPC.mak 12 # Created: Sunday, May 17, 1998 11:34:20 PM
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
zsys_solaris_amd64.go 0 // Created by cgo -godefs - DO NOT EDIT
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
zsys_solaris_amd64.go 0 // Created by cgo -godefs - DO NOT EDIT

Completed in 1438 milliseconds

1 2 3 4 5 6 7 8