/external/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/ |
D | TestDyldTrieSymbols.py | 32 self.assertEqual(unstripped_bazval_symbols.GetSize(), 1) 34 self.assertEqual(unstripped_patval_symbols.GetSize(), 1) 36 self.assertEqual(unstripped_Z3foo_symbols.GetSize(), 1) 38 self.assertEqual(unstripped_foo_symbols.GetSize(), 1) 43 self.assertEqual(unstripped_Z3pat_symbols.GetSize(), 1) 45 self.assertEqual(unstripped_pat_symbols.GetSize(), 1) 47 self.assertEqual(unstripped_patint_symbols.GetSize(), 1) 50 self.assertEqual(unstripped_bar_symbols.GetSize(), 1) 66 self.assertEqual(stripped_bazval_symbols.GetSize(), 1) 68 self.assertEqual(stripped_patval_symbols.GetSize(), 1) [all …]
|
/external/llvm-project/lldb/unittests/Utility/ |
D | StringListTest.cpp | 18 EXPECT_EQ(0U, s.GetSize()); in TEST() 28 ASSERT_EQ(2U, s.GetSize()); in TEST() 32 ASSERT_EQ(2U, orig.GetSize()); in TEST() 40 ASSERT_EQ(1U, s.GetSize()); in TEST() 44 ASSERT_EQ(2U, s.GetSize()); in TEST() 52 ASSERT_EQ(1U, s.GetSize()); in TEST() 56 ASSERT_EQ(2U, s.GetSize()); in TEST() 67 ASSERT_EQ(1U, s.GetSize()); in TEST() 71 ASSERT_EQ(2U, s.GetSize()); in TEST() 82 ASSERT_EQ(1U, s.GetSize()); in TEST() [all …]
|
D | CompletionRequestTest.cpp | 63 EXPECT_EQ(1U, descriptions.GetSize()); in TEST() 136 EXPECT_EQ(1U, matches.GetSize()); in TEST() 143 EXPECT_EQ(1U, matches.GetSize()); in TEST() 151 EXPECT_EQ(2U, matches.GetSize()); in TEST() 159 EXPECT_EQ(2U, matches.GetSize()); in TEST() 168 EXPECT_EQ(2U, matches.GetSize()); in TEST() 177 EXPECT_EQ(3U, matches.GetSize()); in TEST() 201 EXPECT_EQ(1U, matches.GetSize()); in TEST() 202 EXPECT_EQ(1U, descriptions.GetSize()); in TEST() 211 EXPECT_EQ(1U, matches.GetSize()); in TEST() [all …]
|
/external/flatbuffers/tests/ |
D | test_builder.h | 74 auto src_size = src.GetSize(); 77 TEST_EQ_FUNC(b1.GetSize(), src_size); 79 TEST_EQ_FUNC(src.GetSize(), 0); 95 size_t src_size = src.GetSize(); 97 size_t dst_size = dst.GetSize(); 105 size_t src_size = src.GetSize(); 107 TEST_EQ_FUNC(src_size, dst.GetSize()); 108 TEST_EQ_FUNC(src.GetSize(), 0); 117 TEST_EQ_FUNC(src.GetSize(), 0); 124 auto src_size = src.GetSize(); [all …]
|
/external/llvm-project/lldb/test/API/python_api/frame/get-variables/ |
D | TestGetVariables.py | 111 vars.GetSize(), 115 vars.GetSize())) 126 vars.GetSize(), 130 vars.GetSize())) 138 vars.GetSize(), 142 vars.GetSize())) 153 vars.GetSize(), 159 vars.GetSize(), 170 vars.GetSize(), 176 vars.GetSize(), [all …]
|
/external/libbrillo/brillo/streams/ |
D | memory_stream_test.cc | 45 MOCK_METHOD(size_t, GetSize, (), (const, override)); 102 TEST_F(MemoryStreamTest, GetSize) { in TEST_F() argument 103 EXPECT_CALL(container_mock(), GetSize()) in TEST_F() 108 EXPECT_EQ(0, stream_->GetSize()); in TEST_F() 109 EXPECT_EQ(1234, stream_->GetSize()); in TEST_F() 110 EXPECT_EQ(kSizeMax, stream_->GetSize()); in TEST_F() 129 EXPECT_CALL(container_mock(), GetSize()).WillRepeatedly(Return(200)); in TEST_F() 145 EXPECT_CALL(container_mock(), GetSize()).WillOnce(Return(kSizeMax)); in TEST_F() 215 EXPECT_EQ(3, stream->GetSize()); in TEST() 229 EXPECT_EQ(3, stream->GetSize()); in TEST() [all …]
|
D | memory_containers_test.cc | 30 MOCK_METHOD(size_t, GetSize, (), (const, override)); 75 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100)); in TEST_F() 91 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100)); in TEST_F() 103 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100)); in TEST_F() 116 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100)); in TEST_F() 133 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100)); in TEST_F() 149 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100)); in TEST_F() 164 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100)); in TEST_F() 183 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100)); in TEST_F() 204 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100)); in TEST_F()
|
D | memory_containers.h | 57 virtual size_t GetSize() const = 0; 140 size_t GetSize() const override { return size_; } in GetSize() function 163 size_t GetSize() const override { return vector_ptr_->size(); } in GetSize() function 194 size_t GetSize() const override { return vector_ref_.size(); } in GetSize() function 221 size_t GetSize() const override { return vector_copy_.size(); } in GetSize() function 247 size_t GetSize() const override { return string_ptr_->size(); } in GetSize() function 264 size_t GetSize() const override { return string_ref_.size(); } in GetSize() function
|
/external/llvm-project/lldb/test/API/lang/c/find_struct_type/ |
D | TestFindStructTypes.py | 36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct") 40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct") 44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union") 48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union") 52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef") 56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
|
/external/llvm-project/lldb/source/API/ |
D | SBMemoryRegionInfoList.cpp | 34 size_t GetSize() const { return m_regions.size(); } in GetSize() function in MemoryRegionInfoListImpl 43 Reserve(GetSize() + list.GetSize()); in Append() 53 if (index >= GetSize()) in GetMemoryRegionInfoAtIndex() 100 uint32_t SBMemoryRegionInfoList::GetSize() const { in GetSize() function in SBMemoryRegionInfoList 101 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBMemoryRegionInfoList, GetSize); in GetSize() 103 return m_opaque_up->GetSize(); in GetSize() 155 LLDB_REGISTER_METHOD_CONST(uint32_t, SBMemoryRegionInfoList, GetSize, ()); in RegisterMethods()
|
D | SBThreadCollection.cpp | 73 size_t SBThreadCollection::GetSize() { in GetSize() function in SBThreadCollection 74 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBThreadCollection, GetSize); in GetSize() 77 return m_opaque_sp->GetSize(); in GetSize() 86 if (m_opaque_sp && idx < m_opaque_sp->GetSize()) in GetThreadAtIndex() 104 LLDB_REGISTER_METHOD(size_t, SBThreadCollection, GetSize, ()); in RegisterMethods()
|
D | SBInstructionList.cpp | 57 size_t SBInstructionList::GetSize() { in GetSize() function in SBInstructionList 58 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBInstructionList, GetSize); in GetSize() 61 return m_opaque_sp->GetInstructionList().GetSize(); in GetSize() 70 if (m_opaque_sp && idx < m_opaque_sp->GetInstructionList().GetSize()) in GetInstructionAtIndex() 84 size_t num_instructions = GetSize(); in GetInstructionsCount() 154 size_t num_instructions = GetSize(); in GetDescription() 193 size_t len = GetSize(); in DumpEmulationForAllInstructions() 215 LLDB_REGISTER_METHOD(size_t, SBInstructionList, GetSize, ()); in RegisterMethods()
|
/external/flatbuffers/grpc/tests/ |
D | message_builder_test.cpp | 36 auto src_size = src.GetSize(); in builder_move_assign_after_releaseraw_test() 39 TEST_EQ(dst.GetSize(), src_size); in builder_move_assign_after_releaseraw_test() 41 TEST_EQ(src.GetSize(), 0); in builder_move_assign_after_releaseraw_test() 112 TEST_EQ_FUNC(dst.GetSize(), 0); in builder_reusable_after_release_and_move_assign_test() 113 TEST_EQ_FUNC(src.GetSize(), 0); in builder_reusable_after_release_and_move_assign_test() 135 TEST_EQ_FUNC(dst.GetSize(), 0); in builder_reusable_after_release_message_and_move_assign_test() 136 TEST_EQ_FUNC(src.GetSize(), 0); in builder_reusable_after_release_message_and_move_assign_test() 156 TEST_EQ_FUNC(dst.GetSize(), 0); in builder_reusable_after_releaseraw_and_move_assign_test() 157 TEST_EQ_FUNC(src.GetSize(), 0); in builder_reusable_after_releaseraw_and_move_assign_test() 243 TEST_EQ_FUNC(fbb.GetSize(), 0); in builder_move_ctor_conversion_before_finish_half_n_half_table_test() [all …]
|
/external/llvm-project/lldb/unittests/Interpreter/ |
D | TestCompletion.cpp | 107 for (size_t I = 0; I < Paths.GetSize(); ++I) { in HasEquivalentFile() 120 ASSERT_EQ(4u, Results.GetSize()); in DoDirCompletions() 128 ASSERT_EQ(2u, Results.GetSize()); in DoDirCompletions() 139 for (size_t Idx = 0; Idx < SL.GetSize(); ++Idx) in toVector() 161 ASSERT_EQ(1u, Results.GetSize()); in TEST_F() 165 ASSERT_EQ(0u, Results.GetSize()); in TEST_F() 169 ASSERT_EQ(7u, Results.GetSize()); in TEST_F() 193 ASSERT_EQ(1u, Results.GetSize()); in TEST_F() 199 ASSERT_EQ(1u, Results.GetSize()); in TEST_F() 204 ASSERT_EQ(13u, Results.GetSize()); in TEST_F() [all …]
|
/external/llvm-project/lldb/source/Symbol/ |
D | VariableList.cpp | 104 const size_t initial_size = var_list.GetSize(); in AppendVariablesIfUnique() 108 return var_list.GetSize() - initial_size; in AppendVariablesIfUnique() 114 const size_t initial_size = var_list.GetSize(); in AppendVariablesIfUnique() 125 return var_list.GetSize() - initial_size; in AppendVariablesIfUnique() 131 const size_t initial_size = var_list.GetSize(); in AppendVariablesWithScope() 142 return var_list.GetSize() - initial_size; in AppendVariablesWithScope() 165 size_t VariableList::GetSize() const { return m_variables.size(); } in GetSize() function in VariableList
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/ |
D | TestBreakpointLocations.py | 109 list_size = str_list.GetSize() 110 self.assertEqual(cmd_list.GetSize() , list_size, "Added the right number of commands") 121 loc_list_size = loc_list.GetSize() 124 …self.assertEqual(loc_cmd_list.GetSize() , loc_list_size, "Added the right number of commands to lo… 129 self.assertEqual(cmd_list.GetSize() , list_size, "Added the right number of commands") 136 self.assertEqual(untouched_loc_cmds.GetSize() , 0, "Changed the wrong location")
|
/external/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 223 GetData(), GetSize()); in ~ConstructionTransaction() 232 SizeType& GetSize() { return size_; } in GetSize() function 240 GetSize() = size; in Construct() 244 GetSize() = 0; in Commit() 307 inlined_vector_internal::DestroyElements(GetAllocPtr(), data, GetSize()); in ~Storage() 321 size_type GetSize() const { return GetSizeAndIsAllocated() >> 1; } in GetSize() function 349 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView() 351 : StorageView{GetInlinedData(), GetSize(), GetInlinedCapacity()}; in MakeStorageView() 416 assert(count <= GetSize()); in SubtractSize() 475 assert(GetSize() == 0); [all …]
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | inlined_vector.h | 223 GetData(), GetSize()); in ~ConstructionTransaction() 232 SizeType& GetSize() { return size_; } in GetSize() function 240 GetSize() = size; in Construct() 244 GetSize() = 0; in Commit() 307 inlined_vector_internal::DestroyElements(GetAllocPtr(), data, GetSize()); in ~Storage() 321 size_type GetSize() const { return GetSizeAndIsAllocated() >> 1; } in GetSize() function 349 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView() 351 : StorageView{GetInlinedData(), GetSize(), GetInlinedCapacity()}; in MakeStorageView() 416 assert(count <= GetSize()); in SubtractSize() 478 assert(GetSize() == 0); [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 223 GetData(), GetSize()); in ~ConstructionTransaction() 232 SizeType& GetSize() { return size_; } in GetSize() function 240 GetSize() = size; in Construct() 244 GetSize() = 0; in Commit() 307 inlined_vector_internal::DestroyElements(GetAllocPtr(), data, GetSize()); in ~Storage() 321 size_type GetSize() const { return GetSizeAndIsAllocated() >> 1; } in GetSize() function 349 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView() 351 : StorageView{GetInlinedData(), GetSize(), GetInlinedCapacity()}; in MakeStorageView() 416 assert(count <= GetSize()); in SubtractSize() 475 assert(GetSize() == 0); [all …]
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 223 GetData(), GetSize()); in ~ConstructionTransaction() 232 SizeType& GetSize() { return size_; } in GetSize() function 240 GetSize() = size; in Construct() 244 GetSize() = 0; in Commit() 307 inlined_vector_internal::DestroyElements(GetAllocPtr(), data, GetSize()); in ~Storage() 321 size_type GetSize() const { return GetSizeAndIsAllocated() >> 1; } in GetSize() function 349 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView() 351 : StorageView{GetInlinedData(), GetSize(), GetInlinedCapacity()}; in MakeStorageView() 416 assert(count <= GetSize()); in SubtractSize() 475 assert(GetSize() == 0); [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 223 GetData(), GetSize()); in ~ConstructionTransaction() 232 SizeType& GetSize() { return size_; } in GetSize() function 240 GetSize() = size; in Construct() 244 GetSize() = 0; in Commit() 307 inlined_vector_internal::DestroyElements(GetAllocPtr(), data, GetSize()); in ~Storage() 321 size_type GetSize() const { return GetSizeAndIsAllocated() >> 1; } in GetSize() function 349 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView() 351 : StorageView{GetInlinedData(), GetSize(), GetInlinedCapacity()}; in MakeStorageView() 416 assert(count <= GetSize()); in SubtractSize() 475 assert(GetSize() == 0); [all …]
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_seekablemultistream.cpp | 25 FX_FILESIZE CPDF_SeekableMultiStream::GetSize() { in GetSize() function in CPDF_SeekableMultiStream 28 dwSize += acc->GetSize(); in GetSize() 39 FX_FILESIZE dwSize = acc->GetSize(); in ReadBlockAtOffset() 48 uint32_t dwSize = acc->GetSize(); in ReadBlockAtOffset()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 247 GetData(), GetSize()); in ~ConstructionTransaction() 256 SizeType& GetSize() { return size_; } in GetSize() function 264 GetSize() = size; in Construct() 268 GetSize() = 0; in Commit() 351 size_type GetSize() const { return GetSizeAndIsAllocated() >> 1; } in GetSize() function 379 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView() 381 : StorageView{GetInlinedData(), GetSize(), GetInlinedCapacity()}; in MakeStorageView() 448 assert(count <= GetSize()); in SubtractSize() 509 inlined_vector_internal::DestroyElements(GetAllocPtr(), data, GetSize()); in DestroyContents() 515 const auto n = other.GetSize(); in InitFrom() [all …]
|
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.cpp | 149 FX_FILESIZE CFX_SeekableStreamProxy::GetSize() { in GetSize() function in CFX_SeekableStreamProxy 150 return m_pStream->GetSize(); in GetSize() 158 return m_iPosition >= GetSize(); in IsEOF() 174 pdfium::clamp(m_iPosition, static_cast<FX_FILESIZE>(0), GetSize()); in Seek() 188 std::min(iBufferSize, static_cast<size_t>(GetSize() - m_iPosition)); in ReadData() 219 size_t iBytes = std::min(size, static_cast<size_t>(GetSize() - pos)); in ReadBlock()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectSession.cpp | 158 start_idx.second = history.GetSize() - count.second; in DoExecute() 159 stop_idx.second = history.GetSize() - 1; in DoExecute() 162 stop_idx.second = history.GetSize() - 1; in DoExecute() 165 stop_idx.second = history.GetSize() - 1; in DoExecute() 170 stop_idx.second = history.GetSize() - 1; in DoExecute() 175 stop_idx.second = history.GetSize() - 1; in DoExecute()
|