Searched defs:started (Results 1 - 25 of 32) sorted by relevance

12

/external/iproute2/lib/
H A Ddnet_ntop.c19 static __inline__ int do_digit(char *str, u_int16_t *addr, u_int16_t scale, size_t *pos, size_t len, int *started) argument
26 if (((tmp) > 0) || *started || (scale == 1)) {
28 *started = 1;
41 int started = 0; local
55 if (do_digit(str + pos, &area, 10, &pos, len, &started))
58 if (do_digit(str + pos, &area, 1, &pos, len, &started))
66 started = 0;
68 if (do_digit(str + pos, &addr, 1000, &pos, len, &started))
71 if (do_digit(str + pos, &addr, 100, &pos, len, &started))
74 if (do_digit(str + pos, &addr, 10, &pos, len, &started))
[all...]
/external/webkit/Source/WebCore/dom/
H A DMessagePort.h77 bool started() const { return m_started; } function in class:WebCore::MessagePort
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassLoaderTest.java113 volatile boolean started; field in class:ClassLoaderTest.SyncLoadTestThread
124 started = true;
148 while (!tt1.started && !tt2.started) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramPacketTest.java31 volatile boolean started = false; field in class:DatagramPacketTest
/external/chromium/chrome/browser/extensions/
H A Dextension_management_browsertest.cc209 bool started() { return started_; } function in class:NotificationListener
298 ASSERT_TRUE(notification_listener.started());
313 ASSERT_TRUE(notification_listener.started());
/external/chromium/chrome/browser/metrics/
H A Dhistogram_synchronizer.cc202 TimeTicks started; local
212 started = async_callback_start_time_;
215 InternalPostTask(thread, task, unresponsive_renderers, started);
220 const base::TimeTicks& started) {
227 TimeTicks::Now() - started);
218 InternalPostTask(MessageLoop* thread, Task* task, int unresponsive_renderers, const base::TimeTicks& started) argument
/external/e2fsprogs/lib/et/
H A Derror_message.c105 int started = 0; local
161 started++;
163 if (started || offset >= 10) {
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java74 private boolean started = false; field in class:Support_HttpServer
97 if (started) {
100 started = true;
122 started = false;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.h142 bool started() const { return started_; } function in class:talk_base::Thread
/external/openssl/apps/
H A Dengine.c134 int started = 0, err = 0; local
152 started = 1;
160 if(started)
166 started = 1;
170 if(started)
176 started = 1;
185 if(started) BIO_printf(bio_out, "|");
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp_i.h130 int started; /* nonzero if we are active */ member in struct:upnp_wps_device_sm
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_i.h128 int started; /* nonzero if we are active */ member in struct:upnp_wps_device_sm
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_i.h128 int started; /* nonzero if we are active */ member in struct:upnp_wps_device_sm
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_i.h128 int started; /* nonzero if we are active */ member in struct:upnp_wps_device_sm
/external/webkit/Source/WebCore/inspector/
H A DInspectorTimelineAgent.cpp134 m_frontend->started();
140 if (!started())
153 bool InspectorTimelineAgent::started() const function in class:WebCore::InspectorTimelineAgent
/external/webkit/Source/WebCore/inspector/front-end/
H A DTimelinePanel.js660 started: function()
887 if (sendRequestRecord) { // False if we started instrumentation in the middle of request.
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleManager.cpp414 bool started = startScheduledJobs(); // new jobs might have been added in the meantime local
416 if (!m_downloadTimer.isActive() && (started || (runningHandles > 0)))
565 bool started = false; local
570 started = true;
572 return started;
/external/blktrace/btt/doc/
H A Dbtt.tex66 \newpage\section{\label{sec:getting-started}Getting Started}
901 in. See section~\ref{sec:getting-started} for information concerning
/external/bluetooth/bluez/audio/
H A Dliba2dp.c129 int started; member in struct:bluetooth_data
1039 DBG("a2dp_thread started");
1044 data->started = 1;
1138 data->started = 0;
1152 while (!data->started) {
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win.cc521 bool started = thread->Start(); local
522 DCHECK(started);
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dbg.js102 var started = false; variable
106 if (id != "startup" && !started)
168 started = true;
192 audio.addEventListener("ended", function() { started = true; });
402 if (request.eventValue == "started") {
/external/freetype/src/autofit/
H A Dafcjk.c505 FT_Bool started = 0, same_width = 1; local
527 if ( started )
538 started = 1;
H A Daflatin.c435 FT_Bool started = 0, same_width = 1; local
456 if ( started )
467 started = 1;
/external/speex/libspeex/
H A Dresample.c131 int started; member in struct:SpeexResamplerState_
655 } else if (!st->started)
745 st->started = 0;
810 st->started = 1;
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp1036 // If the value for 'animation-delay' is negative then the animation appears to have started in the past.
1039 bool started = startAnimation(timeOffset); local
1041 m_compAnim->animationController()->addToAnimationsWaitingForStartTimeResponse(this, started);
1042 m_isAccelerated = started;
1058 // If the value for 'animation-delay' is negative then the animation appears to have started in the past.
1169 bool started = startAnimation(beginAnimationUpdateTime() - m_startTime); local
1170 m_compAnim->animationController()->addToAnimationsWaitingForStartTimeResponse(this, started);
1171 m_isAccelerated = started;
1180 // We are paused but we got the callback that notifies us that an accelerated animation started.
1377 // If we haven't started ye
[all...]

Completed in 698 milliseconds

12