HomeSort by relevance Sort by last modified time
    Searched defs:se (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 83 struct sigevent se; local
90 se.sigev_notify = SIGEV_THREAD;
91 se.sigev_value.sival_ptr = &mTimerId;
92 se.sigev_notify_function = cb;
93 se.sigev_notify_attributes = NULL;
95 stat = timer_create(CLOCK_MONOTONIC, &se, &mTimerId);
  /external/chromium_org/base/third_party/dmg_fp/
g_fmt.cc 35 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/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 112 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
113 r = std::rotate(Iter(ie), Iter(ie), Iter(ie+se));
114 assert(base(r) == ie+se);
120 r = std::rotate(Iter(ie), Iter(ie+1), Iter(ie+se));
127 r = std::rotate(Iter(ie), Iter(ie+2), Iter(ie+se));
134 r = std::rotate(Iter(ie), Iter(ie+3), Iter(ie+se));
141 r = std::rotate(Iter(ie), Iter(ie+4), Iter(ie+se));
148 r = std::rotate(Iter(ie), Iter(ie+se), Iter(ie+se));
314 const unsigned se = sizeof(ie)/sizeof(ie[0]) local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 112 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
113 r = std::rotate(Iter(ie), Iter(ie), Iter(ie+se));
114 assert(base(r) == ie+se);
120 r = std::rotate(Iter(ie), Iter(ie+1), Iter(ie+se));
127 r = std::rotate(Iter(ie), Iter(ie+2), Iter(ie+se));
134 r = std::rotate(Iter(ie), Iter(ie+3), Iter(ie+se));
141 r = std::rotate(Iter(ie), Iter(ie+4), Iter(ie+se));
148 r = std::rotate(Iter(ie), Iter(ie+se), Iter(ie+se));
314 const unsigned se = sizeof(ie)/sizeof(ie[0]) local
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 68 } catch (SAXException se) {
70 throw new ParserConfigurationException(se.getMessage());
  /ndk/sources/android/support/src/musl-math/
libm.h 29 uint16_t se; member in struct:ldshape::__anon43739
39 uint16_t se; member in struct:ldshape::__anon43740
  /bionic/libc/bionic/
posix_timers.cpp 163 sigevent se = *evp; local
164 se.sigev_signo = TIMER_SIGNAL;
165 se.sigev_notify = SIGEV_THREAD_ID;
166 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread);
167 if (__timer_create(clock_id, &se, &timer->kernel_timer_id) == -1) {
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java 197 TransformerException se = (TransformerException) exception; local
200 exception = se.getException();
232 TransformerException se = (TransformerException) exception; local
235 exception = se.getException();
298 TransformerException se = (TransformerException) exception; local
301 exception = se.getException();
SourceTreeManager.java 376 catch (org.xml.sax.SAXException se)
385 catch (org.xml.sax.SAXException se)
387 throw new TransformerException(se.getMessage(), locator, se); local
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionChildIterator.java 137 catch (javax.xml.transform.TransformerException se)
141 throw new RuntimeException(se.getMessage());
MatchPatternIterator.java 317 catch (javax.xml.transform.TransformerException se)
321 throw new RuntimeException(se.getMessage());
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_variance_avx2.c 135 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 = vp9_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset local
    [all...]
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 60 S<U"e"_id> se; variable
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 57 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
58 r = std::unique(Iter(ie), Iter(ie+se));
132 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
133 r = std::unique(Iter(ie), Iter(ie+se));
unique_copy.pass.cpp 60 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
61 int je[se] = {-1};
62 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je));
unique_pred.pass.cpp 75 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
77 r = std::unique(Iter(ie), Iter(ie+se), count_equal());
82 assert(count_equal::count == se-1);
166 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
168 r = std::unique(Iter(ie), Iter(ie+se), count_equal());
173 assert(count_equal::count == se-1);
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 173 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/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_avx2.c 194 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 * se) >> 12)
261 int se = vp9_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset, local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
SessionExpiresParser.java 37 SessionExpires se = new SessionExpires(); local
47 se.setExpires(delta);
55 super.parse(se);
56 return se;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_avx2.c 194 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 * se) >> 12)
261 int se = vp9_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset, local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 57 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
58 r = std::unique(Iter(ie), Iter(ie+se));
132 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
133 r = std::unique(Iter(ie), Iter(ie+se));
unique_copy.pass.cpp 60 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
61 int je[se] = {-1};
62 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je));
unique_pred.pass.cpp 75 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
77 r = std::unique(Iter(ie), Iter(ie+se), count_equal());
82 assert(count_equal::count == se-1);
166 const unsigned se = sizeof(ie)/sizeof(ie[0]); local
168 r = std::unique(Iter(ie), Iter(ie+se), count_equal());
173 assert(count_equal::count == se-1);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 123 catch (org.xml.sax.SAXException se)
129 m_errorListener.fatalError(new TransformerException(se));
147 // se.printStackTrace();
148 throw new TransformerConfigurationException(XSLMessages.createMessage(XSLTErrorResources.ER_PROCESSFROMNODE_FAILED, null), se); local
149 //"processFromNode failed", se);
185 // se.printStackTrace();
348 catch (org.xml.sax.SAXException se)
351 "getAssociatedStylesheets failed", se);
896 catch (org.xml.sax.SAXException se) {}
924 catch (org.xml.sax.SAXException se)
943 throw new TransformerConfigurationException(se.getMessage(), se); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 118 SearchEngine se = new SearchEngine(); local
126 se.search(searchPattern,

Completed in 830 milliseconds

1 2 3 4 5 6 7