Searched refs:like (Results 1 – 25 of 45) sorted by relevance
12
/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 33 // for reproducible builds, for example in build.gradle define something like 41 // 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/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/base/core/java/android/content/ |
D | SearchRecentSuggestionsProvider.java | 331 String like = "%" + selectionArgs[0] + "%"; in query() local 333 myArgs = new String [] { like, like }; in query() 335 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 77 release, the version will be called **1.1** or something like that.
|
/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 | Linkers.def.cmake | 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
|
D | Linkers.def.in | 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
|
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 | Targets.def | 12 |* MCLD_TARGET macro to be a function-like macro with a single *|
|
D | Linkers.def | 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
|
/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/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.
|
D | rs_object_types.spec | 20 The types below are used to manipulate RenderScript objects like allocations, samplers,
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 15 the interface. In this way it is like framework.jar.
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 25 Usage typically looks like this (transaction errors are not handled): 101 Usage typically looks like this (transaction errors are not handled):
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 17 the interface. In this way it is like framework.jar.
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 15 the interface. In this way it is like framework.jar.
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 25 * an executing kernel, like dimensions and current indices. These functions take 54 * over, like dimensions. It also contains rarely used indices of the currently processed 55 * cell, like the Array0 index or the current level of detail. 213 * over and rarely used indices, like the Array0 index. 362 * over and rarely used indices, like the Array0 index.
|
/frameworks/data-binding/compilerCommon/ |
D | XMLLexer.g4 | 35 /** Scarf all DTD stuff, Entity Declarations like <!ENTITY ...>,
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 43 If you would like to collect code coverage information you can run the `coverage.sh` script located
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 29 than 0x7F is interpreted as a negative number, causing valid feature split IDs like 0x80010000 51 - Adds the ability to specify assets directories with the -A parameter. Assets work just like
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 130 # doesn't support long names like on DOS, Mac, or CD-ROM. 137 # comments will behave just like regular Qt-style comments 145 # will behave just like regular Qt-style comments (thus requiring 237 # Doxygen will parse them like normal C++ but will assume all classes use public 580 # documented source files. You may enter file names like "myfile.cpp" or 581 # directories like "/usr/src/myproject". Separate the files or directories 595 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 644 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 679 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 895 # will be generated that can be used as input for tools like the [all …]
|
12