Searched +full:- +full:- +full:- (Results 1 – 25 of 6517) sorted by relevance
12345678910>>...261
| /system/media/audio/include/system/ |
| D | audio_effect.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 #include "audio_effect-base.h" 31 //--- Effect descriptor structure effect_descriptor_t 35 // - When used for effect type and the engine is implementing and effect corresponding to a standard 37 // - When used as uuid, it should be a unique UUID for this particular implementation. 48 static const char * const EFFECT_UUID_NULL_STR = "ec7178ec-e5e1-4432-a3f4-4657e6795210"; 68 //--- Standardized command codes for command() function 99 //-------------------------------------------------------------------------------------------------- 102 //-------------------------------------------------------------------------------------------------- 106 //-------------------------------------------------------------------------------------------------- [all …]
|
| /system/tools/aidl/tests/lazy_test/ |
| D | README | 6 -------------------------------------------- 8 -------------------------------------------- 12 -------------------------------------------- 14 -------------------------------------------- 31 -------------------------------------------- 33 -------------------------------------------- 38 -------------------------------------------- 40 -------------------------------------------- 44 -------------------------------------------- 46 -------------------------------------------- [all …]
|
| /system/keymaster/include/keymaster/key_blob_utils/ |
| D | ae.h | 1 /* --------------------------------------------------------------------------- 3 * AEAD API 0.12 - 23-MAY-2012 8 * might have -- you should consult the documentation of your chosen 17 * ------------------------------------------------------------------------ */ 26 /* -------------------------------------------------------------------------- 30 * ----------------------------------------------------------------------- */ 36 #define AE_INVALID (-1) /* Indicates bad tag during decryption */ 37 #define AE_NOT_SUPPORTED (-2) /* Indicates unsupported option requested */ 44 /* -------------------------------------------------------------------------- 48 * ----------------------------------------------------------------------- */ [all …]
|
| /system/extras/toolchain-extras/ |
| D | Android.bp | 3 default_applicable_licenses: ["Android-Apache-2.0"], 7 name: "libprofile-defaults", 9 "profile-extras.cpp", 10 "profile-globals.c", 16 name: "libprofile-extras", 17 defaults: ["libprofile-defaults"], 32 name: "libprofile-extras_ndk", 33 defaults: ["libprofile-defaults"], 42 name: "libprofile-clang-defaults", 44 "profile-clang-extras.cpp", [all …]
|
| /system/logging/liblog/tests/ |
| D | Android.bp | 2 // Copyright (C) 2013-2014 The Android Open Source Project 8 // http://www.apache.org/licenses/LICENSE-2.0 17 // ----------------------------------------------------------------------------- 19 // ----------------------------------------------------------------------------- 22 // adb shell liblog-benchmarks 24 // A large-scale-change added 'default_applicable_licenses' to import 26 // SPDX-license-identifier-Apache-2.0 32 name: "liblog-benchmarks", 34 "-Wall", 35 "-Wextra", [all …]
|
| /system/core/libutils/include/utils/ |
| D | ThreadDefs.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 25 // --------------------------------------------------------------------------- 44 // --------------------------------------------------------------------------- 48 // --------------------------------------------------------------------------- 68 // --------------------------------------------------------------------------- 71 // ---------------------------------------------------------------------------
|
| D | AndroidThreads.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 29 // --------------------------------------------------------------------------- 50 // Low-level thread creation -- never creates threads that can 73 // ------------------------------------------------------------------ 92 // ---------------------------------------------------------------------------- 96 // ---------------------------------------------------------------------------- 120 // ---------------------------------------------------------------------------- 123 // ----------------------------------------------------------------------------
|
| D | Condition.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 33 // --------------------------------------------------------------------------- 35 // --------------------------------------------------------------------------- 40 * Condition variable class. The implementation is system-dependent. 43 * call wait(), then either re-wait() if things aren't quite what you want, 50 * be re-evaluated after a wake-up, as spurious wake-ups may happen. 68 // Note that spurious wake-ups may happen. 93 // --------------------------------------------------------------------------- 118 return -pthread_cond_wait(&mCond, &mutex.mMutex); in wait() 132 // On 32-bit devices, tv_sec is 32-bit, but `reltime` is 64-bit. in waitRelative() [all …]
|
| D | RWLock.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 30 // --------------------------------------------------------------------------- 32 // --------------------------------------------------------------------------- 37 * Simple mutex class. The implementation is system-dependent. 105 return -pthread_rwlock_rdlock(&mRWLock); in readLock() 108 return -pthread_rwlock_tryrdlock(&mRWLock); in tryReadLock() 111 return -pthread_rwlock_wrlock(&mRWLock); in writeLock() 114 return -pthread_rwlock_trywrlock(&mRWLock); in tryWriteLock() 122 // --------------------------------------------------------------------------- 124 // ---------------------------------------------------------------------------
|
| D | Mutex.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 36 #define THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op 78 // --------------------------------------------------------------------------- 80 // --------------------------------------------------------------------------- 89 * Simple mutex class. The implementation is system-dependent. 138 // Cannot be copied or moved - declarations only 158 // --------------------------------------------------------------------------- 183 return -pthread_mutex_lock(&mMutex); in lock() 189 return -pthread_mutex_trylock(&mMutex); in tryLock() 198 return -pthread_mutex_timedlock(&mMutex, &ts); in timedLock() [all …]
|
| D | Thread.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 35 // --------------------------------------------------------------------------- 37 // --------------------------------------------------------------------------- 52 // NOLINTNEXTLINE(google-default-arguments) 62 // Good place to do one-time initializations 80 // or -1 if the thread is not running. 118 // --------------------------------------------------------------------------- 120 // ---------------------------------------------------------------------------
|
| /system/media/audio/include/system/audio_effects/ |
| D | audio_effects_test.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 // --- Review of structures and methods used for effects ---- 32 // +-----------+ 34 // +-----------+ 36 // +-----------+ 38 // +-----------+ 41 // | | | > ((psize - 1)/sizeof(int) + 1) * sizeof(int) 42 // +-----------+ | 44 // +-----------+ 48 // +-----------+ [all …]
|
| /system/logging/logcat/tests/ |
| D | Android.bp | 2 // Copyright (C) 2013-2014 The Android Open Source Project 8 // http://www.apache.org/licenses/LICENSE-2.0 18 // A large-scale-change added 'default_applicable_licenses' to import 20 // SPDX-license-identifier-Apache-2.0 25 name: "logcat-tests-defaults", 27 "-fstack-protector-all", 28 "-g", 29 "-Wall", 30 "-Wextra", 31 "-Werror", [all …]
|
| /system/libhwbinder/include/hwbinder/ |
| D | IInterface.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 // this means that it is only relevant to HIDL. Any AIDL- or libbinder-specific 29 // ---------------------------------------------------------------------- 42 // ---------------------------------------------------------------------- 52 // ---------------------------------------------------------------------- 54 // ---------------------------------------------------------------------- 55 // No user-serviceable parts after this... 70 // ----------------------------------------------------------------------
|
| /system/core/bootstat/ |
| D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 18 default_applicable_licenses: ["Android-Apache-2.0"], 29 "-Wall", 30 "-Wextra", 31 "-Werror", 42 // ----------------------------------------------------------------------------- 50 // ----------------------------------------------------------------------------- 59 cflags: ["-UNDEBUG"], 65 // ----------------------------------------------------------------------------- 76 init_rc: ["bootstat-debug.rc"], [all …]
|
| /system/media/radio/src/ |
| D | radio_metadata_hidden.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 41 * | <--- 32 bit ---> | 42 * |---------------------------| 44 * |---------------------------| 46 * |---------------------------| 48 * |---------------------------| 50 * |---------------------------|<--+ 53 * |---------------------------|<+ | 57 * |---------------------------| | | 59 * |---------------------------| | | \ [all …]
|
| /system/extras/torq/ |
| D | README.md | 3 **torq** is a command-line tool designed to streamline and standardize OS 5 and easy-to-use interface, **torq** enables engineers and OEMs to capture and 16 - **torq** is an open source Android tool. Run the following commands to get 22 lunch <target-name> (e.g., lunch sdk_gcar_x86_64-next-userdebug) 27 - Connect to an Android Automotive device or start an emulator. 28 - Ensure the connected device appears in `adb devices`. 29 - You can now run `torq` anywhere, followed by any necessary arguments 30 (e.g., `torq -d 7000`). 35 ### ./torq -d 7000 36 - Run a custom event for 7 seconds. [all …]
|
| /system/core/fastboot/ |
| D | README.md | 2 -------- 14 * Max packet size must be 64 bytes for full-speed, 512 bytes for 15 high-speed and 1024 bytes for Super Speed USB. 16 * The protocol is entirely host-driven and synchronous (unlike the 17 multi-channel, bi-directional, asynchronous ADB protocol) 35 a. INFO -> the remaining 252 bytes are an informative message 40 b. TEXT -> the remaining 252 bytes are arbitrary. They should 43 The payload is printed as-is with no newline at the end. 46 c. FAIL -> the requested command failed. The remaining 252 bytes 50 d. OKAY -> the requested command completed successfully. Go to #5 [all …]
|
| /system/unwinding/libunwindstack/ |
| D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 20 "Android-Apache-2.0", 29 "SPDX-license-identifier-BSD", 40 "-Wall", 41 "-Werror", 42 "-Wextra", 43 "-Wno-deprecated-volatile", 45 "-Wno-reorder-init-list", 98 "-Wexit-time-destructors", 99 "-fno-c++-static-destructors", [all …]
|
| /system/core/fastboot/fuzzy_fastboot/ |
| D | README.md | 4 validating device-side fastboot protocol implementations. 6 configuration file to auto-generate device-specific tests for any device. 44 1. **USBFunctionality** - Test USB communication 45 2. **Conformance** - Test the device properly handles well-formed fastboot commands 46 3. **UnlockPermissions** - Test commands only allowed in the unlocked state work 47 4. **LockPermissions** - Test commands only not allowed in the locked state are rejected 48 5. **Fuzz** - Test malicious and/or ill-formed commands are properly and gracefully handled 66 <var key="battery-voltage" assert="[34][[:digit:]]{3}"/> 67 <!-- etc... --> 78 |-----------|----------------|---------------------------------------------------------------------… [all …]
|
| /system/libhwbinder/ |
| D | Binder.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 #include <android-base/macros.h> 37 // --------------------------------------------------------------------------- 48 // --------------------------------------------------------------------------- 65 // --------------------------------------------------------------------------- 78 // --------------------------------------------------------------------------- 95 return e && e->mRequestingSid; in isRequestingSid() 111 e->mRequestingSid = requestingSid; in setRequestingSid() 120 reply->markSensitive(); in transact() 125 uid_t uid = IPCThreadState::self()->getCallingUid(); in transact() [all …]
|
| /system/core/fs_mgr/libvbmeta/ |
| D | super_vbmeta_format_c.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 47 * +------------------------------------------+ 48 * | Super VBMeta Table - fixed size | 49 * +------------------------------------------+ 50 * | Backup Super VBMeta Table - fixed size | 51 * +------------------------------------------+ 52 * | VBMeta Images - fixed size | 53 * +------------------------------------------+ 64 * +-----------------------------------------+ 65 * | Header data - fixed size | [all …]
|
| /system/libziparchive/cli-tests/ |
| D | unzip.test | 9 name: unzip -l 10 command: unzip -l $FILES/example.zip d1/d2/x.txt 11 after: [ ! -f d1/d2/x.txt ] 12 expected-stdout: 15 --------- ---------- ----- ---- 16 1024 2017-06-04 08:45 d1/d2/x.txt 17 --------- ------- 19 --- 21 name: unzip -lq 22 command: unzip -lq $FILES/example.zip d1/d2/x.txt [all …]
|
| /system/tools/mkbootimg/include/bootimg/ |
| D | bootimg.h | 55 * +-----------------+ 57 * +-----------------+ 59 * +-----------------+ 61 * +-----------------+ 63 * +-----------------+ 65 * n = (kernel_size + page_size - 1) / page_size 66 * m = (ramdisk_size + page_size - 1) / page_size 67 * o = (second_size + page_size - 1) / page_size 71 * 2. second is optional (second_size == 0 -> no second) 100 // For version "A.B.C" and patch level "Y-M-D": [all …]
|
| /system/cros-codecs/ci/ |
| D | config.yaml | 2 device_type: acer-chromebox-cxi4-puff 4 - vp8: 5 test-suites: 6 - vp8-test-vectors: 7 skip-vectors: [] 8 - vp9: 9 test-suites: 10 - vp9-test-vectors: 11 skip-vectors: 12 - vp90-2-22-svc_1280x720_3.ivf [all …]
|
12345678910>>...261