Home
last modified time | relevance | path

Searched defs:note (Results 26 – 50 of 429) sorted by relevance

12345678910>>...18

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsigqueue_note.go14 func sigNoteSetup(*note) {
18 func sigNoteSleep(*note) {
22 func sigNoteWakeup(*note) {
Dos_darwin.go102 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 DGrafeasClientTest.java989 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/
DNoteTest.java59 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 DMarkedYAMLException.java23 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/
Dtest_case.py54 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 DMusicKeyboardView.java158 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 Dnotes_panel.ts200 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/
DNetworkStackNotifierTest.kt205 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 DGrafeasV1Beta1Client.java1271 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 DDocumentation.h57 void note(const std::string& note) { in note() function
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c1260 …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 Dknown_boards.c23 #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 DGrafeasV1Beta1ClientTest.java588 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/
DNote.java42 public Note(String note) { in Note()
86 String note = parser.getText(); in parse() local
DPresence.java101 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 DXLIFF2ICUConverter.java608 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 Dattr-deprecated.m199 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 Dstate_serialization.ts57 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 Dpower_dashboard.py12 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 DWithColor.cpp64 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/
DDownloadServiceTest.kt489 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 Dring_gatherer.cc103 Notification note; in Run() local
149 Notification note; in RunAsyncParts() local
H A Dcollective_param_resolver_local_test.cc166 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 DWithColor.cpp87 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

12345678910>>...18