Home
last modified time | relevance | path

Searched refs:uses (Results 1 – 25 of 107) sorted by relevance

12345

/frameworks/base/tools/aapt2/link/
DManifestFixer_test.cpp122 <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="21" /> in TEST_F()
132 el = el->FindChild({}, "uses-sdk"); in TEST_F()
144 <uses-sdk android:targetSdkVersion="21" /> in TEST_F()
151 el = el->FindChild({}, "uses-sdk"); in TEST_F()
163 <uses-sdk /> in TEST_F()
170 el = el->FindChild({}, "uses-sdk"); in TEST_F()
187 el = el->FindChild({}, "uses-sdk"); in TEST_F()
216 xml::Element* uses_sdk_el = manifest_el->FindChild("", "uses-sdk"); in TEST_F()
250 <uses-split android:name="feature_a" /> in TEST_F()
268 xml::Element* uses_split_el = manifest_el->FindChild({}, "uses-split"); in TEST_F()
[all …]
/frameworks/base/core/proto/android/stats/dnsresolver/
Ddns_resolver.proto161 // Indicates this network uses a Cellular transport.
163 // Indicates this network uses a Wi-Fi transport.
165 // Indicates this network uses a Bluetooth transport.
167 // Indicates this network uses an Ethernet transport.
169 // Indicates this network uses a VPN transport.
171 // Indicates this network uses a Wi-Fi Aware transport.
173 // Indicates this network uses a LoWPAN transport.
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto32 // Indicates this network uses a Cellular transport.
34 // Indicates this network uses a Wi-Fi transport.
36 // Indicates this network uses a Bluetooth transport.
38 // Indicates this network uses an Ethernet transport.
40 // Indicates this network uses a VPN transport.
42 // Indicates this network uses a Wi-Fi Aware transport.
44 // Indicates this network uses a LoWPAN transport.
130 // exact units are bearer-dependent. For example, Wi-Fi uses RSSI.
/frameworks/compile/mclinker/include/mcld/LD/
DDiagAttribute.inc42 "%0 uses different way to pass WMMX parameters and results.",
43 "%0 uses different way to pass WMMX parameters and results.")
74 "%0 uses different way to pass the floating point parameter and results.",
75 "%0 uses different way to pass the floating point parameter and results.")
/frameworks/base/tools/preload2/src/com/android/preload/actions/
DComputeThresholdAction.java81 Map<String, Set<String>> uses = new HashMap<String, Set<String>>(); in run() local
84 updateClassUse(d.getPackageName(), uses, getBootClassPathClasses(d.getDumpData())); in run() local
88 Set<String> result = fromThreshold(uses, blacklist, threshold); in run()
/frameworks/base/tests/AccessoryDisplay/
DREADME15 The sink application uses the UsbDevice APIs to receive connections
30 The source application uses the UsbAccessory APIs to connect
34 The source application uses the DisplayManager APIs to create
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DREADME.md32 which only uses features from C# 3 and earlier.
43 have Visual Studio 2015 or later, as the library uses C# 6 features
65 uses the standard protobuf JSON representation
/frameworks/base/media/tests/players/
DREADME5 The class TestPlayerStub uses the dynamic loader to load any of them.
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt104 RESOLVED: The uses of the presentation time are intentionally not specified
105 in this extension. Some possible uses include Audio/Video synchronization,
131 - Clarified how uses that either do or do not need an absolute time should
/frameworks/opt/gamesdk/samples/bouncyball/app/
DCMakeLists.txt7 # This builds and uses swappy as a static library from a gamesdk package
Dproguard-rules.pro8 # If your project uses WebView with JS, uncomment the following
/frameworks/base/tests/RemoteDisplayProvider/
DREADME12 wireless displays or launch an activity that uses the MediaRouter,
/frameworks/opt/gamesdk/samples/unitypackaging/app/
Dproguard-rules.pro8 # If your project uses WebView with JS, uncomment the following
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/
Dproguard-rules.pro8 # If your project uses WebView with JS, uncomment the following
/frameworks/opt/setupwizard/library/
DAndroid.bp23 // Build gingerbread-compat library, which uses AppCompat support library to provide backwards
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro12 # If your project uses WebView with JS, uncomment the following
/frameworks/base/tests/TouchLatency/app/
Dproguard-rules.pro12 # If your project uses WebView with JS, uncomment the following
/frameworks/opt/gamesdk/third_party/cube/app/
Dproguard-rules.pro8 # If your project uses WebView with JS, uncomment the following
/frameworks/native/cmds/dumpstate/
Ddumpstate.rc12 # dumpstatez generates a zipped bugreport but also uses a socket to print the file location once
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproguard-project.txt15 # If your project uses WebView with JS, uncomment the following
/frameworks/compile/libbcc/lib/
DRSInvariant.cpp112 for (llvm::Use &Use : Value->uses()) { in markInvariantUserLoads()
/frameworks/base/cmds/statsd/src/
Duid_data.proto32 // StatsServiceCompanion uses the proto to supply statsd with uid-package
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt111 "work based on the library" and a "work that uses the library". The
148 and what the program that uses the Library does.
176 table of data to be supplied by an application program that uses
242 linked with it, is called a "work that uses the Library". Such a
246 However, linking a "work that uses the Library" with the Library
248 contains portions of the Library), rather than a "work that uses the
252 When a "work that uses the Library" uses material from a header file
259 If such an object file uses only numerical parameters, data
272 link a "work that uses the Library" with the Library to produce a
291 uses the Library", as object code and/or source code, so that the
[all …]
/frameworks/base/tools/preload2/
Dpreload-tool15 # This script is used on the host only. It uses a common subset
/frameworks/compile/libbcc/tests/libbcc/
Ddebug_info_static_const_fp.ll7 ; explicit uses of "debug_info_static_const_fp" below.

12345