OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sent
(Results
26 - 50
of
2047
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/websockets/
ThreadableWebSocketChannelClientWrapper.h
65
bool
sent
() const
function in class:WebCore::ThreadableWebSocketChannelClientWrapper
69
void setSent(bool
sent
)
71
m_sent =
sent
;
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connIbss.h
56
CONN_IBSS_CREATE = 0, /*
Sent
when establishing new IBSS. */
57
CONN_IBSS_CONNECT , /*
Sent
when trying to join existing IBSS. */
60
CONN_IBSS_STA_JOINED , /* Event
sent
when other STA joined our self IBSS */
/system/core/include/cutils/
mq.h
31
/** A destination to which messages can be
sent
. */
40
* @param destination to which the message was
sent
59
* @param replyTo destination to which replies should be
sent
, NULL if none
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
connIbss.h
56
CONN_IBSS_CREATE = 0, /*
Sent
when establishing new IBSS. */
57
CONN_IBSS_CONNECT , /*
Sent
when trying to join existing IBSS. */
60
CONN_IBSS_STA_JOINED , /* Event
sent
when other STA joined our self IBSS */
/external/dbus/test/data/valid-config-files/system.d/
test.conf
16
only if the message is
sent
by the owner of FooService -->
/external/oprofile/daemon/
opd_pipe.h
40
* If jit conversion is requested ('do_jitconv' is
sent
) the check returns 1.
/external/ppp/pppd/
upap.h
72
int us_transmits; /* Number of auth-reqs
sent
*/
84
#define UPAPCS_AUTHREQ 3 /* We've
sent
an Authenticate-Request */
95
#define UPAPSS_OPEN 4 /* We've
sent
an Ack */
96
#define UPAPSS_BADAUTH 5 /* We've
sent
a Nak */
/external/webkit/WebCore/manual-tests/
modal-dialog.html
22
<p>Type text here to be
sent
back to the main window: <input name="toWindow" value="from modal window"></p>
/packages/apps/IM/src/com/android/im/imps/
DataChannel.java
46
* Suspend the data channel. No data will be
sent
through the data channel
82
* Gets the time when the last primitive was
sent
to the server through the
85
* @return the time last primitive was
sent
.
97
* Starts the keep alive task. KeepAliveRequest will be
sent
to the server
/external/bluetooth/bluez/tools/
l2ping.8
33
If not specified, the command will be
sent
to the first available Bluetooth
39
of the data packets to be
sent
.
/external/iptables/include/libipq/
ip_queue_64.h
10
/* Messages
sent
from kernel */
27
/* Messages
sent
from userspace */
/external/kernel-headers/original/linux/netfilter_ipv4/
ip_queue.h
20
/* Messages
sent
from kernel */
37
/* Messages
sent
from userspace */
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java
54
* The intent that gets
sent
when the service must wake up for a retry Note:
59
/** the intent that gets
sent
when clicking a successful transfer */
62
/** the intent that gets
sent
when clicking outbound transfer notification */
65
/** the intent that gets
sent
when clicking a inbound transfer notification */
68
/** the intent that gets
sent
when clicking an incomplete/failed transfer */
72
* the intent that gets
sent
when deleting the incoming file confirmation
78
* the intent that gets
sent
when deleting the notifications of outbound and
84
* the intent that gets
sent
when clicking a incoming file confirm
/packages/apps/QuickSearchBox/res/values/
config.xml
35
<!-- The component name of the activity that search intents in the Apps corpus are
sent
to.
36
If not set, Apps search intents are
sent
to the Apps suggestion source. -->
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SelectionDependentViewPart.java
51
*
Sent
when a new {@link Client} is selected.
61
*
Sent
when a new {@link Device} is selected.
/external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java
56
/** Whether or not methods that have successfully
sent
their request will be retried */
110
boolean
sent
= (b != null && b.booleanValue());
111
if (!
sent
|| this.requestSentRetryEnabled) {
112
// Retry if the request has not been
sent
fully or
113
// if it's OK to retry methods that have been
sent
122
* successfully
sent
their request, <code>false</code> otherwise
/external/kernel-headers/original/linux/
ppp_defs.h
132
__u32 ppp_obytes; /* raw bytes
sent
*/
133
__u32 ppp_ooctects; /* frame bytes
sent
*/
134
__u32 ppp_opackets; /* packets
sent
*/
136
__u32 ppp_olqrs; /* # LQR frames
sent
*/
177
* the last NP packet was
sent
or received.
180
time_t xmit_idle; /* time since last NP packet
sent
*/
/external/wpa_supplicant/
ctrl_iface.h
31
* and LEVEL. The return response value is then
sent
to the external program
32
* that
sent
the command. Caller is responsible for freeing the buffer after
35
* other value, no response is
sent
.
48
* the global ctrl_iface connection. The return response value is then
sent
to
49
* the external program that
sent
the command. Caller is responsible for
52
* *resp_len has any other value, no response is
sent
.
/external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.h
31
* and LEVEL. The return response value is then
sent
to the external program
32
* that
sent
the command. Caller is responsible for freeing the buffer after
35
* other value, no response is
sent
.
48
* the global ctrl_iface connection. The return response value is then
sent
to
49
* the external program that
sent
the command. Caller is responsible for
52
* *resp_len has any other value, no response is
sent
.
/packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java
39
import android.provider.Telephony.Mms.
Sent
;
56
* <li>Moves
sent
multimedia message from Outbox to
Sent
.
133
// with the
sent
one.
161
// Move M-Send.req from Outbox into
Sent
.
162
Uri uri = persister.move(mSendReqURI,
Sent
.CONTENT_URI);
/frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java
52
* <p class="note">This is a protected intent that can only be
sent
73
* <p class="note">This is a protected intent that can only be
sent
92
* <p class="note">This is a protected intent that can only be
sent
118
* <p class="note">This is a protected intent that can only be
sent
142
* <p class="note">This is a protected intent that can only be
sent
162
* <p class="note">This is a protected intent that can only be
sent
186
* <p class="note">This is a protected intent that can only be
sent
204
* <p class="note">This is a protected intent that can only be
sent
222
* <p class="note">This is a protected intent that can only be
sent
234
* <p class="note">This is a protected intent that can only be
sent
[
all
...]
SMSDispatcher.java
70
/** Default checking period for SMS
sent
without user permit */
73
/** Default number of SMS
sent
in checking period without user permit */
76
/** Default timeout for SMS
sent
query */
193
* @param smsWaiting is the number of new sms wants to be
sent
205
private boolean isUnderLimit(ArrayList<Long>
sent
, int smsWaiting) {
208
Log.d(TAG, "SMS send size=" +
sent
.size() + "time=" + ct);
210
while (
sent
.size() > 0 && (ct -
sent
.get(0)) > mCheckPeriod ) {
211
sent
.remove(0);
215
if ( (
sent
.size() + smsWaiting) <= mMaxAllowed)
[
all
...]
/external/iproute2/doc/actions/
ifb-README
93
Sent
252 bytes 3 pkts (dropped 0, overlimits 0)
97
Sent
252 bytes 3 pkts (dropped 0, overlimits 0)
101
Sent
0 bytes 0 pkts (dropped 0, overlimits 0)
103
Sent
210 bytes 3 pkts (dropped 0, overlimits 0)
105
Sent
294 bytes 3 pkts (dropped 0, overlimits 0)
107
Sent
504 bytes 6 pkts (dropped 0, overlimits 0)
109
Sent
308 bytes 5 pkts (dropped 0, overlimits 0)
/frameworks/base/obex/javax/obex/
Operation.java
62
* operation, the new headers will be
sent
during the next packet exchange.
88
* // Retrieve the length of the object being
sent
back
106
* should be
sent
and the final bit in the request will be set.) At this point,
123
* object. No headers are
sent
in the abort request. This will end the
132
* Modifying the object returned has no effect on the headers that are
sent
140
* Specifies the headers that should be
sent
in the next OBEX message that
141
* is
sent
.
/external/bluetooth/bluez/doc/
audio-api.txt
133
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
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.
251
Sent
when a stream with remote device is suspended.
Completed in 71 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>