HomeSort by relevance Sort by last modified time
    Searched defs:set8 (Results 1 - 7 of 7) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 111 protected void set8(int offset, int value) { method in class:Sector
BootSector.java 156 set8(getExtendedBootSignatureOffset(), EXTENDED_BOOT_SIGNATURE);
162 set8(0x00, 0xeb);
163 set8(0x01, 0x3c);
164 set8(0x02, 0x90);
167 set8(0x1fe, 0x55);
168 set8(0x1ff, 0xaa);
204 set8(getFileSystemTypeLabelOffset() + i, fsType.charAt(i));
264 set8(0x3 + i, ch);
329 set8(SECTORS_PER_CLUSTER_OFFSET, v); method
370 set8(FAT_COUNT_OFFSET, v) method
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 84 * for this string. For instance, if this is 8 bit, then this function is the same as set8
91 * for this string. For instance, if this is an 8 bit string, then this function is the same as set8
95 pANTLR3_UINT8 (*set8) (struct ANTLR3_STRING_struct * string, const char * chars); member in struct:ANTLR3_STRING_struct
  /external/skia/tests/
PathOpsAngleTest.cpp 127 static const SortSet set8[] = { variable
226 { TEST_ENTRY(set8), {0, 0}},
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 55 static pANTLR3_UINT8 set8 (pANTLR3_STRING string, const char * chars);
269 string->set = set8;
270 string->set8 = set8;
307 string->set8 = setUTF16_8;
873 set8 (pANTLR3_STRING string, const char * chars) function
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
lint-checks.jar 

Completed in 223 milliseconds