/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | InvalidScopeBindingTest.java | 38 ServletException se = null; in testServletInNonSingletonScopeThrowsServletException() local 58 ServletException se = null; in testFilterInNonSingletonScopeThrowsServletException() local 83 ServletException se = null; in testHappyCaseFilter() local
|
/external/dbus/tools/ |
D | dbus-cleanup-sockets.c | 120 SocketEntry *se; in socket_entry_new() local 142 free_socket_entry (SocketEntry *se) in free_socket_entry() 192 SocketEntry *se; in read_sockets() local 216 open_socket (SocketEntry *se) in open_socket() 288 SocketEntry *se; in handle_sockets() local
|
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_failure/ |
D | ctor_string_error_code.pass.cpp | 24 std::ios_base::failure se(what_arg, make_error_code(std::errc::is_a_directory)); in main() local 32 std::ios_base::failure se(what_arg); in main() local
|
D | ctor_char_pointer_error_code.pass.cpp | 24 std::ios_base::failure se(what_arg.c_str(), make_error_code(std::errc::is_a_directory)); in main() local 32 std::ios_base::failure se(what_arg.c_str()); in main() local
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPathException.java | 197 TransformerException se = (TransformerException) exception; in printStackTrace() local 232 TransformerException se = (TransformerException) exception; in getMessage() local 298 TransformerException se = (TransformerException) exception; in printStackTrace() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | variance_avx2.c | 128 const int se = se1 + se2; in vpx_sub_pixel_variance64x64_avx2() local 140 const int se = vpx_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, in vpx_sub_pixel_variance32x32_avx2() local 163 const int se = se1 + se2; in vpx_sub_pixel_avg_variance64x64_avx2() local 179 const int se = vpx_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset, in vpx_sub_pixel_avg_variance32x32_avx2() local
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
D | rotate.pass.cpp | 112 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() local 314 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test1() local
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
D | SessionAuthentication.java | 120 public void sessionWillPassivate(HttpSessionEvent se) in sessionWillPassivate() 125 public void sessionDidActivate(HttpSessionEvent se) in sessionDidActivate()
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 57 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() local 132 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test1() local
|
D | unique_pred.pass.cpp | 75 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() local 166 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test1() local
|
D | unique_copy.pass.cpp | 60 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() local
|
D | unique_copy_pred.pass.cpp | 79 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() local
|
/external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ |
D | ctor_error_code_const_char_pointer.pass.cpp | 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str()); in main() local
|
D | ctor_error_code_string.pass.cpp | 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg); in main() local
|
/external/skia/src/views/animated/ |
D | SkWidgetViews.cpp | 27 const char* get_skin_enum_path(SkinEnum se) in get_skin_enum_path() 57 void init_skin_anim(SkinEnum se, SkAnimator* anim) in init_skin_anim() 62 void init_skin_paint(SkinEnum se, SkPaint* paint) in init_skin_paint()
|
/external/v8/src/ |
D | log-inl.h | 32 void Logger::CallEventLogger(Isolate* isolate, const char* name, StartEnd se, in CallEventLogger()
|
/external/libweave/third_party/chromium/base/third_party/dmg_fp/ |
D | g_fmt.cc | 35 char *b0, *s0, *se; in g_fmt() local
|
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
D | SessionExpiresParser.java | 37 SessionExpires se = new SessionExpires(); in parse() local
|
/external/f2fs-tools/fsck/ |
D | mount.c | 557 struct seg_entry *se; in reset_curseg() local 803 void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit() 940 struct seg_entry *se = &sit_i->sentries[segno]; in build_sit_entries() local 998 struct seg_entry *se; in build_sit_area_bitmap() local 1054 struct seg_entry *se; in rewrite_sit_area_bitmap() local
|
D | fsck.c | 20 struct seg_entry *se; in f2fs_set_main_bitmap() local 1030 struct seg_entry *se; in check_curseg_offset() local 1048 struct seg_entry *se; in check_sit_types() local
|
/external/elfutils/libebl/ |
D | eblstrtab.c | 346 ebl_strtaboffset (struct Ebl_Strent *se) in ebl_strtaboffset() 353 ebl_string (struct Ebl_Strent *se) in ebl_string()
|
/external/libvncserver/libvncclient/ |
D | ultra.c | 186 unsigned int se; in HandleUltraZipBPP() local
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | AbstractManifestWriter.java | 118 protected String getFormat(SampleEntry se) { in getFormat()
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Timer.c | 173 struct sigevent se; in phOsalNfc_Timer_Create() local
|
/external/clang/test/Parser/ |
D | cxx11-user-defined-literals.cpp | 60 S<U"e"_id> se; variable
|