/external/pcre/dist2/testdata/ |
D | testoutput15 | 13 Subject length lower bound = 2 29 Subject length lower bound = 0 124 Subject length lower bound = 3 144 Subject length lower bound = 2 157 Subject length lower bound = 2 167 Subject length lower bound = 2 180 Subject length lower bound = 2 193 Subject length lower bound = 2 203 Subject length lower bound = 2 215 Failed: error -52: nested recursion at the same subject position [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Subject.java | 7 * employees are not subject to copyright protection in the United States 48 public class Subject extends SIPHeader implements SubjectHeader { class 54 /** subject field 56 protected String subject; field in Subject 60 public Subject() { in Subject() method in Subject 61 super(SUBJECT); in Subject() 69 if (subject != null) { in encodeBody() 70 return subject; in encodeBody() 77 * Sets the subject value of the SubjectHeader to the supplied string 78 * subject value. [all …]
|
/external/pcre/dist2/doc/ |
D | pcre2demo.3 | 31 "(*UTF)", both it and the subject are treated as UTF-8 strings, where 90 PCRE2_SPTR subject; /* the appropriate width (in this case, 8 bits). */ 133 and the subject string. */ 137 printf("Exactly two arguments required: a regex and a subject string\en"); 141 /* As pattern and subject are char arguments, they can be straightforwardly 145 subject = (PCRE2_SPTR)argv[i+1]; 146 subject_length = strlen((char *)subject); 176 * pattern match against the subject string. This does just ONE match. If * 188 subject, /* the subject string */ 189 subject_length, /* the length of the subject */ [all …]
|
D | pcre2partial.3 | 7 In normal use of PCRE2, if the subject string that is passed to a matching 24 entered. Partial matching can also be useful when the subject string is very 46 abandons matching immediately if it is not present in the subject string. This 47 optimization cannot be used for a subject string that might match only 57 subject string is reached successfully, but matching cannot continue because 58 more characters are needed. However, at least one character in the subject must 64 empty string at the end of the subject. 67 to the portion of the subject that was matched, but the values in the rest of 75 match" point. However, if a partial match is requested and the subject string 93 All the various matching items in a pattern behave as if the subject string is [all …]
|
D | pcre2_substitute.3 | 10 .B int pcre2_substitute(const pcre2_code *\fIcode\fP, PCRE2_SPTR \fIsubject\fP, 21 This function matches a compiled regular expression against a given subject 23 copy of the subject, substituting a replacement string for what was matched. 27 \fIsubject\fP Points to the subject string 28 \fIlength\fP Length of the subject string 29 \fIstartoffset\fP Offset in the subject at which to start matching 51 The subject and replacement lengths can be given as PCRE2_ZERO_TERMINATED for 55 PCRE2_ENDANCHORED Pattern can match only at end of subject 56 PCRE2_NOTBOL Subject is not the beginning of a line 57 PCRE2_NOTEOL Subject is not the end of a line [all …]
|
D | pcre2_dfa_match.3 | 10 .B int pcre2_dfa_match(const pcre2_code *\fIcode\fP, PCRE2_SPTR \fIsubject\fP, 20 This function matches a compiled regular expression against a given subject 21 string, using an alternative matching algorithm that scans the subject string 27 \fIsubject\fP Points to the subject string 28 \fIlength\fP Length of the subject string 29 \fIstartoffset\fP Offset in the subject at which to start matching 42 PCRE2_ENDANCHORED Pattern can match only at end of subject 43 PCRE2_NOTBOL Subject is not the beginning of a line 44 PCRE2_NOTEOL Subject is not the end of a line 47 PCRE2_NOTEMPTY_ATSTART An empty string at the start of the subject [all …]
|
D | pcre2_match.3 | 10 .B int pcre2_match(const pcre2_code *\fIcode\fP, PCRE2_SPTR \fIsubject\fP, 19 This function matches a compiled regular expression against a given subject 30 \fIsubject\fP Points to the subject string 31 \fIlength\fP Length of the subject string 32 \fIstartoffset\fP Offset in the subject at which to start matching 48 subject that is terminated by a binary zero code unit. The options are: 51 PCRE2_ENDANCHORED Pattern can match only at end of subject 52 PCRE2_NOTBOL Subject string is not the beginning of a line 53 PCRE2_NOTEOL Subject string is not the end of a line 56 PCRE2_NOTEMPTY_ATSTART An empty string at the start of the subject [all …]
|
D | pcre2test.1 | 24 subject strings to be matched. There are also command lines for setting 27 patterns, and the subject lines specify PCRE2 function options, control how the 28 subject is processed, and what output is produced. 50 libraries, patterns and subject strings are converted to 16-bit or 32-bit 72 if a binary zero is encountered. By default subject lines are processed for 84 to the library. For subject lines, backslash escapes can be used. In addition, 90 below) is set, the pattern and any following subject lines are interpreted as 95 or 32-bit mode. It causes the pattern and following subject lines to be treated 106 such code points in a pattern string. For subject strings, using an escape 133 As for \fB-ac\fP, but in addition behave as if each subject line has the [all …]
|
D | pcre2test.txt | 20 and subject strings to be matched. There are also command lines for 23 command lines, the patterns, and the subject lines specify PCRE2 func- 24 tion options, control how the subject is processed, and what output is 47 testing the 16-bit or 32-bit libraries, patterns and subject strings 69 generated if a binary zero is encountered. By default subject lines are 80 are passed to the library. For subject lines, backslash escapes can be 82 options" below) is set, the pattern and any following subject lines are 88 16-bit or 32-bit mode. It causes the pattern and following subject 99 only way of passing such code points in a pattern string. For subject 123 -AC As for -ac, but in addition behave as if each subject line [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-replay.hpp | 104 class Subject = rxsub::replay<SourceValue, identity_one_worker>, 105 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 109 …return Result(Multicast(std::forward<Observable>(o), Subject(identity_current_thread(), composite_… in member() 116 class Subject = rxsub::replay<SourceValue, identity_one_worker>, 117 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 121 … return Result(Multicast(std::forward<Observable>(o), Subject(identity_current_thread(), cs))); in member() 129 class Subject = rxsub::replay<SourceValue, rxu::decay_t<Coordination>>, 130 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 134 …return Result(Multicast(std::forward<Observable>(o), Subject(std::forward<Coordination>(cn), cs))); in member() 142 class Subject = rxsub::replay<SourceValue, identity_one_worker>, [all …]
|
D | rx-publish.hpp | 18 \snippet publish.cpp publish subject sample 19 \snippet output.txt publish subject sample 98 class Subject = rxsub::subject<SourceValue>, 99 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 103 return Result(Multicast(std::forward<Observable>(o), Subject(composite_subscription()))); in member() 110 class Subject = rxsub::subject<SourceValue>, 111 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 115 return Result(Multicast(std::forward<Observable>(o), Subject(cs))); in member() 122 class Subject = rxsub::behavior<SourceValue>, 123 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | SubjectParser.java | 7 * employees are not subject to copyright protection in the United States 32 * Parser for Subject header. 45 * @param subject the header to parse 47 public SubjectParser(String subject) { in SubjectParser() argument 48 super(subject); in SubjectParser() 61 * @return SIPHeader (Subject object) 65 Subject subject = new Subject(); in parse() local 70 headerName(TokenTypes.SUBJECT); in parse() 75 subject.setSubject(s.trim()); in parse() 82 return subject; in parse() [all …]
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | BuilderValidator.java | 62 public ValidationReport<TypeElement> validate(TypeElement subject) { in validate() argument 63 ValidationReport.Builder<TypeElement> builder = ValidationReport.about(subject); in validate() 65 Element componentElement = subject.getEnclosingElement(); in validate() 69 checkArgument(subject.getAnnotation(builderAnnotation) != null); in validate() 72 builder.addError(msgs.mustBeInComponent(), subject); in validate() local 75 switch (subject.getKind()) { in validate() 77 List<? extends Element> allElements = subject.getEnclosedElements(); in validate() 80 builder.addError(msgs.cxtorOnlyOneAndNoArgs(), subject); in validate() local 87 builder.addError(msgs.mustBeClassOrInterface(), subject); in validate() local 91 if (!subject.getTypeParameters().isEmpty()) { in validate() [all …]
|
D | ValidationReport.java | 39 * <p>A report describes a subject {@link Element}. Callers may choose to add report items about 40 * other elements that are contained within or related to the subject. Since {@link Diagnostic} 42 * {@link #printMessagesTo(Messager)} will only associate messages with non-subject elements if they 43 * are contained within the subject. Otherwise, they will be associated with the subject and contain 52 abstract T subject(); in subject() method in ValidationReport 75 if (isEnclosedIn(subject(), item.element())) { in printMessagesTo() 85 messager.printMessage(item.kind(), message, subject(), item.annotation().get()); in printMessagesTo() 87 messager.printMessage(item.kind(), message, subject()); in printMessagesTo() 131 static <T extends Element> Builder<T> about(T subject) { 132 return new Builder<T>(subject); [all …]
|
D | ModuleValidator.java | 93 ValidationReport<TypeElement> validate(final TypeElement subject) { in validate() argument 94 final ValidationReport.Builder<TypeElement> builder = ValidationReport.about(subject); in validate() 96 List<ExecutableElement> moduleMethods = ElementFilter.methodsIn(subject.getEnclosedElements()); in validate() 106 validateModuleVisibility(subject, builder); in validate() 108 if (subject.getKind() != ElementKind.INTERFACE) { in validate() 109 validateProvidesOverrides(subject, builder, allMethodsByName, bindingMethodsByName); in validate() 111 validateModifiers(subject, builder); in validate() 112 validateReferencedModules(subject, builder); in validate() 119 TypeElement subject, ValidationReport.Builder<TypeElement> builder) { in validateModifiers() argument 122 if (!subject.getTypeParameters().isEmpty() && !subject.getModifiers().contains(ABSTRACT)) { in validateModifiers() [all …]
|
/external/v8/src/regexp/ |
D | interpreter-irregexp.cc | 29 int len, Vector<const uc16> subject, in BackRefMatchesNoCase() argument 32 reinterpret_cast<Address>(const_cast<uc16*>(&subject.at(from))); in BackRefMatchesNoCase() 34 reinterpret_cast<Address>(const_cast<uc16*>(&subject.at(current))); in BackRefMatchesNoCase() 42 int len, Vector<const uint8_t> subject, in BackRefMatchesNoCase() argument 46 unsigned int old_char = subject[from++]; in BackRefMatchesNoCase() 47 unsigned int new_char = subject[current++]; in BackRefMatchesNoCase() 156 Vector<const Char> subject, in RawMatch() argument 269 if (pos >= subject.length() || pos < 0) { in RawMatch() 272 current_char = subject[pos]; in RawMatch() 279 current_char = subject[pos]; in RawMatch() [all …]
|
D | regexp-macro-assembler.cc | 130 String* subject, in StringCharacterPosition() argument 132 if (subject->IsConsString()) { in StringCharacterPosition() 133 subject = ConsString::cast(subject)->first(); in StringCharacterPosition() 134 } else if (subject->IsSlicedString()) { in StringCharacterPosition() 135 start_index += SlicedString::cast(subject)->offset(); in StringCharacterPosition() 136 subject = SlicedString::cast(subject)->parent(); in StringCharacterPosition() 138 if (subject->IsThinString()) { in StringCharacterPosition() 139 subject = ThinString::cast(subject)->actual(); in StringCharacterPosition() 142 DCHECK_LE(start_index, subject->length()); in StringCharacterPosition() 143 if (subject->IsSeqOneByteString()) { in StringCharacterPosition() [all …]
|
/external/autotest/site_utils/ |
D | gmail_lib.py | 11 $ echo "Some content" |./gmail_lib.py -s "subject" abc@bb.com xyz@gmail.com 14 $ ./gmail_lib.py -s "subject" abc@bb.com xyz@gmail.com 68 def __init__(self, to, subject, message_text): argument 73 @param subject: String, subject of the message 77 self.subject = subject 88 message['subject'] = self.subject 130 def send_email(to, subject, message_text, retry=True, creds_path=None): argument 134 @param subject: Subject of the email. 150 m = Message(to, subject, message_text) 188 parser.add_argument('-s', '--subject', type=str, dest='subject', [all …]
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 402 void FindOneByteStringIndices(Vector<const uint8_t> subject, uint8_t pattern, in FindOneByteStringIndices() argument 405 // Collect indices of pattern in subject using memchr. in FindOneByteStringIndices() 407 const uint8_t* subject_start = subject.start(); in FindOneByteStringIndices() 408 const uint8_t* subject_end = subject_start + subject.length(); in FindOneByteStringIndices() 420 void FindTwoByteStringIndices(const Vector<const uc16> subject, uc16 pattern, in FindTwoByteStringIndices() argument 423 const uc16* subject_start = subject.start(); in FindTwoByteStringIndices() 424 const uc16* subject_end = subject_start + subject.length(); in FindTwoByteStringIndices() 434 void FindStringIndices(Isolate* isolate, Vector<const SubjectChar> subject, in FindStringIndices() argument 438 // Collect indices of pattern in subject. in FindStringIndices() 444 index = search.Search(subject, index); in FindStringIndices() [all …]
|
/external/autotest/scheduler/ |
D | email_manager.py | 29 def send_email(self, to_string, subject, body): argument 34 @param subject: String, email subject. 43 gmail_lib.send_email(to_string, subject, body) 48 def enqueue_notify_email(self, subject, message): argument 51 @param subject: String, subject of the message. 54 logging.error(subject + '\n' + message) 58 body = 'Subject: ' + subject + '\n' 69 subject = 'Scheduler notifications from ' + socket.gethostname() 73 self.send_email(self._notify_address, subject, body)
|
/external/v8/src/ |
D | string-search.h | 20 // independently of subject and pattern char size. 81 int Search(Vector<const SubjectChar> subject, int index) { in Search() argument 82 return strategy_(this, subject, index); in Search() 109 Vector<const SubjectChar> subject, 113 Vector<const SubjectChar> subject, 117 Vector<const SubjectChar> subject, 122 Vector<const SubjectChar> subject, 126 Vector<const SubjectChar> subject, 152 // Both pattern and subject are UC16. Reduce character to equivalence class. in CharOccurrence() 211 Vector<const SubjectChar> subject, int index) { in FindFirstCharacter() argument [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | CertificationRequestInfo.java | 23 * subject Name, 40 X500Name subject; field in CertificationRequestInfo 68 * @param subject subject to be associated with the public key 69 * @param pkInfo public key to be associated with subject 73 X500Name subject, in CertificationRequestInfo() argument 77 if ((subject == null) || (pkInfo == null)) in CertificationRequestInfo() 84 this.subject = subject; in CertificationRequestInfo() 93 X509Name subject, in CertificationRequestInfo() argument 97 this(X500Name.getInstance(subject.toASN1Primitive()), pkInfo, attributes); in CertificationRequestInfo() 108 subject = X500Name.getInstance(seq.getObjectAt(1)); in CertificationRequestInfo() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
D | CertificationRequestInfo.java | 24 * subject Name, 42 X500Name subject; field in CertificationRequestInfo 70 * @param subject subject to be associated with the public key 71 * @param pkInfo public key to be associated with subject 75 X500Name subject, in CertificationRequestInfo() argument 79 if ((subject == null) || (pkInfo == null)) in CertificationRequestInfo() 86 this.subject = subject; in CertificationRequestInfo() 95 X509Name subject, in CertificationRequestInfo() argument 99 this(X500Name.getInstance(subject.toASN1Primitive()), pkInfo, attributes); in CertificationRequestInfo() 110 subject = X500Name.getInstance(seq.getObjectAt(1)); in CertificationRequestInfo() [all …]
|
/external/toolchain-utils/cros_utils/ |
D | email_sender.py | 31 subject, argument 40 self.SendGMREmail(email_to, subject, text_to_send, email_cc, email_bcc, 43 self.SendSMTPEmail(email_to, subject, text_to_send, email_cc, email_bcc, 46 def SendSMTPEmail(self, email_to, subject, text_to_send, email_cc, email_bcc, argument 56 msg['Subject'] = subject 83 def SendGMREmail(self, email_to, subject, text_to_send, email_cc, email_bcc, argument 102 # Fix single-quotes inside the subject. In bash, to escape a single quote 106 subject = subject.replace("'", "'\\''") 109 command = ("sendgmr --to='%s' --subject='%s' --html_file='%s' " 110 '--body_file=/dev/null' % (to_list, subject, body_filename)) [all …]
|
/external/pcre/dist2/doc/html/ |
D | pcre2_substitute.html | 22 <b>int pcre2_substitute(const pcre2_code *<i>code</i>, PCRE2_SPTR <i>subject</i>,</b> 33 This function matches a compiled regular expression against a given subject 35 copy of the subject, substituting a replacement string for what was matched. 39 <i>subject</i> Points to the subject string 40 <i>length</i> Length of the subject string 41 <i>startoffset</i> Offset in the subject at which to start matching 63 The subject and replacement lengths can be given as PCRE2_ZERO_TERMINATED for 67 PCRE2_ENDANCHORED Pattern can match only at end of subject 68 PCRE2_NOTBOL Subject is not the beginning of a line 69 PCRE2_NOTEOL Subject is not the end of a line [all …]
|