/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
D | NoteTest.java | 59 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()
|
D | TupleTest.java | 109 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()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
D | Note.java | 42 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()
|
D | Presence.java | 97 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()
|
D | Tuple.java | 108 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()
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 63 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)
|
/frameworks/compile/slang/tests/F_warnings_as_error/ |
D | stderr.txt.expect | 2 deprecated.rscript:9:11: note: did you mean 'func1'? 3 deprecated.rscript:8:13: note: 'func1' declared here
|
/frameworks/compile/slang/tests/P_warnings_deprecated/ |
D | stderr.txt.expect | 3 ../../../../../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…
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 98 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)
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 33 MsgHandler note(unsigned int pID); 61 inline mcld::MsgHandler mcld::note(unsigned int pID) { in note() function
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 80 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)
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 56 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'])
|
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/ |
D | stderr.txt.expect | 2 <built-in>:1:9: note: previous definition is here
|
/frameworks/compile/slang/tests/P_warnings/ |
D | stderr.txt.expect | 5 warnings.rscript:10:8: note: initialize the variable 'l' to silence this warning
|
/frameworks/compile/slang/tests/F_reduce_general_void/ |
D | reduce_general_void.rscript | 6 // note that an input cannot be a pointer
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFDynObjReader.cpp | 98 note(diag::note_has_no_symtab) << pInput.name() << pInput.path() in readSymbols()
|
D | ELFObjectReader.cpp | 281 note(diag::note_has_no_symtab) << pInput.name() << pInput.path() in readSymbols()
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | lit.cfg | 52 lit_config.note("Did not find " + tool_name + " in " + tools_dir)
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VSyncDispatchTimerQueue.h | 164 void note(std::string_view name, nsecs_t in, nsecs_t vs);
|
D | VSyncDispatchTimerQueue.cpp | 225 void VSyncDispatchTimerQueue::TraceBuffer::note(std::string_view name, nsecs_t alarmIn, in note() function in android::scheduler::VSyncDispatchTimerQueue::TraceBuffer 259 mTraceBuffer.note(*nextWakeupName, *min - now, *targetVsync - now); in rearmTimerSkippingUpdateFor()
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_complicated.vcf | 23 NOTE:The following note is the example from RFC 2045.
|
D | v30_complicated.vcf | 23 NOTE:The following note is the example from RFC 2045.
|
/frameworks/base/tools/processors/intdef_mappings/src/android/processor/ |
D | IntDefProcessor.kt | 139 private fun note(message: String) { method in android.processor.IntDefProcessor
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | reflection3264_foreach_mismatch.rscript | 130 // ... note that today, a void* param is ignored for reflection
|
/frameworks/av/media/codec2/hidl/services/ |
D | Android.bp | 29 // The seccomp_policy file name and its content can be modified, but note that
|