HomeSort by relevance Sort by last modified time
    Searched defs:revision (Results 51 - 75 of 921) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vboot_reference/firmware/include/
gpt.h 77 uint32_t revision; member in struct:__anon43233
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
media.h 66 __u32 revision; member in struct:media_entity_desc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
x_tables.h 17 __u8 revision; member in struct:xt_entry_match::__anon62655::__anon62656
40 __u8 revision; member in struct:xt_entry_target::__anon62658::__anon62659
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
  /prebuilts/misc/windows/sdl2/test/
testautomation_platform.c 117 char *revision; local
144 revision = (char *)SDL_GetRevision();
146 SDLTest_AssertCheck(revision != NULL, "SDL_GetRevision() != NULL");
  /toolchain/binutils/binutils-2.27/include/nlm/
external.h 60 unsigned char revision[NLM_TARGET_LONG_SIZE]; local
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
PythonUnitTestRunner.java 156 int revision = Integer.parseInt(minVersionParts.group(3)); local
174 if (foundRevision >= revision) {
  /bionic/libc/kernel/uapi/asm-arm/asm/
setup.h 113 struct tag_revision revision; member in union:tag::__anon318
  /external/avb/examples/uefi/
uefi_avb_ops.c 48 uint32_t revision; member in struct:__anon14235
384 if (gpth->revision != GPT_REVISION) {
385 avb_error("GPT header wrong revision.\n");
  /external/gptfdisk/
gpt.h 45 uint32_t revision; member in struct:GPTHeader
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 94 /* board revision */
156 struct tag_revision revision; member in union:tag::__anon22522
  /external/libdrm/etnaviv/
etnaviv_priv.h 54 uint32_t revision; member in struct:etna_specs
  /external/pdfium/core/fpdfapi/parser/
cpdf_security_handler.cpp 35 int revision = pEncrypt->GetIntegerFor("R"); local
51 if (!bIgnoreMeta && revision >= 3 &&
61 if (revision >= 3) {
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 74 auto revision = GetProperty("ro.revision", "unknown"); local
77 _LOG(log, logtype::HEADER, "Revision: '%s'\n", revision.c_str());
  /external/syslinux/gpxe/src/drivers/net/
sis900.c 7 Revision: 1.0 March 1, 2001
29 /* Revision History */
344 u8 revision;
364 pci_read_config_byte(pci, PCI_REVISION, &revision);
367 pci_revision = revision;
369 if (revision == SIS630E_900_REV)
371 else if ((revision > 0x81) && (revision <= 0x90))
373 else if (revision == SIS96x_900_REV)
385 if (revision == SIS630ET_900_REV
341 u8 revision; local
    [all...]
  /external/tcpdump/
print-slow.c 81 uint8_t revision[2]; member in struct:slow_oam_info_t
577 ND_PRINT((ndo, "\n\t OAM-Version %u, Revision %u",
579 EXTRACT_16BITS(&tlv.slow_oam_info->revision)));
  /external/toolchain-utils/cros_utils/
buildbot_json.py 703 'revision',
776 def revision(self): member in class:Build
777 return self.data.get('sourceStamp', {}).get('revision')
1048 if 'revision' in pending['source']:
1049 print(' revision: %s' % pending['source']['revision'])
    [all...]
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 156 long revision = settings.getRevision(); local
158 assertEquals(shouldHaveChanged ? revision + 1 : revision, settings.getRevision());
186 long revision = settings.getRevision(); local
188 assertEquals(shouldHaveChanged ? revision + 1 : revision, settings.getRevision());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 175 String revision = mDocument.getDocumentElement().getAttribute(ATTR_REVISION); local
176 if (revision != null && !revision.isEmpty()) {
178 mRevision = Integer.parseInt(revision);
428 int revision = -1; local
431 revision = Integer.parseInt(revisionString);
433 dependencies.add(Pair.of(name, revision));
  /prebuilts/tools/common/m2/repository/com/github/ben-manes/gradle-versions-plugin/0.11.3/
gradle-versions-plugin-0.11.3.jar 
  /bionic/libc/kernel/uapi/linux/
media.h 91 __u32 revision; member in struct:media_entity_desc
  /external/ImageMagick/coders/
pdf.c 205 revision;
234 ghost_info_struct.revision=(int (*)(gsapi_revision_t *,int)) gsapi_revision;
238 if ((ghost_info->revision)(&revision,sizeof(revision)) != 0)
239 revision.revision=0;
243 revision.revision/100.0);
274 "[ghostscript library %.2f]%s: %s",(double)revision.revision / 100
201 revision; local
    [all...]
ps.c 194 revision;
223 ghost_info_struct.revision=(int (*)(gsapi_revision_t *,int)) gsapi_revision;
227 if ((ghost_info->revision)(&revision,sizeof(revision)) != 0)
228 revision.revision=0;
232 revision.revision/100.0);
263 "[ghostscript library %.2f]%s: %s",(double)revision.revision / 100
191 revision; local
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 922 int revision; local
1033 revision = W (domain->must_swap, data->revision);
1035 switch (revision >> 16)
1052 /* Now dispatch on the minor revision. */
1053 switch (revision & 0xffff)
    [all...]
  /external/iproute2/include/
xtables.h 222 /* Revision of match (0 by default). */
223 uint8_t revision; member in struct:xtables_match
299 /* Revision of target (0 by default). */
300 uint8_t revision; member in struct:xtables_target
436 extern int xtables_compatible_revision(const char *name, uint8_t revision,
522 /* kernel revision handling */

Completed in 694 milliseconds

1 23 4 5 6 7 8 91011>>