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

1 2

  /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/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
SubjectTest.java 21 import javax.security.auth.Subject;
31 * Tests for <code>Subject</code> class constructors and methods.
37 * javax.security.auth.Subject#Subject()
41 Subject s = new Subject();
52 * javax.security.auth.Subject#doAs(Subject subject, PrivilegedAction action)
55 Subject subj = new Subject()
238 Subject subject = new Subject(); local
    [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/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 35 SkString SkPdfDocumentInformationDictionary::Subject(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Subject", "");
44 return get("Subject", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 35 SkString SkPdfDocumentInformationDictionary::Subject(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Subject", "");
44 return get("Subject", "") != NULL;
  /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/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wintrust.h 565 WIN_TRUST_SUBJECT Subject;
570 WIN_TRUST_SUBJECT Subject;
wincrypt.h     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /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/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 791 milliseconds

1 2