Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 1830) sorted by relevance

12345678910>>...74

/external/webkit/Source/WebKit2/PluginProcess/
DPluginControllerProxy.messages.in26 # Sent when the plug-in geometry changes.
29 # Sent when a frame has finished loading.
32 # Sent when a frame dfailed to load.
35 # Sent when JavaScript that the plug-in asked to be evaluated has been evaluated.
38 # Sent when the plug-in receives a response for a stream.
41 # Sent when the plug-in receives data for a stream.
44 # Sent when a plug-in stream has finishes loading.
47 # Sent when a plug-in stream has failed to load.
50 # Sent when the plug-in receives a response for the manual stream.
53 # Sent when the plug-in receives data for the manual stream.
[all …]
/external/webkit/Source/WebKit/chromium/
DREADME23 WEBKIT_IMPLEMENTATION is defined when building the 'src' directory.
26 WEBKIT_DLL is defined when building as a shared library. This should be
27 defined when building the 'src' directory, and it should also be defined by
32 when it is built as a DLL. In general, this includes all public methods
38 WEBKIT_USING_SKIA is defined when using Skia as the graphics library.
40 WEBKIT_USING_CG is defined when using CG as the graphics library.
42 WEBKIT_USING_V8 is defined when using V8 as the JavaScript library.
44 WEBKIT_USING_JSC is defined when using JSC as the JavaScript library.
53 The API includes some usage of WebCore types when WEBKIT_IMPLEMENTATION is
56 types are assumed when WEBKIT_IMPLEMENTATION is not defined, which is done
/external/dhcpcd/
Deloop.c51 struct timeval when; member
114 const struct timeval *when, void (*callback)(void *), void *arg) in add_q_timeout_tv() argument
120 timeradd(&now, when, &w); in add_q_timeout_tv()
148 t->when.tv_sec = w.tv_sec; in add_q_timeout_tv()
149 t->when.tv_usec = w.tv_usec; in add_q_timeout_tv()
158 if (!timeouts || timercmp(&t->when, &timeouts->when, <)) { in add_q_timeout_tv()
164 if (timercmp(&t->when, &tt->next->when, <)) { in add_q_timeout_tv()
174 add_q_timeout_sec(int queue, time_t when, void (*callback)(void *), void *arg) in add_q_timeout_sec() argument
178 tv.tv_sec = when; in add_q_timeout_sec()
299 if (timercmp(&now, &timeouts->when, >)) { in start_eloop()
[all …]
/external/chromium/build/internal/
DREADME.chromium9 …Included by ..\release.vsprops by default when CHROME_BUILD_TYPE is undefined. Includes release_de…
12 …Included by ..\release.vsprops when CHROME_BUILD_TYPE=_checksenabled. Matches what release_default…
15 …Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops…
18 …Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.v…
21 …Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsp…
24 …Included by ..\release.vsprops when CHROME_BUILD_TYPE=_purify. Includes release_defaults.vsprops. …
/external/bluetooth/bluez/doc/
Dagent-api.txt17 This method gets called when the service daemon
20 agent, because when this method gets called it has
25 This method gets called when the service daemon
42 This method gets called when the service daemon
53 This method gets called when the service daemon
68 This method gets called when the service daemon
79 This method gets called when the service daemon
90 This method gets called when the service daemon
Daudio-api.txt133 Sent when the answer button is pressed on the headset
137 Sent when the device has been connected to.
141 Sent when the device has been disconnected from.
145 Sent when the audio connection is closed
149 Sent when the audio connection is opened
201 The speaker gain when available.
205 The speaker gain when available.
238 Sent when a successful connection has been made to the
243 Sent when the device has been disconnected from.
247 Sent when a stream with remote device is started.
[all …]
Dcontrol-api.txt88 Sent when a successful AVRCP connection has been made
93 Sent when the AVRCP connection to the remote device
99 Called when Passthrough command is received from
103 and op_data are passed ONLY when the key is
111 Called when VendorDependent message is received from
117 Called when Metadata is received from connected device.
Dnetwork-api.txt25 released either upon calling Disconnect() or when
56 Indicates the network interface name when available.
60 Indicates the connection role when available.
87 All servers will be automatically unregistered when
Dmedia-api.txt40 when interface for the end-point is
76 This method gets called when the service daemon
79 endpoint, because when this method gets called it has
145 property is only writeable when the transport was
152 property is only writeable when the transport was
158 ringtones, this property is only writeable when the
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemChoose.java92 ElemWhen when = (ElemWhen) childElem; in execute() local
103 if (when.getTest().bool(xctxt, sourceNode, when)) { in execute()
104 transformer.executeChildTemplates(when, true); in execute()
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dreload_button_unittest.mm96 // Test that when forcing the mode, it takes effect immediately,
110 // Changes to stop immediately when the mouse is hovered, and
111 // doesn't change when the mouse exits.
120 // Changes to reload immediately when the mouse is hovered, and
121 // doesn't change when the mouse exits.
137 // Changes to stop immediately when the mouse is not hovering.
141 // Changes to reload immediately when the mouse is not hovering.
145 // Changes to stop immediately when the mouse is hovered, and
146 // doesn't change when the mouse exits.
155 // Does not change to reload immediately when the mouse is hovered,
[all …]
/external/chromium/third_party/libevent/
DChangeLog3 …ead, start out accepting 32 events at a time, and double the queue's size when it seems that the O…
5 o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec
8 o Fix a problem with excessive memory allocation when using multiple event priorities.
13 …o Try to contain degree of failure when running on a win32 version so heavily firewalled that we c…
15 o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC.
18 o Do not break evdns connections to nameservers when our IP changes.
23 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
33 o fix signal processing when a signal callback delivers a signal; from Alexander Drozdov
42 o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez
44 o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn
[all …]
/external/qemu/telephony/
Dsysdeps_posix.c317 SysTime when; member
377 SysTime when, in sys_timer_set() argument
387 if (now >= when) { in sys_timer_set()
394 if (node == NULL || node->when >= when) { in sys_timer_set()
401 timer->when = when; in sys_timer_set()
436 if (first->when <= now) { in sys_single_loop()
440 SysTime diff = first->when - now; in sys_single_loop()
492 if (timer->when > now) in sys_single_loop()
/external/webkit/Source/WebCore/webaudio/
DAudioBufferSourceNode.h70 void noteOn(double when);
71 void noteGrainOn(double when, double grainOffset, double grainDuration);
72 void noteOff(double when);
/external/v8/test/test262/
Dtest262.status40 # from Date.prototype.toISOString when string is not a finite number.
70 # when using Greater-than operator: valueOf > valueOf
73 # when using Greater-than operator: valueOf > toString
76 # when using Greater-than operator: toString > valueOf
79 # when using Greater-than operator: toString > toString
82 # enforced when using Less-than-or-equal operator: valueOf <= valueOf
85 # enforced when using Less-than-or-equal operator: valueOf <= toString
88 # enforced when using Less-than-or-equal operator: toString <= valueOf
91 # enforced when using Less-than-or-equal operator: toString <= toString
94 # enforced when using Less-than-or-equal operator: valueOf <= valueOf
[all …]
/external/chromium/chrome/browser/resources/touch_ntp/
Dnewtab.css24 /* Don't highlight links when they're tapped. Safari has bugs here that
25 show up as flicker when dragging in some situations */
27 /* Don't allow selecting text - can occur when dragging */
78 /* Animate effects to/from the grabbed state, and the position when drop
79 is cancelled. I'd like to also animate movement when an app is
113 /* Pressed is set when an app is first touched.
119 /* Grabbed is set (and pressed is cleared) when the app has been held. */
125 /* Dragging is set (without grabbed being cleared) when a grabbed app is
214 /* Ensure template items are never drawn when the page initially loads */
/external/bluetooth/bluez/
DChangeLog3 Fix issue with crash when removing devices.
8 Fix issue with crashing when acquiring A2DP stream.
10 Fix issue with waiting for POLLERR when disconnecting SCO.
18 Fix issue with missing discovery signal when scanning.
23 Fix issue with crash when receiving AVDTP close command.
24 Fix issue with remote SEP handling when A2DP codec changes.
44 Fix issue with name resolving when discovery is suspended.
49 Fix issue with call indicator when parsing call info reply.
60 Fix issue with creating device object when connection fails.
61 Fix issue with sending HCIDEVUP when adapter is already up.
[all …]
/external/dnsmasq/
DCHANGELOG41 which will be ignored when scanning the directory. Useful
48 replicated with dhcp-option. Useful when using
52 or 50 queries and not just when a query times out and
53 is retried. This should improve performance when there
60 interfering with proxy PXE subsystems when it is just
77 overflow when TFTP enabled. Thanks to Core Security
96 routinely seeing them when there is no real error.
107 interfaces when interface names were longer than four
127 Fix possible infinite DHCP protocol loop when an IP
139 be displayed when a client PXE boots. It's also possible to
[all …]
/external/webkit/LayoutTests/fast/dom/HTMLHtmlElement/
Dduplicate-html-element-crash-expected.txt1 This tests that we won't crash when creating a new html element when the document does not have a d…
/external/chromium/chrome/browser/userfeedback/proto/
Dextension.proto18 // Sent along with request for extension page when user attempts to open
50 // Sent when user hits final submit button in external extension.
76 // Sent when user hits final submit button in internal extension.
98 // A query for suggestions, sent when the user hits the preview button.
/external/stlport/doc/
DREADME.windows4 targetting when building the library as well as when using it. You can do so
7 of those macros and how to use them. To define it when building the
15 use, windows.h gives a default value to WINVER. However, when using the
51 performance from STLport. This is why when none of the platform macros are
/external/e2fsprogs/debian/
Dchangelog65 * Fix libss so that it does not seg fault when using a readline
71 when huge_file file system feature is set, but the inode does not
83 * Fix a file descriptor leak in debugfs when sourcing a command file
87 * Fix resize2fs to correctly calculate the minimum size needed, when
107 ones for multiple bad block group checksums, or when an inode
116 files when using FIBMAP. (Closes: #540376)
122 * E2fsck will now print much fuller information when the last mount
141 * Don't use dietlibc when building for mips and mipsel architectures
148 * Fix resize2fs bugs when shrinking ext4 filesystems
173 which can cause e2fsck to run out of memory when checking very large
[all …]
/external/webkit/Source/WebKit2/WebProcess/
Dcom.apple.WebProcess.sb47 ;; FIXME: This should be removed when <rdar://problem/8957845> is fixed.
50 ;; FIXME: These should be removed when <rdar://problem/9217757> is fixed.
58 ;; FIXME: This should be removed when <rdar://problem/9237619> is fixed.
61 ;; FIXME: This should be removed when <rdar://problem/9276253> is fixed.
64 ;; FIXME: This should be removed when <rdar://problem/9276268> is fixed.
67 ;; FIXME: This should be removed when <rdar://problem/9276430> is fixed.
88 ;; FIXME: This should be removed when <rdar://problem/9217757> is fixed.
145 ;; FIXME: This should be removed when <rdar://problem/9276393> is fixed.
/external/webkit/Source/WebKit/android/smoke/
DMessageThread.cpp81 double when = message->m_when; in post() local
82 LOG_ASSERT(when > 0, "Message time may not be 0"); in post()
87 if (when < m->m_when) { in post()
/external/stlport/etc/
DReleaseNote.txt5 * Use of #include_next to access native platform/compiler headers when the
17 should be the same as the one used when building an application using the
45 allocator when using STLport without building it (_STLP_NO_IOSTREAMS) is the simple
46 new/delete based allocator, node allocator is the default when building the lib.
78 of allocator has to overload swap method if any specific action has to be made when
106 move semantic when resized or modified rather than copy.
120 * Use of boost type_traits rather than internal equivalent when requested

12345678910>>...74