Searched refs:use (Results 1 – 25 of 1420) sorted by relevance
12345678910>>...57
/frameworks/base/core/proto/android/media/ |
D | audioattributes.proto | 5 * you may not use this file except in compliance with the License. 38 // Content type value to use when the content type is unknown, or other than 41 // Content type value to use when the content type is speech. 43 // Content type value to use when the content type is music. 45 // Content type value to use when the content type is a soundtrack, 48 // Content type value to use when the content type is a sound used to 56 // Usage value to use when the usage is unknown. 58 // Usage value to use when the usage is media, such as music, or movie 61 // Usage value to use when the usage is voice communications, such as 64 // Usage value to use when the usage is in-call signalling, such as with a [all …]
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 5 * you may not use this file except in compliance with the License. 39 * DEPRECATED. Do not use. 66 * DEPRECATED. Do not use. 92 * DEPRECATED. Do not use. 113 * DEPRECATED. Do not use. 140 * DEPRECATED. Do not use. 165 * DEPRECATED. Do not use. 183 * DEPRECATED. Do not use. 201 * DEPRECATED. Do not use. 219 * DEPRECATED. Do not use. [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/ |
D | README.md | 27 On other platforms, please use the corresponding package managing tool to 97 This will force it to use the correct flags. 100 Buffers, you should probably use the PKG_CHECK_MODULES macro in your 131 you must build a copy of protoc for the host machine first, then use 132 the --with-protoc option to tell configure to use it instead. For 137 This will use the installed protoc (found in your $PATH) instead of 139 also use an executable that hasn't been installed. For example, if 145 Either way, you must make sure that the protoc executable you use 147 use it with. 153 in this package. To use the work-around, run configure as follows: [all …]
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 10 Host tests use clang to build bytecode (bc) files, which are then executed 16 Target tests are similar, but instead of using clang, they use ant and 39 By default, llvm-lit will use the clang and bcc driver built in the android 40 output directory. If you wish to use different versions of these tools, 52 To execute all the tests from this directory, use the llvm-lit tool:
|
D | lit.site.cfg | 6 # you may not use this file except in compliance with the License. 26 # Determine which tool to use. 29 # If the user set the overriding environment variable, use it 48 # testFormat: The test format to use to interpret tests.
|
/frameworks/base/core/tests/mockingcoretests/ |
D | README | 4 * you may not use this file except in compliance with the License. 18 The Android platform core tests that require additional mocking capabilities and use Extended 20 regular Mockito library, so tests that use it have to be verified and adapted. For that reason a
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagAttribute.inc | 50 "conflicting way to use R9 in input %0.", 51 "conflicting way to use R9 in input %0.") 54 "RW static data addressing (SB-relative) conflicts the use of R9 " 56 "RW static data addressing (SB-relative) conflicts the use of R9 "
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | README.txt | 6 address book. The examples use the exact same format in all three languages, 7 so you can, for example, use add_person_java to create an address book and then 8 use list_people_python to read it. 18 If you only want to compile examples in one language, use "make cpp"*,
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 4 …e, which animations to chain together, and what stiffness or bounciness to use. Once the animation… 25 …use for animations of the given property. This allows the controller to configure stiffness and bo… 28 …ler’s configuration properties to build the animations, the controller can use them to actually ru… 30 In either case, the controller can use `super.animationForChild` to retrieve a `PhysicsPropertyAnim… 55 This would use the physics animations constructed by the layout to spring the view to *(100, 200)* … 60 …functionality to reduce the amount of boilerplate required for typical physics animation use cases. 63 …use different end actions for each property. For example, if we're animating a view to the bottom …
|
D | kotlin-in-sysui.md | 12 - Only use extension functions for keeping complex code locality: Don't use
|
/frameworks/ml/nn/extensions/ |
D | README.md | 11 This document explains how to create and use extensions. 20 a list of Android apps and binaries permitted to use NNAPI vendor extensions. 75 An extension operation may use any operand types, including non-extension 111 To build a model with an extension operand, use 126 Optionally, use `ANeuralNetworksModel_setOperandExtensionData` to 137 To build a model with an extension operation, use
|
/frameworks/base/core/proto/android/app/ |
D | enums.proto | 5 * you may not use this file except in compliance with the License. 93 // Process is being cached for later use and contains activities. 95 // Process is being cached for later use and is a client of another cached 98 // Process is being cached for later use and has an activity that corresponds 101 // Process is being cached for later use and is empty.
|
/frameworks/base/core/tests/benchmarks/ |
D | README | 2 These benchmarks use the Caliper benchmark framework, and can be 18 # Run vogar in benchmark mode, telling it to use app_process (not dalvikvm which is default)
|
/frameworks/av/media/libnbaio/ |
D | Android.bp | 28 // libnbaio_mono is the part of libnbaio that is available for vendors to use. Vendor modules can't 49 // libsndfile license is incompatible; uncomment to use for local debug only
|
/frameworks/ml/nn/ |
D | README.txt | 4 you may not use this file except in compliance with the License. 22 ./runtime/include: The header files that an external developer would use. 24 C++ wrapper around the C API to make it easier to use.
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License. 18 // use by our example of how to bundle a shared library with an APK.
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License. 18 // use by our example of how to bundle a shared library with an APK.
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License. 18 // use by our example of how to bundle a shared library with an APK.
|
/frameworks/base/services/robotests/ |
D | README | 12 want to test against what we wrote in the tree. Because of this we use a custom test runner, 16 To specify which classes to load use either @SystemLoaderClasses or @SystemLoaderPackages. In
|
/frameworks/base/core/proto/android/app/job/ |
D | enums.proto | 5 * you may not use this file except in compliance with the License. 22 // adding enums for system-server-side code, use the file in
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | empty.proto | 5 // Redistribution and use in source and binary forms, with or without 44 // A generic empty message that you can re-use to avoid defining duplicated 45 // empty messages in your APIs. A typical example is to use it as the request
|
/frameworks/rs/rsov/compiler/tests/single_kernel/ |
D | mixed.ll | 44 …"stack-protector-buffer-size"="0" "stackrealign" "unsafe-fp-math"="false" "use-soft-float"="false"… 45 …"stack-protector-buffer-size"="0" "stackrealign" "unsafe-fp-math"="false" "use-soft-float"="false"… 46 …"stack-protector-buffer-size"="0" "stackrealign" "unsafe-fp-math"="false" "use-soft-float"="false"…
|
/frameworks/av/camera/ndk/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 67 // TODO: jchowdhary@, use header_libs instead b/131165718 130 // TODO: jchowdhary@, use header_libs instead b/131165718
|
/frameworks/base/core/proto/android/server/job/ |
D | enums.proto | 5 * you may not use this file except in compliance with the License. 22 // adding enums for app-side code, use the file in
|
/frameworks/base/core/res/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License. 38 // Create package-export.apk, which other packages can use to get
|
12345678910>>...57