/third_party/node/benchmark/napi/ref/ |
H A D | addon.c | 15 GetCount(napi_env env, napi_callback_info info) { in GetCount() function 68 { "count", NULL, NULL, GetCount, SetCount, NULL, napi_enumerable, NULL }, in NAPI_MODULE_INIT()
|
/third_party/benchmark/test/ |
H A D | filter_test.cc | 31 int GetCount() const { return count_; } in GetCount() function in __anon1055::TestReporter 98 const int64_t reports_count = test_reporter.GetCount(); in main()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractDialog.cpp | 363 if (_path.GetCount() >= (int)kHistorySize)
in OnOK() 364 currentItem = _path.GetCount() - 1;
in OnOK() 400 for (int i = 0; i < _path.GetCount(); i++)
in OnOK()
|
/third_party/node/src/ |
H A D | histogram.cc | 64 void HistogramBase::GetCount(const v8::FunctionCallbackInfo<v8::Value>& args) { in GetCount() function in node::HistogramBase 293 SetProtoMethodNoSideEffect(isolate, tmpl, "count", GetCount); in GetConstructorTemplate() 322 registry->Register(GetCount); in RegisterExternalReferences() 376 SetProtoMethodNoSideEffect(isolate, tmpl, "count", GetCount); in GetConstructorTemplate() 403 registry->Register(GetCount); in RegisterExternalReferences() 502 void IntervalHistogram::GetCount(const FunctionCallbackInfo<Value>& args) { in GetCount() function in node::IntervalHistogram
|
H A D | histogram.h | 110 static void GetCount(const v8::FunctionCallbackInfo<v8::Value>& args); 197 static void GetCount(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/libs/ |
H A D | ldso_cfi_lib.c | 19 size_t GetCount() in GetCount() function
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | ComboBox.h | 32 int GetCount() { return (int)SendMsg(CB_GETCOUNT, 0, 0); }
in GetCount() function in NWindows::NControl::CComboBox
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_repeat_test.cc | 52 EXPECT_EQ(4U, repeat->GetCount()); in TEST_F()
|
/third_party/vixl/src/aarch64/ |
H A D | operands-aarch64.h | 239 int GetCount() const { in GetCount() function in vixl::aarch64::CPURegList 243 VIXL_DEPRECATED("GetCount", int Count()) const { return GetCount(); } 264 return GetRegisterSizeInBytes() * GetCount(); in GetTotalSizeInBytes()
|
H A D | macro-assembler-aarch64.cc | 2236 PrepareForPush(registers.GetCount(), reg_size); in Emit() 2268 PrepareForPop(registers.GetCount(), reg_size); in Emit() 2579 ((registers.GetCount() % 2) != 0)) { in Emit() 2588 while (registers.GetCount() >= 2) { in Emit() 2625 if ((registers.GetCount() >= 2) && in Emit()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | executor.cc | 169 for (uint32_t i = 0; i < cmd->AsRepeat()->GetCount(); ++i) { in ExecuteCommand()
|
H A D | command.h | 697 uint32_t GetCount() const { return count_; } in GetCount() function in amber::RepeatCommand
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 116 if (fIndex >= fStrings->GetCount()) {
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 556 if (!Filters.IsEmpty() && _filterCombo.GetCount() > 0)
in Reload()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxcapi.h | 325 // Pass GetArguments() and GetCount() to Compile 327 virtual UINT32 STDMETHODCALLTYPE GetCount() = 0;
|
/third_party/vixl/src/aarch32/ |
H A D | instructions-aarch32.h | 497 int GetCount() const { return CountSetBits(list_); } 566 int GetCount() const { return CountSetBits(list_); }
|
H A D | assembler-aarch32.cc | 8499 ((!registers.Includes(sp) && (registers.GetCount() > 1) && in pop() 8564 ((!registers.Includes(sp) && (registers.GetCount() > 1)) || in push()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena_unittest.cc | 76 int GetCount() { return count_; } in GetCount() function in google::protobuf::Notifier 189 EXPECT_EQ(2, notifier.GetCount()); in TEST()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 1533 size_t GetCount() const { return m_Count; }
in GetCount() function in D3D12MA::List 1719 size_t size() const { return GetCount(); }
in size()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 5392 size_t GetCount() const { return m_Count; } in GetCount() function in VmaRawList 5816 size_t size() const { return m_RawList.GetCount(); } in size()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 4595 ExactAssemblyScope guard(&masm, inputs.GetCount() * kInstructionSize);
|