HomeSort by relevance Sort by last modified time
    Searched refs:revision (Results 101 - 125 of 1264) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/syscall/
route_freebsd_32bit.go 24 // See http://svnweb.freebsd.org/base?view=revision&revision=254804.
  /prebuilts/go/linux-x86/src/syscall/
route_freebsd_32bit.go 24 // See http://svnweb.freebsd.org/base?view=revision&revision=254804.
  /toolchain/binutils/binutils-2.27/intl/
gmo.h 30 /* Revision number of the currently used .mo (binary) file format. */
76 /* The revision number of the file format. */
77 nls_uint32 revision; member in struct:mo_file_header
79 /* The following are only used in .mo files with major revision 0. */
92 /* The following are only used in .mo files with minor revision >= 1. */
115 /* The following are only used in .mo files with minor revision >= 1. */
  /external/google-benchmark/
mingw.py 82 revision = exceptions.setdefault(int(value[4].strip()[3:]),
173 exceptions = None, revision = None, log = EmptyLogger()):
180 if not (arch and version and threading and exceptions and revision):
207 if revision == None:
208 revision = max(versions[version][arch][threading][exceptions].keys())
213 url = versions[version][arch][threading][exceptions][revision]
220 log.debug(' - revision: %s', revision)
223 # Store each specific revision differently
224 slug = '{version}-{arch}-{threading}-{exceptions}-rev{revision}'
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/
mingw.py 82 revision = exceptions.setdefault(int(value[4].strip()[3:]),
173 exceptions = None, revision = None, log = EmptyLogger()):
180 if not (arch and version and threading and exceptions and revision):
207 if revision == None:
208 revision = max(versions[version][arch][threading][exceptions].keys())
213 url = versions[version][arch][threading][exceptions][revision]
220 log.debug(' - revision: %s', revision)
223 # Store each specific revision differently
224 slug = '{version}-{arch}-{threading}-{exceptions}-rev{revision}'
    [all...]
  /external/chromium-trace/catapult/common/lab/
commits.py 66 for revision in data['log']:
67 commit_time_string = revision['committer']['time']
  /external/ltp/testcases/cve/
cve-2016-4997.c 55 uint8_t revision; member in struct:xt_entry_match::__anon28507::__anon28508
73 uint8_t revision; member in struct:xt_entry_target::__anon28510::__anon28511
  /external/skia/infra/bots/recipes/
upload_calmbench_results.py 83 revision='abc123',
93 revision='abc123',
  /external/skqp/infra/bots/recipes/
upload_calmbench_results.py 83 revision='abc123',
93 revision='abc123',
  /external/skia/infra/bots/recipe_modules/core/
api.py 46 ref=self.m.properties['revision'], submodules=False)
51 self.m.git('rebase', self.m.properties['revision'])
89 main.revision = self.m.properties.get('revision') or 'origin/master'
101 # Skia is a DEP of PDFium; the 'revision' property is a Skia revision, and
103 main.revision = 'origin/master'
109 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
115 # Skia is a DEP of Flutter; the 'revision' property is a Skia revision,
    [all...]
  /external/skqp/infra/bots/recipe_modules/core/
api.py 71 main.revision = self.m.properties.get('revision') or 'origin/master'
83 # Skia is a DEP of PDFium; the 'revision' property is a Skia revision, and
85 main.revision = 'origin/master'
91 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
97 # Skia is a DEP of Flutter; the 'revision' property is a Skia revision,
99 main.revision = 'origin/master'
107 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
    [all...]
  /external/toolchain-utils/
