OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FROM
(Results
1 - 13
of
13
) sorted by null
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/
Field.java
33
public static final String
FROM
= "
From
";
39
public static final String RESENT_FROM = "Resent-
From
";
119
* <code>
From
</code>, etc).
167
* Determines if this is a <code>
From
</code> field.
169
* @return <code>true</code> if this is a <code>
From
</code> field,
173
return
FROM
.equalsIgnoreCase(name);
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java
63
public static final String
FROM
= FromHeader.NAME; //17
/cts/tools/dasm/src/dasm/
sym.java
13
static final int
FROM
= 26;
/external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java
51
public static final int
FROM
= START + 14;
227
* Obtained
from
:
233
* Obtained
from
:
243
* CVS: Obtained
from
:
244
* CVS: If this change has been taken
from
another system,
262
* Obtained
from
:
270
* CVS: Obtained
from
:
271
* CVS: If this change has been taken
from
another system,
284
* Obtained
from
:
287
* Moved some changes
from
jain-sip-1.2 to java.ne
[
all
...]
Lexer.java
139
addKeyword(FromHeader.NAME.toUpperCase(), TokenTypes.
FROM
);
212
addKeyword(TokenNames.F.toUpperCase(), TokenTypes.
FROM
);
/packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java
79
private static final String
FROM
= "Fred
From
<
from
@google.com>";
115
* The following action definitions are purposefully copied
from
MessageCompose, so that
195
* To = Reply-To or
From
: (if REPLY)
196
* To = (Reply-To or
From
:), Cc = + To: + Cc: (if REPLY_ALL)
234
* Tests similar cases as testProcessSourceMessageReply, but when sender is in
From
: (or
547
* The to should be:
FROM
557
msg.mFrom = Address.parseAndPack(
FROM
);
569
String expected = Address.parseAndPack(
FROM
);
[
all
...]
/external/ipsec-tools/src/racoon/
cfparse.h
120
FROM
= 336,
294
#define
FROM
336
/frameworks/base/core/java/com/google/android/mms/pdu/
PduHeaders.java
37
public static final int
FROM
= 0x89;
162
*
From
field type components.
597
case
FROM
:
/frameworks/base/core/java/android/provider/
Telephony.java
576
* (decoded
from
the WSP Content-Type header)</li>
663
* @param intent the intent to read
from
762
public static final String
FROM
= "
from
";
[
all
...]
/cts/tools/dx-tests/lib/
jasmin.jar
/dalvik/dx/etc/
jasmin.jar
/prebuilt/common/http-client/
httpcore-4.1.jar
/prebuilt/common/jython/
jython.jar
Completed in 1387 milliseconds