Searched refs:se (Results 1 - 25 of 240) sorted by relevance

12345678910

/external/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
H A Dctor_error_code.pass.cpp24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
27 std::string what_message(se.what());
H A Dctor_int_error_category.pass.cpp24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
27 std::string what_message(se.what());
H A Dctor_error_code_string.pass.cpp25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg);
26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
27 std::string what_message(se.what());
H A Dctor_error_code_const_char_pointer.pass.cpp25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str());
26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
27 std::string what_message(se.what());
H A Dctor_int_error_category_const_char_pointer.pass.cpp25 std::system_error se(static_cast<int>(std::errc::not_a_directory),
27 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
28 std::string what_message(se.what());
H A Dctor_int_error_category_string.pass.cpp25 std::system_error se(static_cast<int>(std::errc::not_a_directory),
27 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
28 std::string what_message(se.what());
/external/chromium_org/base/third_party/dmg_fp/
H A Ddmg_fp.h14 double strtod(const char* s00, char** se);
H A Dg_fmt.cc35 char *b0, *s0, *se; local
45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se);
52 if (decpt <= -4 || decpt > se - s + 5) {
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/
H A Dctor_char_pointer_error_code.pass.cpp24 std::ios_base::failure se(what_arg.c_str(), make_error_code(std::errc::is_a_directory));
25 assert(se.code() == std::make_error_code(std::errc::is_a_directory));
26 std::string what_message(se.what());
32 std::ios_base::failure se(what_arg.c_str());
33 assert(se.code() == std::make_error_code(std::io_errc::stream));
34 std::string what_message(se.what());
H A Dctor_string_error_code.pass.cpp24 std::ios_base::failure se(what_arg, make_error_code(std::errc::is_a_directory));
25 assert(se.code() == std::make_error_code(std::errc::is_a_directory));
26 std::string what_message(se.what());
32 std::ios_base::failure se(what_arg);
33 assert(se.code() == std::make_error_code(std::io_errc::stream));
34 std::string what_message(se.what());
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
H A DSessionExpiresParser.java37 SessionExpires se = new SessionExpires();
47 se.setExpires(delta);
55 super.parse(se);
56 return se;
/external/qemu/
H A Dsavevm.c1698 SaveStateEntry *se; local
1701 QTAILQ_FOREACH(se, &savevm_handlers, entry) {
1702 if (strcmp(idstr, se->idstr) == 0
1703 && instance_id <= se->instance_id) {
1704 instance_id = se->instance_id + 1;
1712 SaveStateEntry *se; local
1715 QTAILQ_FOREACH(se, &savevm_handlers, entry) {
1716 if (!se->compat)
1719 if (strcmp(idstr, se->compat->idstr) == 0
1720 && instance_id <= se
1738 SaveStateEntry *se; local
1796 SaveStateEntry *se, *new_se; local
1826 SaveStateEntry *se; local
1869 SaveStateEntry *se, *new_se; local
2018 vmstate_load(QEMUFile *f, SaveStateEntry *se, int version_id) argument
2026 vmstate_save(QEMUFile *f, SaveStateEntry *se) argument
2048 SaveStateEntry *se; local
2061 SaveStateEntry *se; local
2099 SaveStateEntry *se; local
2132 SaveStateEntry *se; local
2220 SaveStateEntry *se; local
2313 SaveStateEntry *se; member in struct:LoadStateEntry
2346 SaveStateEntry *se; local
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_avx2.c194 int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, local
203 se += se2;
206 return sse - (((int64_t)se * se) >> 12);
218 int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, local
222 return sse - (((int64_t)se * se) >> 10);
236 int se = vp9_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset, local
244 se += se2;
248 return sse - (((int64_t)se * s
261 int se = vp9_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset, local
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppb_var_deprecated_proxy.cc74 ReceiveSerializedException se(dispatcher, exception);
76 if (!se.IsThrown()) {
80 SerializedVarSendInput(dispatcher, name), &se, &result));
93 ReceiveSerializedException se(dispatcher, exception);
95 if (!se.IsThrown()) {
99 SerializedVarSendInput(dispatcher, name), &se, &result));
112 ReceiveSerializedException se(dispatcher, exception);
114 if (!se.IsThrown()) {
118 SerializedVarSendInput(dispatcher, name), &se, &result));
137 ReceiveSerializedException se(dispatche
[all...]
H A Dppp_class_proxy.cc53 ReceiveSerializedException se(obj->dispatcher, exception);
56 SerializedVarSendInput(obj->dispatcher, name), &se, &result));
66 ReceiveSerializedException se(obj->dispatcher, exception);
69 SerializedVarSendInput(obj->dispatcher, name), &se, &result));
80 ReceiveSerializedException se(obj->dispatcher, exception);
84 SerializedVarSendInput(obj->dispatcher, name), &se, &result));
104 ReceiveSerializedException se(obj->dispatcher, exception);
108 SerializedVarSendInput(obj->dispatcher, value), &se));
118 ReceiveSerializedException se(obj->dispatcher, exception);
121 SerializedVarSendInput(obj->dispatcher, name), &se));
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAXFactoryImpl.java68 } catch (SAXException se) {
70 throw new ParserConfigurationException(se.getMessage());
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprdtoa.h48 ** If the value of se is not (char **)NULL, a pointer to
50 ** to by se. If no number can be formed, se is set to s00, and
61 PR_strtod(const char *s00, char **se);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_variance_avx2.c135 const int se = se1 + se2; local
137 return *sse - (((int64_t)se * se) >> 12);
147 const int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, local
150 return *sse - (((int64_t)se * se) >> 10);
170 const int se = se1 + se2; local
174 return *sse - (((int64_t)se * se) >> 12);
186 const int se local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathException.java197 TransformerException se = (TransformerException) exception;
200 exception = se.getException();
232 TransformerException se = (TransformerException) exception;
235 exception = se.getException();
298 TransformerException se = (TransformerException) exception;
301 exception = se.getException();
/external/bluetooth/bluedroid/hci/src/
H A Dlpm.c135 struct sigevent se; local
142 se.sigev_notify = SIGEV_THREAD;
143 se.sigev_value.sival_ptr = &bt_lpm_cb.timer_id;
144 se.sigev_notify_function = lpm_idle_timeout;
145 se.sigev_notify_attributes = NULL;
147 status = timer_create(CLOCK_MONOTONIC, &se, &bt_lpm_cb.timer_id);
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c173 struct sigevent se; local
175 se.sigev_notify = SIGEV_THREAD;
176 se.sigev_notify_function = phOsalNfc_Timer_Expired;
177 se.sigev_notify_attributes = NULL;
186 se.sigev_value.sival_int = (int)timerid;
189 if(timer_create(CLOCK_REALTIME, &se, &(timers[timerid].handle)) == -1)
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
H A Dhist.c302 struct sort_entry *se = list_first_entry(&hist_entry__sort_list, local
303 typeof(*se), list);
304 left_margin = hists__col_len(hists, se->se_width_idx);
379 struct sort_entry *se; local
413 list_for_each_entry(se, &hist_entry__sort_list, list) {
414 if (se->elide)
417 fprintf(fp, "%c%s", *sep, se->se_header);
420 width = strlen(se->se_header);
423 hists__set_col_len(hists, se->se_width_idx,
430 if (!hists__new_col_len(hists, se
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemComment.java88 catch(org.xml.sax.SAXException se)
90 throw new TransformerException(se);
H A DElemTextLiteral.java220 catch(SAXException se)
222 throw new TransformerException(se);
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3SerializerImpl.java112 } catch (org.xml.sax.SAXException se) {
113 throw new WrappedRuntimeException(se);

Completed in 2424 milliseconds

12345678910