HomeSort by relevance Sort by last modified time
    Searched full:committer (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 79 for committer in committers:
80 for email in committer.emails:
84 missing_from_mailing_list.append(committer)
90 for committer in committers:
91 for email in committer.emails:
92 email_to_committer_map[email] = committer
104 print_list_if_non_empty("Subcribers to %s missing from committer.py:" % list_name, users_missing_from_committers)
114 print_list_if_non_empty("Subcribers to %s missing from reviewers in committer.py:" % list_name, missing_from_reviewers)
194 # No known email mapping, likely not an active committer. We could log here.
223 self._print_three_column_row(column_widths, ("Last Commit", "Committer Email", "Committer Record")
    [all...]
  /external/chromium_org/v8/test/webkit/fast/regex/
parentheses-expected.txt 59 PASS regexp29.exec('Committer:') is null
60 PASS regexp30.exec('Committer:') is null
61 PASS regexp31.exec('Committer:') is null
62 PASS regexp32.exec('Committer:') is null
parentheses.js 152 shouldBeNull("regexp29.exec('Committer:')");
155 shouldBeNull("regexp30.exec('Committer:')");
158 shouldBeNull("regexp31.exec('Committer:')");
161 shouldBeNull("regexp32.exec('Committer:')");
  /external/chromium_org/webkit/tools/layout_tests/
test_expectations.txt 17 # this yourself, please get a WebKit Committer to do it for you, or at least
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database.cc 75 sql::Transaction committer(&db_);
76 if (!committer.Begin())
87 sql::InitStatus stat = committer.Commit() ? sql::INIT_OK : sql::INIT_FAILURE;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java 154 final VCardEntryCommitter committer = new VCardEntryCommitter(mResolver); local
155 constructor.addEntryHandler(committer);
195 List<Uri> uris = committer.getCreatedUris();
  /external/chromium/chrome/browser/history/
history_database.cc 95 sql::Transaction committer(&db_);
96 if (!committer.Begin())
129 return committer.Commit() ? sql::INIT_OK : sql::INIT_FAILURE;
text_database.cc 209 sql::Transaction committer(&db_);
210 if (!committer.Begin())
244 return committer.Commit();
  /external/chromium_org/chrome/browser/history/
history_database.cc 70 sql::Transaction committer(&db_);
71 if (!committer.Begin())
102 return committer.Commit() ? sql::INIT_OK : sql::INIT_FAILURE;
  /external/smali/
NOTICE 33 committer of bgruv@google.com is copyrighted by Google Inc. and released
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/test_owner/repo/commits/
HEAD 10 "committer": {
44 "committer": {
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/project/4.1.1/
project-4.1.1.pom 146 <role>Committer</role>
155 <role>Committer</role>
  /docs/source.android.com/src/source/
faqs.jd 175 <h3 id="how-do-i-become-an-android-committer">How do I become an Android committer?</h3>
177 "committer". All contributions -- including those authored by Google
  /external/bouncycastle/
bouncycastle.config 165 org/bouncycastle/crypto/Committer.java \
  /external/llvm/docs/
DeveloperPolicy.rst 220 Additionally, the committer is responsible for addressing any problems found in
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 3106 milliseconds