Searched +refs:android +refs:read +refs:project +refs:root (Results 1 – 25 of 307) sorted by relevance
12345678910>>...13
62 num = int(f.read()) + 1100 def archive_build_file(args, project, src, dest=None, optional=False): argument116 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 …]
10 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) which50 1. Go to https://developer.android.com/studio and download the archive from "Command line tools51 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 …]
16 …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.html31 [4]: https://developer.android.com/training/articles/security-key-attestation.html44 This sample uses the Gradle build system. To build this project, use the50 are read in alphabetical order. For example the provided56 - Stack Overflow: http://stackoverflow.com/questions/tagged/android59 https://github.com/googlesamples/android-key-attestation61 Patches are encouraged, and may be submitted by forking this project and
66 "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 type118 `adb shell su root cmd window logging help`.
... -INF/MANIFEST.MF com/ com/android/ com/android/tools/ com/android ...
8 # 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 it63 # iOS environment. Thanks to the `android-cmake' project for providing148 # check the platform selection and setup for developer root226 # set the find root to the iOS developer roots and to user defined paths231 CACHE string "iOS find search path root"
16 To learn more about MediaSession and MediaBrowserService, read50 with a automotiveApp root element. For a media app, this must include55 <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 the100 - Stack Overflow: http://stackoverflow.com/questions/tagged/android103 https://github.com/googlesamples/android-MediaBrowserService[all …]
30 // 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-faq71 // tell, there's no way to read a file in the root of the python77 out: ["android/tools/gen.bp"],88 srcs: ["android/tools/disabled_tests.txt"],155 "android/include",177 // TODO: recover libaio when the external project created
5 …d NDK. To move data from Java to C++ you can use [JNI](https://developer.android.com/training/arti…7 …android.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/…13 …android.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…
3 # https://docs.gitlab.com/ce/user/project/code_owners.html10 # which means this file is only read by humans for now.12 # Paths starting with a `/` are relative to the git root, otherwise they28 /android/ @roman.stratiienko
53 read by the analyzer when testing the binaries.62 arm64-android-gcc75 armv7-android-gcc93 x86-android-gcc116 x86_64-android-gcc170 The coding style used by this project is enforced with clang-format using the171 configuration contained in the .clang-format file in the root of the203 Then, rebuild the project with the new profile file:223 This library is an open source project supported by its community. Please
9 [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 to126 * `external/ltp/android/Android.ltp.mk`, for LTP modules built in make[all …]
70 # Allow all domains to read sys.use_memfd to determine136 } 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 processes168 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 it458 neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;467 # Kprobes should only be used by adb root562 # Only allow init and vendor_init to read/write mm_events properties563 # NOTE: dumpstate is allowed to read any system property[all …]
43 # cd to the root of the executorch repo114 - 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-out124 …FILE=/Users/{user_name}/Library/Android/sdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake …127 cmake --build cmake-android-out -j9131 adb push cmake-android-out/executor_runner /data/local/tmp/executorch160 3. Copy over the generated `.xcframework` bundles to your Xcode project, link them against168 …ploring advanced features and capabilities. Here is a list of sections you might want to read next:[all …]
70 # Allow all domains to read sys.use_memfd to determine115 # Limit ability to ptrace or read sensitive /proc/pid files of processes144 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 it406 neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;415 # Kprobes should only be used by adb root504 # Only allow init and vendor_init to read/write mm_events properties505 # NOTE: dumpstate is allowed to read any system property523 } proc_kallsyms:file { open read };
34 # preparation: we need to be root to record ETM data35 $ adb root50 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 root212 [this Android kernel commit](https://android-review.googlesource.com/c/kernel/common/+/3101987).218 (host) $ adb root && adb shell231 -rw-rw-rw- 1 root root 437K 2024-10-17 23:03 branch01.data265 [this Android kernel commit](https://android-review.googlesource.com/c/kernel/common/+/3293642).[all …]
77 # Allow all domains to read sys.use_memfd to determine175 # Allow all processes to read the file_logger property that liblog uses to check if file_logger200 } 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 processes242 } 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 it533 neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;546 # Kprobes should only be used by adb root637 # Only allow init and vendor_init to read/write mm_events properties[all …]
77 # Allow all domains to read sys.use_memfd to determine175 # Allow all processes to read the file_logger property that liblog uses to check if file_logger230 } 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 processes271 } 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 it562 neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;575 # Kprobes should only be used by adb root669 # Only allow init and vendor_init to read/write mm_events properties[all …]
13 1. [Android Build](#building-on-android)197 - Please use `update_deps.py --help` to list additional options and read the264 The general approach is to run CMake to generate the Visual Studio project288 create a build directory and generate the Visual Studio project files:311 When generating the project files, the absolute path to a Vulkan-Headers318 When generating the project files, the absolute path to a glslang install352 The CMake project also generates an "install" target that you can use to copy355 providing them to another project that is dependent on them.358 the `CMAKE_INSTALL_PREFIX` variable when first generating the project build479 When generating the project files, the absolute path to a Vulkan-Headers[all …]
42 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…242 …android.com/android/platform/superproject/main/+/main:bionic/libc/malloc_debug/) instruments bioni…[all …]
73 any project from depending on this API because it is too complex and extremely75 This API surface exists only for the Chromium project, which has unique210 tracing) and read back trace data.222 [Android Studio](https://developer.android.com/studio) or the317 [`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 side432 Defined in [trace_packet.proto]. This is the root object written by any data520 [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=
36 # If using Android tools for Visual Studio, compile a sample project to get the108 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 …]