Home
last modified time | relevance | path

Searched defs:notes (Results 1 – 25 of 200) sorted by relevance

12345678

/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/
DAbstractFragmentsActivity.java19 private final List<Page> notes; field in AbstractFragmentsActivity
23 protected AbstractFragmentsActivity(int title, int layout, List<Page> notes) { in AbstractFragmentsActivity()
DAbstractPagesActivity.java21 private final List<Page> notes; field in AbstractPagesActivity
23 protected AbstractPagesActivity(int title, int layout, List<Page> notes) { in AbstractPagesActivity()
/external/grpc-grpc/examples/ruby/route_guide/
Droute_guide_server.rb130 def route_chat(notes) argument
136 def initialize(notes, received_notes) argument
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc177 Notes notes(kLittleEndian); in TYPED_TEST() local
204 Notes notes(kLittleEndian); in TYPED_TEST() local
234 Notes notes(kLittleEndian); in TYPED_TEST() local
262 Notes notes(kLittleEndian); in TYPED_TEST() local
Dsynth_elf_unittest.cc376 Notes notes(kLittleEndian); in TEST_F() local
383 Notes notes(kLittleEndian); in TEST_F() local
Ddump_symbols_unittest.cc163 Notes notes(kLittleEndian); in TYPED_TEST() local
/external/mesa3d/src/freedreno/ir3/
Dir3_sched.c263 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in check_instr()
475 choose_instr_dec(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in choose_instr_dec()
586 choose_instr_inc(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in choose_instr_inc()
659 choose_instr_prio(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes) in choose_instr_prio()
700 choose_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes) in choose_instr()
1021 struct ir3_sched_notes notes = {0}; in sched_block() local
/external/grpc-grpc/examples/ruby/errors_and_cancellation/
Derror_examples_server.rb47 def route_chat(notes) argument
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp524 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes()
595 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes()
729 llvm::Error ProcessElfCore::parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseOpenBSDNotes()
773 llvm::Error ProcessElfCore::parseLinuxNotes(llvm::ArrayRef<CoreNote> notes) { in parseLinuxNotes()
DRegisterContextPOSIXCore_arm.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm()
DRegisterContextPOSIXCore_ppc64le.cpp24 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_ppc64le()
DRegisterContextPOSIXCore_mips64.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_mips64()
DRegisterContextPOSIXCore_x86_64.cpp18 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_x86_64()
DRegisterContextPOSIXCore_s390x.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_s390x()
DRegisterContextPOSIXCore_powerpc.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_powerpc()
DRegisterContextPOSIXCore_arm64.cpp22 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64()
/external/dynamic_depth/internal/dynamic_depth/
Dvendor_info.cc39 const string& notes) { in FromData()
/external/rust/crates/regex-syntax/src/
Derror.rs118 let mut notes = vec![]; in fmt() localVariable
240 let mut notes = String::new(); in notate_line() localVariable
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable_test.cc300 auto notes = reminder->Repeated("notes"); in TEST_F() local
353 OwnedFlatbuffer<FlatbufferFieldPath, std::string> notes = in TEST_F() local
/external/llvm-project/polly/lib/External/isl/
Disl_printer_private.h46 isl_id_to_id *notes; member
/external/vboot_reference/firmware/lib/include/
Dvboot_audio_private.h23 VbDevMusicNote notes[1]; /* gcc allows [0], MSVC doesn't */ member
/external/elfutils/libdwfl/
Dcore-file.c125 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments()
511 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local
Dlinux-kernel-modules.c525 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes) in intuit_kernel_bounds()
734 Dwarf_Addr notes; in dwfl_linux_kernel_report_kernel() local
/external/grpc-grpc/examples/cpp/route_guide/
Droute_guide_client.cc161 std::vector<RouteNote> notes{ in RouteChat() local
/external/rust/crates/codespan-reporting/src/
Ddiagnostic.rs136 pub notes: Vec<String>, field

12345678