HomeSort by relevance Sort by last modified time
    Searched defs:revision (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-version.h 6 static char revision[] = ""; variable
12 devphase, revision,
gcc-plugin.h 71 const char *revision; member in struct:plugin_gcc_version
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-version.h 6 static char revision[] = ""; variable
12 devphase, revision,
gcc-plugin.h 71 const char *revision; member in struct:plugin_gcc_version
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-version.h 6 static char revision[] = ""; variable
12 devphase, revision,
gcc-plugin.h 71 const char *revision; member in struct:plugin_gcc_version
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-version.h 6 static char revision[] = ""; variable
12 devphase, revision,
gcc-plugin.h 71 const char *revision; member in struct:plugin_gcc_version
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
commitinfo.py 36 def __init__(self, revision, committer_email, changelog_data, committer_list=CommitterList()):
37 self._revision = revision
49 def revision(self): member in class:CommitInfo
86 string = "r%s:\n" % self.revision()
87 string += " %s\n" % urls.view_revision_url(self.revision())
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
MockSystemImagePackage.java 31 * and package revision.
35 public MockSystemImagePackage(MockPlatformPackage basePlatform, int revision, String abi) {
37 revision, local
46 * sdk source and package revision.
53 int revision,
57 revision,
  /external/e2fsprogs/intl/
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. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 78 String revision = p.getProperty("Pkg.Revision"); //$NON-NLS-1$ local
79 if (revision != null && revision.length() > 0) {
80 stats.ping("ddms", revision); //$NON-NLS-1$
  /sdk/lint/cli/src/com/android/tools/lint/
XmlReporter.java 59 String revision = mClient.getRevision(); local
60 if (revision != null) {
61 mWriter.write(String.format(" by=\"lint %1$s\"", revision)); //$NON-NLS-1$
  /system/core/init/
ueventd.c 34 static unsigned revision = 0; variable
80 get_hardware_name(hardware, &revision);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 153 JSONObject revision = revisions.getJSONObject(0); local
154 return revision.getString("*");
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 160 JSONObject revision = revisions.getJSONObject(0); local
161 return revision.getString("*");
  /external/grub/netboot/
smc9000.c 147 /* check if the revision register is something that I recognize.
151 revision_register = inw(ioaddr + REVISION);
155 printf("SMC9000: IO %hX: Unrecognized revision register:"
387 unsigned short revision; local
452 revision = inw(smc9000_base + REVISION);
453 version_string = chip_ids[(revision >> 4) & 0xF];
455 if (((revision & 0xF0) >> 4 == CHIP_9196) &&
456 ((revision & 0x0F) >= REV_9196)) {
458 * a revision starting at 6 *
    [all...]
  /external/iproute2/include/
iptables.h 23 u_int8_t revision; member in struct:ipt_get_revision
41 /* Revision of match (0 by default). */
42 u_int8_t revision; member in struct:iptables_match
94 /* Revision of target (0 by default). */
95 u_int8_t revision; member in struct:iptables_target
  /external/iptables/extensions/
libxt_connlimit.c 60 const unsigned int revision = (*cb->match)->u.user.revision; local
73 if (revision < 1)
80 if (revision < 1)
153 const int revision = match->u.user.revision; local
160 if (revision >= 1) {
171 const int revision = match->u.user.revision; local
178 if (revision >= 1)
    [all...]
libxt_string.c 171 const unsigned int revision = (*cb->match)->u.user.revision; local
178 if (revision == 0)
187 if (revision == 0)
194 if (revision == 0)
261 const int revision = match->u.user.revision; local
262 int invert = (revision == 0 ? info->u.v0.invert :
277 if (revision > 0 && info->u.v1.flags & XT_STRING_FLAG_IGNORECASE)
285 const int revision = match->u.user.revision local
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginPackage.cpp 247 // since the revision can be larger than a 8 bits, so we allow it 16 here and
274 String revision = versionParts[1]; local
275 if (revision.length() > 1 && (revision[0] == 'r' || revision[0] == 'b')) {
276 revision.remove(0, 1);
277 m_moduleVersion |= revision.toInt() & 0xffff;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
x_tables.h 16 u_int8_t revision; member in struct:xt_entry_match::__anon24259::__anon24260
41 u_int8_t revision; member in struct:xt_entry_target::__anon24262::__anon24263
71 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
72 * kernel supports, if >= revision. */
77 u_int8_t revision; member in struct:xt_get_revision
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
x_tables.h 16 u_int8_t revision; member in struct:xt_entry_match::__anon25849::__anon25850
41 u_int8_t revision; member in struct:xt_entry_target::__anon25852::__anon25853
71 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
72 * kernel supports, if >= revision. */
77 u_int8_t revision; member in struct:xt_get_revision
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
x_tables.h 16 u_int8_t revision; member in struct:xt_entry_match::__anon27361::__anon27362
41 u_int8_t revision; member in struct:xt_entry_target::__anon27364::__anon27365
71 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
72 * kernel supports, if >= revision. */
77 u_int8_t revision; member in struct:xt_get_revision

Completed in 477 milliseconds

1 2 3 4 5