HomeSort by relevance Sort by last modified time
    Searched refs:Noop (Results 1 - 4 of 4) sorted by null

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/target-platform-configuration/0.20.0/
target-platform-configuration-0.20.0.jar 
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 71 function Noop() {}
124 assertEquals("Cat", test.ChooseAnimal(Noop));
128 assertEquals("Capybara", test.ChooseAnimal(Noop));
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 60 Remove, Update, Add, RegisterServiceType, Noop
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 864 // labels from collapsing together. Just emit a noop.
866 MCInst Noop;
867 MF->getSubtarget().getInstrInfo()->getNoopForMachoTarget(Noop);
870 // Targets can opt-out of emitting the noop here by leaving the opcode
872 if (Noop.getOpcode())
873 OutStreamer.EmitInstruction(Noop, getSubtargetInfo());
    [all...]

Completed in 126 milliseconds