HomeSort by relevance Sort by last modified time
    Searched full:changelist (Results 1 - 25 of 33) sorted by null

1 2

  /external/skia/tools/
submit_try 125 returns a tuple of (<changelist name>, <list of trybots>).
131 def __init__(self, bots, changelist, revision):
133 self._changelist = changelist
142 def changelist(self): member in class:ValidateArgs.CollectedArgs
157 """ % ('<changelist> ' if is_svn else ''))
166 changelist = None variable
198 if changelist or not is_svn:
200 changelist = arg
201 if is_svn and not changelist:
202 Error('You must specify a changelist name.'
    [all...]
  /external/chromium/chrome/common/extensions/
PRESUBMIT.py 26 (/common/extension/docs/*.html) in your final changelist.
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 89 // Output a reordered list of changes to |changelist| using the items that
93 std::vector<ChangeRecord>* changelist);
change_reorder_buffer.cc 124 vector<ChangeRecord>* changelist) {
128 // (a) Push deleted items straight into the |changelist|.
144 changelist->push_back(record);
180 changelist->push_back(record);
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 250 ArrayList<ServerChange> changeList = new ArrayList<ServerChange>();
251 mSyncParser.changeParser(changeList);
253 assertEquals(1, changeList.size());
255 ServerChange change = changeList.get(0);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 250 ArrayList<ServerChange> changeList = new ArrayList<ServerChange>();
251 mSyncParser.changeParser(changeList);
253 assertEquals(1, changeList.size());
255 ServerChange change = changeList.get(0);
  /external/chromium/chrome/common/extensions/docs/
README.txt 26 /*.html pages. Include any new or changed files in the changelist you create.
36 and need to be included in the changelist that changed the dependent files.
  /build/core/
version_defaults.mk 90 # perforce changelist number or a git hash. Can be an arbitrary string
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/
AssemblyInfo.cs 69 * 3. Revision is the Perforce changelist number associated with the release.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/
AssemblyInfo.cs 67 * 3. Revision is the Perforce changelist number associated with the release.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/
AssemblyInfo.cs 67 * 3. Revision is the Perforce changelist number associated with the release.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/
AssemblyInfo.cs 67 * 3. Revision is the Perforce changelist number associated with the release.
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 43 // descriptor.pb.{h,cc} to your changelist.
  /external/chromium/chrome/common/extensions/docs/build/
build.py 230 "into source control (ideally in the same changelist as the\n" +
  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 199 // Deletions are always first in the changelist, but we can't actually do
250 // of the changelist.
657 // in the same changelist. The delete shows up first in the changelist,
691 // put the deletion at the front of the changelist.
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMetaFactory.java 269 // Adobe XMP Core 5.0-jc001 DEBUG-<branch>.<changelist>, 2009 Jan 28 15:22:38-CET
  /frameworks/base/core/java/android/os/
Build.java 28 /** Either a changelist number, or a label like "M4-rc20". */
82 * represent this build. E.g., a perforce changelist number
  /docs/source.android.com/src/source/
submit-patches.jd 77 <p>Provide a detailed description of the change in your commit message. This description will be pushed to the public AOSP repository, so please follow our guidelines for writing changelist descriptions: </p>
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 267 'charCount', 'charCodeAt', 'charCode', 'charAt', 'changeList',
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /external/chromium/testing/gmock/scripts/
upload.py 862 # "\n--- Changelist 'cl_name':\n". See
863 # http://svn.collab.net/repos/svn/trunk/notes/changelist-design.txt
866 status_lines[1].startswith("--- Changelist")):
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 862 # "\n--- Changelist 'cl_name':\n". See
863 # http://svn.collab.net/repos/svn/trunk/notes/changelist-design.txt
866 status_lines[1].startswith("--- Changelist")):
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
upload.py 862 # "\n--- Changelist 'cl_name':\n". See
863 # http://svn.collab.net/repos/svn/trunk/notes/changelist-design.txt
866 status_lines[1].startswith("--- Changelist")):
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 324 System.err.println("// Build Changelist: " + Build.VERSION.INCREMENTAL);
    [all...]
  /frameworks/base/docs/html/tools/help/
MonkeyDevice.jd     [all...]

Completed in 2077 milliseconds

1 2