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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Wrq.c 266 EFI_MTFTP4_PACKET Bogus;
312 // Build a bogus ACK0 packet then pass it to the Mtftp4WrqHandleAck,
315 Bogus.Ack.OpCode = HTONS (EFI_MTFTP4_OPCODE_ACK);
316 Bogus.Ack.Block[0] = 0;
320 &Bogus,
  /external/llvm/lib/Support/
APFloat.cpp 66 const fltSemantics APFloat::Bogus = { 0, 0, 0, 0 };
701 rhs.semantics = &Bogus;
831 APFloat::APFloat(APFloat &&rhs) : semantics(&Bogus) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 137 static const fltSemantics Bogus;
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp 58 const fltSemantics APFloat::Bogus = { 0, 0, 0, true };
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 142 static const fltSemantics Bogus;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
EnumTest.java 40 enum Bogus {
149 Enum.valueOf(Bogus.class, "MOE");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PrintWriterTest.java 36 static class Bogus {
38 return "Bogus";
338 pw.print(new Bogus());
340 assertEquals("Wrote in incorrect Object string", "Bogus", new String(bao
525 pw.println(new Bogus());
534 assertTrue("Wrote incorrect Object string: " + s, s.equals("Bogus"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py     [all...]
  /external/python/cpython2/Lib/test/
test_datetime.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py     [all...]

Completed in 676 milliseconds