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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
badinsn.s 0 ; Bogus instruction mnemonic should generate an error.
  /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/clang/test/Parser/
DelayedTemplateParsing.cpp 125 auto invalidTrailingRetType() -> Bogus {} // expected-error {{unknown type name 'Bogus'}}
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 79 return KeyTy(APFloat(APFloat::Bogus,1));
82 return KeyTy(APFloat(APFloat::Bogus,2));
ConstantFold.cpp 578 APFloat::Bogus,
    [all...]
  /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"));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 137 static const fltSemantics Bogus;
  /external/llvm/include/llvm/ADT/
APFloat.h 142 static const fltSemantics Bogus;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_htmlparser.py 551 '<!!! another bogus comment !!!>')
558 ('comment', '!! another bogus comment !!!'),
578 # According to the HTML5 specs sections "8.2.4.44 Bogus comment state"
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_htmlparser.py 551 '<!!! another bogus comment !!!>')
558 ('comment', '!! another bogus comment !!!'),
578 # According to the HTML5 specs sections "8.2.4.44 Bogus comment state"
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 551 '<!!! another bogus comment !!!>')
558 ('comment', '!! another bogus comment !!!'),
578 # According to the HTML5 specs sections "8.2.4.44 Bogus comment state"
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 551 '<!!! another bogus comment !!!>')
558 ('comment', '!! another bogus comment !!!'),
578 # According to the HTML5 specs sections "8.2.4.44 Bogus comment state"
test_datetime.py     [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 100 t.Errorf("Bogus integer on line %q", l)
104 t.Errorf("Bogus index %d on line %q", i, l)
121 panic(fmt.Sprintf("bogus index %d", idx))
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 100 t.Errorf("Bogus integer on line %q", l)
104 t.Errorf("Bogus index %d on line %q", i, l)
121 panic(fmt.Sprintf("bogus index %d", idx))
  /external/llvm/lib/IR/
LLVMContextImpl.h 70 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); }
71 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); }
    [all...]
ConstantFold.cpp 597 APFloat::Bogus,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py     [all...]
  /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/lib/Support/
APFloat.cpp 58 const fltSemantics APFloat::Bogus = { 0, 0, 0, true };
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 981 milliseconds

1 2