Home
last modified time | relevance | path

Searched defs:note (Results 1 – 25 of 124) sorted by relevance

12345

/external/mesa3d/src/util/
Dbuild_id.c52 struct build_id_note *note; member
78 struct build_id_note *note = (void *)(info->dlpi_addr + in build_id_find_nhdr_callback() local
125 build_id_length(const struct build_id_note *note) in build_id_length()
131 build_id_data(const struct build_id_note *note) in build_id_data()
/external/perfetto/ui/src/frontend/
Dnotes_panel.ts95 for (const note of Object.values(globals.state.notes)) { constant
119 const area = globals.state.areas[note.areaId]; constant
224 for (const note of Object.values(globals.state.notes)) { constant
249 const noteArea = globals.state.areas[note.areaId]; constant
266 const note = globals.state.notes[attrs.id]; constant
Dtrack_group_panel.ts222 const note = globals.state.notes[globals.state.currentSelection.id]; constant
244 for (const note of Object.values(globals.state.notes)) { constant
Dtime_selection_panel.ts150 for (const note of Object.values(globals.state.notes)) { constant
154 const selectedArea = globals.state.areas[note.areaId]; constant
Dtrack_panel.ts344 const note = globals.state.notes[globals.state.currentSelection.id]; constant
367 for (const note of Object.values(globals.state.notes)) { constant
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr_test.cc88 Notification note; in TEST_F() local
111 Notification note; in TEST_F() local
138 Notification note; in TEST_F() local
158 Notification note; in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/
Dbuf_rendezvous_test.cc87 Notification note; in TEST_F() local
122 Notification note; in TEST_F() local
159 Notification note; in TEST_F() local
256 Notification note; in TEST_F() local
274 Notification note; in TEST_F() local
293 Notification note; in TEST_F() local
312 Notification note; in TEST_F() local
331 Notification note; in TEST_F() local
353 Notification note; in TEST_F() local
Dring_gatherer.cc103 Notification note; in Run() local
149 Notification note; in RunAsyncParts() local
Dring_reducer.cc94 Notification note; in Run() local
199 Notification note; in RunAsyncParts() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
DMarkedYAMLException.java25 private String note; field in MarkedYAMLException
28 Mark problemMark, String note) { in MarkedYAMLException()
33 Mark problemMark, String note, Throwable cause) { in MarkedYAMLException()
/external/autotest/client/cros/power/
Dpower_dashboard.py319 def __init__(self, logger, testname, start_ts, resultsdir, uploadurl, note): argument
394 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
476 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
487 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
650 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
660 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
694 uploadurl=None, note=''): argument
/external/autotest/server/cros/power/
Dpower_dashboard.py12 uploadurl=None, note=''): argument
87 resultsdir=None, uploadurl=None, note=''): argument
/external/autotest/site_utils/
Dserver_manager.py189 def create(hostname, role=None, note=None): argument
233 def modify(hostname, role=None, status=None, delete=False, note=None, argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
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
/external/llvm-project/llvm/lib/Support/
DWithColor.cpp64 raw_ostream &WithColor::note() { return note(errs()); } in note() function in WithColor
88 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() function in WithColor
/external/llvm-project/flang/lib/Parser/
Ddebug-parser.cpp18 std::string note{str_, length_}; in Parse() local
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
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
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_server.js185 call.on('data', function(note) { argument
190 _.each(route_notes[key], function(note) { argument
/external/llvm/utils/llvm-build/llvmbuild/
Dutil.py8 note = lambda message: _write_message('note', message) function
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp508 ELFNote note = ELFNote(); in parseSegment() local
528 for (const auto &note : notes) { in parseFreeBSDNotes() local
606 for (const auto &note : notes) { in parseNetBSDNotes() local
731 for (const auto &note : notes) { in parseOpenBSDNotes() local
778 for (const auto &note : notes) { in parseLinuxNotes() local
/external/parameter-framework/upstream/doc/requirements/
Drequirements.css30 note, ko, why, unknown { selector
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DScannerException.java46 String note) { in ScannerException()
/external/python/cpython2/Doc/includes/
Dmp_webserver.py26 def note(format, *args): function
/external/grpc-grpc/examples/node/dynamic_codegen/route_guide/
Droute_guide_server.js195 call.on('data', function(note) { argument
200 _.each(route_notes[key], function(note) { argument
/external/clang/test/SemaObjC/
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

12345