HomeSort by relevance Sort by last modified time
    Searched refs:Noop (Results 1 - 9 of 9) 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 
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 324 final CompletableFuture<Void> g = m.thenRun(f, new Noop(m));
327 final CompletableFuture<Void> h = m.thenRun(f, new Noop(m));
457 class Noop extends CheckedAction implements Runnable {
458 Noop(ExecutionMode m) { super(m); }
    [all...]
  /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/v8/tools/gyp/pylib/gyp/
__init__.py 204 def Noop(value):
213 value_predicate = metadata['type'] == 'path' and FixPath or Noop
  /external/libchrome/base/posix/
file_descriptor_shuffle_unittest.cc 75 TEST(FileDescriptorShuffleTest, Noop) {
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 60 Remove, Update, Add, RegisterServiceType, Noop
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 915 // labels from collapsing together. Just emit a noop.
917 MCInst Noop;
918 MF->getSubtarget().getInstrInfo()->getNoopForMachoTarget(Noop);
921 // Targets can opt-out of emitting the noop here by leaving the opcode
923 if (Noop.getOpcode())
924 OutStreamer->EmitInstruction(Noop, getSubtargetInfo());
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 286 ** noop macros.
    [all...]
  /external/sqlite/dist/
sqlite3.c 286 ** noop macros.
    [all...]

Completed in 556 milliseconds