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

1 2 3

  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/statements/
switch2.js 129 var se = 0; variable
130 switch (se = 1) {
133 se, 1);
136 se = 0;
137 switch (se) {
139 se = 1;
142 se, 1);
145 se = 0;
152 se = 1;
155 se, 1)
    [all...]
  /system/extras/tests/bionic/libc/other/
test_timer_create.c 52 struct sigevent se; local
55 memset(&se, 0, sizeof (se));
56 se.sigev_notify = SIGEV_THREAD;
57 se.sigev_notify_function = handle;
58 se.sigev_value.sival_int = id;
60 if (timer_create (CLOCK_REALTIME, &se, &tid) < 0)
test_timer_create3.c 68 struct sigevent se; local
71 memset(&se, 0, sizeof (se));
72 se.sigev_notify = SIGEV_THREAD;
73 se.sigev_notify_function = handle;
74 se.sigev_value.sival_int = id;
76 if (timer_create (CLOCK_REALTIME, &se, &tid) < 0)
test_timer_create2.c 52 struct sigevent se; local
55 memset(&se, 0, sizeof (se));
56 se.sigev_notify = SIGEV_SIGNAL;
57 se.sigev_signo = SIGUSR1;
59 if (timer_create (CLOCK_REALTIME, &se, &tid) < 0)
  /external/chromium/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/elfcopy/
elfcopy.h 41 struct Ebl_Strent *se; /* contribution to shstr section */ member in struct:shdr_info_t
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 68 } catch (SAXException se) {
70 throw new ParserConfigurationException(se.getMessage());
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ScheduledExecutorSubclassTest.java 195 CustomExecutor se = new CustomExecutor(1); local
197 se.execute(null);
200 joinPool(se);
207 CustomExecutor se = new CustomExecutor(1); local
210 Future f = se.schedule(callable, SHORT_DELAY_MS, MILLISECONDS);
213 joinPool(se);
220 CustomExecutor se = new CustomExecutor(1); local
222 se.shutdown();
223 se.schedule(new NoOpRunnable(),
230 joinPool(se);
237 CustomExecutor se = new CustomExecutor(1); local
253 CustomExecutor se = new CustomExecutor(1); local
269 CustomExecutor se = new CustomExecutor(1); local
285 CustomExecutor se = new CustomExecutor(1); local
    [all...]
ScheduledExecutorTest.java 142 ScheduledThreadPoolExecutor se = null; local
144 se = new ScheduledThreadPoolExecutor(1);
145 se.execute(null);
149 joinPool(se);
156 ScheduledThreadPoolExecutor se = new ScheduledThreadPoolExecutor(1); local
159 Future f = se.schedule(callable, SHORT_DELAY_MS, MILLISECONDS);
162 joinPool(se);
169 ScheduledThreadPoolExecutor se = new ScheduledThreadPoolExecutor(1); local
171 se.shutdown();
172 se.schedule(new NoOpRunnable()
186 ScheduledThreadPoolExecutor se = new ScheduledThreadPoolExecutor(1); local
202 ScheduledThreadPoolExecutor se = new ScheduledThreadPoolExecutor(1); local
218 ScheduledThreadPoolExecutor se = new ScheduledThreadPoolExecutor(1); local
234 ScheduledThreadPoolExecutor se = new ScheduledThreadPoolExecutor(1); local
    [all...]
  /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/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;
  /libcore/luni/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
  /libcore/luni/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());
FilterExprWalker.java 177 catch (javax.xml.transform.TransformerException se)
179 throw new RuntimeException(se.getMessage());
  /libcore/luni/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...]
  /external/qemu/
thunk.c 69 StructEntry *se; local
72 se = struct_entries + id;
81 se->field_types = types;
82 se->nb_fields = nb_fields;
83 se->name = name;
86 se->name, id, se->nb_fields);
93 se->field_offsets[i] = malloc(nb_fields * sizeof(int));
94 type_ptr = se->field_types;
99 se->field_offsets[i][j] = offset
118 StructEntry *se; local
213 const StructEntry *se; local
    [all...]
thunk.h 84 const StructEntry *se; local
111 se = struct_entries + type_ptr[1];
112 return se->size[is_host];
121 const StructEntry *se; local
147 se = struct_entries + type_ptr[1];
148 return se->align[is_host];
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 148 int32 RbspParser::se () function in class:RbspParser
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 615 } catch (SAXException se) {
616 throw new DTMException(se.getMessage(), se); local
  /external/dbus/tools/
dbus-cleanup-sockets.c 120 SocketEntry *se; local
123 se = xmalloc (sizeof (SocketEntry));
126 se->name = xmalloc (len);
128 strcpy (se->name, dir);
129 strcat (se->name, "/");
130 strcat (se->name, fname);
132 se->fd = -1;
134 se->status = SOCKET_UNKNOWN;
136 se->n_retries = 0;
138 return se;
177 SocketEntry *se; local
273 SocketEntry *se; local
    [all...]
  /libcore/luni/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)
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 198 SSLEngine se = sslContext.createSSLEngine(); local
199 assertNotNull(se);
207 SSLEngine se = sslContext.createSSLEngine(null, -1); local
208 assertNotNull(se);
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 391 SQLException se = new SQLException("reason", "SQLState", 4); local
406 sw.setNextException(se);
407 assertSame(se, sw3.getNextException());

Completed in 668 milliseconds

1 2 3