Home
last modified time | relevance | path

Searched refs:GetCount (Results 1 - 21 of 21) sorted by relevance

/third_party/node/benchmark/napi/ref/
H A Daddon.c15 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 Dfilter_test.cc31 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 DExtractDialog.cpp363 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 Dhistogram.cc64 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 Dhistogram.h110 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 Dldso_cfi_lib.c19 size_t GetCount() in GetCount() function
/third_party/lzma/CPP/Windows/Control/
H A DComboBox.h32 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 Dparser_repeat_test.cc52 EXPECT_EQ(4U, repeat->GetCount()); in TEST_F()
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.h239 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 Dmacro-assembler-aarch64.cc2236 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 Dexecutor.cc169 for (uint32_t i = 0; i < cmd->AsRepeat()->GetCount(); ++i) { in ExecuteCommand()
H A Dcommand.h697 uint32_t GetCount() const { return count_; } in GetCount() function in amber::RepeatCommand
/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp116 if (fIndex >= fStrings->GetCount()) {
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp556 if (!Filters.IsEmpty() && _filterCombo.GetCount() > 0) in Reload()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h325 // Pass GetArguments() and GetCount() to Compile
327 virtual UINT32 STDMETHODCALLTYPE GetCount() = 0;
/third_party/vixl/src/aarch32/
H A Dinstructions-aarch32.h497 int GetCount() const { return CountSetBits(list_); }
566 int GetCount() const { return CountSetBits(list_); }
H A Dassembler-aarch32.cc8499 ((!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 Darena_unittest.cc76 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 DD3D12MemAlloc.cpp1533 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 Dvk_mem_alloc.h5392 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 Dtest-assembler-aarch64.cc4595 ExactAssemblyScope guard(&masm, inputs.GetCount() * kInstructionSize);

Completed in 90 milliseconds