Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 222) sorted by relevance

123456789

/aosp12/bionic/linker/
H A Dlinker_note_gnu_property_test.cpp101 note->nhdr.n_namesz = 4; in GnuPropertySectionBuilder()
102 note->nhdr.n_descsz = 0; in GnuPropertySectionBuilder()
175 ElfW(NhdrGNUProperty)* note;
182 GnuPropertySection note; in TEST() local
183 test_bti_not_supported(note); in TEST()
191 test_bti_not_supported(note); in TEST()
205 test_bti_not_supported(note); in TEST()
223 test_bti_not_supported(note); in TEST()
243 test_bti_not_supported(note); in TEST()
343 test_bti_supported(note); in TEST()
[all …]
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DNoteTest.java59 Note note = new Note(); in testElementName() local
61 assertEquals(PidfConstant.NAMESPACE, note.getNamespace()); in testElementName()
62 assertEquals(Note.ELEMENT_NAME, note.getElementName()); in testElementName()
70 Note note = new Note(noteValue); in testSerializing() local
76 note.serialize(serializer); in testSerializing()
104 Note note = null; in testParsing() local
111 note = new Note(); in testParsing()
112 note.parse(parser); in testParsing()
120 assertNotNull(note); in testParsing()
121 assertEquals(noteValue, note.getNote()); in testParsing()
H A DTupleTest.java109 Note note = new Note("Note test"); in testSerializing() local
110 tuple.addNote(note); in testSerializing()
155 final String note = "note test"; in testParsing() local
175 .append("<note>").append(note).append("</note>") in testParsing()
224 assertTrue(note.equals(resultNote)); in testParsing()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DPresence.java97 public void addNote(@NonNull Note note) { in addNote() argument
98 mNoteList.add(note); in addNote()
120 for (Note note : mNoteList) { in serialize()
121 note.serialize(serializer); in serialize()
152 Note note = new Note(); in parse() local
153 note.parse(parser); in parse()
154 mNoteList.add(note); in parse()
H A DNote.java42 public Note(String note) { in Note() argument
43 mNote = note; in Note()
86 String note = parser.getText(); in parse() local
87 if (!TextUtils.isEmpty(note)) { in parse()
88 mNote = note; in parse()
H A DTuple.java108 public void addNote(Note note) { in addNote() argument
109 mNoteList.add(note); in addNote()
152 for (Note note: mNoteList) { in serialize()
153 note.serialize(serializer); in serialize()
202 Note note = new Note(); in parse() local
203 note.parse(parser); in parse()
204 mNoteList.add(note); in parse()
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
H A DDocumentation.h57 void note(const std::string& note) { in note() function
58 LOG(INFO) << "Test " << detail::getTestName() << " noted: " << note; in note()
59 ::testing::Test::RecordProperty("note", note); in note()
/aosp12/bionic/libc/bionic/
H A Dlibc_init_static.cpp191 static bool __read_memtag_note(const ElfW(Nhdr)* note, const char* name, const char* desc, in __read_memtag_note() argument
193 if (note->n_namesz != 8 || strncmp(name, "Android", 8) != 0) { in __read_memtag_note()
196 if (note->n_type != NT_TYPE_MEMTAG) { in __read_memtag_note()
199 if (note->n_descsz != 4) { in __read_memtag_note()
200 async_safe_fatal("unrecognized android.memtag note: n_descsz = %d, expected 4", note->n_descsz); in __read_memtag_note()
216 const ElfW(Nhdr)* note = reinterpret_cast<const ElfW(Nhdr)*>(p); in __get_memtag_note()
219 p += align_up(note->n_namesz, 4); in __get_memtag_note()
221 p += align_up(note->n_descsz, 4); in __get_memtag_note()
226 if (__read_memtag_note(note, name, desc, &ret)) { in __get_memtag_note()
/aosp12/system/iorap/docs/binder/
H A DIIorap_setTaskListener.plantuml29 note right of iorapd
31 end note
45 note right of iorapd
47 end note
/aosp12/frameworks/compile/slang/lit-tests/
H A Dlit.cfg63 lit_config.note('using slang: %r' % config.slang)
64 lit_config.note('using llvm-rs-as: %r' % config.llvm_rs_as)
65 lit_config.note('using FileCheck: %r' % config.filecheck)
66 lit_config.note('using rs-filecheck-wrapper.sh: %r' % config.rs_filecheck_wrapper)
67 lit_config.note('using output directory: %r' % config.test_exec_root)
74 lit_config.note(config.substitutions)
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DDownloadServiceTest.kt343 val note = findNotification(UiSelector().text(testFile.name)) regex
344 note.click()
361 val note = shadeScroller.getChild(selector) regex
362 if (note.waitForExists(NOTIFICATION_NO_SCROLL_TIMEOUT_MS)) return note
371 if (note.exists()) return note
/aosp12/bionic/libc/arch-arm/bionic/
H A Dkuser_helper_on.S31 .section .note.android.kuser_helper_on,"a",%note
/aosp12/bionic/libc/arch-common/bionic/
H A Dcrtbrand.S37 .section .note.android.ident,"a",%note
/aosp12/frameworks/compile/libbcc/tests/debuginfo/
H A Dlit.site.cfg98 lit.note('using bash: %r' % config.sh)
99 lit.note('using perl: %r' % config.perl)
100 lit.note('using verification script: %r' % config.test_bcc_debuginfo)
101 lit.note('using FileCheck: %r' % config.filecheck)
102 lit.note('using GDB: %r' % config.gdb)
/aosp12/frameworks/compile/slang/tests/F_warnings_as_error/
H A Dstderr.txt.expect2 deprecated.rscript:9:11: note: did you mean 'func1'?
3 deprecated.rscript:8:13: note: 'func1' declared here
/aosp12/frameworks/compile/libbcc/tests/debuginfo/target-tests/
H A Dlit.cfg80 lit.note('using Android SDK: %r' % config.sdk_dir)
81 lit.note('using Android SDK Version: %r' % config.sdk_version)
82 lit.note('using test apk builder: %r' % config.build_test_apk)
83 lit.note('using GDB plugin directory: %r' % config.gdb_plugin_directory)
/aosp12/frameworks/compile/slang/tests/P_warnings_deprecated/
H A Dstderr.txt.expect3 ../../../../../frameworks/rs/script_api/include/rs_math.rsh:6482:5: note: 'rsClamp' has been explic…
5 ../../../../../frameworks/rs/script_api/include/rs_object_info.rsh:381:5: note: 'rsGetAllocation' h…
/aosp12/packages/providers/ContactsProvider/tests/assets/upgradeTest/
H A Dcontacts2_1108.sql155note.data1 AS notes, accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS…
157note.data1 AS notes, accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS…
158note.data1 AS notes, accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS…
162 …LEFT OUTER JOIN data note ON (raw_contacts._id = note.raw_contact_id AND (SELECT mimetype FROM mim…
/aosp12/bionic/tests/
H A Dheap_tagging_level_test.cpp195 MemtagNote note = std::get<0>(GetParam()); in TEST_P() local
198 kNoteSuffix[static_cast<int>(note)] + "_helper"; in TEST_P()
205 kExpectedOutput[static_cast<int>(note)]); in TEST_P()
/aosp12/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Dlit.cfg56 lit.note('using clang: %r' % config.clang)
57 lit.note('using bcc driver: %r' % config.bcc_driver)
58 lit.note('LD_LIBRARY_PATH is %r' % config.environment['LD_LIBRARY_PATH'])
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h33 MsgHandler note(unsigned int pID);
61 inline mcld::MsgHandler mcld::note(unsigned int pID) { in note() function
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/
H A DNetworkStackNotifierTest.kt204 val note = mNoteCaptor.value regex
205 assertEquals(mPendingIntent, note.contentIntent)
206 assertEquals(CHANNEL_CONNECTED, note.channelId)
207 assertEquals(timeout, note.timeoutAfter)
369 val note = mNoteCaptor.value regex
370 assertEquals(TEST_NETWORK_FRIENDLY_NAME, note.extras
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsoundcard.h645note,parm) { _SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr + 1] = (dev);… argument
646 #define SEQ_START_NOTE(dev,chn,note,vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) argument
647 #define SEQ_STOP_NOTE(dev,chn,note,vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) argument
648 #define SEQ_KEY_PRESSURE(dev,chn,note,pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, press… argument
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DVCardResourceEntry.java112 for (NoteData note : notes) { in getNotes()
113 noteBuilder.append(note.getNote()); in getNotes()
272 for (final NoteData note : vcard.getNotes()) {
274 if (TextUtils.isGraphic(note.getNote())){
275 retList.add(new VCardResourceEntryDestinationItem(note.getNote(),
/aosp12/system/chre/build/sys_support/qcom/
H A Duimage_v2.lcs44 /* micro-image version note */
45 .note.qti.uimg.dl.ver : { *(.note.qti.uimg.dl.ver) } : phdr1 : note1

123456789