Home
last modified time | relevance | path

Searched refs:FirstResult (Results 1 – 6 of 6) sorted by relevance

/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaFinderProxy.java25 import com.google.inject.persist.finder.FirstResult;
124 } else if (annotation instanceof FirstResult) { in bindQueryNamedParameters()
142 } else if (annotation instanceof FirstResult) { in bindQueryRawParameters()
186 } else if (FirstResult.class.equals(annotationType)) { in getFinderDescriptor()
/external/guice/extensions/persist/src/com/google/inject/persist/finder/
DFirstResult.java33 public @interface FirstResult { annotation
/external/clang/lib/Lex/
DTokenLexer.cpp278 unsigned FirstResult = ResultToks.size(); in ExpandFunctionArguments() local
292 for (unsigned i = FirstResult, e = ResultToks.size(); i != e; ++i) { in ExpandFunctionArguments()
300 ResultToks.begin()+FirstResult, in ExpandFunctionArguments()
307 ResultToks[FirstResult].setFlagValue(Token::LeadingSpace, in ExpandFunctionArguments()
309 ResultToks[FirstResult].setFlagValue(Token::StartOfLine, false); in ExpandFunctionArguments()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp781 Value *FirstResult = nullptr; in lowerToSingleIndexGEPs() local
811 if (FirstResult == nullptr) in lowerToSingleIndexGEPs()
812 FirstResult = ResultPtr; in lowerToSingleIndexGEPs()
827 GetElementPtrInst *FirstGEP = dyn_cast_or_null<GetElementPtrInst>(FirstResult); in lowerToSingleIndexGEPs()
/external/llvm/utils/TableGen/
DDAGISelMatcher.h663 unsigned FirstResult; variable
668 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()
674 unsigned getFirstResult() const { return FirstResult; } in getFirstResult()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h670 unsigned FirstResult; variable
675 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()
681 unsigned getFirstResult() const { return FirstResult; } in getFirstResult()