OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outgoing
(Results
51 - 75
of
890
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/services/Telephony/src/com/android/services/telephony/
CdmaConferenceController.java
43
*
Outgoing
CDMA calls made while another call exists would normally trigger a conference to be
71
* Newly added connections. We keep track of newly added
outgoing
connections because we do not
72
* create a conference until a second
outgoing
call has existing for
92
// it is added. For
outgoing
connections which are added while another connection
157
// Only an
outgoing
call can be merged with an ongoing call.
/external/chromium_org/third_party/icu/source/common/unicode/
ures.h
146
* @param status fills in the
outgoing
error code.
178
* @param status fills in the
outgoing
error code. Either U_ZERO_ERROR or U_MISSING_RESOURCE_ERROR
201
* @param status fills in the
outgoing
error code.
218
*@param err fills in the
outgoing
error code
356
* @param status fills in the
outgoing
error code
431
* @param status fills in the
outgoing
error code
453
* @param status fills in the
outgoing
error code
475
* @param status fills in the
outgoing
error code
495
* @param status fills in the
outgoing
error code
575
* @param status fills in the
outgoing
error code. You may still get a non NULL result even if a
[
all
...]
/external/icu/icu4c/source/common/unicode/
ures.h
146
* @param status fills in the
outgoing
error code.
178
* @param status fills in the
outgoing
error code. Either U_ZERO_ERROR or U_MISSING_RESOURCE_ERROR
201
* @param status fills in the
outgoing
error code.
218
*@param err fills in the
outgoing
error code
357
* @param status fills in the
outgoing
error code
432
* @param status fills in the
outgoing
error code
454
* @param status fills in the
outgoing
error code
476
* @param status fills in the
outgoing
error code
496
* @param status fills in the
outgoing
error code
576
* @param status fills in the
outgoing
error code. You may still get a non NULL result even if a
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp
102
for (Graph::EdgeIterator it = cfg.
outgoing
(); !it.end(); it.next()) {
309
while (!cfg.
outgoing
(true).end()) {
310
Graph::Edge *e = cfg.
outgoing
(true).getEdge();
371
for (Graph::EdgeIterator ei = cfg.
outgoing
(); !ei.end(); ei.next())
373
eR = out[1]->
outgoing
().getType();
382
if (out[1]->
outgoing
().getNode() == out[0])
385
if (out[0]->
outgoing
().getNode() == out[1]->
outgoing
().getNode())
517
for (Graph::EdgeIterator ei = bb->cfg.
outgoing
(); !ei.end(); ei.next()) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp
102
for (Graph::EdgeIterator it = cfg.
outgoing
(); !it.end(); it.next()) {
309
while (!cfg.
outgoing
(true).end()) {
310
Graph::Edge *e = cfg.
outgoing
(true).getEdge();
371
for (Graph::EdgeIterator ei = cfg.
outgoing
(); !ei.end(); ei.next())
373
eR = out[1]->
outgoing
().getType();
382
if (out[1]->
outgoing
().getNode() == out[0])
385
if (out[0]->
outgoing
().getNode() == out[1]->
outgoing
().getNode())
517
for (Graph::EdgeIterator ei = bb->cfg.
outgoing
(); !ei.end(); ei.next()) {
/packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSettingsUtils.java
300
&& "
outgoing
".equals(xml.getName())
313
&& "
outgoing
-fallback".equals(xml.getName())
393
*
Outgoing
: Prepend "smtp" if domain starts with any in the host prefix array
397
* @param
outgoing
"smtp" or null
401
String
outgoing
) {
419
// For
outgoing
, replace imap/pop/pop3 with
outgoing
, leave mail alone, or
420
// prepend
outgoing
430
return ((incoming != null) ? incoming :
outgoing
) + '.' + server.substring(keepFirstChar);
/art/compiler/jni/quick/
calling_convention.h
220
// | {
Outgoing
stack args } |
266
// | {
Outgoing
stack args } | <-- SP at point of call
276
// Size of frame excluding space for
outgoing
args (its assumed Method* is
277
// always at the bottom of a frame, but this doesn't work for
outgoing
280
// Size of
outgoing
arguments, including alignment
354
// Number of stack slots for
outgoing
arguments, above which the handle scope is
/packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsUtilsTests.java
49
*
Outgoing
: Prepend "smtp" if "pop", "pop3", "imap" are found.
81
// <
outgoing
uri="smtp+ssl+://smtp.gmail.com" username="$email" />
92
// <
outgoing
uri="smtp://mobile-smtp.roadrunner.com" username="$email" />
151
// <
outgoing
uri="smtp+ssl+://smtp.east.cox.net" username="$user" />
167
// <
outgoing
uri="smtp://smtpauth.earthlink.net:587" username="$email" />
183
// <
outgoing
uri="smtp+ssl+://smtp.mxes.net" username="$user_$domain" />
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_nfa.h
196
//
outgoing
transition(s). All states have a single
outgoing
transition,
197
// except for accepting states (which have no
outgoing
transitions) and alt
198
// states, which have two
outgoing
transitions.
204
_OpcodeT _M_opcode; // type of
outgoing
transition
205
_StateIdT _M_next; //
outgoing
transition
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.h
207
* with its
outgoing
transition(s). All states have a single
outgoing
208
* transition, except for accepting states (which have no
outgoing
209
* transitions) and alt states, which have two
outgoing
transitions.
215
_OpcodeT _M_opcode; // type of
outgoing
transition
216
_StateIdT _M_next; //
outgoing
transition
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_nfa.h
207
* with its
outgoing
transition(s). All states have a single
outgoing
208
* transition, except for accepting states (which have no
outgoing
209
* transitions) and alt states, which have two
outgoing
transitions.
215
_OpcodeT _M_opcode; // type of
outgoing
transition
216
_StateIdT _M_next; //
outgoing
transition
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h
196
//
outgoing
transition(s). All states have a single
outgoing
transition,
197
// except for accepting states (which have no
outgoing
transitions) and alt
198
// states, which have two
outgoing
transitions.
204
_OpcodeT _M_opcode; // type of
outgoing
transition
205
_StateIdT _M_next; //
outgoing
transition
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h
196
//
outgoing
transition(s). All states have a single
outgoing
transition,
197
// except for accepting states (which have no
outgoing
transitions) and alt
198
// states, which have two
outgoing
transitions.
204
_OpcodeT _M_opcode; // type of
outgoing
transition
205
_StateIdT _M_next; //
outgoing
transition
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h
196
//
outgoing
transition(s). All states have a single
outgoing
transition,
197
// except for accepting states (which have no
outgoing
transitions) and alt
198
// states, which have two
outgoing
transitions.
204
_OpcodeT _M_opcode; // type of
outgoing
transition
205
_StateIdT _M_next; //
outgoing
transition
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h
196
//
outgoing
transition(s). All states have a single
outgoing
transition,
197
// except for accepting states (which have no
outgoing
transitions) and alt
198
// states, which have two
outgoing
transitions.
204
_OpcodeT _M_opcode; // type of
outgoing
transition
205
_StateIdT _M_next; //
outgoing
transition
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.h
207
* with its
outgoing
transition(s). All states have a single
outgoing
208
* transition, except for accepting states (which have no
outgoing
209
* transitions) and alt states, which have two
outgoing
transitions.
215
_OpcodeT _M_opcode; // type of
outgoing
transition
216
_StateIdT _M_next; //
outgoing
transition
/external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_device.h
153
//
Outgoing
bulk queue
157
//
Outgoing
messages pending connect
/external/chromium_org/chrome/common/extensions/api/
webrtc_logging_private.idl
76
boolean
outgoing
,
85
boolean
outgoing
,
/external/chromium_org/native_client_sdk/src/doc/
README
57
Checking
outgoing
links for integrity
61
monkey-patching in the extension) to check the
outgoing
links from the
/external/chromium_org/net/data/websocket/
README
50
- close_wsh.py : A WebSocket URL handler for testing
outgoing
close code and
70
- protocol-test_wsh.py : A WebSocket URL handler for testing
outgoing
opening
/external/chromium_org/v8/test/cctest/compiler/
test-linkage.cc
104
// TODO(titzer): test linkage creation for
outgoing
runtime calls.
109
// TODO(titzer): test linkage creation for
outgoing
stub calls.
/external/iproute2/man/man8/
ip-tunnel.8
179
flag calculates checksums for
outgoing
packets.
194
flag enables sequencing of
outgoing
packets.
/external/iptables/extensions/
libxt_pkttype.c
30
{"
outgoing
", PACKET_OUTGOING, 1, "
outgoing
of any type"},
/external/llvm/include/llvm/CodeGen/
EdgeBundles.h
31
/// 2*BB->getNumber()+1 ->
Outgoing
bundle.
41
/// getBundle - Return the ingoing (Out = false) or
outgoing
(Out = true)
/external/smack/src/org/xbill/DNS/
Resolver.java
36
* Sets the EDNS version used on
outgoing
messages.
44
* Sets the EDNS information on
outgoing
messages.
Completed in 669 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>