Searched refs:Noop (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/mjsunit/
H A Ddebug-liveedit-check-stack.js71 function Noop() {} function
124 assertEquals("Cat", test.ChooseAnimal(Noop));
128 assertEquals("Capybara", test.ChooseAnimal(Noop));
/external/v8/tools/gyp/pylib/gyp/
H A D__init__.py204 def Noop(value): function in function:RegenerateFlags
213 value_predicate = metadata['type'] == 'path' and FixPath or Noop
/external/libchrome/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc75 TEST(FileDescriptorShuffleTest, Noop) {
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java60 Remove, Update, Add, RegisterServiceType, Noop enum constant in enum:JmDNSImpl.Operation
1330 Operation cacheOperation = Operation.Noop;
1354 cacheOperation = Operation.Noop;
1397 if (typeAdded && (cacheOperation == Operation.Noop)) {
1403 if (cacheOperation != Operation.Noop) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp917 MCInst Noop; local
918 MF->getSubtarget().getInstrInfo()->getNoopForMachoTarget(Noop);
923 if (Noop.getOpcode())
924 OutStreamer->EmitInstruction(Noop, getSubtargetInfo());
/external/sqlite/dist/orig/
H A Dsqlite3.c26416 /* 159 */ "Noop" OpHelp(""),
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26416 /* 159 */ "Noop" OpHelp(""),
[all...]

Completed in 2281 milliseconds