Searched refs:subject (Results 251 - 275 of 301) sorted by relevance

<<111213

/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py332 # 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
2515 def EditDesc(issue, subject=None, desc=None, reviewers=None, cc=None, closed=False, private=False):
2518 if subject is not None:
2519 form_fields['subject'] = subject
[all...]
/external/chromium_org/v8/src/
H A Dast.h892 ENUMERATE, // for (each in subject) body;
893 ITERATE // for (each of subject) body;
896 void Initialize(Expression* each, Expression* subject, Statement* body) { argument
899 subject_ = subject;
903 Expression* subject() const { return subject_; } function in class:v8::internal::ForEachStatement
924 return subject();
966 Expression* subject,
972 ForEachStatement::Initialize(each, subject, body);
980 return subject();
983 // var iterator = subject[Symbo
965 Initialize(Expression* each, Expression* subject, Statement* body, Expression* assign_iterator, Expression* next_result, Expression* result_done, Expression* assign_each) argument
[all...]
/external/regex-re2/lib/codereview/
H A Dcodereview.py332 # 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
2512 def EditDesc(issue, subject=None, desc=None, reviewers=None, cc=None, closed=False, private=False):
2515 if subject is not None:
2516 form_fields['subject'] = subject
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509.h196 X509_NAME *subject; member in struct:X509_req_info_st
217 X509_NAME *subject; member in struct:x509_cinf_st
570 #define X509_REQ_get_subject_name(x) ((x)->req_info->subject)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb43 of recognizing <i>regular languages</i>. For more background on the subject,
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.h456 FPDF_WIDESTRING subject,
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_lu.c453 cinf_s.subject=name;
628 * a given subject name. However it will fill the cache with all
/external/openssl/crypto/ocsp/
H A Docsp.h420 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
/external/openssl/crypto/x509/
H A Dx509_lu.c442 cinf_s.subject=name;
615 * a given subject name. However it will fill the cache with all
/external/openssl/include/openssl/
H A Docsp.h420 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc125 const char kJSEmailSubject[] = "subject";
952 const std::string& subject,
963 pp::Var(net::EscapeUrlEncodedData(subject, false)));
949 Email(const std::string& to, const std::string& cc, const std::string& bcc, const std::string& subject, const std::string& body) argument
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslcon.c4 * This Source Code Form is subject to the terms of the Mozilla Public
1658 /* Make sure we're not subject to a version rollback attack. */
1924 char *subject; local
1926 subject = CERT_NameToAscii(&cert->subject);
1930 SSL_GETPID(), subject ? subject : "OOPS"));
1932 PORT_Free(subject);
/external/chromium_org/third_party/d3/src/
H A Dd3.js1118 function dragstart(id, position, subject, move, end) {
1120 var that = this, target = d3.event.target, parent = that.parentNode, dispatch = event.of(that, arguments), dragged = 0, dragId = id(), dragName = ".drag" + (dragId == null ? "" : "-" + dragId), dragOffset, dragSubject = d3.select(subject()).on(move + dragName, moved).on(end + dragName, ended), dragRestore = d3_event_dragSuppress(), position0 = position(parent, dragId);
1351 var that = this, target = d3.event.target, dispatch = event.of(that, arguments), dragged = 0, subject = d3.select(d3_window).on(mousemove, moved).on(mouseup, ended), location0 = location(d3.mouse(that)), dragRestore = d3_event_dragSuppress();
1360 subject.on(mousemove, d3_window === that ? mousewheelreset : null).on(mouseup, null);
1366 var that = this, dispatch = event.of(that, arguments), locations0 = {}, distance0 = 0, scale0, zoomName = ".zoom-" + d3.event.changedTouches[0].identifier, touchmove = "touchmove" + zoomName, touchend = "touchend" + zoomName, target = d3.select(d3.event.target).on(touchmove, moved).on(touchend, ended), subject = d3.select(that).on(mousedown, null).on(touchstart, started), dragRestore = d3_event_dragSuppress();
1428 subject.on(mousedown, mousedowned).on(touchstart, touchstarted);
3138 var subject = [], clip = [];
3150 subject.push(a);
3155 subject.push(a);
3159 d3_geo_clipPolygonLinkCircular(subject);
[all...]
/external/pcre/dist/
H A Dpcretest.c1159 "nested recursion at the same subject position",
2267 PCHARSV(cb->subject, cb->offset_vector[i],
2274 /* Re-print the subject in canonical form, the first time or if giving full
2280 PCHARS(pre_start, cb->subject, 0, cb->start_match, f);
2281 PCHARS(post_start, cb->subject, cb->start_match,
2284 PCHARS(subject_length, cb->subject, 0, cb->subject_length, NULL);
2286 PCHARSV(cb->subject, cb->current_position,
2942 " -M find MATCH_LIMIT minimum for each subject\n"
4982 /* Reached end of subject string */
5607 the end of the subject
[all...]
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst356 be subject to runtime verification according to the following
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js7530 this.subject = this.subject || this;
7593 this.fireEvent('start', this.subject);
7597 this.fireEvent('complete', this.subject);
7598 if (!this.callChain()) this.fireEvent('chainComplete', this.subject);
7602 this.fireEvent('cancel', this.subject).clearChain();
7785 this.element = this.subject = $(element);
7882 this.element = this.subject = $(element);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c1346 "reason=%d depth=%d subject='%s' err='%s'",
1349 data->cert_fail.subject,
1370 data->peer_cert.subject,
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c1950 static void eapol_sm_notify_cert(void *ctx, int depth, const char *subject, argument
1956 sm->ctx->cert_cb(sm->ctx->ctx, depth, subject,
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c1346 "reason=%d depth=%d subject='%s' err='%s'",
1349 data->cert_fail.subject,
1370 data->peer_cert.subject,
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c1950 static void eapol_sm_notify_cert(void *ctx, int depth, const char *subject, argument
1956 sm->ctx->cert_cb(sm->ctx->ctx, depth, subject,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c1346 "reason=%d depth=%d subject='%s' err='%s'",
1349 data->cert_fail.subject,
1370 data->peer_cert.subject,
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c1950 static void eapol_sm_notify_cert(void *ctx, int depth, const char *subject, argument
1956 sm->ctx->cert_cb(sm->ctx->ctx, depth, subject,
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dupdate_nacl_manifest_test.py256 def SendMail(self, subject, text):

Completed in 736 milliseconds

<<111213