Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 38) sorted by relevance

12

/system/core/libcutils/arch-arm64/
Dandroid_memset.S128 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/
DREADME.android16 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/
Dtinysndfile.c299 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/
Dandroid_memset32.S139 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
Dandroid_memset16.S229 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/
Dandroid_memset32.S214 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
Dandroid_memset16.S308 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/
DAssembleVintfTest.cpp29 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
Dvintf_object_tests.cpp38 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/
DAssembleVintf.cpp196 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/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/system/core/liblog/
DREADME.md102 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/
DTimestampVerifier.h257 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/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/system/core/init/
Dhost_builtin_map.py44 print FUNCTION_REGEX.sub('check_stub', line),
/system/media/camera/docs/
Dmetadata_helpers.py1143 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/
DFormatter.cpp136 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/
Dcol32cb16blend.S55 sub w5, w4, w5 // invert alpha
Dt32cb16blend.S62 sub w7, w6, w7 // sA = 0x100 - (sA+(sA>>7))
/system/tools/aidl/
Dast_cpp_unittest.cpp101 unique_ptr<MethodDecl> sub{ in TEST_F() local
111 test_methods.push_back(std::move(sub)); in TEST_F()
/system/bt/gd/cert/
Dlogging_client_interceptor.py58 tagLength = len(re.sub('[^\w\s]', '', self.inLogTag)) + 11
Dasync_subprocess_logger.py81 tagLength = len(re.sub('[^\w\s]', '', loggableTag))
/system/core/libcutils/arch-arm/
Dmemset32.S69 sub r2, r2, r3
/system/bt/gd/packet/parser/
Dlanguage_l.ll37 * rules are a superset of other rules and will cause the sub rules to

12