Searched refs:like (Results 1 – 25 of 72) sorted by relevance
123
/frameworks/opt/setupwizard/library/ |
D | rules.gradle | 3 * included in scripts like build.gradle or standalone.gradle using 'apply from'. 6 * dependencies like support library is built directly from source, while for standalone builds they 57 // for reproducible builds, for example in build.gradle define something like 65 // something like this:
|
D | build.gradle | 8 * this will build the dependencies like support libraries from source, whereas standalone.gradle 23 // builds. To add a dependency, you want to specify something like this:
|
D | standalone-rules.gradle | 18 // dependencies from maven. To add a dependency, you want to specify something like this:
|
/frameworks/compile/slang/tests/P_reflection3264_divergent/ |
D | reflection3264_divergent.rscript | 74 // for arguments, should get a helper struct that looks like struct NonDivergent 77 // for arguments, should get a helper struct that looks like struct Divergent 80 // for arguments, should get a helper struct that looks like struct DivergentNest
|
/frameworks/base/location/lib/ |
D | README.txt | 16 the interface. In this way it is like framework.jar. 24 but that doesn't seem like a great idea when only applications with a special 29 It wraps internal platform classes (like ProviderRequest) with a stable
|
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/ |
D | reflection3264_divergent.rscript | 76 // for arguments, should get a helper struct that looks like struct NonDivergent 79 // for arguments, should get a helper struct that looks like struct Divergent 82 // for arguments, should get a helper struct that looks like struct DivergentNest
|
/frameworks/base/core/java/android/content/ |
D | SearchRecentSuggestionsProvider.java | 333 String like = "%" + selectionArgs[0] + "%"; in query() local 335 myArgs = new String [] { like, like }; in query() 337 myArgs = new String [] { like }; in query()
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 4 bugreport services (like `bugreport` and `bugreportplus`) and delivered to the 5 end user (i.e., it doesn’t include other tools like `adb bugreport`). 9 intent; the end user then select which app (like an email client) handles such 106 release, the version will be called **1.1** or something like that.
|
/frameworks/base/core/java/org/chromium/arc/ |
D | EventLogTags.logtags | 10 # These events will be watched in automations like autotests.
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
D | README.txt | 3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Targets.def.in | 12 |* MCLD_TARGET macro to be a function-like macro with a single *|
|
D | Targets.def.cmake | 12 |* MCLD_TARGET macro to be a function-like macro with a single *|
|
D | Linkers.def.in | 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
|
D | Linkers.def.cmake | 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
|
D | Linkers.def | 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
|
D | Targets.def | 12 |* MCLD_TARGET macro to be a function-like macro with a single *|
|
/frameworks/base/packages/Tethering/tests/unit/ |
D | jarjar-rules.txt | 2 # internal classes (like ArrayUtils in com.android.internal.util)
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 14 …rganize 3 sets of data like the following(all tests in the file need to have 3 sets of data). You …
|
/frameworks/native/services/vr/virtual_touchpad/idc/ |
D | vr-virtual-touchpad-0.idc | 21 # Have input flinger treat injected scroll events like a G1 ball
|
D | vr-virtual-touchpad-1.idc | 21 # Have input flinger treat injected scroll events like a G1 ball
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 23 an executing kernel, like dimensions and current indices. These functions take 51 over, like dimensions. It also contains rarely used indices of the currently processed 52 cell, like the Array0 index or the current level of detail. 242 over and rarely used indices, like the Array0 index.
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 4 …enabled, the LayerLoader will scan specified directories for layers, just like the Vulkan loader d… 14 …point that can be called to look up functions below the layer. The entrypoint can be used like so: 29 …yer_proc_address, but providing them makes it easier for existing layers (like GAPID and RenderDoc… 236 …tinue to route to GLES 1.x drivers. But functions shared with GLES 2.0+ (like glGetString) will b…
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 10 …ationController asks for no animations to be chained, and exposes methods like ```expandStack()```… 32 … are called by anyone with access to the controller instance to do things like expand, collapse, o… 71 …rting values for properties before the animation begins. Property methods like `translationX` have… 73 …d with a `PhysicsPropertyAnimator` for each child, where calls to methods like `translationX` and …
|
/frameworks/base/packages/Tethering/ |
D | jarjar-rules.txt | 5 # (like TrafficStatsConstants in com.android.internal.util)
|
/frameworks/native/libs/gui/tests/ |
D | Android.bp | 59 // To add move tests like this, just add additional cc_test statements,
|
123