Home
last modified time | relevance | path

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

123456

/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/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_failure/
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
Dctor_string_error_code.pass.cpp27 std::ios_base::failure se(what_arg, make_error_code(std::errc::is_a_directory)); in main() local
35 std::ios_base::failure se(what_arg); in main() local
/external/v8/src/
Dlog-inl.h31 void Logger::CallEventLogger(Isolate* isolate, const char* name, StartEnd se, in CallEventLogger()
43 void TimerEventScope<TimerEvent>::LogTimerEvent(Logger::StartEnd se) { in LogTimerEvent()
/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/protobuf/php/ext/google/protobuf/
Dmessage.c148 stackenv* se = ud; in env_error_func() local
160 static void stackenv_init(stackenv* se, const char* errmsg) { in stackenv_init()
169 static void stackenv_uninit(stackenv* se) { in stackenv_uninit()
196 stackenv se; in PHP_METHOD() local
/external/ltp/pan/
Dsymbol.c383 register struct sym *se; /* symbol entry */ in sym_dump() local
406 register struct sym *se; /* symbol entry */ in sym_dump_s() local
443 register struct sym *se, *nse; /* symbol entry */ in sym_rm() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dvariance_avx2.c116 const int se = se1 + se2; in vpx_sub_pixel_variance64x64_avx2() local
126 const int se = vpx_sub_pixel_variance32xh_avx2( in vpx_sub_pixel_variance32x32_avx2() local
141 const int se = se1 + se2; in vpx_sub_pixel_avg_variance64x64_avx2() local
152 const int se = vpx_sub_pixel_avg_variance32xh_avx2( in vpx_sub_pixel_avg_variance32x32_avx2() local
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
Drotate.pass.cpp111 const int se = static_cast<int>(sizeof(ie)/sizeof(ie[0])); in test() local
313 const int se = static_cast<int>(sizeof(ie)/sizeof(ie[0])); in test1() local
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp180 se = Obj->end_symbols(); in DisassembleObject() local
261 for (unsigned si = 0, se = Symbols.size(); si != se; ++si) { in DisassembleObject() local
322 for (section_iterator si = o->begin_sections(), se = o->end_sections(); in PrintRelocations() local
352 for (section_iterator si = o->begin_sections(), se = o->end_sections(); in PrintSectionHeaders() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c98 struct sigevent se; in parent_process() local
158 struct sigevent se; in child_process() local
D4-1.c32 struct sigevent se; in main() local
/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_string.pass.cpp25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg); in main() local
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
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c71 struct sigevent se; in main() 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
/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/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c668 stackenv* se = ud; in env_error_func() local
681 static void stackenv_init(stackenv* se, const char* errmsg) { in stackenv_init()
687 static void stackenv_uninit(stackenv* se) { in stackenv_uninit()
716 stackenv se; in Message_decode() local
759 stackenv se; in Message_decode_json() local
1165 stackenv se; in Message_encode() local
1217 stackenv se; in Message_encode_json() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DAbstractManifestWriter.java118 protected String getFormat(SampleEntry se) { in getFormat()
/external/libvncserver/libvncclient/
Dultra.c186 unsigned int se; in HandleUltraZipBPP() local

123456