Home
last modified time | relevance | path

Searched refs:built (Results 1 – 25 of 219) sorted by relevance

123456789

/aosp12/art/test/201-built-in-except-detail-messages/
H A DAndroid.bp3 // Build rules for ART run-test `201-built-in-except-detail-messages`.
16 name: "art-run-test-201-built-in-except-detail-messages",
21 ":art-run-test-201-built-in-except-detail-messages-expected-stdout",
22 ":art-run-test-201-built-in-except-detail-messages-expected-stderr",
28 name: "art-run-test-201-built-in-except-detail-messages-expected-stdout",
29 out: ["art-run-test-201-built-in-except-detail-messages-expected-stdout.txt"],
36 name: "art-run-test-201-built-in-except-detail-messages-expected-stderr",
37 out: ["art-run-test-201-built-in-except-detail-messages-expected-stderr.txt"],
H A Dinfo.txt1 Tests of the built-in exceptions' detail messages.
/aosp12/build/make/
H A Dhelp.sh41 snod Quickly rebuild the system image from built packages
43 vnod Quickly rebuild the vendor image from built packages
45 pnod Quickly rebuild the product image from built packages
47 senod Quickly rebuild the system_ext image from built packages
49 onod Quickly rebuild the odm image from built packages
51 vdnod Quickly rebuild the vendor_dlkm image from built packages
53 odnod Quickly rebuild the odm_dlkm image from built packages
/aosp12/system/tools/aidl/tests/
H A Dgolden_test.sh64 local built="$root/out/soong/.intermediates/system/tools/aidl/$module/"
70 cp -r "$built/gen" "$golden"
72 diff -r "$built" "$golden" || e=1
/aosp12/frameworks/compile/libbcc/tests/
H A DREADME.lit2 * Ensure `llvm-rs-as` is built, either by doing a top-level `make
4 * Ensure that LLVM and libbcc are built with
6 * Ensure `opt` is built from external/llvm, either by top-level `make
/aosp12/system/tools/xsdc/
H A DREADME.md100 values: built-in data type, simpleType or complexType
118 values: built-in data type, simpleType or complexType
139 values: built-in data type
145 values: built-in data type, simpleType or complexType
157 values: built-in data type, or simpleType
163 values: built-in data type, or simpleType
178 values: built-in data type
/aosp12/bionic/docs/
H A Ddefines.md26 If your code can be built targeting a variety of different OS versions, use
31 One thing to note (if your code may also be built as part of the OS itself) is
46 If your code can be built either as part of an app _or_ as part of the OS
48 This is typically a good choice when your code uses non-NDK API if it's built as
53 If your code can be built with a variety of different NDK versions, and needs to
55 the NDK you're being built with. Usually only `__NDK_MAJOR__` will be necessary.
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DUriTest.java435 Uri built = new Uri.Builder() in testHierarchical() local
444 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
446 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
449 built = new Uri.Builder() in testHierarchical()
458 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
460 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
463 built = built.buildUpon().build(); in testHierarchical()
466 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
468 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
/aosp12/frameworks/opt/setupwizard/tools/gradle/
H A Ddist-library-instrumentation-tests.gradle8 * "${project.archivesBaseName}Tests.apk". This allows multiple flavors of test APKs to be built
18 // "Debug" tests are not built by BuildSrc by default. Depend on the task so it will be built.
/aosp12/frameworks/native/libs/binder/ndk/
H A Dstability.cpp27 #error libbinder_ndk should only be built in a system context
31 #error libbinder_ndk should only be built in a system context
/aosp12/frameworks/base/tools/aapt2/
H A Ddevelopment.md8built with `make -j static_sdk_tools dist DIST_DIR=$OUTPUT_DIRECTORY BUILD_HOST_static=1`. Note, i…
/aosp12/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java490 Uri built = new Uri.Builder() in testHierarchical() local
499 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
501 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
504 built = new Uri.Builder() in testHierarchical()
513 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
515 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
518 built = built.buildUpon().build(); in testHierarchical()
521 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
523 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
/aosp12/hardware/interfaces/wifi/supplicant/1.1/
H A DISupplicantStaNetwork.hal35 * Identity string is built from IMSI. Format is:
58 * Identity string is built from encrypted IMSI. Format is:
73 * @param identity Identity string built from the encrypted IMSI.
/aosp12/frameworks/compile/libbcc/tests/debuginfo/
H A DREADME28 To run the tests, you must have built the android source tree and have
31 You need the following tools (not built by the android build system) on
39 By default, llvm-lit will use the clang and bcc driver built in the android
/aosp12/packages/modules/StatsD/lib/libstatssocket/
H A Dstats_event.c79 bool built; member
97 event->built = false; in AStatsEvent_obtain()
346 if (event->built) return; in AStatsEvent_build()
350 event->built = true; in AStatsEvent_build()
/aosp12/packages/modules/common/sdk/
H A DStubLibraries.bp31 // Public stubs for BCP modules in Android R built from source
50 // System stubs for BCP modules in Android R built from source
/aosp12/packages/modules/Virtualization/docs/getting_started/
H A Dgoldfish.md3 The built-in local emulator is the quickest way how to get started with KVM and Android.
27 just built and run it in QEMU.
/aosp12/frameworks/compile/slang/tests/P_redefine_RS_VERSION/
H A Dstderr.txt.expect2 <built-in>:1:9: note: previous definition is here
/aosp12/build/make/target/board/module_arm64/
H A DREADME.md2 arm64 device. 32 bit binaries built with this product will not be suitable for a
/aosp12/build/make/target/board/module_x86_64/
H A DREADME.md2 x86_64 device. 32 bit binaries built with this product will not be suitable for
/aosp12/hardware/interfaces/thermal/2.0/
H A DIThermal.hal35 * current temperatures. The order of temperatures of built-in
53 * temperatures thresholds. The order of temperatures of built-in
111 * cooling device information. The order of built-in cooling
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
H A D.gitignore6 # We need the built .class files to load custom views and R class.
/aosp12/system/chre/host/msm/daemon/
H A DREADME.md4 This daemon cannot be built out of this folder, however, because it depends on
/aosp12/hardware/interfaces/thermal/1.0/
H A DIThermal.hal28 * current temperatures. The order of temperatures of built-in
65 * cooling device information. The order of built-in cooling
/aosp12/frameworks/base/core/java/android/service/wallpaper/
H A DAndroid.bp20 // Enforce that the library is built against java 8 so that there are

123456789