repo_to_repo.py 56 self.revision = None
120 self.revision = '{0} (as of "{1}")'.format(address, datetime.datetime.now())
134 def __init__(self, address, mappings, revision=None):
139 self.revision = revision
148 command = p4client.SetupAndDo(p4client.Sync(self.revision))
154 self.revision = re.search('^\d+$', o.strip(), re.MULTILINE).group(0)
179 self.revision = ''
184 self.revision += o.strip().split(':')[-1]
221 self.revision = o.strip(
    [all...]
  /external/toolchain-utils/binary_search_tool/
binary_search_perforce.py 60 def __init__(self, revision, status, tag=None):
61 self.revision = revision
95 message = ('Revision: %s index: %d returned: %d' %
190 self.points[i].revision))
235 def CheckoutRevision(self, revision):
244 def SetGoodRevision(self, revision):
245 if revision is None:
247 assert revision in self.bs.sorted_list
248 self.bs.SetLoRevision(revision)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
git-clang-format 119 help='revision from which to compute the diff')
157 revision=commits[1],
239 """Returns True if `value` is a revision, False if it is a file, or dies."""
342 def run_clang_format_and_save_to_tree(changed_lines, revision=None,
349 if revision:
351 '%s:%s' % (revision, os.path.dirname(filename)),
360 revision=revision,
387 def clang_format_to_blob(filename, line_ranges, revision=None,
391 Runs on the file in `revision` if not None, or on the file in the workin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
git-clang-format 119 help='revision from which to compute the diff')
157 revision=commits[1],
239 """Returns True if `value` is a revision, False if it is a file, or dies."""
342 def run_clang_format_and_save_to_tree(changed_lines, revision=None,
349 if revision:
351 '%s:%s' % (revision, os.path.dirname(filename)),
360 revision=revision,
387 def clang_format_to_blob(filename, line_ranges, revision=None,
391 Runs on the file in `revision` if not None, or on the file in the workin
    [all...]
  /external/skia/infra/bots/
recipes.py 34 # revision (str) - the git revision for the engine to get.
44 'url revision path_override branch repo_type')
88 engine.setdefault('revision', '')
160 revision = dep.revision
173 _git_check_call(['rev-parse', '--verify', '%s^{commit}' % revision],
180 _git_check_call(['diff', '--quiet', revision], cwd=engine)
182 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine)
  /external/skqp/infra/bots/
recipes.py 34 # revision (str) - the git revision for the engine to get.
44 'url revision path_override branch repo_type')
88 engine.setdefault('revision', '')
160 revision = dep.revision
173 _git_check_call(['rev-parse', '--verify', '%s^{commit}' % revision],
180 _git_check_call(['diff', '--quiet', revision], cwd=engine)
182 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine)
  /external/v8/tools/release/
releases.py 28 # Expression for retrieving the bleeding edge revision from a commit message.
29 PUSH_MSG_SVN_RE = re.compile(r".* \(based on bleeding_edge revision r(\d+)\)$")
51 # Expression with three versions (historical) for extracting the v8 revision
58 # Expression to pick tag and revision for bleeding edge tags. To be used with
71 """Returns the chromium releases in reverse order filtered by v8 revision
87 """Returns a mapping of v8 revision -> chromium ranges.
107 # Collect the ranges in lists per revision.
110 # Add the newest revision.
167 revision = self.GetCommitPositionNumber(git_hash)
170 "revision": revision
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
x_tables.h 31 __u8 revision; member in struct:xt_entry_match::__anon899::__anon900
46 __u8 revision; member in struct:xt_entry_target::__anon902::__anon903
69 __u8 revision; member in struct:xt_get_revision
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/aarch64/
juno_helpers.S 28 #define JUMP_TO_HANDLER_IF_JUNO_R(revision) \
29 jump_to_handler JUNO_REVISION(revision), JUNO_HANDLER(revision)
32 * Helper macro to jump to the given handler if the board revision
34 * Expects the Juno board revision in x0.
170 * Determine the Juno board revision and call the appropriate reset
178 /* Extract board revision from the SYS_ID */
185 /* Board revision is not supported */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqwiz.py 636 if entry and athead and line[:9] == 'revision ':
667 self.error("Invalid revision number: %r." % (rev,))
677 self.error("Invalid revision number: %r." % (rev,))
680 self.error("Invalid previous revision number: %r." % (prev,))
  /external/iproute2/include/uapi/linux/netfilter/
x_tables.h 18 __u8 revision; member in struct:xt_entry_match::__anon21992::__anon21993
41 __u8 revision; member in struct:xt_entry_target::__anon21995::__anon21996
75 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
76 * kernel supports, if >= revision. */
79 __u8 revision; member in struct:xt_get_revision
  /external/iptables/include/linux/netfilter/
x_tables.h 17 __u8 revision; member in struct:xt_entry_match::__anon22382::__anon22383
40 __u8 revision; member in struct:xt_entry_target::__anon22385::__anon22386
74 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
75 * kernel supports, if >= revision. */
78 __u8 revision; member in struct:xt_get_revision
  /external/kernel-headers/original/uapi/linux/netfilter/
x_tables.h 18 __u8 revision; member in struct:xt_entry_match::__anon23105::__anon23106
41 __u8 revision; member in struct:xt_entry_target::__anon23108::__anon23109
75 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
76 * kernel supports, if >= revision. */
79 __u8 revision; member in struct:xt_get_revision
  /external/libdrm/etnaviv/
etnaviv_gpu.c 66 gpu->specs.revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION);
89 INFO_MSG(" GPU model: 0x%x (rev %x)", gpu->specs.model, gpu->specs.revision);
112 *value = gpu->specs.revision;

Completed in 466 milliseconds

1 2 3 45 6 7 8 91011>>