/art/runtime/ |
D | cha_test.cc | 39 ASSERT_TRUE(cha.GetDependents(METHOD1).empty()); in TEST_F() 40 ASSERT_TRUE(cha.GetDependents(METHOD2).empty()); in TEST_F() 41 ASSERT_TRUE(cha.GetDependents(METHOD3).empty()); in TEST_F() 44 ASSERT_TRUE(cha.GetDependents(METHOD2).empty()); in TEST_F() 45 ASSERT_TRUE(cha.GetDependents(METHOD3).empty()); in TEST_F() 52 ASSERT_TRUE(cha.GetDependents(METHOD2).empty()); in TEST_F() 53 ASSERT_TRUE(cha.GetDependents(METHOD3).empty()); in TEST_F() 64 ASSERT_TRUE(cha.GetDependents(METHOD2).empty()); in TEST_F() 65 ASSERT_TRUE(cha.GetDependents(METHOD3).empty()); in TEST_F() 72 ASSERT_TRUE(cha.GetDependents(METHOD3).empty()); in TEST_F() [all …]
|
D | zip_archive_test.cc | 37 ASSERT_TRUE(error_msg.empty()); in TEST_F() 40 ASSERT_TRUE(error_msg.empty()); in TEST_F() 48 ASSERT_TRUE(error_msg.empty()); in TEST_F()
|
D | prebuilt_tools_test.cc | 44 if (tools_dir.empty()) { in TEST_F() 56 if (tools_dir.empty()) { in TEST_F()
|
D | mem_map_test.cc | 357 ASSERT_TRUE(error_msg.empty()); in TEST_F() 366 ASSERT_TRUE(error_msg.empty()); in TEST_F() 394 ASSERT_TRUE(error_msg.empty()); in TEST_F() 413 ASSERT_TRUE(error_msg.empty()); in TEST_F() 433 ASSERT_TRUE(error_msg.empty()); in TEST_F() 444 ASSERT_TRUE(error_msg.empty()); in TEST_F() 455 ASSERT_TRUE(!error_msg.empty()); in TEST_F() 495 ASSERT_TRUE(error_msg.empty()); in TEST_F() 513 ASSERT_FALSE(error_msg.empty()); in TEST_F() 529 ASSERT_FALSE(error_msg.empty()); in TEST_F() [all …]
|
/art/profman/ |
D | profman.cc | 290 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs() 293 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) { in ParseArgs() 297 if (!apk_files_.empty() && !apks_fd_.empty()) { in ParseArgs() 320 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles() 323 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in ProcessProfiles() 326 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) || in ProcessProfiles() 327 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) { in ProcessProfiles() 342 if (profile_filter_keys.empty()) { in ProcessProfiles() 354 if (profile_files_.empty()) { in ProcessProfiles() 389 bool use_apk_fd_list = !apks_fd_.empty(); in OpenApkFilesFromLocations() [all …]
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 208 if (dex_paths_.empty()) { in ProcessDexFiles() 212 if (light_greylist_path_.empty() && dark_greylist_path_.empty() && blacklist_path_.empty()) { in ProcessDexFiles() 216 if (!light_greylist_path_.empty() && !OpenApiFile(light_greylist_path_, &light_greylist_)) { in ProcessDexFiles() 220 if (!dark_greylist_path_.empty() && !OpenApiFile(dark_greylist_path_, &dark_greylist_)) { in ProcessDexFiles() 224 if (!blacklist_path_.empty() && !OpenApiFile(blacklist_path_, &blacklist_)) { in ProcessDexFiles() 233 DCHECK(!dex_files_.empty()); in ProcessDexFiles() 244 DCHECK(list->empty()); in OpenApiFile() 245 DCHECK(!path.empty()); in OpenApiFile() 263 DCHECK(dex_files_.empty()); in OpenDexFiles()
|
/art/compiler/debug/ |
D | debug_info.h | 39 return compiled_methods.empty() && dex_files.empty(); in Empty()
|
D | elf_symtab_writer.h | 86 if (!info.custom_name.empty()) { in WriteDebugSymbols() 104 if (!debug_info.dex_files.empty() && builder->GetDex()->Exists()) { in WriteDebugSymbols()
|
/art/libartbase/base/ |
D | array_slice.h | 74 bool empty() const { return size() == 0u; } in empty() function 89 DCHECK(!empty()); in front() 94 DCHECK(!empty()); in front() 99 DCHECK(!empty()); in back() 104 DCHECK(!empty()); in back()
|
D | transform_array_ref_test.cc | 72 ASSERT_EQ(input.empty(), taref.empty()); in TEST() 104 ASSERT_EQ(input.empty(), taref.empty()); in TEST() 147 ASSERT_EQ(input.empty(), taref.empty()); in TEST() 191 ASSERT_EQ(cinput.empty(), ctaref.empty()); in TEST()
|
D | array_ref.h | 134 bool empty() const { return size() == 0u; } in empty() function 149 DCHECK(!empty()); in front() 154 DCHECK(!empty()); in front() 159 DCHECK(!empty()); in back() 164 DCHECK(!empty()); in back()
|
D | dchecked_vector.h | 113 using Base::empty; 132 reference front() { DCHECK(!empty()); return Base::front(); } in front() 133 const_reference front() const { DCHECK(!empty()); return Base::front(); } in front() 134 reference back() { DCHECK(!empty()); return Base::back(); } in back() 135 const_reference back() const { DCHECK(!empty()); return Base::back(); } in back() 144 void pop_back() { DCHECK(!empty()); Base::pop_back(); } in pop_back()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 69 if (!debug_info_data_.empty()) { in Objdump() 72 if (!debug_abbrev_data_.empty()) { in Objdump() 75 if (!debug_str_data_.empty()) { in Objdump() 78 if (!debug_line_data_.empty()) { in Objdump() 81 if (!debug_frame_data_.empty()) { in Objdump()
|
D | debug_abbrev_writer.h | 52 DCHECK(current_abbrev_.empty()); in StartAbbrev() 67 DCHECK(!current_abbrev_.empty()); in EndAbbrev()
|
/art/test/530-checker-loops1/src/ |
D | Main.java | 728 int[] empty = { }; in main() local 732 expectEquals(0, linear(empty)); in main() 734 expectEquals(0, linearDown(empty)); in main() 736 expectEquals(0, linearObscure(empty)); in main() 738 expectEquals(0, linearVeryObscure(empty)); in main() 740 expectEquals(0, hiddenStride(empty)); in main() 742 expectEquals(0, linearWhile(empty)); in main() 744 expectEquals(0, linearThreeWayPhi(empty)); in main() 746 expectEquals(0, linearFourWayPhi(empty)); in main() 748 expectEquals(0, wrapAroundThenLinear(empty)); in main() [all …]
|
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.cc | 94 return !offsets_.empty(); in HasReservedOffset() 173 if (!unprocessed_method_call_patches_.empty()) { in ReserveSpaceEnd() 189 if (thunks_.empty()) { in WriteThunks() 203 while (!pending_thunks_.empty() && in WriteThunks() 224 DCHECK(pending_thunks_.empty() || pending_thunks_.front()->GetPendingOffset() > aligned_offset); in WriteThunks() 295 if (unreserved_thunks_.empty() || in ReserveSpaceInternal() 303 if (unreserved_thunks_.empty() || in ReserveSpaceInternal() 315 DCHECK(!unprocessed_method_call_patches_.empty()); in ReserveSpaceInternal() 328 CHECK(unreserved_thunks_.empty() || in ReserveSpaceInternal() 460 DCHECK(!unreserved_thunks_.empty()); in ResolveMethodCalls() [all …]
|
/art/runtime/arch/ |
D | instruction_set_features_test.cc | 46 if (!dex2oat_isa_variant.empty()) { 74 if (!dex2oat_isa_variant.empty()) { 79 if (!dex2oat_isa_features.empty()) { 122 ASSERT_TRUE(error_msg.empty());
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 135 EXPECT_FALSE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty()); in TEST_F() 140 EXPECT_FALSE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty()); in TEST_F() 145 EXPECT_TRUE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty()); in TEST_F() 150 EXPECT_FALSE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty()); in TEST_F()
|
/art/test/098-ddmc/ |
D | expected.txt | 1 Confirm empty 2 empty=Allocations[message header len: 15 entry header len: 9 stack frame len: 8 number of entries: … 12 Disable and confirm back to empty
|
/art/dex2oat/ |
D | dex2oat.cc | 730 compiler_options_->boot_image_ = !image_filenames_.empty(); in ProcessOptions() 731 compiler_options_->app_image_ = app_image_fd_ != -1 || !app_image_file_name_.empty(); in ProcessOptions() 742 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions() 746 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions() 750 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions() 754 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions() 763 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions() 767 if (!parser_options->oat_symbols.empty() && is_host_) { in ProcessOptions() 771 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions() 775 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions() [all …]
|
/art/compiler/optimizing/ |
D | pretty_printer.h | 44 if (!inputs.empty()) { in PrintPostInstruction() 77 if (!predecessors.empty()) { in VisitBasicBlock() 86 if (!successors.empty()) { in VisitBasicBlock()
|
/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 41 CHECK(dex_file_data_.empty()); in AddString() 47 CHECK(dex_file_data_.empty()); in AddType() 54 CHECK(dex_file_data_.empty()); in AddField() 64 CHECK(dex_file_data_.empty()); in AddMethod() 85 CHECK(dex_file_data_.empty()); in Build() 112 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset; in Build() 121 header->type_ids_off_ = types_.empty() ? 0u : type_ids_offset; in Build() 137 header->proto_ids_off_ = protos_.empty() ? 0u : proto_ids_offset; in Build() 146 header->field_ids_off_ = fields_.empty() ? 0u : field_ids_offset; in Build() 155 header->method_ids_off_ = methods_.empty() ? 0u : method_ids_offset; in Build()
|
/art/compiler/dex/ |
D | verified_method.cc | 102 DCHECK(safe_cast_set_->empty() || safe_cast_set_->back() < dex_pc); in GenerateSafeCastSet() 107 DCHECK(safe_cast_set_ == nullptr || !safe_cast_set_->empty()); in GenerateSafeCastSet()
|
/art/test/080-oom-fragmentation/ |
D | info.txt | 1 Test that the allocator can go from a full heap to an empty one and is able to allocate a large
|
/art/dexlayout/ |
D | dexdiag_test.cc | 66 EXPECT_TRUE(!default_location.empty()); in OpenOatAndVdexFiles() 68 EXPECT_TRUE(!oat_location.empty()); in OpenOatAndVdexFiles()
|