Searched refs:source_file (Results 1 – 25 of 101) sorted by relevance
12345
/system/core/libcutils/abi-dumps/arm_arm64/source-based/ |
D | libcutils.so.lsdump | 10 "source_file" : "system/core/libcutils/include/cutils/native_handle.h" 569 "source_file" : "system/core/libcutils/include/cutils/iosched_policy.h", 591 "source_file" : "system/core/libcutils/include/cutils/hashmap.h" 612 "source_file" : "system/core/libcutils/include/cutils/hashmap.h" 627 "source_file" : "system/core/libcutils/include/cutils/hashmap.h" 648 "source_file" : "system/core/libcutils/include/cutils/properties.h" 663 "source_file" : "system/core/libcutils/include/cutils/android_get_control_file.h" 675 "source_file" : "system/core/libcutils/include/cutils/sockets.h" 693 "source_file" : "system/core/libcutils/include/cutils/iosched_policy.h" 711 "source_file" : "system/core/libcutils/include/cutils/android_reboot.h" [all …]
|
/system/core/libcutils/abi-dumps/arm64/source-based/ |
D | libcutils.so.lsdump | 10 "source_file" : "system/core/libcutils/include/cutils/native_handle.h" 559 "source_file" : "system/core/libcutils/include/cutils/iosched_policy.h", 581 "source_file" : "system/core/libcutils/include/cutils/hashmap.h" 602 "source_file" : "system/core/libcutils/include/cutils/hashmap.h" 617 "source_file" : "system/core/libcutils/include/cutils/hashmap.h" 638 "source_file" : "system/core/libcutils/include/cutils/properties.h" 653 "source_file" : "system/core/libcutils/include/cutils/android_get_control_file.h" 665 "source_file" : "system/core/libcutils/include/cutils/sockets.h" 683 "source_file" : "system/core/libcutils/include/cutils/iosched_policy.h" 701 "source_file" : "system/core/libcutils/include/cutils/android_reboot.h" [all …]
|
/system/extras/simpleperf/scripts/test/ |
D | binary_cache_builder_test.py | 39 source_file = os.path.join(symfs_dir, filename) 47 self.run_cmd([strip, '--strip-all', '-o', source_file, origin_file]) 49 self.assertTrue(filecmp.cmp(target_file, source_file)) 52 self.run_cmd([strip, '--strip-debug', '-o', source_file, origin_file]) 54 self.assertTrue(filecmp.cmp(target_file, source_file)) 57 shutil.copy(origin_file, source_file) 59 self.assertTrue(filecmp.cmp(target_file, source_file)) 65 source_file = os.path.join(symfs_dir, 'elf') 68 self.assertTrue(filecmp.cmp(target_file, source_file)) 70 self.assertTrue(filecmp.cmp(target_file, source_file)) [all …]
|
D | annotate_test.py | 51 source_file = source_files[0] 52 self.assertEqual(source_file.name, 'two_functions.cpp') 54 self.check_strings_in_file(source_file, check_items)
|
/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
D | libutils.so.lsdump | 10 "source_file" : "system/core/libcutils/include_outside_system/cutils/native_handle.h" 19 "source_file" : "system/core/libutils/binder/include/utils/String16.h" 28 "source_file" : "system/core/libutils/include/utils/Printer.h" 37 "source_file" : "system/logging/liblog/include_vndk/log/log_read.h" 46 "source_file" : "system/core/libsystem/include/system/graphics.h" 54 "source_file" : "system/core/libsystem/include/system/graphics.h" 1528 "source_file" : "system/core/libprocessgroup/include/processgroup/sched_policy.h", 1553 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.0.h", 1570 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.2.h", 1619 "source_file" : "system/logging/liblog/include_vndk/android/log.h", [all …]
|
/system/core/libutils/abi-dumps/arm64/source-based/ |
D | libutils.so.lsdump | 10 "source_file" : "system/core/libcutils/include_outside_system/cutils/native_handle.h" 19 "source_file" : "system/core/libutils/binder/include/utils/String16.h" 28 "source_file" : "system/core/libutils/include/utils/Printer.h" 37 "source_file" : "system/logging/liblog/include_vndk/log/log_read.h" 46 "source_file" : "system/core/libsystem/include/system/graphics.h" 54 "source_file" : "system/core/libsystem/include/system/graphics.h" 1504 "source_file" : "system/core/libprocessgroup/include/processgroup/sched_policy.h", 1529 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.0.h", 1546 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.2.h", 1595 "source_file" : "system/logging/liblog/include_vndk/android/log.h", [all …]
|
/system/extras/cppreopts/ |
D | cppreopts.sh | 22 source_file=$1 27 if ! cp ${source_file} ${temp_dest_name} ; then 28 log -p w -t cppreopts "Unable to copy file ${source_file} to ${temp_dest_name}!" 30 log -p i -t cppreopts "Copied file from ${source_file} to ${temp_dest_name}"
|
/system/extras/simpleperf/scripts/ |
D | report_html.py | 529 source_file = self.path_to_source_files.get(file_path) 530 if not source_file: 531 source_file = SourceFile(len(self.path_to_source_files), file_path) 532 self.path_to_source_files[file_path] = source_file 533 return source_file 537 for source_file in self.path_to_source_files.values(): 538 real_path = file_searcher.get_real_path(source_file.abstract_path) 540 source_file.add_source_code(real_path) 778 source_file = self.source_files.get_source_file(start_file_path) 779 source_file.request_lines(start_line, end_line) [all …]
|
/system/apex/.prebuilt_info/ |
D | prebuilt_info_shim_prebuilts__x86_com_android_apex_cts_shim_not_pre_installed_apex.asciipb | 5 source_file: "aosp_x86_64/com.android.apex.cts.shim_not_pre_installed.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_not_pre_installed_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim_not_pre_installed.apex"
|
D | prebuilt_info_shim_prebuilts__riscv64_com_android_apex_cts_shim_not_pre_installed_apex.asciipb | 5 source_file: "aosp_riscv64/com.android.apex.cts.shim_not_pre_installed.apex"
|
D | prebuilt_info_shim_prebuilts__riscv64_com_android_apex_cts_shim_v2_with_post_install_hook_apex.asciipb | 5 source_file: "aosp_riscv64/com.android.apex.cts.shim.v2_with_post_install_hook.apex"
|
D | prebuilt_info_shim_prebuilts__riscv64_com_android_apex_cts_shim_v2_additional_folder_apex.asciipb | 5 source_file: "aosp_riscv64/com.android.apex.cts.shim.v2_additional_folder.apex"
|
D | prebuilt_info_shim_prebuilts__x86_com_android_apex_cts_shim_v2_different_certificate_apex.asciipb | 5 source_file: "aosp_x86_64/com.android.apex.cts.shim.v2_different_certificate.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v2_sdk_target_p_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v2_sdk_target_p.apex"
|
D | prebuilt_info_shim_prebuilts__x86_com_android_apex_cts_shim_v2_install_constraints_no_value_apex.asciipb | 5 source_file: "aosp_x86_64/com.android.apex.cts.shim.v2_install_constraints_no_value.apex"
|
D | prebuilt_info_shim_prebuilts__riscv64_com_android_apex_cts_shim_v2_apex.asciipb | 5 source_file: "aosp_riscv64/com.android.apex.cts.shim.v2.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v2_no_hashtree_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v2_no_hashtree.apex"
|
D | prebuilt_info_shim_prebuilts__riscv64_com_android_apex_cts_shim_v2_sdk_target_p_apex.asciipb | 5 source_file: "aosp_riscv64/com.android.apex.cts.shim.v2_sdk_target_p.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v2_install_constraints_empty_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v2_install_constraints_empty.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v2_additional_file_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v2_additional_file.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v2_different_package_name_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v2_different_package_name.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v3_rebootless_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v3_rebootless.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v1_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v1.apex"
|
D | prebuilt_info_shim_prebuilts__x86_com_android_apex_cts_shim_v2_sdk_target_p_apex.asciipb | 5 source_file: "aosp_x86_64/com.android.apex.cts.shim.v2_sdk_target_p.apex"
|
12345