Home
last modified time | relevance | path

Searched refs:rebase (Results 1 – 14 of 14) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
Di18n.py348 def format_date(self, date=None, format=None, rebase=True): argument
371 if rebase and isinstance(date, datetime.datetime):
376 def format_datetime(self, datetime=None, format=None, rebase=True): argument
400 if rebase:
406 def format_time(self, time=None, format=None, rebase=True): argument
430 if rebase:
731 def format_date(date=None, format=None, rebase=True): argument
733 return get_i18n().format_date(date, format, rebase)
736 def format_datetime(datetime=None, format=None, rebase=True): argument
738 return get_i18n().format_datetime(datetime, format, rebase)
[all …]
/external/llvm/lib/Fuzzer/
Dpull_and_push_fuzz_corpus.sh11 git pull --rebase --no-edit
15 git pull --rebase --no-edit
/external/llvm/test/tools/llvm-objdump/
Dmacho-rebase.test1 # RUN: llvm-objdump -macho -rebase -arch x86_64 \
2 # RUN: %p/Inputs/rebase.macho-x86_64 | FileCheck %s
/external/clang/
DRenderScriptPrebuilts.md75 (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.
DToolchainPrebuilts.md163 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.
DReadmeAndroid.md64 In order to prepare for the actual rebase (including updating dependent
86 the host prebuilts (i.e. rebase).
/external/llvm/utils/git-svn/
Dgit-svnup12 git svn rebase -l
/external/chromium-trace/catapult/third_party/html5lib-python/
DCONTRIBUTING.rst53 - **Don't rebase after creating the pull request.** Merge with upstream,
56 squash and rebase your pull request while accepting it. Even though
/external/llvm/test/CodeGen/X86/
Dconstant-hoisting-optnone.ll5 ; constant 0xBEEBEEBEC, and then rebase the other constant
/external/autotest/client/common_lib/
Drevision_control.py182 def pull(self, rebase=False): argument
192 if rebase:
/external/llvm/docs/
DGettingStarted.rst567 pull --rebase`` instead of ``git pull`` to avoid generating a non-linear history
568 in your clone. To configure ``git pull`` to pass ``--rebase`` by default on the
573 % git config branch.master.rebase true
640 % git svn rebase -l # -l avoids fetching ahead of the git mirror.
648 % git svn rebase -l
659 % git svn rebase -l
662 git svn rebase -l)
667 ``checkout`` each working branch individually and ``rebase`` it on top of its
693 On success, ``dcommit`` will rebase against the HEAD of SVN, so to avoid conflict,
694 please make sure your current branch is up-to-date (via fetch/rebase) before
[all …]
/external/autotest/client/tests/kvm/
Dsubtests.cfg.sample101 - rebase:
102 subcommand = rebase
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1843 void rebase(const int base) in rebase() function
2111 score->rebase(cycle); // common base for initializing out blocks' scores in visit()
/external/clang/docs/
DLibASTMatchersTutorial.rst69 you can catch LLVM and Clang out of sync. Running ``'git svn rebase'``