HomeSort by relevance Sort by last modified time
    Searched defs:Subject (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
setChangeLogDateAndReviewer.pl 39 Subject: [PATCH]
56 Subject: [PATCH]
78 Subject: [PATCH]
95 Subject: [PATCH]
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
SubjectTest.java 24 import javax.security.auth.Subject;
38 * Tests for <code>Subject</code> class constructors and methods.
44 * javax.security.auth.Subject#Subject()
48 Subject s = new Subject();
59 * javax.security.auth.Subject#doAs(Subject subject, PrivilegedAction action)
62 Subject subj = new Subject()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Subject.java 7 * employees are not subject to copyright protection in the United States
48 public class Subject extends SIPHeader implements SubjectHeader {
54 /** subject field
56 protected String subject; field in class:Subject
60 public Subject() {
61 super(SUBJECT);
69 if (subject != null) {
70 return subject;
77 * Sets the subject value of the SubjectHeader to the supplied string
78 * subject value
    [all...]
  /external/chromium_org/courgette/
difference_estimator.cc 15 // Our difference measure is the number of k-tuples that occur in Subject that
61 class DifferenceEstimator::Subject {
63 explicit Subject(const Region& region) : region_(region) {}
70 DISALLOW_COPY_AND_ASSIGN(Subject);
89 DifferenceEstimator::Subject* DifferenceEstimator::MakeSubject(
91 Subject* subject = new Subject(region); local
92 owned_subjects_.push_back(subject);
93 return subject;
    [all...]
  /external/smack/src/org/jivesoftware/smack/packet/
Message.java 43 * <tr><td><i>subject</i></td> <td>SHOULD</td><td>SHOULD NOT</td><td>SHOULD NOT</td><td>SHOULD NOT</td><td>SHOULD NOT</td></tr>
57 private final Set<Subject> subjects = new HashSet<Subject>();
110 * Returns the default subject of the message, or null if the subject has not been set.
111 * The subject is a short description of message contents.
113 * The default subject of a message is the subject that corresponds to the message's language.
117 * @return the subject of the message.
124 * Returns the subject corresponding to the language. If the language is null, the method resul
132 Subject subject = getMessageSubject(language); local
512 private String subject; field in class:Message.Subject
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/auth/
Subject.java 43 * authenticated user or entity (both referred to as "subject"). IT defines also
45 * to the subject's permissions.
47 * A subject has the following features:
50 * {@code Subject} that distinguish it.</li>
55 public final class Subject implements Serializable {
93 public Subject() {
103 * The constructor for the subject, setting its public and private
107 * {@code true} if this {@code Subject} is read-only, thus
111 * Subject}.
114 * Subject}
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/
Subject.java 41 * authenticated user or entity (both referred to as "subject"). IT defines also
43 * to the subject's permissions.
45 * A subject has the following features:
48 * {@code Subject} that distinguish it.</li>
53 public final class Subject implements Serializable {
91 public Subject() {
100 * The constructor for the subject, setting its public and private
104 * {@code true} if this {@code Subject} is read-only, thus
108 * Subject}.
111 * Subject}
    [all...]
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/
SubjectTest.java 50 * Tests Subject and its inner classes implementation.
86 PrivilegedAction<Subject> subjectPAction = new PrivilegedAction<Subject>() {
87 public Subject run() {
88 return Subject.getSubject(AccessController.getContext());
92 PrivilegedExceptionAction<Subject> subjectPEAction = new PrivilegedExceptionAction<Subject>() {
93 public Subject run() {
94 return Subject.getSubject(AccessController.getContext());
116 TestSuite suite = new TestSuite("Subject");
141 Subject subject = new Subject(); local
158 Subject subject = new Subject(false, h1, h2, h3); local
365 Subject subject = new Subject(); local
389 Subject subject = new Subject(); local
414 Subject subject = new Subject(); local
439 Subject subject = new Subject(); local
466 Subject subject = new Subject(); local
672 Subject subject = new Subject(true, h, h, h); local
686 Subject subject = new Subject(); local
737 Subject subject = new Subject(); local
762 Subject subject = new Subject(); local
786 Subject subject = new Subject(); local
825 Subject subject = new Subject(); local
847 Subject subject = new Subject(); local
1434 private final Subject subject = new Subject(); field in class:SubjectTest.PermissionTest
1918 private final Subject subject = new Subject(); field in class:SubjectTest.PrincipalTestSuite.IteratorReadOnly
1972 private final Subject subject = new Subject(); field in class:SubjectTest.PrincipalTestSuite.ReadOnlySet
2075 private final Subject subject = new Subject(); field in class:SubjectTest.PrivateCredentialTestSuite.IteratorReadOnly
2173 private final Subject subject = new Subject(); field in class:SubjectTest.PrivateCredentialTestSuite.ReadOnlySet
2248 private final Subject subject = new Subject(); field in class:SubjectTest.PublicCredentialTestSuite.IteratorReadOnly
2292 private final Subject subject = new Subject(); field in class:SubjectTest.PublicCredentialTestSuite.ReadOnlySet
    [all...]
  /external/guava/guava-tests/lib/
libtruth.jar 
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 300 def Subject(self):
332 # new CL's overall subject. So omit the diffs when creating
348 form_fields.append(("subject", "diff -r " + vcs.base_rev + " " + ui.expandpath("default")))
350 # First upload sets the subject for the CL itself.
351 form_fields.append(("subject", self.Subject()))
398 PostMessage(ui, self.name, pmsg, subject=self.Subject())
698 and is used as the subject for code review mail; the rest of the description
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 300 def Subject(self):
332 # new CL's overall subject. So omit the diffs when creating
348 form_fields.append(("subject", "diff -r " + vcs.base_rev + " " + ui.expandpath("default")))
350 # First upload sets the subject for the CL itself.
351 form_fields.append(("subject", self.Subject()))
398 PostMessage(ui, self.name, pmsg, subject=self.Subject())
698 and is used as the subject for code review mail; the rest of the description
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 301 milliseconds