HomeSort by relevance Sort by last modified time
    Searched refs:headerVersion (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/include/nlm/
ppc-ext.h 33 unsigned char headerVersion[4];
  /external/protobuf/src/google/protobuf/stubs/
common.cc 66 void VerifyVersion(int headerVersion,
80 if (headerVersion < kMinHeaderVersionForLibrary) {
84 << VersionString(headerVersion) << " of the Protocol Buffer runtime "
common.h 120 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
common.h 120 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion,
  /external/vulkan-validation-layers/
parameter_validation_generator.py 140 self.headerVersion = None
222 self.headerVersion = None
248 # Write the declaration for the HeaderVersion
249 if self.headerVersion:
250 write('const uint32_t GeneratedHeaderVersion = {};'.format(self.headerVersion), file=self.outFile)
298 self.headerVersion = noneStr(nameElem.tail).strip()
    [all...]
unique_objects_generator.py 154 self.headerVersion = None
213 self.headerVersion = None
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
nlm32-ppc.c 53 || H_GET_32 (abfd, s.headerVersion) != NLM32_POWERPC_HEADER_VERSION)
68 H_PUT_32 (abfd, NLM32_POWERPC_HEADER_VERSION, s.headerVersion);
  /frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp 72 uint32_t headerVersion; // 0x1 for this version
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 137 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion,
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 137 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion,
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 137 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion,
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 137 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion,
    [all...]

Completed in 421 milliseconds