Home
last modified time | relevance | path

Searched refs:Noop (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-liveedit-check-stack.js71 function Noop() {} class
124 assertEquals("Cat", test.ChooseAnimal(Noop));
128 assertEquals("Capybara", test.ChooseAnimal(Noop));
/external/autotest/client/site_tests/graphics_PerfControl/
Dcontrol27 this basic functionality with a Noop performance test.
/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java60 Remove, Update, Add, RegisterServiceType, Noop enumConstant
1330 Operation cacheOperation = Operation.Noop; in handleRecord()
1354 cacheOperation = Operation.Noop; in handleRecord()
1397 if (typeAdded && (cacheOperation == Operation.Noop)) { in handleRecord()
1403 if (cacheOperation != Operation.Noop) { in handleRecord()
/external/llvm/lib/Support/Unix/
DProgram.inc100 if (!Path) // Noop
130 if (!Path) // Noop
/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc75 TEST(FileDescriptorShuffleTest, Noop) { in TEST() argument
/external/llvm/test/TableGen/
DTargetInstrInfo.td141 // Noop, does nothing.
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp917 MCInst Noop; in EmitFunctionBody() local
918 MF->getSubtarget().getInstrInfo()->getNoopForMachoTarget(Noop); in EmitFunctionBody()
923 if (Noop.getOpcode()) in EmitFunctionBody()
924 OutStreamer->EmitInstruction(Noop, getSubtargetInfo()); in EmitFunctionBody()
/external/llvm/test/Transforms/MemCpyOpt/
Dmemcpy.ll105 ;; Noop memcpy should be zapped.
/external/llvm/lib/Target/ARM/
DARMSchedule.td87 // Noop.