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

1 2 34 5 6 7 8 91011>>

  /external/v8/src/js/
string.js 110 // ES6 draft, revision 26 (2014-07-18), section B.2.3.2.1
116 // ES6 draft, revision 26 (2014-07-18), section B.2.3.2
124 // ES6 draft, revision 26 (2014-07-18), section B.2.3.3
131 // ES6 draft, revision 26 (2014-07-18), section B.2.3.4
138 // ES6 draft, revision 26 (2014-07-18), section B.2.3.5
145 // ES6 draft, revision 26 (2014-07-18), section B.2.3.6
152 // ES6 draft, revision 26 (2014-07-18), section B.2.3.7
160 // ES6 draft, revision 26 (2014-07-18), section B.2.3.8
168 // ES6 draft, revision 26 (2014-07-18), section B.2.3.9
175 // ES6 draft, revision 26 (2014-07-18), section B.2.3.1
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 100 Pkg.Revision revision 1
110 Layoutlib.Revision layoutlib/revision 4
139 version revision 1
140 revision revision 1
161 # Starting with XSD repo-7 and addon-5, some revision elements are no longer just
165 # Note: addon extra revision can't take a preview number. We don't enforce
172 tool revision
    [all...]
  /external/deqp/scripts/khr_util/
format.py 30 * Generated from {registryName} revision {revision}.
34 def genInlHeader (registryName, revision):
37 revision = str(revision))
  /external/e2fsprogs/intl/
explodename.c 56 const char **sponsor, const char **revision)
68 *revision = NULL;
162 /* Next is revision (CEN syntax). */
164 *revision = ++cp;
finddomain.c 61 const char *revision; local
77 (1) revision
139 &sponsor, &revision);
146 sponsor, revision, domainname, 1);
gmo.h 30 /* Revision number of the currently used .mo (binary) file format. */
77 /* The revision number of the file format. */
78 nls_uint32 revision; member in struct:mo_file_header
80 /* The following are only used in .mo files with major revision 0 or 1. */
93 /* The following are only used in .mo files with minor revision >= 1. */
116 /* The following are only used in .mo files with minor revision >= 1. */
  /external/libyuv/files/tools_libyuv/autoroller/
roll_deps.py 57 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision')
83 def ParseRemoteCrDepsFile(revision):
84 deps_content = ReadRemoteCrFile('DEPS', revision)
158 def ReadRemoteCrFile(path_below_src, revision):
159 """Reads a remote Chromium file of a specific revision. Returns a string."""
160 return _ReadGitilesContent(CHROMIUM_FILE_TEMPLATE % (revision,
164 def ReadRemoteCrCommit(revision):
166 return _ReadGitilesContent(CHROMIUM_COMMIT_TEMPLATE % revision)
211 url, revision = deps_url.split('@') if deps_url else (None, None)
212 result[path] = DepsEntry(path, url, revision)
    [all...]
  /external/skia/infra/bots/recipes/
recreate_skps.py 99 revision='abc123',
110 revision='abc123',
121 revision='abc123',
android_compile.py 60 revision='abc123',
check_generated_files.py 82 revision='abc123',
  /external/skqp/infra/bots/recipes/
recreate_skps.py 99 revision='abc123',
110 revision='abc123',
121 revision='abc123',
android_compile.py 62 revision='abc123',
check_generated_files.py 82 revision='abc123',
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 47 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision')
71 def ParseRemoteCrDepsFile(revision):
72 deps_content = ReadRemoteCrFile('DEPS', revision)
146 def ReadRemoteCrFile(path_below_src, revision):
147 """Reads a remote Chromium file of a specific revision. Returns a string."""
148 return _ReadGitilesContent(CHROMIUM_FILE_TEMPLATE % (revision,
152 def ReadRemoteCrCommit(revision):
154 return _ReadGitilesContent(CHROMIUM_COMMIT_TEMPLATE % revision)
199 url, revision = deps_url.split('@') if deps_url else (None, None)
200 result[path] = DepsEntry(path, url, revision)
    [all...]
  /packages/apps/TV/src/com/android/tv/receiver/
AudioCapabilitiesReceiver.java 44 // Increase this revision when we should force the stat to be sent again.
106 int revision = getInt(SETTINGS_KEY_AC3_REPORT_REVISION, 0); local
110 if (!reported || oldVal != ac3Supported || REPORT_REVISION > revision) {
114 if (REPORT_REVISION > revision) {
  /system/timezone/distro/core/src/test/com/android/timezone/distro/
DistroVersionTest.java 46 int majorVersion, int minorVersion, String rulesVersion, int revision) {
48 new DistroVersion(majorVersion, minorVersion, rulesVersion, revision);
58 assertEquals(3, distroVersion.revision);
  /toolchain/binutils/binutils-2.27/intl/
finddomain.c 64 const char *revision; local
80 (1) revision
142 &sponsor, &revision);
149 sponsor, revision, domainname, 1);
  /tools/tradefederation/core/src/com/android/tradefed/device/
AndroidDebugBridgeWrapper.java 39 private static final Pattern REVISION_PATTERN = Pattern.compile(".*(Revision )(.*)$");
103 Matcher revision = REVISION_PATTERN.matcher(res.getStdout()); local
104 if (revision.find()) {
106 version.append(revision.group(2));
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
dig64.h 81 uint8_t revision; member in struct:dig64_hcdp_table
  /external/iptables/extensions/
libxt_hashlimit.c 186 cfg_copy(struct hashlimit_cfg2 *to, const void *from, int revision)
188 if (revision == 1) {
200 } else if (revision == 2) {
245 static uint64_t parse_burst(const char *burst, int revision)
249 uint64_t max = (revision == 1) ? UINT32_MAX : UINT64_MAX;
250 uint64_t burst_max = (revision == 1) ?
255 if (revision == 1)
269 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision)
274 uint64_t max = (revision == 1) ? UINT32_MAX : UINT64_MAX;
297 if(revision == 1
    [all...]
libxt_socket.c 165 .revision = 0,
173 .revision = 1,
186 .revision = 2,
199 .revision = 3,
  /external/libdrm/nouveau/nvif/
cl0080.h 22 __u8 revision; /* from NV_PMC_BOOT_0 */ member in struct:nv_device_info_v0
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.h 71 uint32_t revision; member in struct:etna_screen
  /hardware/intel/bootstub/
sfi.h 34 u8 revision; member in struct:sfi_table_header
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gcc-plugin.h 71 const char *revision; member in struct:plugin_gcc_version

Completed in 3133 milliseconds

1 2 34 5 6 7 8 91011>>