OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Behaviour
(Results
1 - 2
of
2
) sorted by null
/external/littlemock/src/com/google/testing/littlemock/
Behaviour.java
24
public interface
Behaviour
{
25
/** Attaches the given
behaviour
to the next method call of this mock. */
/external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp
394
// Try to get mod/ref
behaviour
from function attributes.
466
ModRefBehavior
Behaviour
= AliasAnalysis::getModRefBehavior(Callee);
467
FunctionEffect |= (
Behaviour
& ModRef);
Completed in 2441 milliseconds