Home
last modified time | relevance | path

Searched defs:aByte (Results 1 – 25 of 150) sorted by relevance

123456

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/util/
H A DNumberUtilsTests.java35 String aByte = "" + Byte.MAX_VALUE; in testParseNumber() local
52 String aByte = "" + Byte.MAX_VALUE; in testParseNumberUsingNumberFormat() local
68 String aByte = " " + Byte.MAX_VALUE + " "; in testParseWithTrim() local
85 String aByte = " " + Byte.MAX_VALUE + " "; in testParseWithTrimUsingNumberFormat() local
101 String aByte = "0x" + Integer.toHexString(new Byte(Byte.MAX_VALUE).intValue()); in testParseAsHex() local
116 String aByte = "-0x80"; in testParseNegativeHex() local
328 private void assertByteEquals(String aByte) { in assertByteEquals()
344 private void assertNegativeByteEquals(String aByte) { in assertNegativeByteEquals()
/dports/www/firefox/firefox-99.0/dom/midi/
H A DMIDIUtils.cpp28 static bool IsSystemRealtimeMessage(uint8_t aByte) { in IsSystemRealtimeMessage()
32 static bool IsCommandByte(uint8_t aByte) { in IsCommandByte()
36 static bool IsReservedStatus(uint8_t aByte) { in IsReservedStatus()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/core/memory/importer/
H A DByteArray.java19 void set(int index, int aByte); in set()
H A DByteArrayFromValueArray.java28 public void set(int addr, int aByte) { in set()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DCRC16.java44 public void update(byte aByte) { in update()
/dports/games/fillets-ng/fillets-ng-1.0.1/src/gengine/
H A DRandom.cpp54 Random::aByte(unsigned int index) in aByte() function in Random
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DCRC16.java44 public void update(byte aByte) { in update()
/dports/cad/opencascade/opencascade-7.6.0/src/BinTools/
H A DBinTools_IStream.cxx236 Standard_Byte aByte = ReadByte(); in ReadBools() local
249 Standard_Byte aByte = ReadByte(); in ReadBools() local
/dports/graphics/apngasm/apngasm-2.91/7z/
H A DLSBFDecoder.cc15 BYTE aByte = BYTE(i); in CInverterTableInitializer() local
H A DOutByte.h25 void WriteByte(BYTE aByte) in WriteByte()
H A DInByte.h26 bool ReadByte(BYTE &aByte) in ReadByte()
H A DLSBFDecoder.h49 BYTE aByte = m_Stream.ReadByte(); in Normalize() local
H A DWindowOut.h54 void PutOneByte(BYTE aByte) in PutOneByte()
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/7z/
H A DLSBFDecoder.cc15 BYTE aByte = BYTE(i); in CInverterTableInitializer() local
H A DOutByte.h25 void WriteByte(BYTE aByte) in WriteByte()
H A DInByte.h26 bool ReadByte(BYTE &aByte) in ReadByte()
H A DLSBFDecoder.h49 BYTE aByte = m_Stream.ReadByte(); in Normalize() local
/dports/games/libretro-snes9x/snes9x-73aa348/jma/
H A Dinbyte.h44 bool ReadByte(BYTE &aByte) in ReadByte()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/jma/
H A Dinbyte.h44 bool ReadByte(BYTE &aByte) in ReadByte()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DInputAscii85DecodeStream.cpp89 Byte aByte; in ReadNextBuffer() local
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DByteWriter.h19 [[nodiscard]] bool WriteU8(uint8_t aByte) { return Write(&aByte, 1); } in WriteU8()
/dports/www/firefox/firefox-99.0/dom/media/
H A DByteWriter.h19 [[nodiscard]] bool WriteU8(uint8_t aByte) { return Write(&aByte, 1); } in WriteU8()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DByteWriter.h19 [[nodiscard]] bool WriteU8(uint8_t aByte) { return Write(&aByte, 1); } in WriteU8()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DByteWriter.h19 [[nodiscard]] bool WriteU8(uint8_t aByte) { return Write(&aByte, 1); } in WriteU8()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/baseprofiler/public/
H A Dleb128iterator.h164 [[nodiscard]] constexpr bool FeedByteIsComplete(unsigned aByte) { in FeedByteIsComplete()

123456