Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 29) 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/libvintf/test/
DAssembleVintfTest.cpp27 static bool In(const std::string& sub, const std::string& str) { in In() argument
28 return str.find(sub) != std::string::npos; in In()
30 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) << (str); argument
Dvintf_object_tests.cpp37 static AssertionResult In(const std::string& sub, const std::string& str) { in In() argument
38 return (str.find(sub) != std::string::npos ? AssertionSuccess() : AssertionFailure()) in In()
41 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) argument
42 #define EXPECT_NOT_IN(sub, str) EXPECT_FALSE(In((sub), (str))) argument
DLibVintfTest.cpp43 static bool In(const std::string& sub, const std::string& str) { in In() argument
44 return str.find(sub) != std::string::npos; in In()
46 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) << (str); argument
49 #define EXPECT_CONTAINS(str, sub) EXPECT_IN(sub, str); argument
/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()
DDoxyfile.orig63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
DDoxyfile63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
/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/libvintf/
DAssembleVintf.cpp180 std::string sub = fname.substr(gConfigPrefix.size(), in generateCondition() local
182 if (sub.empty()) { in generateCondition()
185 for (size_t i = 0; i < sub.size(); ++i) { in generateCondition()
186 if (sub[i] == '-') { in generateCondition()
187 sub[i] = '_'; in generateCondition()
190 if (isalnum(sub[i])) { in generateCondition()
191 sub[i] = toupper(sub[i]); in generateCondition()
199 sub.insert(0, "CONFIG_"); in generateCondition()
200 return std::make_unique<KernelConfig>(std::move(sub), Tristate::YES); in generateCondition()
/system/core/libcutils/arch-x86/
Dandroid_memset32.S212 sub $1, %ecx
240 sub %edx, %eax
291 sub $128, %ecx
304 sub $128, %ecx
326 sub $128, %ecx
346 sub %ebx, %ecx
355 sub $0x80, %ebx
372 sub $0x80, %ecx
Dandroid_memset16.S306 sub $2, %ecx
324 sub %edx, %eax
377 sub $128, %ecx
390 sub $128, %ecx
412 sub $128, %ecx
432 sub %ebx, %ecx
441 sub $0x80, %ebx
457 sub $0x80, %ecx
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/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/liblog/
DREADME122 tem, Radio and Events sub-logs.
127 System or Radio sub-logs in either the Verbose, Debug, Info, Warning or
136 sub-log.
160 the android_logger_clear function to empty the sub-log. It is recom‐
165 sub-log maximum size, readable size and log buffer format protocol ver‐
167 when opening the sub-log. It is recommended to open the log
/system/media/camera/docs/
Dmetadata_helpers.py1140 text = re.sub(r'src="([^"]*)"', 'src="' + img_src_prefix + r'\1"', text)
1231 text = re.sub(tag_match, filter_sub, text)
1256 text = re.sub(tag_match, filter_sub, text)
1257 text = re.sub(tag_match_2, filter_sub_2, text)
1298 text = re.sub(tag_match, filter_sub, text)
1423 new_word = re.sub(r"([a-z])([A-Z])", r"\1<wbr>\2", words)
1427 new_txt = re.sub(SPLIT_CHARS, r"\1<wbr>", new_txt)
Dhtml.mako114 return re.sub(r"(\r?\n)(\r?\n)", r"\1<br>\2<br>", text)
/system/tools/aidl/
Dast_cpp_unittest.cpp109 unique_ptr<MethodDecl> sub{ in TEST_F() local
119 test_methods.push_back(std::move(sub)); in TEST_F()
/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/core/libcutils/arch-arm/
Dmemset32.S69 sub r2, r2, r3
/system/bt/stack/avrc/
Davrc_api.cc753 msg.sub.page = in avrc_msg_cback()
757 msg.sub.subunit_type[xx] = *p_data++ >> AVRC_SUBTYPE_SHIFT; in avrc_msg_cback()
758 if (msg.sub.subunit_type[xx] == AVRC_SUB_PANEL) in avrc_msg_cback()
759 msg.sub.panel = true; in avrc_msg_cback()
/system/tpm/trunks/generator/
Dgenerator.py259 fixed_name = re.sub(r'([a-z0-9])([A-Z])', r'\1_\2', match.group(1)).lower()
908 self.value = re.sub(r'(TPM.?_|U?INT[0-9]{2})', r'trunks::\1', value)
/system/bt/stack/include/
Davrc_defs.h944 tAVRC_MSG_SUB sub; /* SUBUNIT INFO message. */ member

12