/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | sigqueue_note.go | 14 func sigNoteSetup(*note) { 18 func sigNoteSleep(*note) { 22 func sigNoteWakeup(*note) {
|
D | os_darwin.go | 102 func sigNoteSetup(*note) { 123 func sigNoteWakeup(*note) { 129 func sigNoteSleep(*note) {
|
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/test/java/io/grafeas/v1/ |
H A D | GrafeasClientTest.java | 989 Note note = Note.newBuilder().build(); in createNoteTest() local 1015 Note note = Note.newBuilder().build(); in createNoteExceptionTest() local 1041 Note note = Note.newBuilder().build(); in createNoteTest2() local 1067 Note note = Note.newBuilder().build(); in createNoteExceptionTest2() local 1170 Note note = Note.newBuilder().build(); in updateNoteTest() local 1196 Note note = Note.newBuilder().build(); in updateNoteExceptionTest() local 1222 Note note = Note.newBuilder().build(); in updateNoteTest2() local 1248 Note note = Note.newBuilder().build(); in updateNoteExceptionTest2() local
|
/aosp_15_r20/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 70 Note note = new Note(noteValue); in testSerializing() local 104 Note note = null; in testParsing() local
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/ |
H A D | MarkedYAMLException.java | 23 private final String note; field in MarkedYAMLException 26 String note) { in MarkedYAMLException() 31 String note, Throwable cause) { in MarkedYAMLException()
|
/aosp_15_r20/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | test_case.py | 54 def note(self): member in TestCase 59 def note(self, note): member in TestCase
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MusicKeyboardView.java | 158 int note = pitch % NOTES_PER_OCTAVE; in makeBlackRectangles() local 183 int note = pitch % NOTES_PER_OCTAVE; in onDraw() local 197 int note = pitch % NOTES_PER_OCTAVE; in onDraw() local 305 int note = pitch % NOTES_PER_OCTAVE; in isPitchBlack() local
|
/aosp_15_r20/external/perfetto/ui/src/frontend/ |
H A D | notes_panel.ts | 200 for (const note of this.trace.notes.notes.values()) { constant 341 for (const note of this.trace.notes.notes.values()) { constant 383 const note = this.trace.notes.getNote(id); constant
|
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ |
D | NetworkStackNotifierTest.kt | 205 val note = mNoteCaptor.value in verifyConnectedNotification() constant 354 val note = mNoteCaptor.value in testConnectedVenueInfoWithFriendlyNameNotification() constant
|
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/ |
H A D | GrafeasV1Beta1Client.java | 1271 public final Note createNote(ProjectName parent, String noteId, Note note) { in createNote() 1302 public final Note createNote(String parent, String noteId, Note note) { in createNote() 1485 public final Note updateNote(NoteName name, Note note, FieldMask updateMask) { in updateNote() 1515 public final Note updateNote(String name, Note note, FieldMask updateMask) { in updateNote()
|
/aosp_15_r20/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
H A D | Documentation.h | 57 void note(const std::string& note) { in note() function
|
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/ |
H A D | eas_voicemgt.c | 1260 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocit… in VMStolenVoice() 1524 …honyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocit… in VMCheckPolyphonyLimiting() 1599 void VMStartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 vel… in VMStartVoice() 1736 void VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velo… in VMStartNote() 1857 void VMStopNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 veloc… in VMStopNote() 2002 …GR *pVoiceMgr, S_SYNTH *pSynth, EAS_INT *pVoiceNumber, EAS_U8 channel, EAS_U8 note, EAS_I32 lowVoi… in VMStealVoice()
|
/aosp_15_r20/external/flashrom/ |
H A D | known_boards.c | 23 #define B(vendor, name, status, url, note) { vendor, name, status, url, note } argument 25 #define B(vendor, name, status, url, note) { vendor, name, status } argument
|
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1beta1/ |
H A D | GrafeasV1Beta1ClientTest.java | 588 Note note = Note.newBuilder().build(); in createNoteTest() local 615 Note note = Note.newBuilder().build(); in createNoteExceptionTest() local 680 Note note = Note.newBuilder().build(); in updateNoteTest() local 707 Note note = Note.newBuilder().build(); in updateNoteExceptionTest() local
|
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
D | Note.java | 42 public Note(String note) { in Note() 86 String note = parser.getText(); in parse() local
|
D | Presence.java | 101 public void addNote(@NonNull Note note) { in addNote() 167 Note note = new Note(); in parse() local
|
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 608 String[] note = new String[20]; field in XLIFF2ICUConverter.Resource 1021 String note = child.getFirstChild().getNodeValue(); in parseBinUnit() local 1067 String note = child.getFirstChild().getNodeValue(); in parseArray() local 1125 String note = child.getFirstChild().getNodeValue(); in parseIntVector() local 1188 String note = child.getFirstChild().getNodeValue(); in parseTable() local
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | attr-deprecated.m | 199 expected-note {{property 'object' is declared deprecated here}} \ method 200 expected-note {{'setObject:' has been explicitly marked deprecated here}} \ method 201 expected-note {{property declared here}} method
|
/aosp_15_r20/external/perfetto/ui/src/core/ |
H A D | state_serialization.ts | 57 for (const [id, note] of trace.notes.notes.entries()) { constant 189 for (const note of appState.notes) { constant
|
/aosp_15_r20/external/autotest/server/cros/power/ |
H A D | power_dashboard.py | 12 uploadurl=None, note=''): argument 90 resultsdir=None, uploadurl=None, note=''): argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | WithColor.cpp | 64 raw_ostream &WithColor::note() { return note(errs()); } in note() function in WithColor 84 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() function in WithColor
|
/aosp_15_r20/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
D | DownloadServiceTest.kt | 489 val note = findNotification(UiSelector().text(testFile.name)) in testTapDoneNotification() constant 507 val note = shadeScroller.getChild(selector) in findNotification() constant
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | ring_gatherer.cc | 103 Notification note; in Run() local 149 Notification note; in RunAsyncParts() local
|
H A D | collective_param_resolver_local_test.cc | 166 Notification note[NUM_DEVS]; in TEST_F() local 230 Notification note[NUM_DEVS]; in TEST_F() local 272 Notification note[NUM_DEVS]; in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | WithColor.cpp | 87 raw_ostream &WithColor::note() { return note(errs()); } in note() function in WithColor 111 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() function in WithColor
|