HomeSort by relevance Sort by last modified time
    Searched refs:get8 (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FsInfoSector.java 170 if (!(get8(SIGNATURE_OFFSET) == 0x55) ||
171 !(get8(SIGNATURE_OFFSET + 1) == 0xaa)) {
BootSector.java 183 sb.append ((char) get8(getFileSystemTypeLabelOffset() + i));
238 int v = get8(0x3 + i);
316 return get8(SECTORS_PER_CLUSTER_OFFSET);
359 return get8(FAT_COUNT_OFFSET);
407 return get8(0x15);
Sector.java 97 protected int get8(int offset) { method in class:Sector
Fat16BootSector.java 106 final char c = (char) get8(VOLUME_LABEL_OFFSET + i);
  /external/clang/test/Sema/
designated-initializers.c 128 int get8() { ++counter; return 8; } function
135 [1].b = get8(), // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}}
  /external/lldb/scripts/
disasm-gdb-remote.pl 17 our $reg8_href = { extract => \&get8, format => "0x%2.2x" };
1414 sub get8 subroutine
    [all...]
  /external/libcxxabi/src/Unwind/
DwarfParser.hpp 285 uint8_t version = addressSpace.get8(p);
291 while (addressSpace.get8(p) != 0)
304 if (addressSpace.get8(strStart) == 'z') {
307 for (pint_t s = strStart; addressSpace.get8(s) != '\0'; ++s) {
308 switch (addressSpace.get8(s)) {
313 cieInfo->personalityEncoding = addressSpace.get8(p);
320 cieInfo->lsdaEncoding = addressSpace.get8(p);
324 cieInfo->pointerEncoding = addressSpace.get8(p);
382 uint8_t opcode = addressSpace.get8(p);
398 codeOffset += (addressSpace.get8(p) * cieInfo.codeAlignFactor)
    [all...]
DwarfInstructions.hpp 237 uint8_t opcode = addressSpace.get8(p++);
261 value = addressSpace.get8(p);
270 svalue = (int8_t) addressSpace.get8(p);
372 reg = addressSpace.get8(p);
718 switch (addressSpace.get8(p++)) {
720 value = addressSpace.get8(value);
AddressSpace.hpp 88 uint8_t get8(pint_t addr) { function in class:libunwind::LocalAddressSpace
383 uint8_t get8(pint_t addr);
401 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) { function in class:libunwind::OtherAddressSpace
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DwarfParser.hpp 285 uint8_t version = addressSpace.get8(p);
291 while (addressSpace.get8(p) != 0)
304 if (addressSpace.get8(strStart) == 'z') {
307 for (pint_t s = strStart; addressSpace.get8(s) != '\0'; ++s) {
308 switch (addressSpace.get8(s)) {
313 cieInfo->personalityEncoding = addressSpace.get8(p);
320 cieInfo->lsdaEncoding = addressSpace.get8(p);
324 cieInfo->pointerEncoding = addressSpace.get8(p);
382 uint8_t opcode = addressSpace.get8(p);
398 codeOffset += (addressSpace.get8(p) * cieInfo.codeAlignFactor)
    [all...]
DwarfInstructions.hpp 237 uint8_t opcode = addressSpace.get8(p++);
261 value = addressSpace.get8(p);
270 svalue = (int8_t) addressSpace.get8(p);
372 reg = addressSpace.get8(p);
718 switch (addressSpace.get8(p++)) {
720 value = addressSpace.get8(value);
AddressSpace.hpp 114 uint8_t get8(pint_t addr) { function in class:libunwind::LocalAddressSpace
415 uint8_t get8(pint_t addr);
433 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) { function in class:libunwind::OtherAddressSpace
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
MainActivity.java 54 + new com.android.multidexlegacytestapp.manymethods.Big008().get8()
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 131 new com.android.framework.multidexlegacytestservices.manymethods.Big008().get8() +
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
Big001.java 52 public int get8() { method in class:Big001
    [all...]
Big002.java 52 public int get8() { method in class:Big002
    [all...]
Big003.java 52 public int get8() { method in class:Big003
    [all...]
Big004.java 52 public int get8() { method in class:Big004
    [all...]
Big005.java 52 public int get8() { method in class:Big005
    [all...]
Big006.java 52 public int get8() { method in class:Big006
    [all...]
Big007.java 52 public int get8() { method in class:Big007
    [all...]
Big008.java 52 public int get8() { method in class:Big008
    [all...]
Big009.java 52 public int get8() { method in class:Big009
    [all...]
Big010.java 52 public int get8() { method in class:Big010
    [all...]
Big011.java 52 public int get8() { method in class:Big011
    [all...]

Completed in 744 milliseconds

1 2 3 4 5 6 7