Searched refs:empty (Results 1 - 25 of 158) sorted by relevance

1234567

/art/runtime/
H A Dprebuilt_tools_test.cc44 if (tools_dir.empty()) {
56 if (tools_dir.empty()) {
H A Dzip_archive_test.cc37 ASSERT_TRUE(error_msg.empty());
40 ASSERT_TRUE(error_msg.empty());
48 ASSERT_TRUE(error_msg.empty());
H A Dmem_map_test.cc155 ASSERT_TRUE(error_msg.empty());
164 ASSERT_TRUE(error_msg.empty());
192 ASSERT_TRUE(error_msg.empty());
211 ASSERT_TRUE(error_msg.empty());
231 ASSERT_TRUE(error_msg.empty());
242 ASSERT_TRUE(error_msg.empty());
253 ASSERT_TRUE(!error_msg.empty());
293 ASSERT_TRUE(error_msg.empty());
311 ASSERT_FALSE(error_msg.empty());
327 ASSERT_FALSE(error_msg.empty());
[all...]
H A Doat_file_manager.cc115 if (!boot_oat_files.empty()) {
381 if (shared_libraries.empty()) {
382 if (queue.empty()) {
397 while (!temp.empty() && index < shared_libraries_split.size() - 1) {
411 return temp.empty() && index == shared_libraries_split.size();
474 while (!queue.empty()) {
509 while (!queue.empty()) {
515 while (!queue.empty()) {
685 DCHECK(dex_files.empty());
688 if (dex_files.empty()) {
[all...]
H A Dsignal_catcher.cc103 if (stack_trace_file_.empty()) {
139 os << "Build fingerprint: '" << (fingerprint.empty() ? "unknown" : fingerprint) << "'\n";
/art/profman/
H A Dprofman.cc167 bool has_profiles = !profile_files_.empty() || !profile_files_fd_.empty();
168 bool has_reference_profile = !reference_profile_file_.empty() ||
175 if (!profile_files_.empty() && !profile_files_fd_.empty()) {
181 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) {
185 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) ||
186 (!dump_only_ && !profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) {
194 if (profile_files_.empty()) {
208 if (!filename.empty()) {
[all...]
/art/compiler/driver/
H A Ddex_compilation_unit.cc46 if (symbol_.empty()) {
/art/runtime/gc/collector/
H A Dpartial_mark_sweep.cc29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) {
H A Dsticky_mark_sweep.cc28 : PartialMarkSweep(heap, is_concurrent, name_prefix.empty() ? "sticky " : name_prefix) {
/art/compiler/debug/dwarf/
H A Ddwarf_test.h67 if (!debug_info_data_.empty()) {
70 if (!debug_abbrev_data_.empty()) {
73 if (!debug_str_data_.empty()) {
76 if (!debug_line_data_.empty()) {
79 if (!debug_frame_data_.empty()) {
H A Ddebug_abbrev_writer.h52 DCHECK(current_abbrev_.empty());
67 DCHECK(!current_abbrev_.empty());
/art/test/530-checker-loops1/src/
H A DMain.java728 int[] empty = { };
732 expectEquals(0, linear(empty));
734 expectEquals(0, linearDown(empty));
736 expectEquals(0, linearObscure(empty));
738 expectEquals(0, linearVeryObscure(empty));
740 expectEquals(0, hiddenStride(empty));
742 expectEquals(0, linearWhile(empty));
744 expectEquals(0, linearThreeWayPhi(empty));
746 expectEquals(0, linearFourWayPhi(empty));
748 expectEquals(0, wrapAroundThenLinear(empty));
[all...]
/art/cmdline/
H A Dmemory_representation.h51 if (str.empty()) {
/art/runtime/base/
H A Dbounded_fifo.h41 bool empty() const { function in class:art::BoundedFifoPowerOfTwo
H A Ddchecked_vector.h35 // valid for an empty dchecked_vector<>. Use data() to avoid checking empty().
115 using Base::empty;
133 // Element access: front(), back(). Check not empty.
134 reference front() { DCHECK(!empty()); return Base::front(); }
135 const_reference front() const { DCHECK(!empty()); return Base::front(); }
136 reference back() { DCHECK(!empty()); return Base::back(); }
137 const_reference back() const { DCHECK(!empty()); return Base::back(); }
145 // Modifiers: pop_back(). Check not empty.
146 void pop_back() { DCHECK(!empty()); Bas
[all...]
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc44 DCHECK(!unprocessed_patches_.empty());
101 if (!unprocessed_patches_.empty() &&
150 while (!unprocessed_patches_.empty()) {
153 DCHECK(thunk_locations_.empty() || thunk_locations_.back() <= patch_offset);
164 if (thunk_locations_.empty() ||
177 if (!thunk_locations_.empty()) {
/art/compiler/optimizing/
H A Dpretty_printer.h75 if (!predecessors.empty()) {
84 if (!successors.empty()) {
H A Dbuilder.cc74 DCHECK(graph_->GetBlocks().empty());
/art/runtime/verifier/
H A Dmethod_verifier-inl.h74 return !failure_messages_.empty();
/art/test/117-nopatchoat/
H A Dnopatchoat.cc40 return !spaces.empty() && spaces[0]->GetImageHeader().GetPatchDelta() == 0;
/art/compiler/utils/
H A Dtest_dex_file_builder.h39 CHECK(dex_file_data_.empty());
45 CHECK(dex_file_data_.empty());
52 CHECK(dex_file_data_.empty());
62 CHECK(dex_file_data_.empty());
83 CHECK(dex_file_data_.empty());
110 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset;
119 header->type_ids_off_ = types_.empty() ? 0u : type_ids_offset;
135 header->proto_ids_off_ = protos_.empty() ? 0u : proto_ids_offset;
144 header->field_ids_off_ = fields_.empty() ? 0u : field_ids_offset;
153 header->method_ids_off_ = methods_.empty()
[all...]
/art/dex2oat/
H A Ddex2oat.cc680 boot_image_ = !image_filenames_.empty();
681 app_image_ = app_image_fd_ != -1 || !app_image_file_name_.empty();
693 if (oat_filenames_.empty() && oat_fd_ == -1) {
697 if (!oat_filenames_.empty() && oat_fd_ != -1) {
701 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) {
705 if (!parser_options->oat_symbols.empty() && is_host_) {
709 if (oat_fd_ != -1 && !image_filenames_.empty()) {
713 if (!parser_options->oat_symbols.empty() &&
718 if (!image_filenames_.empty() && image_filenames_.size() != oat_filenames_.size()) {
722 if (android_root_.empty()) {
[all...]
/art/test/098-ddmc/src/
H A DMain.java31 System.out.println("Confirm empty");
32 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations());
33 System.out.println("empty=" + empty);
54 System.out.println("Disable and confirm back to empty");
/art/compiler/debug/
H A Delf_symtab_writer.h46 if (method_infos.empty()) {
60 strtab->Write(""); // strtab should start with empty string.
/art/tools/ahat/test/
H A DQueryTest.java60 public void empty() throws URISyntaxException { method in class:QueryTest

Completed in 1362 milliseconds

1234567