HomeSort by relevance Sort by last modified time
    Searched refs:se (Results 26 - 50 of 282) sorted by null

12 3 4 5 6 7 8 91011>>

  /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) {
  /libcore/luni/src/main/native/
IcuUtilities.cpp 35 jobjectArray fromStringEnumeration(JNIEnv* env, UErrorCode& status, const char* provider, StringEnumeration* se) {
40 int32_t count = se->count(status);
47 const UnicodeString* string = se->snext(status);
  /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();
  /external/bluetooth/bluedroid/hci/src/
lpm.c 134 struct sigevent se; local
141 se.sigev_notify = SIGEV_THREAD;
142 se.sigev_value.sival_ptr = &bt_lpm_cb.timer_id;
143 se.sigev_notify_function = lpm_idle_timeout;
144 se.sigev_notify_attributes = NULL;
146 status = timer_create(CLOCK_MONOTONIC, &se, &bt_lpm_cb.timer_id);
  /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)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java 322 SimpleElement se = (SimpleElement) obj; local
325 if ((mBounds == null && se.mBounds != null) ||
326 (mBounds != null && !mBounds.equals(se.mBounds))) {
329 if ((mParentFqcn == null && se.mParentFqcn != null) ||
330 (mParentFqcn != null && !mParentFqcn.equals(se.mParentFqcn))) {
333 if ((mParentBounds == null && se.mParentBounds != null) ||
334 (mParentBounds != null && !mParentBounds.equals(se.mParentBounds))) {
338 return mFqcn.equals(se.mFqcn) &&
339 mAttributes.size() == se.mAttributes.size() &&
340 mElements.size() == se.mElements.size() &
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemComment.java 88 catch(org.xml.sax.SAXException se)
90 throw new TransformerException(se);
ElemTextLiteral.java 220 catch(SAXException se)
222 throw new TransformerException(se);
ElemCopy.java 127 catch(org.xml.sax.SAXException se)
129 throw new TransformerException(se);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3SerializerImpl.java 112 } catch (org.xml.sax.SAXException se) {
113 throw new WrappedRuntimeException(se);
  /external/linux-tools-perf/util/
hist.c 184 struct sort_entry *se; local
187 list_for_each_entry(se, &hist_entry__sort_list, list) {
188 cmp = se->se_cmp(left, right);
199 struct sort_entry *se; local
202 list_for_each_entry(se, &hist_entry__sort_list, list) {
205 f = se->se_collapse ?: se->se_cmp;
601 struct sort_entry *se; local
700 list_for_each_entry(se, &hist_entry__sort_list, list) {
701 if (se->elide
730 struct sort_entry *se = list_first_entry(&hist_entry__sort_list, local
743 struct sort_entry *se; local
880 struct sort_entry *se; local
    [all...]
  /external/chromium_org/ppapi/proxy/
ppp_class_proxy.cc 53 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/chromium_org/third_party/skia/src/views/animated/
SkWidgetViews.cpp 27 const char* get_skin_enum_path(SkinEnum se)
29 SkASSERT((unsigned)se < kSkinEnumCount);
39 return gSkinPaths[se];
57 void init_skin_anim(SkinEnum se, SkAnimator* anim)
59 init_skin_anim(get_skin_enum_path(se), anim);
62 void init_skin_paint(SkinEnum se, SkPaint* paint)
69 init_skin_anim(se, &anim);
  /external/skia/src/views/animated/
SkWidgetViews.cpp 27 const char* get_skin_enum_path(SkinEnum se)
29 SkASSERT((unsigned)se < kSkinEnumCount);
39 return gSkinPaths[se];
57 void init_skin_anim(SkinEnum se, SkAnimator* anim)
59 init_skin_anim(get_skin_enum_path(se), anim);
62 void init_skin_paint(SkinEnum se, SkPaint* paint)
69 init_skin_anim(se, &anim);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 371 int se = vp9_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \
380 se += se2; \
387 se += se2; \
393 se += se2; \
398 return sse - ((cast se * se) >> (wlog2 + hlog2)); \
451 int se = vp9_sub_pixel_avg_variance##wf##xh_##opt(src, src_stride, x_offset, \
460 se += se2; \
467 se += se2; \
473 se += se2;
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 123 struct XRayTraceStackEntry* se,
331 struct XRayTraceStackEntry* se = &capture->stack[depth]; local
333 se->depth_addr = XRAY_PACK_DEPTH_ADDR(depth, addr);
334 se->dest = capture->buffer_index;
335 se->annotation_index = 0;
336 GTSC(se->tsc);
358 struct XRayTraceStackEntry* se = &capture->stack[depth]; local
359 uint32_t buffer_index = se->dest;
363 be->depth_addr = se->depth_addr;
364 be->start_tick = se->tsc
425 struct XRayTraceStackEntry* se = &capture->stack[depth]; local
457 struct XRayTraceStackEntry* se = &capture->stack[depth]; local
    [all...]
  /external/emma/ant/ant15/com/vladium/emma/ant/
IANTVersion.java 53 catch (SecurityException se)
  /frameworks/base/core/tests/coretests/src/android/app/activity/
SetTimeZonePermissionsTest.java 58 } catch (SecurityException se) {
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 115 // catch(org.xml.sax.SAXException se)
117 // throw new TransformerException(se);
207 catch(org.xml.sax.SAXException se)
209 throw new TransformerException(se);
  /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());
  /external/bluetooth/bluedroid/main/
bte_main.c 370 struct sigevent se; local
375 se.sigev_notify = SIGEV_THREAD;
376 se.sigev_value.sival_ptr = &preload_retry_cb.timer_id;
377 se.sigev_notify_function = preload_wait_timeout;
378 se.sigev_notify_attributes = NULL;
380 status = timer_create(CLOCK_MONOTONIC, &se, &preload_retry_cb.timer_id);
  /hardware/broadcom/libbt/src/
upio.c 383 struct sigevent se; local
385 se.sigev_notify = SIGEV_THREAD;
386 se.sigev_value.sival_ptr = &lpm_proc_cb.timer_id;
387 se.sigev_notify_function = proc_btwrite_timeout;
388 se.sigev_notify_attributes = NULL;
390 status = timer_create(CLOCK_MONOTONIC, &se,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 399 catch (SecurityException se)
404 throw se;
412 se); local
413 //"Could not load '"+resourceName+"' (check CLASSPATH, applet security), now using just the defaults ", se);
454 catch (SecurityException se)
467 catch (SecurityException se)
  /external/elfutils/libebl/
eblstrtab.c 361 ebl_strtaboffset (struct Ebl_Strent *se)
363 return se->offset;
368 ebl_string (struct Ebl_Strent *se)
370 assert (se->string != NULL);
372 return se->string;
  /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...]

Completed in 1064 milliseconds

12 3 4 5 6 7 8 91011>>