/external/llvm/lib/Fuzzer/ |
pull_and_push_fuzz_corpus.sh | 11 git pull --rebase --no-edit 15 git pull --rebase --no-edit
|
/external/llvm/test/tools/llvm-objdump/ |
macho-rebase.test | 1 # RUN: llvm-objdump -macho -rebase -arch x86_64 \ 2 # RUN: %p/Inputs/rebase.macho-x86_64 | FileCheck %s
|
/external/llvm/utils/git-svn/ |
git-svnup | 12 git svn rebase -l
|
/external/llvm/test/CodeGen/X86/ |
constant-hoisting-optnone.ll | 5 ; constant 0xBEEBEEBEC, and then rebase the other constant
|
/external/clang/ |
RenderScriptPrebuilts.md | 75 (i.e. without the rebase), push them to a device with the rebased tools, and 82 This ensures that the rebase did not break the 2.9 and 3.2 BitcodeWriters. 88 The following projects will almost always have CLs as a part of the rebase.
|
ToolchainPrebuilts.md | 163 This was broken by a rebase once, and worth testing after every rebase. 175 The following projects will almost always have CLs as a part of the rebase.
|
ReadmeAndroid.md | 64 In order to prepare for the actual rebase (including updating dependent 86 the host prebuilts (i.e. rebase).
|
/external/mesa3d/docs/ |
repository.html | 154 working on a separate branch and would rebase your branch prior to 157 you also need to use the rebase feature in order to avoid an 187 git pull --rebase 201 If the rebase resulted in conflicts or changes that could affect 206 If you want the rebase action to be the default action, then 208 git config branch.master.rebase true
|
/external/autotest/client/tests/kvm/tests/ |
qemu_img.py | 368 Simple wrapper of 'qemu-img rebase'. 374 @param mode: rebase mode: safe mode, unsafe mode 376 cmd += " rebase" 380 logging.info("Trying to rebase '%s' to '%s'...", img_name, base_img) 383 raise error.TestError("Failed to rebase '%s' to '%s': %s" % 389 Subcommand 'qemu-img rebase' test 398 if not 'rebase' in utils.system_output(cmd + ' --help', 401 " support 'rebase' subcommand") 423 raise error.TestFail("After rebase the backing_file of 'sn2' is " 428 raise error.TestFail("Check image '%s' failed after rebase;" [all...] |
/prebuilts/clang/host/linux-x86/3.8/ |
README.md | 49 special LLVM rebase behavior. 68 In order to prepare for the actual rebase (including updating dependent 89 the host prebuilts (i.e. rebase). 107 LLVM 3.8 era rebase process 266 (i.e. without the rebase), push them to a device with the rebased tools, and 273 This ensures that the rebase did not break the 2.9 and 3.2 BitcodeWriters. 275 This was broken by a rebase once, and worth testing after every rebase. 287 The following projects will almost always have CLs as a part of the rebase.
|
/docs/source.android.com/src/source/ |
submit-patches.jd | 140 yours, you will need to rebase your patch on top of the new HEAD of the 145 attempts to automatically rebase your HEAD onto the new remote HEAD.</p> 146 <p>If the automatic rebase is unsuccessful, you will have to perform a 147 manual rebase.</p> 148 <pre><code>$ repo rebase 150 <p>Using <code>git mergetool</code> may help you deal with the rebase 152 <pre><code>$ git rebase --continue 154 <p>After either automatic or manual rebase is complete, run <code>repo
|
using-repo.jd | 81 git rebase origin/<em><BRANCH></em> 86 <p>If the git rebase operation results in merge conflicts, you will need to use the normal Git commands (for example, <code>git rebase --continue</code>) to resolve the conflicts.</p> 114 single commit, use git rebase -i before you run repo upload.</p> 116 <p>To make edits to changes after they have been uploaded, you should use a tool like <code>git rebase -i</code> or <code>git commit --amend</code> to update your local commits. After your edits are complete:</p>
|
developing.jd | 141 <p>Change into the relevant project directory, run <code>git add</code> and <code>git commit</code> for the files in question, and then "rebase" the changes. For example:</p> 144 $ git rebase --continue 148 <p>When the rebase is complete start the entire sync again:</p>
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
CONTRIBUTING.rst | 53 - **Don't rebase after creating the pull request.** Merge with upstream, 56 squash and rebase your pull request while accepting it. Even though
|
/external/autotest/client/tests/scrashme/ |
scrashme-git-snapshot-03-18-2010.tar.bz2 | |
/external/mesa3d/src/mesa/vbo/ |
vbo_rebase.c | 56 #define REBASE(TYPE) \ 72 REBASE(GLuint) 73 REBASE(GLushort) 74 REBASE(GLubyte)
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
i18n.py | 348 def format_date(self, date=None, format=None, rebase=True): 364 :param rebase: 371 if rebase and isinstance(date, datetime.datetime): 376 def format_datetime(self, datetime=None, format=None, rebase=True): 392 :param rebase: 400 if rebase: 406 def format_time(self, time=None, format=None, rebase=True): 422 :param rebase: 430 if rebase: 731 def format_date(date=None, format=None, rebase=True) [all...] |
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
IPControls.java | 235 // Rebase normalizes the performance result for the resolution and 237 float rebase(float v, IPTestList.TestName t) { method in class:IPControls 262 float r2 = rebase(r, t); 284 String s = t.toString() + " " + df.format(rebase(r[ct], t)) + 295 geometricMean[t.group] *= rebase(mResults[ct], t);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
IPControlsJB.java | 238 float rebase(float v, IPTestListJB.TestName t) { method in class:IPControlsJB 263 float r2 = rebase(r, t); 285 String s = t.toString() + " " + df.format(rebase(r[ct], t)) + 296 gm[t.group] *= rebase(mResults[ct], t);
|
/prebuilts/go/darwin-x86/doc/ |
contribute.html | 530 /home/you/repo/.git/rebase-apply/patch 532 When you have resolved this problem, run "git rebase --continue". 533 If you prefer to skip this patch, run "git rebase --skip" instead. 534 To check out the original branch and stop rebasing, run "git rebase --abort". 551 rebase in progress; onto a24c3eb 553 (fix conflicts and then run "git rebase --continue") 554 (use "git rebase --skip" to skip this patch) 555 (use "git rebase --abort" to check out the original branch) 611 Then run <code>git</code> <code>rebase</code> <code>--continue</code> to
|
/prebuilts/go/linux-x86/doc/ |
contribute.html | 530 /home/you/repo/.git/rebase-apply/patch 532 When you have resolved this problem, run "git rebase --continue". 533 If you prefer to skip this patch, run "git rebase --skip" instead. 534 To check out the original branch and stop rebasing, run "git rebase --abort". 551 rebase in progress; onto a24c3eb 553 (fix conflicts and then run "git rebase --continue") 554 (use "git rebase --skip" to skip this patch) 555 (use "git rebase --abort" to check out the original branch) 611 Then run <code>git</code> <code>rebase</code> <code>--continue</code> to
|
/external/autotest/client/common_lib/ |
revision_control.py | 182 def pull(self, rebase=False): 186 @param rebase: If true forces git pull to perform a rebase instead of a 192 if rebase: 193 cmd += '--rebase '
|
/external/chromium-trace/catapult/third_party/flot/ |
CONTRIBUTING.md | 35 3. Rebase, if necessary, before submitting your pull request, to reduce the
|
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.h | 34 extern cl::opt<bool> Rebase;
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
ChangeLog | 3 * loader.h: Add macros for rebase, bind and export constants.
|