OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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/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/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java
60
Remove, Update, Add, RegisterServiceType,
Noop
[
all
...]
Completed in 98 milliseconds