Home
last modified time | relevance | path

Searched defs:isParameter (Results 1 – 10 of 10) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DJDWPMethodVariableTableTestCase.java446 private final boolean isParameter; field in JDWPMethodVariableTableTestCase.VariableInfo
454 public VariableInfo(boolean isParameter, String variableName, String variableSignature, in VariableInfo()
/external/parameter-framework/upstream/parameter/
DBaseParameter.cpp89 bool CBaseParameter::isParameter() const in isParameter() function in CBaseParameter
DElementHandle.cpp73 bool ElementHandle::isParameter() const in isParameter() function in ElementHandle
DConfigurableElement.cpp640 bool CConfigurableElement::isParameter() const in isParameter() function in CConfigurableElement
/external/javassist/src/main/javassist/bytecode/
DDescriptor.java821 public boolean isParameter() { return param; } in isParameter() method in Descriptor.Iterator
/external/libxml2/
Dparser.c5337 int isParameter = 0; in xmlParseEntityDecl() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4557 bool isParameter = in visitIntrinsicCall() local
DSelectionDAG.cpp5612 void SelectionDAG::AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter) { in AddDbgValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6647 void SelectionDAG::AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter) { in AddDbgValue()
DSelectionDAGBuilder.cpp4872 bool isParameter = Variable->isParameter() || isa<Argument>(Address); in visitIntrinsicCall() local