/bionic/libc/tools/ |
D | test_genseccomp.py | 36 empty = cStringIO.StringIO(textwrap.dedent("""\ 39 names = genseccomp.get_names([bionic, allowlist, empty], "arm") 42 empty.seek(0) 43 names64 = genseccomp.get_names([bionic, allowlist, empty], "arm64") 46 empty.seek(0) 81 genseccomp.get_names([empty, allowlist, blocklist], "arm") 82 empty.seek(0) 91 genseccomp.get_names([bionic, allowlist, empty], "arm") 94 empty.seek(0)
|
/bionic/tools/versioner/src/ |
D | versioner.cpp | 108 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 …]
|
D | DeclarationDatabase.h | 49 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()) {
|
D | DeclarationDatabase.cpp | 275 #define check_avail(expr) error |= (!this->expr.empty() && this->expr != other.expr); in merge() 278 if (!other.global_availability.empty()) { in merge() 284 if (!other.arch_availability[arch].empty()) { in merge() 360 if (!result.empty()) { in to_string() 380 if (!decl_av.global_availability.empty()) { in to_string() 385 if (!it.second.empty()) { in to_string()
|
D | SymbolFileParser.cpp | 95 if (!curr_line.empty()) { in hasNextLine() 262 if (intro.empty() && api_level.empty()) { in isInApi() 266 if (!api_level.empty()) { in isInApi()
|
D | Preprocessor.cpp | 88 if (!arch_visibility_str.empty()) { in calculateRequiredGuard() 161 if (!avail.global_availability.empty()) { in generateGuardCondition() 163 if (!avail.arch_availability[arch].empty()) { in generateGuardCondition() 390 if (condition.empty()) { in rewriteFile() 425 if (!macro_guard.empty()) { in preprocessHeaders()
|
D | Utils.h | 87 if (!result.empty()) {
|
D | Driver.cpp | 208 if (!cc1_flags.empty()) { in initializeTargetCC1FlagCache() 235 if (cc1_flags.empty()) { in initializeTargetCC1FlagCache()
|
D | VFS.cpp | 73 if (!dependency_dir.empty()) { in createCommonVFS()
|
D | SymbolDatabase.cpp | 88 if (symbol_name.empty()) { in parsePlatform()
|
/bionic/libc/malloc_debug/ |
D | Config.cpp | 145 assert(!value.empty()); in ParseValue() 186 if (value.empty()) { in ParseValue() 194 if (value.empty()) { in SetGuard() 226 if (value.empty()) { in SetFill() 269 if (value.empty()) { in SetBacktraceDumpPrefix() 300 if (record_allocs_file_.empty()) { in SetRecordAllocs() 308 if (value.empty()) { in SetRecordAllocsFile() 318 if (!value.empty()) { in VerifyValueEmpty()
|
D | UnwindBacktrace.cpp | 97 if (map_info->name.empty()) { in UnwindLog() 103 if (!info->function_name.empty()) { in UnwindLog()
|
D | PointerData.cpp | 504 if (pointers_.empty()) { in GetAllocList() 516 if (pointers_.empty()) { in GetInfo() 522 if (list.empty()) { in GetInfo() 591 if (frame.map_info != nullptr && !frame.map_info->name.empty()) { in DumpLiveToFile() 597 if (frame.function_name.empty()) { in DumpLiveToFile()
|
/bionic/linker/ |
D | linker_dlwarning.cpp | 38 if (!current_msg.empty()) { in add_dlwarning() 52 if (current_msg.empty()) { in get_dlwarning()
|
D | linker_config.cpp | 79 if (line.empty()) { in next_token() 228 while (!value.empty() && value.back() == '/') { in parse_config_file() 232 if (value.empty()) { in parse_config_file() 419 if (path.empty()) { in get_paths() 429 if (cached->second.empty()) { in get_paths() 542 if (!allow_all_shared_libs && shared_libs.empty()) { in read_binary_config() 553 if (allow_all_shared_libs && !shared_libs.empty()) { in read_binary_config() 569 if (!whitelisted.empty()) { in read_binary_config()
|
D | linker_utils.cpp | 204 if (path.empty()) { in resolve_paths() 208 if (!resolved.empty()) { in resolve_paths()
|
D | linker_namespaces.cpp | 42 if (!whitelisted_libs_.empty()) { in is_accessible()
|
D | linker_logger.cpp | 46 if (value.empty()) { in ParseProperty()
|
D | linker_config_test.cpp | 154 ASSERT_TRUE(error_msg.empty()); in run_linker_config_smoke_test() 309 ASSERT_TRUE(error_msg.empty()) << error_msg; in TEST()
|
/bionic/tests/libs/ |
D | Android.bp | 250 srcs: ["empty.cpp"], 258 srcs: ["empty.cpp"], 530 srcs: ["empty.cpp"], 538 srcs: ["empty.cpp"], 550 srcs: ["empty.cpp"], 607 srcs: ["empty.cpp"], 615 srcs: ["empty.cpp"], 720 srcs: ["empty.cpp"], 732 srcs: ["empty.cpp"], 742 // ..._1.so - empty [all …]
|
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 431 if (fn_name.empty()) { in RegisterXmlBenchmarks() 575 if (opts.xmlpath.empty()) { in main() 577 if (opts.extra_benchmarks.empty()) { in main() 590 if (!opts.xmlpath.empty()) { in main()
|
/bionic/libc/malloc_debug/tests/ |
D | backtrace_fake.cpp | 74 if (g_fake_local_frame_data.empty()) { in Unwind()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 120 states empty; /* empty set of states */ member 234 SETUP(m->empty); in matcher() 235 CLEAR(m->empty); in matcher() 875 states empty = m->empty; in slow() local 935 if (EQ(st, empty) || p == stop) in slow() 940 ASSIGN(st, empty); in slow()
|
/bionic/tests/ |
D | glob_test.cpp | 215 int expected_result = expected_matches.empty() ? GLOB_NOMATCH : 0; in CheckGlob() 222 if (!expected_matches.empty()) { in CheckGlob()
|
D | grp_pwd_test.cpp | 435 if (!missing_from_ids.empty()) { in expect_ids() 438 if (!extra_in_ids.empty()) { in expect_ids() 439 if (!result.empty()) result += ", "; in expect_ids() 833 if (line.empty()) continue; in TestAidNamePrefix()
|