Home
last modified time | relevance | path

Searched defs:se (Results 1 – 25 of 121) sorted by relevance

12345

/external/guice/extensions/servlet/test/com/google/inject/servlet/
DInvalidScopeBindingTest.java38 ServletException se = null; in testServletInNonSingletonScopeThrowsServletException() local
58 ServletException se = null; in testFilterInNonSingletonScopeThrowsServletException() local
83 ServletException se = null; in testHappyCaseFilter() local
/external/dbus/tools/
Ddbus-cleanup-sockets.c120 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/
Dctor_string_error_code.pass.cpp24 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
Dctor_char_pointer_error_code.pass.cpp24 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/
DXPathException.java197 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/
Dvariance_avx2.c128 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/
Drotate.pass.cpp112 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/
DSessionAuthentication.java120 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/
Dunique.pass.cpp57 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() local
132 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test1() local
Dunique_pred.pass.cpp75 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() local
166 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test1() local
Dunique_copy.pass.cpp60 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() local
Dunique_copy_pred.pass.cpp79 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() local
/external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
Dctor_error_code_const_char_pointer.pass.cpp25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str()); in main() local
Dctor_error_code_string.pass.cpp25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg); in main() local
/external/skia/src/views/animated/
DSkWidgetViews.cpp27 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/
Dlog-inl.h32 void Logger::CallEventLogger(Isolate* isolate, const char* name, StartEnd se, in CallEventLogger()
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
Dg_fmt.cc35 char *b0, *s0, *se; in g_fmt() local
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DSessionExpiresParser.java37 SessionExpires se = new SessionExpires(); in parse() local
/external/f2fs-tools/fsck/
Dmount.c557 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
Dfsck.c20 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/
Deblstrtab.c346 ebl_strtaboffset (struct Ebl_Strent *se) in ebl_strtaboffset()
353 ebl_string (struct Ebl_Strent *se) in ebl_string()
/external/libvncserver/libvncclient/
Dultra.c186 unsigned int se; in HandleUltraZipBPP() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DAbstractManifestWriter.java118 protected String getFormat(SampleEntry se) { in getFormat()
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Timer.c173 struct sigevent se; in phOsalNfc_Timer_Create() local
/external/clang/test/Parser/
Dcxx11-user-defined-literals.cpp60 S<U"e"_id> se; variable

12345