Searched refs:specific (Results 1 – 25 of 1513) sorted by relevance
12345678910>>...61
10 android/ Android platform-specific code, other than interfaces12 desktop/ Experimental desktop PC platform-specific code13 itf/ OpenSL ES and OpenMAX AL interfaces, including Android-specific extensions
1 // Collect target specific code generation libraries34 // arch-specific static libraries depend on libmcldTarget.61 // Add target specific code generation libraries
13 * See the License for the specific language governing permissions and22 // This message contains the specific metrics captured by DrmMetrics. It is29 // represent a count of an operation returning a specific error code. The74 // The count of open session operations. Each instance has a specific error78 // The count of close session operations. Each instance has a specific error
1 # Add project specific ProGuard rules here.10 # Add any project specific keep options here:
13 * See the License for the specific language governing permissions and62 // Cellular specific information.76 // Wifi specific information.
12 * See the License for the specific language governing permissions and35 To run a tests within a specific package, add -e AFTER -w and before the runner class:39 To run a specific test or method within a test:
4 # Add project specific ProGuard rules here.13 # Add any project specific keep options here:
13 * See the License for the specific language governing permissions and25 * Request real-time priority for a specific thread in a process.
13 * See the License for the specific language governing permissions and25 * A vendor-specific value identifying a particular speaker on the device.52 * instances of the same hardware_type. The specific locations are vendor53 * defined integers, referring to board-specific numbering schemes.62 * For most components, unless a more specific failure exists, COMPLETE should be used.
13 * See the License for the specific language governing permissions and76 * data: Application specific data.98 * data: Application specific data.
12 // See the License for the specific language governing permissions and36 // These interfaces are android-specific implementation unrelated to binder37 // transport itself and should be moved to AIDL or in domain-specific libs.
13 * See the License for the specific language governing permissions and46 // create or retain the existence of any specific network. Note that54 // Capable of causing a specific network to be created first (e.g. a
13 * See the License for the specific language governing permissions and38 // Test a specific time (since we set America/Los_Angeles localtime)
12 // See the License for the specific language governing permissions and93 // The API scope specific properties.107 // Configure framework module specific metalava options.111 // into API specific libraries.
13 * See the License for the specific language governing permissions and29 * See the License for the specific language governing permissions and
15 * See the License for the specific language governing permissions and40 // Test a specific time (since we set America/Los_Angeles localtime)
14 # See the License for the specific language governing permissions and74 # Tools that are specific to running host-side debugger integration tests:81 # Tools that are specific to running target-side debugger integration tests:
6 // to be a specific way (see b/141728094)
197 IncidentReportArgs::containsSection(int section, bool specific) const in containsSection()199 if (specific) { in containsSection()
16 Functionality of audio test is to validate audio specific functionality of Codec2 components. The r…27 Functionality of video test is to validate video specific functionality of Codec2 components. The r…
2 for audio but most are not actually specific to audio.
92 - specific methods to override (see method stubs details below).93 - specific methods for which to delegate calls.94 - specific methods to remove based on their return type.95 - specific classes to rename.96 - specific classes to refactor.98 Each of these are specific strategies we use to be able to modify the Android code to fit within the173 some specific methods that are stubbed out and change their return value.189 it removes the original code and replaces it by a call to a specific OveriddeMethod.invokeX(). The