Home
last modified time | relevance | path

Searched +refs:android +refs:read +refs:project +refs:root (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/aosp_15_r20/trusty/vendor/google/aosp/scripts/
Dbuild.py62 num = int(f.read()) + 1
100 def archive_build_file(args, project, src, dest=None, optional=False): argument
116 src = os.path.join(args.build_root, "build-" + project, src)
124 dest = os.path.join(args.archive, project + "." + dest)
162 for root, dirs, files in os.walk(src):
163 rel_root = os.path.relpath(root, start=src)
168 dir_path = os.path.join(root, d)
179 file_path = os.path.join(root, f)
216 for project in args.project:
219 args.build_root, "build-" + project
[all …]
/aosp_15_r20/external/executorch/examples/demo-apps/android/LlamaDemo/
H A DSDK-quick-setup-guide.md10 Make sure you have read and agree with the terms and conditions from the website before downloading.
23 2. Unzip the archive. The directory named `jdk-17.0.10` is the Java root directory.
47 Android has a command line tool [sdkmanager](https://developer.android.com/tools/sdkmanager) which
50 1. Go to https://developer.android.com/studio and download the archive from "Command line tools
51 only" section. Make sure you have read and agree with the terms and conditions from the website.
55 curl https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -o command…
59 curl https://dl.google.com/android/repository/commandlinetools-mac-11076708_latest.zip -o commandli…
65 3. Specify a root for Android SDK. For example, we can put it under `$DEV_HOME/sdk`.
71 ./cmdline-tools/bin/sdkmanager --sdk_root="${ANDROID_HOME}" --install "platforms;android-34"
74 # The NDK root is then under `ndk/<version>`.
[all …]
/aosp_15_r20/external/android-key-attestation/server/
H A DREADME.md16 …n, up to the root. This includes checking that the root certificate is one of Google's root certif…
29 [2]: https://developer.android.com/reference/java/security/KeyStore.html#getCertificateChain(java.l…
30 [3]: https://developer.android.com/reference/javax/security/cert/X509Certificate.html
31 [4]: https://developer.android.com/training/articles/security-key-attestation.html
44 This sample uses the Gradle build system. To build this project, use the
50 are read in alphabetical order. For example the provided
56 - Stack Overflow: http://stackoverflow.com/questions/tagged/android
59 https://github.com/googlesamples/android-key-attestation
61 Patches are encouraged, and may be submitted by forking this project and
/aosp_15_r20/frameworks/base/tools/protologtool/
H A DREADME.md66 "at": "com\/android\/server\/example\/Class.java"
80 Command: `read-log --viewer-config <viewer.json> <wm_log.pb>`
86 ProtoLog is a generic logging system created for the WindowManager project. It allows both binary a…
103 Binary logs are saved as Protocol Buffers file. They can be read using the ProtoLog tool or special…
114 After doing any changes to logging groups or statements you should build the project and follow ins…
117 Use the `adb shell su root cmd window logging` command. To get help just type
118 `adb shell su root cmd window logging help`.
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDlint-api.jar ... -INF/MANIFEST.MF com/ com/android/ com/android/tools/ com/android ...
/aosp_15_r20/external/freetype/builds/cmake/
H A DiOS.cmake8 # This file is part of the FreeType project, and may only be used, modified,
9 # and distributed under the terms of the FreeType project license,
11 # indicate that you have read the license and understand and accept it
63 # iOS environment. Thanks to the `android-cmake' project for providing
148 # check the platform selection and setup for developer root
226 # set the find root to the iOS developer roots and to user defined paths
231 CACHE string "iOS find search path root"
/aosp_15_r20/developers/samples/android/media/MediaBrowserService/
DREADME.md16 To learn more about MediaSession and MediaBrowserService, read
50 with a automotiveApp root element. For a media app, this must include
55 <meta-data android:name="com.google.android.gms.car.application"
56 android:resource="@xml/automotive_app_desc"/>
70 android:name=".service.MusicService"
71 android:exported="true">
73 <action android:name="android.media.browse.MediaBrowserService" />
93 This sample uses the Gradle build system. To build this project, use the
100 - Stack Overflow: http://stackoverflow.com/questions/tagged/android
103 https://github.com/googlesamples/android-MediaBrowserService
[all …]
/aosp_15_r20/developers/build/prebuilts/gradle/MediaBrowserService/
H A DREADME.md16 To learn more about MediaSession and MediaBrowserService, read
50 with a automotiveApp root element. For a media app, this must include
55 <meta-data android:name="com.google.android.gms.car.application"
56 android:resource="@xml/automotive_app_desc"/>
70 android:name=".service.MusicService"
71 android:exported="true">
73 <action android:name="android.media.browse.MediaBrowserService" />
93 This sample uses the Gradle build system. To build this project, use the
100 - Stack Overflow: http://stackoverflow.com/questions/tagged/android
103 https://github.com/googlesamples/android-MediaBrowserService
[all …]
/aosp_15_r20/external/ltp/
H A DAndroid.bp30 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
38 // used in the current project.
44 // See: http://go/android-license-faq
71 // tell, there's no way to read a file in the root of the python
77 out: ["android/tools/gen.bp"],
88 srcs: ["android/tools/disabled_tests.txt"],
155 "android/include",
177 // TODO: recover libaio when the external project created
/aosp_15_r20/external/oboe/docs/
H A DFAQ.md5 …d NDK. To move data from Java to C++ you can use [JNI](https://developer.android.com/training/arti…
7android.com/reference/android/media/AudioTrack). This can be created with low latency using the Au…
9 …n Oboe using [`setBufferSizeInFrames(int)`](https://developer.android.com/reference/android/media/…
13android.com/reference/android/media/AudioTrack#PERFORMANCE_MODE_LOW_LATENCY) was added in API 26, …
21 …uring that your project builds successfully. The main thing to do is ensure that the Oboe include …
28 We have had several reports of this happening and are keen to understand the root cause. If this ha…
34 …. For recording streams, the audio data must be resampled before you can read it. In both cases t…
/aosp_15_r20/external/mesa3d/
H A DCODEOWNERS3 # https://docs.gitlab.com/ce/user/project/code_owners.html
10 # which means this file is only read by humans for now.
12 # Paths starting with a `/` are relative to the git root, otherwise they
28 /android/ @roman.stratiienko
/aosp_15_r20/external/libvpx/
H A DREADME53 read by the analyzer when testing the binaries.
62 arm64-android-gcc
75 armv7-android-gcc
93 x86-android-gcc
116 x86_64-android-gcc
170 The coding style used by this project is enforced with clang-format using the
171 configuration contained in the .clang-format file in the root of the
203 Then, rebuild the project with the new profile file:
223 This library is an open source project supported by its community. Please
/aosp_15_r20/external/ltp/android/
H A DREADME.md9 [Github](https://github.com/linux-test-project/ltp) (upstream)
30 * `external/ltp/android/`: Contains Android-specific files, aside from Android.[bp, mk] at top leve…
31 * `external/ltp/android/Android.ltp.mk`: Lists build rules for the LTP modules built under make. Th…
32 … for the LTP modules built under Soong. This file gets auto-generated by android/tools/gen_android…
33 …ltp/android/ltp_package_list.mk`: Lists all tests that will get pulled into VTS - VTS depends on t…
34 * `external/ltp/android/tools/disabled_tests.txt`: Lists tests which cannot or should not be compil…
94 * `adb root && adb shell`
96 In the root shell on device:
118 external/ltp/android/tools/disabled_tests.txt. Many tests have been added to
126 * `external/ltp/android/Android.ltp.mk`, for LTP modules built in make
[all …]
/aosp_15_r20/system/sepolicy/prebuilts/api/33.0/private/
H A Ddomain.te70 # Allow all domains to read sys.use_memfd to determine
136 } misc_block_device:blk_file { append link relabelfrom rename write open read ioctl lock };
138 # Limit ability to ptrace or read sensitive /proc/pid files of processes
168 neverallow { domain -init -system_server } dropbox_data_file:file ~{ getattr read };
273 # https://bugs.chromium.org/p/project-zero/issues/detail?id=955 for example.
328 # Only authorized processes should be writing to /data/misc/apexdata/com.android.art as it
458 neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;
467 # Kprobes should only be used by adb root
562 # Only allow init and vendor_init to read/write mm_events properties
563 # NOTE: dumpstate is allowed to read any system property
[all …]
/aosp_15_r20/external/executorch/docs/source/
H A Druntime-build-and-cross-compilation.md43 # cd to the root of the executorch repo
114 - Prerequisite: [Android NDK](https://developer.android.com/ndk), choose one of the following:
115 … Studio by following the instructions to [install ndk](https://developer.android.com/studio/projec…
116 …- Option 2: Download Android NDK directly from [here](https://developer.android.com/ndk/downloads).
121 rm -rf cmake-android-out && mkdir cmake-android-out && cd cmake-android-out
124 …FILE=/Users/{user_name}/Library/Android/sdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake …
127 cmake --build cmake-android-out -j9
131 adb push cmake-android-out/executor_runner /data/local/tmp/executorch
160 3. Copy over the generated `.xcframework` bundles to your Xcode project, link them against
168 …ploring advanced features and capabilities. Here is a list of sections you might want to read next:
[all …]
/aosp_15_r20/system/sepolicy/prebuilts/api/32.0/private/
H A Ddomain.te70 # Allow all domains to read sys.use_memfd to determine
115 # Limit ability to ptrace or read sensitive /proc/pid files of processes
144 neverallow { domain -init -system_server } dropbox_data_file:file ~{ getattr read };
226 # https://bugs.chromium.org/p/project-zero/issues/detail?id=955 for example.
281 # Only authorized processes should be writing to /data/misc/apexdata/com.android.art as it
406 neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;
415 # Kprobes should only be used by adb root
504 # Only allow init and vendor_init to read/write mm_events properties
505 # NOTE: dumpstate is allowed to read any system property
523 } proc_kallsyms:file { open read };
/aosp_15_r20/system/sepolicy/prebuilts/api/31.0/private/
H A Ddomain.te70 # Allow all domains to read sys.use_memfd to determine
115 # Limit ability to ptrace or read sensitive /proc/pid files of processes
144 neverallow { domain -init -system_server } dropbox_data_file:file ~{ getattr read };
226 # https://bugs.chromium.org/p/project-zero/issues/detail?id=955 for example.
281 # Only authorized processes should be writing to /data/misc/apexdata/com.android.art as it
406 neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;
415 # Kprobes should only be used by adb root
504 # Only allow init and vendor_init to read/write mm_events properties
505 # NOTE: dumpstate is allowed to read any system property
523 } proc_kallsyms:file { open read };
/aosp_15_r20/system/extras/simpleperf/doc/
H A Dcollect_etm_data_for_autofdo.md34 # preparation: we need to be root to record ETM data
35 $ adb root
50 Converting ETM data to AutoFDO input files needs to read binaries.
109 The source code is in [etm_test_loop.cpp](https://android.googlesource.com/platform/system/extras/+…
110 The build script is in [Android.bp](https://android.googlesource.com/platform/system/extras/+/main/…
125 (host) <AOSP>$ adb root
212 [this Android kernel commit](https://android-review.googlesource.com/c/kernel/common/+/3101987).
218 (host) $ adb root && adb shell
231 -rw-rw-rw- 1 root root 437K 2024-10-17 23:03 branch01.data
265 [this Android kernel commit](https://android-review.googlesource.com/c/kernel/common/+/3293642).
[all …]
/aosp_15_r20/system/sepolicy/prebuilts/api/34.0/private/
H A Ddomain.te77 # Allow all domains to read sys.use_memfd to determine
175 # Allow all processes to read the file_logger property that liblog uses to check if file_logger
200 } misc_block_device:blk_file { append link relabelfrom rename write open read ioctl lock };
202 # Limit ability to ptrace or read sensitive /proc/pid files of processes
242 } dropbox_data_file:file ~{ getattr read };
348 # https://bugs.chromium.org/p/project-zero/issues/detail?id=955 for example.
404 # Only authorized processes should be writing to /data/misc/apexdata/com.android.art as it
533 neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;
546 # Kprobes should only be used by adb root
637 # Only allow init and vendor_init to read/write mm_events properties
[all …]
/aosp_15_r20/system/sepolicy/prebuilts/api/202404/private/
H A Ddomain.te77 # Allow all domains to read sys.use_memfd to determine
175 # Allow all processes to read the file_logger property that liblog uses to check if file_logger
230 } misc_block_device:blk_file { append link relabelfrom rename write open read ioctl lock };
232 # Limit ability to ptrace or read sensitive /proc/pid files of processes
271 } dropbox_data_file:file ~{ getattr read };
377 # https://bugs.chromium.org/p/project-zero/issues/detail?id=955 for example.
433 # Only authorized processes should be writing to /data/misc/apexdata/com.android.art as it
562 neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;
575 # Kprobes should only be used by adb root
669 # Only allow init and vendor_init to read/write mm_events properties
[all …]
/aosp_15_r20/external/vulkan-validation-layers/
H A DBUILD.md13 1. [Android Build](#building-on-android)
197 - Please use `update_deps.py --help` to list additional options and read the
264 The general approach is to run CMake to generate the Visual Studio project
288 create a build directory and generate the Visual Studio project files:
311 When generating the project files, the absolute path to a Vulkan-Headers
318 When generating the project files, the absolute path to a glslang install
352 The CMake project also generates an "install" target that you can use to copy
355 providing them to another project that is dependent on them.
358 the `CMAKE_INSTALL_PREFIX` variable when first generating the project build
479 When generating the project files, the absolute path to a Vulkan-Headers
[all …]
/aosp_15_r20/external/perfetto/docs/design-docs/
H A Dheapprofd-design.md42 One of the real-time signals ([`BIONIC_SIGNAL_PROFILER`](https://cs.android.com/android/platform/su…
79 The unwinder thread read the client's shared memory buffers and handle the samples received. The re…
85 …over the process memory (which is accessed using FDMemory). FDMemory uses read on `/proc/self/mem`…
112 …create a more general version of [`LocalUpdatableMaps`](https://cs.android.com/android/platform/su…
192 …f the system described above that works with SELinux `setenforce 0` and running as root on walleye.
198 Do security changes required to run heapprofd with `setenforce 1` and as non-root.
224 [libunwindstack](https://cs.android.com/android/platform/superproject/main/+/main:system/unwinding/…
227 …t can be used for symbolization) from go/ab or https://ci.android.com (e.g. https://ci.android.com…
238 Even though [simpleperf](https://cs.android.com/android/platform/superproject/main/+/main:system/ex…
242android.com/android/platform/superproject/main/+/main:bionic/libc/malloc_debug/) instruments bioni…
[all …]
H A Dapi-and-abi.md73 any project from depending on this API because it is too complex and extremely
75 This API surface exists only for the Chromium project, which has unique
210 tracing) and read back trace data.
222 [Android Studio](https://developer.android.com/studio) or the
317 [`TracePacket(s)`][trace-packet-ref] (the root trace proto).
331 (but will still read them when flushing even if incomplete).
350 marking all chunks as either being read or written. But that has the only side
432 Defined in [trace_packet.proto]. This is the root object written by any data
520 [selinux_producer]: https://cs.android.com/search?q=perfetto_producer%20f:sepolicy.*%5C.te&sq=
521 [selinux_consumer]:https://cs.android.com/search?q=f:sepolicy%2F.*%5C.te%20traced_consumer&sq=
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/
HDtools.lint-api.jar ... -INF/MANIFEST.MF com/ com/android/ com/android/tools/ com/android ...
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Platform/
DAndroid-Determine.cmake36 # If using Android tools for Visual Studio, compile a sample project to get the
108 if(CMAKE_SYSROOT MATCHES "^([^\\\n]*)/platforms/android-([0-9]+)/arch-([a-z0-9_]+)$")
119 " <ndk>/platforms/android-<api>/arch-<arch>\n"
134 "Android: The NDK root directory specified by CMAKE_ANDROID_NDK:\n"
147 if(NOT EXISTS "${CMAKE_ANDROID_STANDALONE_TOOLCHAIN}/sysroot/usr/include/android/api-level.h")
152 " ${CMAKE_ANDROID_STANDALONE_TOOLCHAIN}/sysroot/usr/include/android/api-level.h\n"
177 # Try to read the API level from the toolchain launcher.
192 file(STRINGS "${CMAKE_ANDROID_STANDALONE_TOOLCHAIN}/sysroot/usr/include/android/api-level.h"
203 " ${CMAKE_ANDROID_STANDALONE_TOOLCHAIN}/sysroot/usr/include/android/api-level.h\n"
313 # https://developer.android.com/ndk/guides/abis.html
[all …]

12345678910>>...13