From 64338ef9a2e7869275df1fad3dade8f6ca1422f0 Mon Sep 17 00:00:00 2001 From: xsean Date: Tue, 9 Dec 2025 13:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E5=87=8F=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 6 +- .idea/copilot.data.migration.agent.xml | 6 + .idea/copilot.data.migration.ask.xml | 6 + .idea/copilot.data.migration.edit.xml | 6 + .idea/gradle.xml | 6 - .idea/misc.xml | 3 +- .../myphoneinfo/andinfo/src/main/cpp/cpuinfo | 1 - app/.gitignore | 1 - app/build.gradle.kts | 81 - app/proguard-rules.pro | 21 - .../myandriodinfo/ExampleInstrumentedTest.kt | 24 - app/src/main/AndroidManifest.xml | 36 - app/src/main/cpp/CMakeLists.txt | 40 - app/src/main/cpp/myandriodinfo.cpp | 17 - .../xyzshell/myandriodinfo/MainActivity.kt | 42 - .../myandriodinfo/service/HttpSender.kt | 48 - .../myandriodinfo/service/JsonSerializer.kt | 22 - .../myandriodinfo/service/TestData.kt | 7 - .../ui/dashboard/DashboardFragment.kt | 42 - .../ui/dashboard/DashboardViewModel.kt | 13 - .../ui/home/AdvertisingIdClient.kt | 105 - .../xyzshell/myandriodinfo/ui/home/AppInfo.kt | 412 - .../myandriodinfo/ui/home/AppInfoItem.kt | 5 - .../myandriodinfo/ui/home/BuildProp.kt | 93 - .../xyzshell/myandriodinfo/ui/home/GpuInfo.kt | 26 - .../myandriodinfo/ui/home/GroupInfo.kt | 40 - .../myandriodinfo/ui/home/HomeFragment.kt | 41 - .../myandriodinfo/ui/home/HomeViewModel.kt | 13 - .../ui/home/MyListViewAdapter.kt | 99 - .../myandriodinfo/ui/home/SensorEventData.kt | 15 - .../myandriodinfo/ui/home/SystemProp.kt | 154 - .../ui/notifications/NotificationsFragment.kt | 42 - .../notifications/NotificationsViewModel.kt | 13 - .../res/drawable/ic_dashboard_black_24dp.xml | 9 - .../main/res/drawable/ic_home_black_24dp.xml | 9 - .../res/drawable/ic_launcher_background.xml | 170 - .../res/drawable/ic_launcher_foreground.xml | 30 - .../drawable/ic_notifications_black_24dp.xml | 9 - app/src/main/res/layout/activity_main.xml | 36 - .../main/res/layout/fragment_dashboard.xml | 22 - app/src/main/res/layout/fragment_home.xml | 29 - .../res/layout/fragment_notifications.xml | 22 - app/src/main/res/layout/list_view_item.xml | 34 - app/src/main/res/menu/bottom_nav_menu.xml | 19 - .../main/res/mipmap-anydpi/ic_launcher.xml | 6 - .../res/mipmap-anydpi/ic_launcher_round.xml | 6 - app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 1404 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 2898 -> 0 bytes app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 982 -> 0 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 1772 -> 0 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 1900 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 3918 -> 0 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 2884 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 5914 -> 0 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 3844 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 7778 -> 0 bytes .../main/res/navigation/mobile_navigation.xml | 25 - app/src/main/res/values-night/themes.xml | 16 - app/src/main/res/values/colors.xml | 10 - app/src/main/res/values/dimens.xml | 5 - app/src/main/res/values/strings.xml | 6 - app/src/main/res/values/themes.xml | 16 - app/src/main/res/xml/backup_rules.xml | 13 - .../main/res/xml/data_extraction_rules.xml | 19 - .../main/res/xml/network_security_config.xml | 8 - .../xyzshell/myandriodinfo/ExampleUnitTest.kt | 17 - ksp-annotations/.gitignore | 1 - .../xyzshell/ksp_annotations/AutoBuilder.kt | 5 - ksp-annotations/build.gradle | 14 - .../xyzshell/ksp_annotations/AutoBuilder.kt | 5 - ksp-processor/.gitignore | 1 - ...ols.ksp.processing.SymbolProcessorProvider | 1 - .../ksp_processor/AutoBuilderProcessor.kt | 118 - .../AutoBuilderProcessorProvider.kt | 14 - ksp-processor/build.gradle | 21 - .../ksp_processor/AutoBuilderProcessor.kt | 118 - .../AutoBuilderProcessorProvider.kt | 14 - ...ols.ksp.processing.SymbolProcessorProvider | 1 - mydev/.gitignore | 1 - mydev/build.gradle.kts | 82 - mydev/proguard-rules.pro | 21 - .../xyzshell/mydev/ExampleInstrumentedTest.kt | 24 - mydev/src/main/AndroidManifest.xml | 36 - .../src/main/java/com/xyzshell/mydev/Info.kt | 9 - .../main/java/com/xyzshell/mydev/InfoData.kt | 450 - .../java/com/xyzshell/mydev/MainActivity.kt | 294 - .../com/xyzshell/mydev/ViewBrowseActivity.kt | 10 - .../java/com/xyzshell/mydev/ViewDataItem.kt | 7 - .../com/xyzshell/mydev/biz/CollectData.kt | 11 - .../com/xyzshell/mydev/data/AndroidInfo.kt | 184 - .../java/com/xyzshell/mydev/data/DataKeys.kt | 851 -- .../com/xyzshell/mydev/utils/AdvertisingId.kt | 132 - .../com/xyzshell/mydev/utils/DeviceInfo.kt | 742 -- .../xyzshell/mydev/utils/JsonSerializer.kt | 22 - .../xyzshell/mydev/utils/MemoryInfoType.kt | 5 - .../mydev/utils/ProtobufExtensionsKt.kt | 49 - .../com/xyzshell/mydev/utils/SensorCollect.kt | 58 - .../com/xyzshell/mydev/utils/Utilities.kt | 43 - .../res/drawable/ic_launcher_background.xml | 170 - .../res/drawable/ic_launcher_foreground.xml | 30 - .../main/res/mipmap-anydpi/ic_launcher.xml | 6 - .../res/mipmap-anydpi/ic_launcher_round.xml | 6 - .../src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 1404 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 2898 -> 0 bytes .../src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 982 -> 0 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 1772 -> 0 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 1900 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 3918 -> 0 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 2884 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 5914 -> 0 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 3844 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 7778 -> 0 bytes mydev/src/main/res/values-night/themes.xml | 16 - mydev/src/main/res/values/colors.xml | 10 - mydev/src/main/res/values/strings.xml | 3 - mydev/src/main/res/values/themes.xml | 16 - .../com/xyzshell/mydev/ExampleUnitTest.kt | 17 - myinfohook/.gitignore | 1 - myinfohook/build.gradle.kts | 48 - myinfohook/proguard-rules.pro | 21 - .../myinfohook/ExampleInstrumentedTest.kt | 24 - myinfohook/src/main/AndroidManifest.xml | 25 - myinfohook/src/main/assets/xposed_init | 1 - .../com/xyzshell/myinfohook/VungleHook.kt | 46 - .../res/drawable/ic_launcher_background.xml | 170 - .../res/drawable/ic_launcher_foreground.xml | 30 - .../main/res/mipmap-anydpi/ic_launcher.xml | 6 - .../res/mipmap-anydpi/ic_launcher_round.xml | 6 - .../src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 1404 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 2898 -> 0 bytes .../src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 982 -> 0 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 1772 -> 0 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 1900 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 3918 -> 0 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 2884 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 5914 -> 0 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 3844 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 7778 -> 0 bytes .../src/main/res/values-night/themes.xml | 16 - myinfohook/src/main/res/values/arrays.xml | 7 - myinfohook/src/main/res/values/colors.xml | 10 - myinfohook/src/main/res/values/strings.xml | 3 - myinfohook/src/main/res/values/themes.xml | 16 - .../xyzshell/myinfohook/ExampleUnitTest.kt | 17 - myphoneinfo/andinfo/src/main/cpp/cpuinfo | 2 +- .../cpp/deps/googlebenchmark/.clang-format | 5 + .../main/cpp/deps/googlebenchmark/.clang-tidy | 37 + .../deps/googlebenchmark/.clang-tidy.ignore | 1 + .../.github/ISSUE_TEMPLATE/bug_report.md | 32 + .../.github/ISSUE_TEMPLATE/feature_request.md | 20 + .../googlebenchmark/.github/install_bazel.sh | 12 + .../googlebenchmark/.github/libcxx-setup.sh | 35 + .../.github/workflows/bazel.yml | 37 + .../workflows/build-and-test-min-cmake.yml | 49 + .../workflows/build-and-test-perfcounters.yml | 54 + .../.github/workflows/build-and-test.yml | 151 + .../.github/workflows/clang-format-lint.yml | 19 + .../.github/workflows/clang-tidy-lint.yml | 41 + .../.github/workflows/doxygen.yml | 31 + .../.github/workflows/pre-commit.yml | 41 + .../.github/workflows/sanitizer.yml | 97 + .../.github/workflows/test_bindings.yml | 33 + .../.github/workflows/wheels.yml | 83 + .../main/cpp/deps/googlebenchmark/.gitignore | 68 + .../googlebenchmark/.pre-commit-config.yaml | 18 + .../deps/googlebenchmark/.ycm_extra_conf.py | 120 + .../src/main/cpp/deps/googlebenchmark/AUTHORS | 72 + .../main/cpp/deps/googlebenchmark/BUILD.bazel | 102 + .../cpp/deps/googlebenchmark/CMakeLists.txt | 354 + .../cpp/deps/googlebenchmark/CONTRIBUTING.md | 58 + .../cpp/deps/googlebenchmark/CONTRIBUTORS | 98 + .../src/main/cpp/deps/googlebenchmark/LICENSE | 202 + .../cpp/deps/googlebenchmark/MODULE.bazel | 41 + .../main/cpp/deps/googlebenchmark/README.md | 221 + .../main/cpp/deps/googlebenchmark/WORKSPACE | 20 + .../cpp/deps/googlebenchmark/WORKSPACE.bzlmod | 2 + .../main/cpp/deps/googlebenchmark/_config.yml | 2 + .../cpp/deps/googlebenchmark/appveyor.yml | 50 + .../googlebenchmark/bazel/benchmark_deps.bzl | 54 + .../bindings/python/google_benchmark/BUILD | 34 + .../python/google_benchmark/__init__.py | 145 + .../python/google_benchmark/benchmark.cc | 184 + .../python/google_benchmark/example.py | 140 + .../cmake/AddCXXCompilerFlag.cmake | 78 + .../cmake/CXXFeatureCheck.cmake | 82 + .../googlebenchmark/cmake/Config.cmake.in | 12 + .../googlebenchmark/cmake/GetGitVersion.cmake | 36 + .../googlebenchmark/cmake/GoogleTest.cmake | 58 + .../googlebenchmark/cmake/GoogleTest.cmake.in | 60 + .../googlebenchmark/cmake/benchmark.pc.in | 12 + .../cmake/benchmark_main.pc.in | 7 + .../googlebenchmark/cmake/gnu_posix_regex.cpp | 12 + .../cmake/llvm-toolchain.cmake | 8 + .../googlebenchmark/cmake/posix_regex.cpp | 14 + .../cmake/pthread_affinity.cpp | 16 + .../googlebenchmark/cmake/split_list.cmake | 3 + .../deps/googlebenchmark/cmake/std_regex.cpp | 10 + .../googlebenchmark/cmake/steady_clock.cpp | 7 + .../cmake/thread_safety_attributes.cpp | 4 + .../googlebenchmark/docs/AssemblyTests.md | 149 + .../cpp/deps/googlebenchmark/docs/_config.yml | 3 + .../docs/assets/images/icon.png | Bin 0 -> 11106 bytes .../docs/assets/images/icon.xcf | Bin 0 -> 25934 bytes .../docs/assets/images/icon_black.png | Bin 0 -> 11559 bytes .../docs/assets/images/icon_black.xcf | Bin 0 -> 36322 bytes .../deps/googlebenchmark/docs/dependencies.md | 19 + .../cpp/deps/googlebenchmark/docs/index.md | 12 + .../googlebenchmark/docs/perf_counters.md | 35 + .../platform_specific_build_instructions.md | 52 + .../googlebenchmark/docs/python_bindings.md | 34 + .../docs/random_interleaving.md | 13 + .../googlebenchmark/docs/reducing_variance.md | 133 + .../deps/googlebenchmark/docs/releasing.md | 38 + .../cpp/deps/googlebenchmark/docs/tools.md | 343 + .../deps/googlebenchmark/docs/user_guide.md | 1405 +++ .../include/benchmark/benchmark.h | 2041 +++++ .../include/benchmark/export.h | 47 + .../cpp/deps/googlebenchmark/pyproject.toml | 78 + .../main/cpp/deps/googlebenchmark/setup.py | 166 + .../deps/googlebenchmark/src/CMakeLists.txt | 183 + .../cpp/deps/googlebenchmark/src/arraysize.h | 33 + .../cpp/deps/googlebenchmark/src/benchmark.cc | 912 ++ .../src/benchmark_api_internal.cc | 118 + .../src/benchmark_api_internal.h | 90 + .../googlebenchmark/src/benchmark_main.cc | 18 + .../googlebenchmark/src/benchmark_name.cc | 59 + .../googlebenchmark/src/benchmark_register.cc | 544 ++ .../googlebenchmark/src/benchmark_register.h | 109 + .../googlebenchmark/src/benchmark_runner.cc | 573 ++ .../googlebenchmark/src/benchmark_runner.h | 127 + .../cpp/deps/googlebenchmark/src/check.cc | 14 + .../main/cpp/deps/googlebenchmark/src/check.h | 112 + .../deps/googlebenchmark/src/colorprint.cc | 208 + .../cpp/deps/googlebenchmark/src/colorprint.h | 33 + .../googlebenchmark/src/commandlineflags.cc | 321 + .../googlebenchmark/src/commandlineflags.h | 137 + .../deps/googlebenchmark/src/complexity.cc | 257 + .../cpp/deps/googlebenchmark/src/complexity.h | 55 + .../googlebenchmark/src/console_reporter.cc | 212 + .../cpp/deps/googlebenchmark/src/counter.cc | 82 + .../cpp/deps/googlebenchmark/src/counter.h | 32 + .../deps/googlebenchmark/src/csv_reporter.cc | 175 + .../cpp/deps/googlebenchmark/src/cycleclock.h | 255 + .../googlebenchmark/src/internal_macros.h | 111 + .../deps/googlebenchmark/src/json_reporter.cc | 341 + .../main/cpp/deps/googlebenchmark/src/log.h | 76 + .../main/cpp/deps/googlebenchmark/src/mutex.h | 155 + .../deps/googlebenchmark/src/perf_counters.cc | 282 + .../deps/googlebenchmark/src/perf_counters.h | 200 + .../main/cpp/deps/googlebenchmark/src/re.h | 156 + .../cpp/deps/googlebenchmark/src/reporter.cc | 133 + .../deps/googlebenchmark/src/statistics.cc | 232 + .../cpp/deps/googlebenchmark/src/statistics.h | 44 + .../deps/googlebenchmark/src/string_util.cc | 263 + .../deps/googlebenchmark/src/string_util.h | 69 + .../cpp/deps/googlebenchmark/src/sysinfo.cc | 900 ++ .../deps/googlebenchmark/src/thread_manager.h | 45 + .../deps/googlebenchmark/src/thread_timer.h | 86 + .../cpp/deps/googlebenchmark/src/timers.cc | 288 + .../cpp/deps/googlebenchmark/src/timers.h | 75 + .../googlebenchmark/test/AssemblyTests.cmake | 67 + .../main/cpp/deps/googlebenchmark/test/BUILD | 135 + .../deps/googlebenchmark/test/CMakeLists.txt | 319 + .../googlebenchmark/test/args_product_test.cc | 77 + .../deps/googlebenchmark/test/basic_test.cc | 178 + .../googlebenchmark/test/benchmark_gtest.cc | 169 + .../benchmark_min_time_flag_iters_test.cc | 69 + .../test/benchmark_min_time_flag_time_test.cc | 93 + .../test/benchmark_name_gtest.cc | 82 + .../benchmark_random_interleaving_gtest.cc | 127 + ...benchmark_setup_teardown_cb_types_gtest.cc | 126 + .../test/benchmark_setup_teardown_test.cc | 165 + .../googlebenchmark/test/benchmark_test.cc | 310 + .../test/clobber_memory_assembly_test.cc | 64 + .../test/commandlineflags_gtest.cc | 228 + .../googlebenchmark/test/complexity_test.cc | 275 + .../deps/googlebenchmark/test/cxx11_test.cc | 12 + .../googlebenchmark/test/diagnostics_test.cc | 102 + .../test/display_aggregates_only_test.cc | 47 + .../test/donotoptimize_assembly_test.cc | 201 + .../test/donotoptimize_test.cc | 69 + .../deps/googlebenchmark/test/filter_test.cc | 120 + .../deps/googlebenchmark/test/fixture_test.cc | 51 + .../test/internal_threading_test.cc | 190 + .../googlebenchmark/test/link_main_test.cc | 10 + .../test/manual_threading_test.cc | 175 + .../cpp/deps/googlebenchmark/test/map_test.cc | 59 + .../test/memory_manager_test.cc | 49 + .../test/memory_results_gtest.cc | 101 + .../test/min_time_parse_gtest.cc | 30 + .../test/multiple_ranges_test.cc | 96 + .../deps/googlebenchmark/test/options_test.cc | 77 + .../deps/googlebenchmark/test/output_test.h | 213 + .../test/output_test_helper.cc | 557 ++ .../test/perf_counters_gtest.cc | 311 + .../test/perf_counters_test.cc | 93 + .../test/profiler_manager_gtest.cc | 42 + .../test/profiler_manager_iterations_test.cc | 63 + .../test/profiler_manager_test.cc | 52 + .../test/register_benchmark_test.cc | 192 + .../googlebenchmark/test/repetitions_test.cc | 217 + .../test/report_aggregates_only_test.cc | 42 + .../test/reporter_output_test.cc | 1139 +++ .../test/skip_with_error_test.cc | 212 + .../googlebenchmark/test/spec_arg_test.cc | 107 + .../test/spec_arg_verbosity_test.cc | 45 + .../test/state_assembly_test.cc | 68 + .../googlebenchmark/test/statistics_gtest.cc | 35 + .../googlebenchmark/test/string_util_gtest.cc | 203 + .../test/templated_fixture_method_test.cc | 26 + .../test/templated_fixture_test.cc | 28 + .../googlebenchmark/test/time_unit_gtest.cc | 37 + .../test/user_counters_tabular_test.cc | 566 ++ .../test/user_counters_test.cc | 571 ++ .../test/user_counters_thousands_test.cc | 190 + .../deps/googlebenchmark/tools/BUILD.bazel | 21 + .../cpp/deps/googlebenchmark/tools/compare.py | 544 ++ .../tools/gbench/Inputs/test1_run1.json | 127 + .../tools/gbench/Inputs/test1_run2.json | 127 + .../tools/gbench/Inputs/test2_run.json | 81 + .../tools/gbench/Inputs/test3_run0.json | 65 + .../tools/gbench/Inputs/test3_run1.json | 65 + .../tools/gbench/Inputs/test4_run.json | 96 + .../tools/gbench/Inputs/test4_run0.json | 21 + .../tools/gbench/Inputs/test4_run1.json | 21 + .../tools/gbench/Inputs/test5_run0.json | 18 + .../tools/gbench/Inputs/test5_run1.json | 18 + .../googlebenchmark/tools/gbench/__init__.py | 8 + .../googlebenchmark/tools/gbench/report.py | 1635 ++++ .../deps/googlebenchmark/tools/gbench/util.py | 229 + .../googlebenchmark/tools/libpfm.BUILD.bazel | 242 + .../googlebenchmark/tools/requirements.txt | 2 + .../deps/googlebenchmark/tools/strip_asm.py | 163 + .../main/cpp/deps/googletest/.clang-format | 4 + .../.github/ISSUE_TEMPLATE/00-bug_report.yml | 53 + .../ISSUE_TEMPLATE/10-feature_request.yml | 33 + .../.github/ISSUE_TEMPLATE/config.yml | 5 + .../src/main/cpp/deps/googletest/.gitignore | 89 + .../src/main/cpp/deps/googletest/BUILD.bazel | 250 + .../main/cpp/deps/googletest/CMakeLists.txt | 36 + .../main/cpp/deps/googletest/CONTRIBUTING.md | 141 + .../src/main/cpp/deps/googletest/CONTRIBUTORS | 66 + .../src/main/cpp/deps/googletest/LICENSE | 28 + .../src/main/cpp/deps/googletest/MODULE.bazel | 76 + .../src/main/cpp/deps/googletest/README.md | 133 + .../src/main/cpp/deps/googletest/WORKSPACE | 61 + .../main/cpp/deps/googletest/WORKSPACE.bzlmod | 35 + .../cpp/deps/googletest/ci/linux-presubmit.sh | 157 + .../cpp/deps/googletest/ci/macos-presubmit.sh | 80 + .../deps/googletest/ci/windows-presubmit.bat | 75 + .../main/cpp/deps/googletest/docs/_config.yml | 1 + .../deps/googletest/docs/_data/navigation.yml | 43 + .../googletest/docs/_layouts/default.html | 58 + .../cpp/deps/googletest/docs/_sass/main.scss | 200 + .../main/cpp/deps/googletest/docs/advanced.md | 2466 ++++++ .../googletest/docs/assets/css/style.scss | 5 + .../docs/community_created_documentation.md | 7 + .../src/main/cpp/deps/googletest/docs/faq.md | 658 ++ .../deps/googletest/docs/gmock_cheat_sheet.md | 241 + .../deps/googletest/docs/gmock_cook_book.md | 4412 ++++++++++ .../cpp/deps/googletest/docs/gmock_faq.md | 390 + .../deps/googletest/docs/gmock_for_dummies.md | 702 ++ .../main/cpp/deps/googletest/docs/index.md | 22 + .../cpp/deps/googletest/docs/pkgconfig.md | 144 + .../cpp/deps/googletest/docs/platforms.md | 8 + .../main/cpp/deps/googletest/docs/primer.md | 482 + .../deps/googletest/docs/quickstart-bazel.md | 146 + .../deps/googletest/docs/quickstart-cmake.md | 157 + .../deps/googletest/docs/reference/actions.md | 116 + .../googletest/docs/reference/assertions.md | 640 ++ .../googletest/docs/reference/matchers.md | 305 + .../deps/googletest/docs/reference/mocking.md | 588 ++ .../deps/googletest/docs/reference/testing.md | 1550 ++++ .../main/cpp/deps/googletest/docs/samples.md | 22 + .../cpp/deps/googletest/fake_fuchsia_sdk.bzl | 61 + .../deps/googletest/googlemock/CMakeLists.txt | 210 + .../cpp/deps/googletest/googlemock/README.md | 40 + .../googletest/googlemock/cmake/gmock.pc.in | 10 + .../googlemock/cmake/gmock_main.pc.in | 10 + .../deps/googletest/googlemock/docs/README.md | 4 + .../googlemock/include/gmock/gmock-actions.h | 2404 +++++ .../include/gmock/gmock-cardinalities.h | 159 + .../include/gmock/gmock-function-mocker.h | 519 ++ .../googlemock/include/gmock/gmock-matchers.h | 5891 +++++++++++++ .../include/gmock/gmock-more-actions.h | 659 ++ .../include/gmock/gmock-more-matchers.h | 120 + .../include/gmock/gmock-nice-strict.h | 277 + .../include/gmock/gmock-spec-builders.h | 2146 +++++ .../googlemock/include/gmock/gmock.h | 97 + .../include/gmock/internal/custom/README.md | 18 + .../internal/custom/gmock-generated-actions.h | 7 + .../gmock/internal/custom/gmock-matchers.h | 37 + .../gmock/internal/custom/gmock-port.h | 40 + .../gmock/internal/gmock-internal-utils.h | 484 + .../include/gmock/internal/gmock-port.h | 140 + .../include/gmock/internal/gmock-pp.h | 279 + .../googletest/googlemock/src/gmock-all.cc | 46 + .../googlemock/src/gmock-cardinalities.cc | 155 + .../googlemock/src/gmock-internal-utils.cc | 258 + .../googlemock/src/gmock-matchers.cc | 478 + .../googlemock/src/gmock-spec-builders.cc | 792 ++ .../deps/googletest/googlemock/src/gmock.cc | 225 + .../googletest/googlemock/src/gmock_main.cc | 73 + .../googletest/googlemock/test/BUILD.bazel | 118 + .../googlemock/test/gmock-actions_test.cc | 2233 +++++ .../test/gmock-cardinalities_test.cc | 424 + .../test/gmock-function-mocker_test.cc | 998 +++ .../test/gmock-internal-utils_test.cc | 766 ++ .../test/gmock-matchers-arithmetic_test.cc | 1699 ++++ .../test/gmock-matchers-comparisons_test.cc | 2496 ++++++ .../test/gmock-matchers-containers_test.cc | 3446 ++++++++ .../test/gmock-matchers-misc_test.cc | 1882 ++++ .../googlemock/test/gmock-matchers_test.h | 192 + .../test/gmock-more-actions_test.cc | 1617 ++++ .../googlemock/test/gmock-nice-strict_test.cc | 541 ++ .../googlemock/test/gmock-port_test.cc | 42 + .../googlemock/test/gmock-pp-string_test.cc | 205 + .../googlemock/test/gmock-pp_test.cc | 83 + .../test/gmock-spec-builders_test.cc | 2599 ++++++ .../googlemock/test/gmock_all_test.cc | 49 + .../googlemock/test/gmock_ex_test.cc | 80 + .../googlemock/test/gmock_leak_test.py | 113 + .../googlemock/test/gmock_leak_test_.cc | 99 + .../googlemock/test/gmock_link2_test.cc | 38 + .../googlemock/test/gmock_link_test.cc | 38 + .../googlemock/test/gmock_link_test.h | 693 ++ .../googlemock/test/gmock_output_test.py | 190 + .../googlemock/test/gmock_output_test_.cc | 286 + .../test/gmock_output_test_golden.txt | 335 + .../googlemock/test/gmock_stress_test.cc | 227 + .../googletest/googlemock/test/gmock_test.cc | 179 + .../googlemock/test/gmock_test_utils.py | 91 + .../deps/googletest/googletest/CMakeLists.txt | 330 + .../cpp/deps/googletest/googletest/README.md | 231 + .../googletest/cmake/Config.cmake.in | 13 + .../googletest/googletest/cmake/gtest.pc.in | 9 + .../googletest/cmake/gtest_main.pc.in | 10 + .../googletest/cmake/internal_utils.cmake | 334 + .../googletest/cmake/libgtest.la.in | 21 + .../deps/googletest/googletest/docs/README.md | 4 + .../include/gtest/gtest-assertion-result.h | 244 + .../include/gtest/gtest-death-test.h | 345 + .../googletest/include/gtest/gtest-matchers.h | 923 ++ .../googletest/include/gtest/gtest-message.h | 251 + .../include/gtest/gtest-param-test.h | 602 ++ .../googletest/include/gtest/gtest-printers.h | 1236 +++ .../googletest/include/gtest/gtest-spi.h | 250 + .../include/gtest/gtest-test-part.h | 192 + .../include/gtest/gtest-typed-test.h | 331 + .../googletest/include/gtest/gtest.h | 2338 +++++ .../include/gtest/gtest_pred_impl.h | 279 + .../googletest/include/gtest/gtest_prod.h | 60 + .../include/gtest/internal/custom/README.md | 44 + .../gtest/internal/custom/gtest-port.h | 37 + .../gtest/internal/custom/gtest-printers.h | 42 + .../include/gtest/internal/custom/gtest.h | 37 + .../internal/gtest-death-test-internal.h | 306 + .../include/gtest/internal/gtest-filepath.h | 233 + .../include/gtest/internal/gtest-internal.h | 1517 ++++ .../include/gtest/internal/gtest-param-util.h | 1064 +++ .../include/gtest/internal/gtest-port-arch.h | 124 + .../include/gtest/internal/gtest-port.h | 2486 ++++++ .../include/gtest/internal/gtest-string.h | 178 + .../include/gtest/internal/gtest-type-util.h | 220 + .../googletest/samples/prime_tables.h | 125 + .../googletest/googletest/samples/sample1.cc | 66 + .../googletest/googletest/samples/sample1.h | 41 + .../googletest/samples/sample10_unittest.cc | 138 + .../googletest/samples/sample1_unittest.cc | 148 + .../googletest/googletest/samples/sample2.cc | 54 + .../googletest/googletest/samples/sample2.h | 79 + .../googletest/samples/sample2_unittest.cc | 107 + .../googletest/samples/sample3-inl.h | 171 + .../googletest/samples/sample3_unittest.cc | 146 + .../googletest/googletest/samples/sample4.cc | 50 + .../googletest/googletest/samples/sample4.h | 53 + .../googletest/samples/sample4_unittest.cc | 53 + .../googletest/samples/sample5_unittest.cc | 189 + .../googletest/samples/sample6_unittest.cc | 214 + .../googletest/samples/sample7_unittest.cc | 113 + .../googletest/samples/sample8_unittest.cc | 154 + .../googletest/samples/sample9_unittest.cc | 148 + .../googletest/googletest/src/gtest-all.cc | 49 + .../googletest/src/gtest-assertion-result.cc | 77 + .../googletest/src/gtest-death-test.cc | 1587 ++++ .../googletest/src/gtest-filepath.cc | 414 + .../googletest/src/gtest-internal-inl.h | 1234 +++ .../googletest/src/gtest-matchers.cc | 98 + .../googletest/googletest/src/gtest-port.cc | 1434 +++ .../googletest/src/gtest-printers.cc | 555 ++ .../googletest/src/gtest-test-part.cc | 106 + .../googletest/src/gtest-typed-test.cc | 108 + .../deps/googletest/googletest/src/gtest.cc | 7083 +++++++++++++++ .../googletest/googletest/src/gtest_main.cc | 66 + .../googletest/googletest/test/BUILD.bazel | 629 ++ .../googletest-break-on-failure-unittest.py | 195 + .../googletest-break-on-failure-unittest_.cc | 83 + .../test/googletest-catch-exceptions-test.py | 315 + .../test/googletest-catch-exceptions-test_.cc | 289 + .../googletest/test/googletest-color-test.py | 130 + .../googletest/test/googletest-color-test_.cc | 60 + .../test/googletest-death-test-test.cc | 1512 ++++ .../test/googletest-death-test_ex_test.cc | 91 + .../test/googletest-env-var-test.py | 120 + .../test/googletest-env-var-test_.cc | 130 + ...no-test-linked-test-with-disabled-test_.cc | 38 + ...-no-test-linked-test-with-enabled-test_.cc | 38 + .../googletest-fail-if-no-test-linked-test.py | 169 + .../test/googletest-failfast-unittest.py | 461 + .../test/googletest-failfast-unittest_.cc | 166 + .../test/googletest-filepath-test.cc | 671 ++ .../test/googletest-filter-unittest.py | 765 ++ .../test/googletest-filter-unittest_.cc | 106 + .../googletest-global-environment-unittest.py | 141 + ...googletest-global-environment-unittest_.cc | 58 + .../test/googletest-json-outfiles-test.py | 180 + .../test/googletest-json-output-unittest.py | 914 ++ .../test/googletest-list-tests-unittest.py | 225 + .../test/googletest-list-tests-unittest_.cc | 143 + .../test/googletest-listener-test.cc | 509 ++ .../test/googletest-message-test.cc | 184 + .../test/googletest-options-test.cc | 225 + .../googletest-output-test-golden-lin.txt | 1201 +++ .../googletest/test/googletest-output-test.py | 385 + .../test/googletest-output-test_.cc | 1058 +++ ...oogletest-param-test-invalid-name1-test.py | 63 + ...ogletest-param-test-invalid-name1-test_.cc | 46 + ...oogletest-param-test-invalid-name2-test.py | 63 + ...ogletest-param-test-invalid-name2-test_.cc | 52 + .../test/googletest-param-test-test.cc | 1243 +++ .../test/googletest-param-test-test.h | 49 + .../test/googletest-param-test2-test.cc | 58 + .../googletest/test/googletest-port-test.cc | 1301 +++ .../test/googletest-printers-test.cc | 2064 +++++ .../test/googletest-setuptestsuite-test.py | 58 + .../test/googletest-setuptestsuite-test_.cc | 44 + .../test/googletest-shuffle-test.py | 378 + .../test/googletest-shuffle-test_.cc | 99 + .../test/googletest-test-part-test.cc | 220 + .../test/googletest-throw-on-failure-test.py | 166 + .../test/googletest-throw-on-failure-test_.cc | 71 + .../test/googletest-uninitialized-test.py | 70 + .../test/googletest-uninitialized-test_.cc | 39 + .../googletest/test/gtest-typed-test2_test.cc | 39 + .../googletest/test/gtest-typed-test_test.cc | 423 + .../googletest/test/gtest-typed-test_test.h | 57 + .../test/gtest-unittest-api_test.cc | 328 + .../googletest/test/gtest_all_test.cc | 46 + .../test/gtest_assert_by_exception_test.cc | 112 + .../googletest/test/gtest_dirs_test.cc | 101 + .../googletest/test/gtest_environment_test.cc | 187 + .../googletest/test/gtest_help_test.py | 183 + .../googletest/test/gtest_help_test_.cc | 44 + .../googletest/test/gtest_json_test_utils.py | 67 + .../test/gtest_list_output_unittest.py | 289 + .../test/gtest_list_output_unittest_.cc | 77 + .../googletest/test/gtest_main_unittest.cc | 42 + .../googletest/test/gtest_no_test_unittest.cc | 54 + .../test/gtest_pred_impl_unittest.cc | 2070 +++++ .../test/gtest_premature_exit_test.cc | 128 + .../googletest/test/gtest_prod_test.cc | 56 + .../googletest/test/gtest_repeat_test.cc | 220 + .../test/gtest_skip_check_output_test.py | 60 + ...test_skip_environment_check_output_test.py | 55 + .../gtest_skip_in_environment_setup_test.cc | 50 + .../googletest/test/gtest_skip_test.cc | 51 + .../googletest/test/gtest_sole_header_test.cc | 54 + .../googletest/test/gtest_stress_test.cc | 245 + .../gtest_test_macro_stack_footprint_test.cc | 89 + .../googletest/test/gtest_test_utils.py | 262 + .../googletest/test/gtest_testbridge_test.py | 63 + .../googletest/test/gtest_testbridge_test_.cc | 42 + .../test/gtest_throw_on_failure_ex_test.cc | 90 + .../googletest/test/gtest_unittest.cc | 7823 +++++++++++++++++ .../test/gtest_xml_outfile1_test_.cc | 43 + .../test/gtest_xml_outfile2_test_.cc | 77 + .../test/gtest_xml_outfiles_test.py | 147 + .../test/gtest_xml_output_unittest.py | 513 ++ .../test/gtest_xml_output_unittest_.cc | 217 + .../googletest/test/gtest_xml_test_utils.py | 242 + .../googletest/googletest/test/production.cc | 35 + .../googletest/googletest/test/production.h | 55 + .../cpp/deps/googletest/googletest_deps.bzl | 28 + settings.gradle.kts | 6 - 584 files changed, 141529 insertions(+), 6069 deletions(-) create mode 100644 .idea/copilot.data.migration.agent.xml create mode 100644 .idea/copilot.data.migration.ask.xml create mode 100644 .idea/copilot.data.migration.edit.xml delete mode 160000 android-info/myphoneinfo/andinfo/src/main/cpp/cpuinfo delete mode 100644 app/.gitignore delete mode 100644 app/build.gradle.kts delete mode 100644 app/proguard-rules.pro delete mode 100644 app/src/androidTest/java/com/xyzshell/myandriodinfo/ExampleInstrumentedTest.kt delete mode 100644 app/src/main/AndroidManifest.xml delete mode 100644 app/src/main/cpp/CMakeLists.txt delete mode 100644 app/src/main/cpp/myandriodinfo.cpp delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/MainActivity.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/service/HttpSender.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/service/JsonSerializer.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/service/TestData.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/dashboard/DashboardFragment.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/dashboard/DashboardViewModel.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/AdvertisingIdClient.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/AppInfo.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/AppInfoItem.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/BuildProp.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/GpuInfo.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/GroupInfo.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/HomeFragment.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/HomeViewModel.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/MyListViewAdapter.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/SensorEventData.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/home/SystemProp.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/notifications/NotificationsFragment.kt delete mode 100644 app/src/main/java/com/xyzshell/myandriodinfo/ui/notifications/NotificationsViewModel.kt delete mode 100644 app/src/main/res/drawable/ic_dashboard_black_24dp.xml delete mode 100644 app/src/main/res/drawable/ic_home_black_24dp.xml delete mode 100644 app/src/main/res/drawable/ic_launcher_background.xml delete mode 100644 app/src/main/res/drawable/ic_launcher_foreground.xml delete mode 100644 app/src/main/res/drawable/ic_notifications_black_24dp.xml delete mode 100644 app/src/main/res/layout/activity_main.xml delete mode 100644 app/src/main/res/layout/fragment_dashboard.xml delete mode 100644 app/src/main/res/layout/fragment_home.xml delete mode 100644 app/src/main/res/layout/fragment_notifications.xml delete mode 100644 app/src/main/res/layout/list_view_item.xml delete mode 100644 app/src/main/res/menu/bottom_nav_menu.xml delete mode 100644 app/src/main/res/mipmap-anydpi/ic_launcher.xml delete mode 100644 app/src/main/res/mipmap-anydpi/ic_launcher_round.xml delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/navigation/mobile_navigation.xml delete mode 100644 app/src/main/res/values-night/themes.xml delete mode 100644 app/src/main/res/values/colors.xml delete mode 100644 app/src/main/res/values/dimens.xml delete mode 100644 app/src/main/res/values/strings.xml delete mode 100644 app/src/main/res/values/themes.xml delete mode 100644 app/src/main/res/xml/backup_rules.xml delete mode 100644 app/src/main/res/xml/data_extraction_rules.xml delete mode 100644 app/src/main/res/xml/network_security_config.xml delete mode 100644 app/src/test/java/com/xyzshell/myandriodinfo/ExampleUnitTest.kt delete mode 100644 ksp-annotations/.gitignore delete mode 100644 ksp-annotations/bin/main/com/xyzshell/ksp_annotations/AutoBuilder.kt delete mode 100644 ksp-annotations/build.gradle delete mode 100644 ksp-annotations/src/main/java/com/xyzshell/ksp_annotations/AutoBuilder.kt delete mode 100644 ksp-processor/.gitignore delete mode 100644 ksp-processor/bin/main/META-INF/services/com.google.devtools.ksp.processing.SymbolProcessorProvider delete mode 100644 ksp-processor/bin/main/com/xyzshell/ksp_processor/AutoBuilderProcessor.kt delete mode 100644 ksp-processor/bin/main/com/xyzshell/ksp_processor/AutoBuilderProcessorProvider.kt delete mode 100644 ksp-processor/build.gradle delete mode 100644 ksp-processor/src/main/java/com/xyzshell/ksp_processor/AutoBuilderProcessor.kt delete mode 100644 ksp-processor/src/main/java/com/xyzshell/ksp_processor/AutoBuilderProcessorProvider.kt delete mode 100644 ksp-processor/src/main/resources/META-INF/services/com.google.devtools.ksp.processing.SymbolProcessorProvider delete mode 100644 mydev/.gitignore delete mode 100644 mydev/build.gradle.kts delete mode 100644 mydev/proguard-rules.pro delete mode 100644 mydev/src/androidTest/java/com/xyzshell/mydev/ExampleInstrumentedTest.kt delete mode 100644 mydev/src/main/AndroidManifest.xml delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/Info.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/InfoData.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/MainActivity.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/ViewBrowseActivity.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/ViewDataItem.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/biz/CollectData.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/data/AndroidInfo.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/data/DataKeys.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/utils/AdvertisingId.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/utils/DeviceInfo.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/utils/JsonSerializer.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/utils/MemoryInfoType.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/utils/ProtobufExtensionsKt.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/utils/SensorCollect.kt delete mode 100644 mydev/src/main/java/com/xyzshell/mydev/utils/Utilities.kt delete mode 100644 mydev/src/main/res/drawable/ic_launcher_background.xml delete mode 100644 mydev/src/main/res/drawable/ic_launcher_foreground.xml delete mode 100644 mydev/src/main/res/mipmap-anydpi/ic_launcher.xml delete mode 100644 mydev/src/main/res/mipmap-anydpi/ic_launcher_round.xml delete mode 100644 mydev/src/main/res/mipmap-hdpi/ic_launcher.webp delete mode 100644 mydev/src/main/res/mipmap-hdpi/ic_launcher_round.webp delete mode 100644 mydev/src/main/res/mipmap-mdpi/ic_launcher.webp delete mode 100644 mydev/src/main/res/mipmap-mdpi/ic_launcher_round.webp delete mode 100644 mydev/src/main/res/mipmap-xhdpi/ic_launcher.webp delete mode 100644 mydev/src/main/res/mipmap-xhdpi/ic_launcher_round.webp delete mode 100644 mydev/src/main/res/mipmap-xxhdpi/ic_launcher.webp delete mode 100644 mydev/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp delete mode 100644 mydev/src/main/res/mipmap-xxxhdpi/ic_launcher.webp delete mode 100644 mydev/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp delete mode 100644 mydev/src/main/res/values-night/themes.xml delete mode 100644 mydev/src/main/res/values/colors.xml delete mode 100644 mydev/src/main/res/values/strings.xml delete mode 100644 mydev/src/main/res/values/themes.xml delete mode 100644 mydev/src/test/java/com/xyzshell/mydev/ExampleUnitTest.kt delete mode 100644 myinfohook/.gitignore delete mode 100644 myinfohook/build.gradle.kts delete mode 100644 myinfohook/proguard-rules.pro delete mode 100644 myinfohook/src/androidTest/java/com/xyzshell/myinfohook/ExampleInstrumentedTest.kt delete mode 100644 myinfohook/src/main/AndroidManifest.xml delete mode 100644 myinfohook/src/main/assets/xposed_init delete mode 100644 myinfohook/src/main/java/com/xyzshell/myinfohook/VungleHook.kt delete mode 100644 myinfohook/src/main/res/drawable/ic_launcher_background.xml delete mode 100644 myinfohook/src/main/res/drawable/ic_launcher_foreground.xml delete mode 100644 myinfohook/src/main/res/mipmap-anydpi/ic_launcher.xml delete mode 100644 myinfohook/src/main/res/mipmap-anydpi/ic_launcher_round.xml delete mode 100644 myinfohook/src/main/res/mipmap-hdpi/ic_launcher.webp delete mode 100644 myinfohook/src/main/res/mipmap-hdpi/ic_launcher_round.webp delete mode 100644 myinfohook/src/main/res/mipmap-mdpi/ic_launcher.webp delete mode 100644 myinfohook/src/main/res/mipmap-mdpi/ic_launcher_round.webp delete mode 100644 myinfohook/src/main/res/mipmap-xhdpi/ic_launcher.webp delete mode 100644 myinfohook/src/main/res/mipmap-xhdpi/ic_launcher_round.webp delete mode 100644 myinfohook/src/main/res/mipmap-xxhdpi/ic_launcher.webp delete mode 100644 myinfohook/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp delete mode 100644 myinfohook/src/main/res/mipmap-xxxhdpi/ic_launcher.webp delete mode 100644 myinfohook/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp delete mode 100644 myinfohook/src/main/res/values-night/themes.xml delete mode 100644 myinfohook/src/main/res/values/arrays.xml delete mode 100644 myinfohook/src/main/res/values/colors.xml delete mode 100644 myinfohook/src/main/res/values/strings.xml delete mode 100644 myinfohook/src/main/res/values/themes.xml delete mode 100644 myinfohook/src/test/java/com/xyzshell/myinfohook/ExampleUnitTest.kt create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.clang-format create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.clang-tidy create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.clang-tidy.ignore create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/ISSUE_TEMPLATE/feature_request.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/install_bazel.sh create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/libcxx-setup.sh create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/bazel.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/build-and-test-min-cmake.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/build-and-test-perfcounters.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/build-and-test.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/clang-format-lint.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/clang-tidy-lint.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/doxygen.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/pre-commit.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/sanitizer.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/test_bindings.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.github/workflows/wheels.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.gitignore create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.pre-commit-config.yaml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/.ycm_extra_conf.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/AUTHORS create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/BUILD.bazel create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/CMakeLists.txt create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/CONTRIBUTING.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/CONTRIBUTORS create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/LICENSE create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/MODULE.bazel create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/README.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/WORKSPACE create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/WORKSPACE.bzlmod create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/_config.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/appveyor.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/bazel/benchmark_deps.bzl create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/bindings/python/google_benchmark/BUILD create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/bindings/python/google_benchmark/__init__.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/bindings/python/google_benchmark/benchmark.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/bindings/python/google_benchmark/example.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/AddCXXCompilerFlag.cmake create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/CXXFeatureCheck.cmake create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/Config.cmake.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/GetGitVersion.cmake create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/GoogleTest.cmake create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/GoogleTest.cmake.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/benchmark.pc.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/benchmark_main.pc.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/gnu_posix_regex.cpp create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/llvm-toolchain.cmake create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/posix_regex.cpp create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/pthread_affinity.cpp create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/split_list.cmake create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/std_regex.cpp create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/steady_clock.cpp create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/cmake/thread_safety_attributes.cpp create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/AssemblyTests.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/_config.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/assets/images/icon.png create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/assets/images/icon.xcf create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/assets/images/icon_black.png create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/assets/images/icon_black.xcf create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/dependencies.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/index.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/perf_counters.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/platform_specific_build_instructions.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/python_bindings.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/random_interleaving.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/reducing_variance.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/releasing.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/tools.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/docs/user_guide.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/include/benchmark/benchmark.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/include/benchmark/export.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/pyproject.toml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/setup.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/CMakeLists.txt create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/arraysize.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/benchmark.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/benchmark_api_internal.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/benchmark_api_internal.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/benchmark_main.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/benchmark_name.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/benchmark_register.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/benchmark_register.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/benchmark_runner.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/benchmark_runner.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/check.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/check.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/colorprint.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/colorprint.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/commandlineflags.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/commandlineflags.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/complexity.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/complexity.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/console_reporter.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/counter.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/counter.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/csv_reporter.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/cycleclock.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/internal_macros.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/json_reporter.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/log.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/mutex.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/perf_counters.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/perf_counters.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/re.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/reporter.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/statistics.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/statistics.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/string_util.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/string_util.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/sysinfo.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/thread_manager.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/thread_timer.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/timers.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/src/timers.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/AssemblyTests.cmake create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/BUILD create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/CMakeLists.txt create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/args_product_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/basic_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/benchmark_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/benchmark_min_time_flag_iters_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/benchmark_min_time_flag_time_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/benchmark_name_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/benchmark_random_interleaving_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/benchmark_setup_teardown_cb_types_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/benchmark_setup_teardown_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/benchmark_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/clobber_memory_assembly_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/commandlineflags_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/complexity_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/cxx11_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/diagnostics_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/display_aggregates_only_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/donotoptimize_assembly_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/donotoptimize_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/filter_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/fixture_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/internal_threading_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/link_main_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/manual_threading_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/map_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/memory_manager_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/memory_results_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/min_time_parse_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/multiple_ranges_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/options_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/output_test.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/output_test_helper.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/perf_counters_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/perf_counters_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/profiler_manager_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/profiler_manager_iterations_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/profiler_manager_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/register_benchmark_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/repetitions_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/report_aggregates_only_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/reporter_output_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/skip_with_error_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/spec_arg_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/spec_arg_verbosity_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/state_assembly_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/statistics_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/string_util_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/templated_fixture_method_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/templated_fixture_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/time_unit_gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/user_counters_tabular_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/user_counters_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/test/user_counters_thousands_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/BUILD.bazel create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/compare.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test1_run1.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test1_run2.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test2_run.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test3_run0.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test3_run1.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test4_run.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test4_run0.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test4_run1.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test5_run0.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/Inputs/test5_run1.json create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/__init__.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/report.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/gbench/util.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/libpfm.BUILD.bazel create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/requirements.txt create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googlebenchmark/tools/strip_asm.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/.clang-format create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/.github/ISSUE_TEMPLATE/00-bug_report.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/.github/ISSUE_TEMPLATE/10-feature_request.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/.github/ISSUE_TEMPLATE/config.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/.gitignore create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/BUILD.bazel create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/CMakeLists.txt create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/CONTRIBUTING.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/CONTRIBUTORS create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/LICENSE create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/MODULE.bazel create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/README.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/WORKSPACE create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/WORKSPACE.bzlmod create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/ci/linux-presubmit.sh create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/ci/macos-presubmit.sh create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/ci/windows-presubmit.bat create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/_config.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/_data/navigation.yml create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/_layouts/default.html create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/_sass/main.scss create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/advanced.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/assets/css/style.scss create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/community_created_documentation.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/faq.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/gmock_cheat_sheet.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/gmock_cook_book.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/gmock_faq.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/gmock_for_dummies.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/index.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/pkgconfig.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/platforms.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/primer.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/quickstart-bazel.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/quickstart-cmake.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/reference/actions.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/reference/assertions.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/reference/matchers.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/reference/mocking.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/reference/testing.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/docs/samples.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/fake_fuchsia_sdk.bzl create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/CMakeLists.txt create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/README.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/cmake/gmock.pc.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/cmake/gmock_main.pc.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/docs/README.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/gmock-actions.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/gmock-cardinalities.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/gmock-function-mocker.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/gmock-matchers.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/gmock-more-actions.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/gmock-more-matchers.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/gmock-nice-strict.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/gmock-spec-builders.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/gmock.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/internal/custom/README.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/internal/custom/gmock-port.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/internal/gmock-port.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/include/gmock/internal/gmock-pp.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/src/gmock-all.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/src/gmock-cardinalities.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/src/gmock-internal-utils.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/src/gmock-matchers.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/src/gmock-spec-builders.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/src/gmock.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/src/gmock_main.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/BUILD.bazel create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-actions_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-cardinalities_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-function-mocker_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-internal-utils_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-matchers-comparisons_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-matchers-containers_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-matchers-misc_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-matchers_test.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-more-actions_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-nice-strict_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-port_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-pp-string_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-pp_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock-spec-builders_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_all_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_ex_test.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_leak_test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_leak_test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_link2_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_link_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_link_test.h create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_output_test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_output_test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_output_test_golden.txt create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_stress_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_test.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googlemock/test/gmock_test_utils.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/CMakeLists.txt create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/README.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/cmake/Config.cmake.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/cmake/gtest.pc.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/cmake/gtest_main.pc.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/cmake/internal_utils.cmake create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/cmake/libgtest.la.in create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/docs/README.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest-assertion-result.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest-death-test.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest-matchers.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest-message.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest-param-test.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest-printers.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest-spi.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest-test-part.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest-typed-test.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest_pred_impl.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/gtest_prod.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/custom/README.md create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/custom/gtest-port.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/custom/gtest-printers.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/custom/gtest.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/gtest-filepath.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/gtest-internal.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/gtest-param-util.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/gtest-port-arch.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/gtest-port.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/gtest-string.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/include/gtest/internal/gtest-type-util.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/prime_tables.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample1.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample1.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample10_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample1_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample2.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample2.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample2_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample3-inl.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample3_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample4.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample4.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample4_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample5_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample6_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample7_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample8_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/samples/sample9_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-all.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-assertion-result.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-death-test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-filepath.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-internal-inl.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-matchers.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-port.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-printers.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-test-part.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest-typed-test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/src/gtest_main.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/BUILD.bazel create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-break-on-failure-unittest.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-break-on-failure-unittest_.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-catch-exceptions-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-catch-exceptions-test_.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-color-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-color-test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-death-test-test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-death-test_ex_test.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-env-var-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-env-var-test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-fail-if-no-test-linked-test-with-disabled-test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-fail-if-no-test-linked-test-with-enabled-test_.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-fail-if-no-test-linked-test.py create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-failfast-unittest.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-failfast-unittest_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-filepath-test.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-filter-unittest.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-filter-unittest_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-global-environment-unittest.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-global-environment-unittest_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-json-outfiles-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-json-output-unittest.py create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-list-tests-unittest.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-list-tests-unittest_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-listener-test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-message-test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-options-test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-output-test-golden-lin.txt create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-output-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-output-test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-param-test-invalid-name1-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-param-test-invalid-name1-test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-param-test-invalid-name2-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-param-test-invalid-name2-test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-param-test-test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-param-test-test.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-param-test2-test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-port-test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-printers-test.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-setuptestsuite-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-setuptestsuite-test_.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-shuffle-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-shuffle-test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-test-part-test.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-throw-on-failure-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-throw-on-failure-test_.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-uninitialized-test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/googletest-uninitialized-test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest-typed-test2_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest-typed-test_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest-typed-test_test.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest-unittest-api_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_all_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_assert_by_exception_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_dirs_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_environment_test.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_help_test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_help_test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_json_test_utils.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_list_output_unittest.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_list_output_unittest_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_main_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_no_test_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_pred_impl_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_premature_exit_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_prod_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_repeat_test.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_skip_check_output_test.py create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_skip_environment_check_output_test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_skip_in_environment_setup_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_skip_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_sole_header_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_stress_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_test_macro_stack_footprint_test.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_test_utils.py create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_testbridge_test.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_testbridge_test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_throw_on_failure_ex_test.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_unittest.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_xml_outfile1_test_.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_xml_outfile2_test_.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_xml_outfiles_test.py create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_xml_output_unittest.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_xml_output_unittest_.cc create mode 100755 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/gtest_xml_test_utils.py create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/production.cc create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest/test/production.h create mode 100644 myphoneinfo/andinfo/src/main/cpp/deps/googletest/googletest_deps.bzl diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130..5891093 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,10 @@ - + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml new file mode 100644 index 0000000..4ea72a9 --- /dev/null +++ b/.idea/copilot.data.migration.agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask.xml b/.idea/copilot.data.migration.ask.xml new file mode 100644 index 0000000..7ef04e2 --- /dev/null +++ b/.idea/copilot.data.migration.ask.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.edit.xml b/.idea/copilot.data.migration.edit.xml new file mode 100644 index 0000000..8648f94 --- /dev/null +++ b/.idea/copilot.data.migration.edit.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 3c0304c..144fd74 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -10,12 +10,6 @@