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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTable.h 33 uint32_t getByteSize() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTable.h 33 uint32_t getByteSize() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTable.h 33 uint32_t getByteSize() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTable.h 33 uint32_t getByteSize() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTable.h 33 uint32_t getByteSize() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTable.h 33 uint32_t getByteSize() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTable.h 33 uint32_t getByteSize() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTable.h 33 uint32_t getByteSize() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 59 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
145 size_t getByteSize(const DWARFUnit &U) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 59 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
145 size_t getByteSize(const DWARFUnit &U) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 59 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
145 size_t getByteSize(const DWARFUnit &U) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 59 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
145 size_t getByteSize(const DWARFUnit &U) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 59 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
145 size_t getByteSize(const DWARFUnit &U) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 59 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
145 size_t getByteSize(const DWARFUnit &U) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 59 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
145 size_t getByteSize(const DWARFUnit &U) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 59 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
145 size_t getByteSize(const DWARFUnit &U) const;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 153 static int getByteSize(final int address) {
334 nodeSize += getByteSize(getOffsetToTargetNodeArrayDuringUpdate(ptNodeArray,
342 nodeSize += getByteSize(offset) + FormatSpec.PTNODE_ATTRIBUTE_FLAGS_SIZE;
485 switch (getByteSize(position)) {
546 getByteSize(childrenOffset),
565 switch (getByteSize(offset)) {
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawDevice.cpp 197 size_t size = packet->getByteSize() + 1; // report id size
236 size_t size = packet->getByteSize();
270 size_t size = packet->getByteSize();
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidParser.h 172 size_t getByteSize() const { return (bitSize + 7) / 8; };
HidParser.cpp 291 << "b(" << packet.getByteSize() << "B), "
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/
gifdecoder-SNAPSHOT.jar 
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialutil.py 360 def getByteSize(self):
364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting")

Completed in 1129 milliseconds