Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 42) sorted by relevance

12

/bionic/tests/
Dutmpx_test.cpp36 utmpx empty = {.ut_type = EMPTY}; in TEST() local
38 ASSERT_EQ(NULL, getutxid(&empty)); in TEST()
39 ASSERT_EQ(NULL, getutxline(&empty)); in TEST()
41 ASSERT_EQ(NULL, pututxline(&empty)); in TEST()
Dexecinfo_test.cpp202 ASSERT_TRUE(content.empty()); in TEST()
212 ASSERT_TRUE(content.empty()); in TEST()
237 ASSERT_FALSE(line.empty()); in TEST()
Dsys_prctl_test.cpp50 if (lines[i].empty()) { in TEST()
/bionic/linker/
Dlinker_dlwarning.cpp38 if (!current_msg.empty()) { in add_dlwarning()
52 if (current_msg.empty()) { in get_dlwarning()
Dlinked_list.h108 bool empty() const { in empty() function
137 if (empty()) return nullptr; in pop_front()
152 return empty() ? nullptr : header_->head->element; in front()
156 if (empty()) return; in clear()
187 if (empty()) return; in remove_if()
Dlinker_config.cpp79 if (line.empty()) { in next_token()
228 while (!value.empty() && value.back() == '/') { in parse_config_file()
232 if (value.empty()) { in parse_config_file()
420 if (path.empty()) { in get_paths()
430 if (cached->second.empty()) { in get_paths()
544 if (!allow_all_shared_libs && shared_libs.empty()) { in read_binary_config()
555 if (allow_all_shared_libs && !shared_libs.empty()) { in read_binary_config()
572 if (!allowed_libs.empty() && !libs.empty()) { in read_binary_config()
576 if (!allowed_libs.empty()) { in read_binary_config()
Dlinker_namespaces.cpp42 if (!allowed_libs_.empty()) { in is_accessible()
Dlinker_logger.cpp46 if (value.empty()) { in ParseProperty()
Dlinker_utils.cpp194 if (path.empty()) { in resolve_paths()
198 if (!resolved.empty()) { in resolve_paths()
Dlinker_config_test.cpp192 ASSERT_TRUE(error_msg.empty()); in run_linker_config_smoke_test()
353 ASSERT_TRUE(error_msg.empty()) << error_msg; in TEST()
/bionic/tools/versioner/src/
Dversioner.cpp108 if (!location.dependency_dir.empty()) { in collectRequirements()
187 if (types.empty()) { in compileHeaders()
299 if (!intersection.empty()) { in checkSymbol()
319 if (decl->is_definition && !availability.empty()) { in checkSymbol()
528 if (!platform_dir.empty()) { in main()
534 if (platform_dir.empty()) { in main()
553 if (!preprocessor_output_path.empty()) { in main()
557 if (preprocessor_output_path.empty()) { in main()
616 if (platform_dir.empty()) { in main()
640 if (selected_levels.empty()) { in main()
[all …]
DDeclarationDatabase.h49 bool empty() const { in empty() function
69 bool empty() const { in empty() function
70 if (!global_availability.empty()) { in empty()
75 if (!it.second.empty()) { in empty()
153 if (!availability.empty()) {
DDeclarationDatabase.cpp276 #define check_avail(expr) error |= (!this->expr.empty() && this->expr != other.expr); in merge()
279 if (!other.global_availability.empty()) { in merge()
285 if (!other.arch_availability[arch].empty()) { in merge()
361 if (!result.empty()) { in to_string()
381 if (!decl_av.global_availability.empty()) { in to_string()
386 if (!it.second.empty()) { in to_string()
DSymbolFileParser.cpp95 if (!curr_line.empty()) { in hasNextLine()
262 if (intro.empty() && api_level.empty()) { in isInApi()
266 if (!api_level.empty()) { in isInApi()
DPreprocessor.cpp88 if (!arch_visibility_str.empty()) { in calculateRequiredGuard()
162 if (!avail.global_availability.empty()) { in generateGuardCondition()
164 if (!avail.arch_availability[arch].empty()) { in generateGuardCondition()
400 if (condition.empty()) { in rewriteFile()
435 if (!macro_guard.empty()) { in preprocessHeaders()
DUtils.h87 if (!result.empty()) {
DVFS.cpp73 if (!dependency_dir.empty()) { in createCommonVFS()
DSymbolDatabase.cpp88 if (symbol_name.empty()) { in parsePlatform()
DDriver.cpp209 if (!cc1_flags.empty()) { in initializeTargetCC1FlagCache()
236 if (cc1_flags.empty()) { in initializeTargetCC1FlagCache()
/bionic/libc/malloc_debug/
DConfig.cpp215 assert(!value.empty()); in ParseValue()
256 if (value.empty()) { in ParseValue()
264 if (value.empty()) { in SetGuard()
296 if (value.empty()) { in SetFill()
339 if (value.empty()) { in SetBacktraceDumpPrefix()
387 if (record_allocs_file_.empty()) { in SetRecordAllocs()
395 if (value.empty()) { in SetRecordAllocsFile()
405 if (!value.empty()) { in VerifyValueEmpty()
DUnwindBacktrace.cpp83 } else if (map_info->name().empty()) { in UnwindLog()
89 if (!info->function_name.empty()) { in UnwindLog()
DPointerData.cpp523 if (pointers_.empty()) { in GetAllocList()
535 if (pointers_.empty()) { in GetInfo()
541 if (list.empty()) { in GetInfo()
610 if (frame.map_info != nullptr && !frame.map_info->name().empty()) { in DumpLiveToFile()
616 if (frame.function_name.empty()) { in DumpLiveToFile()
/bionic/tests/libs/
DAndroid.bp398 srcs: ["empty.cpp"],
406 srcs: ["empty.cpp"],
678 srcs: ["empty.cpp"],
686 srcs: ["empty.cpp"],
698 srcs: ["empty.cpp"],
754 srcs: ["empty.cpp"],
762 srcs: ["empty.cpp"],
867 srcs: ["empty.cpp"],
879 srcs: ["empty.cpp"],
889 // ..._1.so - empty
[all …]
/bionic/benchmarks/
Dbionic_benchmarks.cpp340 if (!trimmed_args.empty()) { in ResolveArgs()
451 if (fn_name.empty()) { in RegisterXmlBenchmarks()
605 if (opts.xmlpath.empty()) { in main()
607 if (opts.extra_benchmarks.empty()) { in main()
620 if (!opts.xmlpath.empty()) { in main()
/bionic/libc/malloc_debug/tests/
Dbacktrace_fake.cpp74 if (g_fake_local_frame_data.empty()) { in Unwind()

12