| /third_party/typescript/tests/baselines/reference/ |
| H A D | underscoreTest1.js | 778 var notes: any[]; variable 780 var renderNotes = _.after(notes.length, render); 781 _.each(notes, (note) => note.asyncSave({ success: renderNotes })); 999 var notes;
variable 1001 var renderNotes = _.after(notes.length, render);
1002 _.each(notes, function (note) { return note.asyncSave({ success: renderNotes }); });
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | sort.c | 459 struct annotation *notes; in hist_entry__sym_ipc_snprintf() local 466 notes = symbol__annotation(sym); in hist_entry__sym_ipc_snprintf() 468 if (notes->hit_cycles) in hist_entry__sym_ipc_snprintf() 469 ipc = notes->hit_insn / ((double)notes->hit_cycles); in hist_entry__sym_ipc_snprintf() 471 if (notes->total_insn) { in hist_entry__sym_ipc_snprintf() 472 coverage = notes->cover_insn * 100.0 / in hist_entry__sym_ipc_snprintf() 473 ((double)notes->total_insn); in hist_entry__sym_ipc_snprintf()
|
| H A D | symbol.c | 293 struct annotation *notes = (void *)sym; in symbol__new() local 294 pthread_mutex_init(¬es->lock, NULL); in symbol__new() 2163 if (sysfs__read_build_id("/sys/kernel/notes", &bid) == 0) in dso__find_kallsyms()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | sort.c | 586 struct annotation *notes; in hist_entry__sym_ipc_snprintf() local 593 notes = symbol__annotation(sym); in hist_entry__sym_ipc_snprintf() 595 if (notes->hit_cycles) in hist_entry__sym_ipc_snprintf() 596 ipc = notes->hit_insn / ((double)notes->hit_cycles); in hist_entry__sym_ipc_snprintf() 598 if (notes->total_insn) { in hist_entry__sym_ipc_snprintf() 599 coverage = notes->cover_insn * 100.0 / in hist_entry__sym_ipc_snprintf() 600 ((double)notes->total_insn); in hist_entry__sym_ipc_snprintf()
|
| H A D | symbol.c | 307 struct annotation *notes = (void *)sym; in symbol__new() local 308 annotation__init(notes); in symbol__new() 330 struct annotation *notes = symbol__annotation(sym); in symbol__delete() local 332 annotation__exit(notes); in symbol__delete() 2316 if (sysfs__read_build_id("/sys/kernel/notes", &bid) == 0) in dso__find_kallsyms()
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| H A D | vmlinux.lds.h | 58 * Only some architectures want to have the .notes segment visible in 932 * Otherwise, the type of .notes section would become PROGBITS instead of NOTES. 936 .notes : AT(ADDR(.notes) - LOAD_OFFSET) { \
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| H A D | vmlinux.lds.h | 58 * Only some architectures want to have the .notes segment visible in 882 * Otherwise, the type of .notes section would become PROGBITS instead of NOTES. 884 * Also, discard .note.gnu.property, otherwise it forces the notes section to 886 * 4-byte aligned notes. 893 .notes : AT(ADDR(.notes) - LOAD_OFFSET) { \
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| H A D | ELF.h | 210 /// Get an iterator over notes in a program header. 229 /// Get an iterator over notes in a section. 249 /// Get the end iterator for notes. 254 /// Get an iterator range over notes of a program header. 261 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, in notes() function in llvm::object::ELFFile 266 /// Get an iterator range over notes of a section. 273 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, in notes() function in llvm::object::ELFFile
|
| /third_party/curl/docs/cmdline-opts/ |
| H A D | gen.pl | 32 Dev notes:
|
| /third_party/icu/icu4c/source/tools/gensprep/ |
| H A D | filterRFC3454.pl | 672 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
|
| /third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
| H A D | filterRFC3454.pl | 672 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 300 for (auto N : Obj->notes(P, Err)) in getBuildID()
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | xvididct.asm | 33 ; (See more app notes at http://developer.intel.com/vtune/cbts/strmsimd/appnotes.htm)
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| H A D | Makefile | 138 NOTEOPTS = -a editing-notes -a implementation-guide
|
| /kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
| H A D | hists.c | 2430 struct annotation *notes; in do_annotate() local 2438 notes = symbol__annotation(act->ms.sym); in do_annotate() 2439 if (!notes->src) in do_annotate()
|
| /kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
| H A D | hists.c | 2431 struct annotation *notes; in do_annotate() local 2439 notes = symbol__annotation(act->ms.sym); in do_annotate() 2440 if (!notes->src) in do_annotate()
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| H A D | setox.S | 194 | Notes: Refer to notes for 2.2 - 2.6. 230 | see the notes on Step 1 of setox. 238 | Notes: See the notes on Step 2 of setox.
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| H A D | setox.S | 194 | Notes: Refer to notes for 2.2 - 2.6. 230 | see the notes on Step 1 of setox. 238 | Notes: See the notes on Step 2 of setox.
|
| /kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 6961 # Notes: Refer to notes for 2.2 - 2.6. # 6996 # the comparisons, see the notes on Step 1 of setox. # 7007 # Notes: See the notes on Step 2 of setox. # 21696 # other notes: #
|
| H A D | fplsp.S | 6855 # Notes: Refer to notes for 2.2 - 2.6. # 6890 # the comparisons, see the notes on Step 1 of setox. # 6901 # Notes: See the notes on Step 2 of setox. #
|
| /kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 6961 # Notes: Refer to notes for 2.2 - 2.6. # 6996 # the comparisons, see the notes on Step 1 of setox. # 7007 # Notes: See the notes on Step 2 of setox. # 21696 # other notes: #
|
| H A D | fplsp.S | 6855 # Notes: Refer to notes for 2.2 - 2.6. # 6890 # the comparisons, see the notes on Step 1 of setox. # 6901 # Notes: See the notes on Step 2 of setox. #
|
| /third_party/skia/third_party/externals/microhttpd/doc/ |
| H A D | texinfo.tex | 5676 % Insert the first mark before the heading break (see notes for \domark). 5837 % Insert first mark before the heading break (see notes for \domark).
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| H A D | stylo.hpp | [all...] |