/system/core/libcutils/arch-arm64/ |
D | android_memset.S | 128 sub count, count, tmp2 135 sub dst, dst, #16 /* Pre-bias. */ 136 sub count, count, #64 158 sub count, count, tmp2 179 sub zva_bits_x, zva_len_x, #1 184 sub tmp1, count, tmp2 202 sub count, count, zva_len_x
|
/system/timezone/debug_tools/host/ |
D | README.android | 16 there is a distinction between time zones, e.g. if a sub-region moved 18 region, then a new time zone ID is required to represent the sub-region's 20 zone behavior of the sub-region throughout time. Once created, zone IDs
|
/system/media/audio_utils/ |
D | tinysndfile.c | 299 int sub = info->format & SF_FORMAT_SUBMASK; in sf_open_write() local 304 (sub == SF_FORMAT_PCM_16 || sub == SF_FORMAT_PCM_U8 || sub == SF_FORMAT_FLOAT || in sf_open_write() 305 sub == SF_FORMAT_PCM_24 || sub == SF_FORMAT_PCM_32) in sf_open_write() 320 if (sub == SF_FORMAT_FLOAT) { in sf_open_write() 332 switch (sub) { in sf_open_write() 358 if (sub == SF_FORMAT_FLOAT) { in sf_open_write()
|
/system/core/libcutils/arch-x86_64/ |
D | android_memset32.S | 139 sub $1, %rdx 164 sub %rdi, %rsi 183 sub $128, %rdx 196 sub $128, %rdx 209 sub $128, %rdx 222 sub $128, %rdx 242 sub $128, %rdx
|
D | android_memset16.S | 229 sub $2, %rdx 244 sub %rdi, %rsi 263 sub $128, %rdx 276 sub $128, %rdx 289 sub $128, %rdx 302 sub $128, %rdx 322 sub $128, %rdx
|
/system/core/libcutils/arch-x86/ |
D | android_memset32.S | 214 sub $1, %ecx 242 sub %edx, %eax 293 sub $128, %ecx 306 sub $128, %ecx 328 sub $128, %ecx 348 sub %ebx, %ecx 357 sub $0x80, %ebx 374 sub $0x80, %ecx
|
D | android_memset16.S | 308 sub $2, %ecx 326 sub %edx, %eax 379 sub $128, %ecx 392 sub $128, %ecx 414 sub $128, %ecx 434 sub %ebx, %ecx 443 sub $0x80, %ebx 459 sub $0x80, %ecx
|
/system/libvintf/test/ |
D | AssembleVintfTest.cpp | 29 static bool In(const std::string& sub, const std::string& str) { in In() argument 30 return str.find(sub) != std::string::npos; in In() 32 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) << (str); argument
|
D | vintf_object_tests.cpp | 38 static AssertionResult In(const std::string& sub, const std::string& str) { in In() argument 39 return (str.find(sub) != std::string::npos ? AssertionSuccess() : AssertionFailure()) in In() 42 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) argument 43 #define EXPECT_NOT_IN(sub, str) EXPECT_FALSE(In((sub), (str))) argument
|
/system/libvintf/ |
D | AssembleVintf.cpp | 196 std::string sub = fname.substr(gConfigPrefix.size(), in generateCondition() local 198 if (sub.empty()) { in generateCondition() 201 for (size_t i = 0; i < sub.size(); ++i) { in generateCondition() 202 if (sub[i] == '-') { in generateCondition() 203 sub[i] = '_'; in generateCondition() 206 if (isalnum(sub[i])) { in generateCondition() 207 sub[i] = toupper(sub[i]); in generateCondition() 216 sub.insert(0, "CONFIG_"); in generateCondition() 217 return std::make_unique<KernelConfig>(std::move(sub), Tristate::YES); in generateCondition()
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/system/core/liblog/ |
D | README.md | 102 Main, System, Radio and Events sub-logs. 106 BAsic, System or Radio sub-logs in either the Verbose, Debug, Info, Warning or Error priorities. 112 `LOG_EVENT_(INT|LONG)` is used to drop binary content into the Events sub-log. 130 `android_logger_clear()` function to empty the sub-log. 133 `android_logger_get_log_(size|readable_size|version)` to retrieve the sub-log maximum size, readable 135 that was used when opening the sub-log.
|
/system/media/audio_utils/include/audio_utils/ |
D | TimestampVerifier.h | 257 const auto diff = sub(current, last); in computeJitterMs() 301 static constexpr auto sub(const FrameTime &left, const FrameTime &right) { in sub() function 310 const auto diff = sub(current, last); in computeRatio()
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/system/core/init/ |
D | host_builtin_map.py | 44 print FUNCTION_REGEX.sub('check_stub', line),
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 1143 text = re.sub(r'src="([^"]*)"', 'src="' + img_src_prefix + r'\1"', text) 1234 text = re.sub(tag_match, filter_sub, text) 1259 text = re.sub(tag_match, filter_sub, text) 1260 text = re.sub(tag_match_2, filter_sub_2, text) 1301 text = re.sub(tag_match, filter_sub, text) 1455 new_word = re.sub(r"([a-z])([A-Z])", r"\1<wbr>\2", words) 1459 new_txt = re.sub(SPLIT_CHARS, r"\1<wbr>", new_txt)
|
/system/tools/hidl/host_utils/ |
D | Formatter.cpp | 136 std::string sub = out.substr(start); in operator <<() local 137 output(sub); in operator <<() 138 mCurrentPosition += sub.size(); in operator <<()
|
/system/core/libpixelflinger/arch-arm64/ |
D | col32cb16blend.S | 55 sub w5, w4, w5 // invert alpha
|
D | t32cb16blend.S | 62 sub w7, w6, w7 // sA = 0x100 - (sA+(sA>>7))
|
/system/tools/aidl/ |
D | ast_cpp_unittest.cpp | 101 unique_ptr<MethodDecl> sub{ in TEST_F() local 111 test_methods.push_back(std::move(sub)); in TEST_F()
|
/system/bt/gd/cert/ |
D | logging_client_interceptor.py | 58 tagLength = len(re.sub('[^\w\s]', '', self.inLogTag)) + 11
|
D | async_subprocess_logger.py | 81 tagLength = len(re.sub('[^\w\s]', '', loggableTag))
|
/system/core/libcutils/arch-arm/ |
D | memset32.S | 69 sub r2, r2, r3
|
/system/bt/gd/packet/parser/ |
D | language_l.ll | 37 * rules are a superset of other rules and will cause the sub rules to
|