HomeSort by relevance Sort by last modified time
    Searched full:loc (Results 626 - 650 of 1931) sorted by null

<<21222324252627282930>>

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DocumentaryFilter.java 54 "float rand(vec2 loc) {\n" +
55 " float theta1 = dot(loc, vec2(0.9898, 0.233));\n" +
56 " float theta2 = dot(loc, vec2(12.0, 78.0));\n" +
GrainFilter.java 59 "float rand(vec2 loc) {\n" +
60 " float theta1 = dot(loc, vec2(0.9898, 0.233));\n" +
61 " float theta2 = dot(loc, vec2(12.0, 78.0));\n" +
  /external/clang/lib/AST/
ASTImporter.cpp 83 SourceLocation &Loc);
241 DiagnosticBuilder Diag1(SourceLocation Loc, unsigned DiagID) {
246 return C1.getDiagnostics().Report(Loc, DiagID);
249 DiagnosticBuilder Diag2(SourceLocation Loc, unsigned DiagID) {
254 return C2.getDiagnostics().Report(Loc, DiagID);
    [all...]
ExprCXX.cpp 426 return Loc;
436 SourceLocation End = Loc;
702 CXXDefaultArgExpr::Create(ASTContext &C, SourceLocation Loc,
705 return new (Mem) CXXDefaultArgExpr(CXXDefaultArgExprClass, Loc, Param,
709 CXXDefaultInitExpr::CXXDefaultInitExpr(ASTContext &C, SourceLocation Loc,
716 Field(Field), Loc(Loc) {
762 SourceLocation Loc,
770 return new (C) CXXConstructExpr(C, CXXConstructExprClass, T, Loc, D,
778 SourceLocation Loc,
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
JumpDiagnostics.cpp 53 /// Loc - Location to emit the diagnostic.
54 SourceLocation Loc;
58 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
279 SourceLocation Loc = D->getLocation();
280 if (Loc.isInvalid())
281 Loc = BDecl->getLocation();
283 Diags.first, Diags.second, Loc));
519 SourceLocation Loc;
521 Loc = CS->getLocStart();
523 Loc = DS->getLocStart()
    [all...]
SemaTemplateInstantiate.cpp 727 SourceLocation Loc;
735 SourceLocation Loc,
737 : inherited(SemaRef), TemplateArgs(TemplateArgs), Loc(Loc),
748 SourceLocation getBaseLocation() { return Loc; }
755 void setBase(SourceLocation Loc, DeclarationName Entity) {
756 this->Loc = Loc;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 211 if (Optional<Loc> LValue = RetVal.getAs<Loc>())
221 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>())
264 Optional<Loc> LValue;
266 if ((LValue = V.getAs<Loc>())) {
297 if (V.getAs<Loc>()) {
362 Optional<Loc> ArgV = Call->getArgSVal(I).getAs<Loc>();
536 V.getAs<loc::ConcreteInt>() || V.getAs<nonloc::ConcreteInt>())
    [all...]
ExprEngineC.cpp 70 if (LeftV.getAs<Loc>() &&
76 if (RightV.getAs<Loc>() &&
203 SVal originalV = State->getSVal(loc::MemRegionVal(originalR));
204 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV);
416 Loc CLLoc = State->getLValue(CL, LCtx);
472 if (Optional<loc::MemRegionVal> M =
473 InitVal.getAs<loc::MemRegionVal>()) {
837 if (Optional<Loc> LV = V.getAs<Loc>()) {
838 Loc X = svalBuilder.makeNull()
869 SVal loc = state->getSVal(Ex, LCtx); local
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 500 const Location &Loc);
510 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
586 BasicAliasAnalysis::pointsToConstantMemory(const Location &Loc, bool OrLocal) {
591 Worklist.push_back(Loc.Ptr);
596 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
610 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
628 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
637 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
694 const Location &Loc) {
695 assert(notDifferentParent(CS.getInstruction(), Loc.Ptr) &
    [all...]
  /external/bison/src/
scan-gram.c 3682 location loc; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
uniform_query.cpp 158 unsigned *loc,
229 _mesa_uniform_split_location_offset(location, loc, array_index);
231 if (*loc >= shProg->NumUserUniformStorage) {
237 if (shProg->UniformStorage[*loc].array_elements == 0 && count > 1) {
248 unsigned limit = shProg->UniformStorage[*loc].array_elements;
270 unsigned loc, offset; local
273 &loc, &offset, "glGetUniform", true))
276 uni = &shProg->UniformStorage[loc];
397 printf("Mesa: set program %u %s \"%s\" (loc %d, type \"%s\", "
580 unsigned loc, offset local
833 unsigned loc, offset; local
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 209 ProgramStateRef bindLoc(Loc location,
215 ProgramStateRef bindDefault(SVal loc, SVal V) const;
217 ProgramStateRef killBinding(Loc LV) const;
258 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
260 Loc getLValue(const CompoundLiteralExpr *literal,
282 SVal getSVal(Loc LV, QualType T = QualType()) const;
285 SVal getRawSVal(Loc LV, QualType T= QualType()) const;
519 SVal ArrayToPointer(Loc Array, QualType ElementTy) {
654 if (Optional<Loc> L = LV.getAs<Loc>())
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 158 unsigned *loc,
229 _mesa_uniform_split_location_offset(location, loc, array_index);
231 if (*loc >= shProg->NumUserUniformStorage) {
237 if (shProg->UniformStorage[*loc].array_elements == 0 && count > 1) {
248 unsigned limit = shProg->UniformStorage[*loc].array_elements;
270 unsigned loc, offset; local
273 &loc, &offset, "glGetUniform", true))
276 uni = &shProg->UniformStorage[loc];
397 printf("Mesa: set program %u %s \"%s\" (loc %d, type \"%s\", "
580 unsigned loc, offset local
833 unsigned loc, offset; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp 451 static UBool fallback(char *loc) {
452 if (!*loc) {
456 uloc_getParent(loc, loc, (int32_t)uprv_strlen(loc), &status);
458 char *i = uprv_strrchr(loc, '_');
460 i = loc;
510 char loc[ULOC_FULLNAME_CAPACITY]; local
511 uloc_getName(locale, loc, sizeof(loc), &ec2)
593 char loc[ULOC_FULLNAME_CAPACITY]; local
793 char loc[ULOC_FULLNAME_CAPACITY]; local
2114 char loc[ULOC_FULLNAME_CAPACITY] = ""; local
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 491 static UBool fallback(char *loc) {
492 if (!*loc) {
496 uloc_getParent(loc, loc, (int32_t)uprv_strlen(loc), &status);
498 char *i = uprv_strrchr(loc, '_');
500 i = loc;
550 char loc[ULOC_FULLNAME_CAPACITY]; local
551 uloc_getName(locale, loc, sizeof(loc), &ec2)
633 char loc[ULOC_FULLNAME_CAPACITY]; local
832 char loc[ULOC_FULLNAME_CAPACITY]; local
2279 char loc[ULOC_FULLNAME_CAPACITY] = ""; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 299 Locator loc = (Locator)node; local
300 m_locator.setColumnNumber(loc.getColumnNumber());
301 m_locator.setLineNumber(loc.getLineNumber());
302 m_locator.setPublicId(loc.getPublicId());
303 m_locator.setSystemId(loc.getSystemId());
  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmtrt.cpp 116 const Locale *loc = NumberFormat::getAvailableLocales(locCount); local
124 logln(loc[i].getDisplayName(name));
126 fmt = NumberFormat::createInstance(loc[i], status);
131 fmt = NumberFormat::createCurrencyInstance(loc[i], status);
136 fmt = NumberFormat::createPercentInstance(loc[i], status);
  /external/clang/unittests/Lex/
LexerTest.cpp 291 SourceLocation Loc;
292 EXPECT_TRUE(Lexer::isAtStartOfMacroExpansion(lsqrLoc, SourceMgr, LangOpts, &Loc));
293 EXPECT_EQ(Loc, macroRange.getBegin());
296 EXPECT_TRUE(Lexer::isAtEndOfMacroExpansion(rsqrLoc, SourceMgr, LangOpts, &Loc));
297 EXPECT_EQ(Loc, macroRange.getEnd());
  /external/icu4c/test/intltest/
nmfmtrt.cpp 116 const Locale *loc = NumberFormat::getAvailableLocales(locCount); local
124 logln(loc[i].getDisplayName(name));
126 fmt = NumberFormat::createInstance(loc[i], status);
131 fmt = NumberFormat::createCurrencyInstance(loc[i], status);
136 fmt = NumberFormat::createPercentInstance(loc[i], status);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 74 DebugLoc Loc) {
78 Result.LineNumber = Loc.getLine();
133 DebugLoc FirstLoc = Details.LineStarts[0].Loc;
158 I->Loc));
163 MDNode *scope = I->Loc.getScope(
  /frameworks/base/docs/html/training/location/
display-address.jd 148 Location loc = params[0];
155 addresses = geocoder.getFromLocation(loc.getLatitude(),
156 loc.getLongitude(), 1);
165 Double.toString(loc.getLatitude()) +
167 Double.toString(loc.getLongitude()) +
  /external/clang/lib/ARCMigrate/
Transforms.cpp 120 /// \brief 'Loc' is the end of a statement range. This returns the location
124 SourceLocation trans::findLocationAfterSemi(SourceLocation loc,
126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx);
132 /// \brief \arg Loc is the end of a statement range. This returns the location
136 SourceLocation trans::findSemiAfterLocation(SourceLocation loc,
139 if (loc.isMacroID()) {
140 if (!Lexer::isAtEndOfMacroExpansion(loc, SM, Ctx.getLangOpts(), &loc))
143 loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOpts())
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 177 uint64_t sizeInBitsOverride, SourceLocation loc,
203 void CreateLexicalBlock(SourceLocation Loc);
211 /// setLocation - Update the current source location. If \arg loc is
213 void setLocation(SourceLocation Loc);
221 void EmitLocation(CGBuilderTy &Builder, SourceLocation Loc,
234 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
238 void EmitLexicalBlockEnd(CGBuilderTy &Builder, SourceLocation Loc);
289 SourceLocation Loc);
323 llvm::DIFile getOrCreateFile(SourceLocation Loc);
385 unsigned getLineNumber(SourceLocation Loc);
    [all...]
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 212 unsigned Rewriter::getLocationOffsetAndFileID(SourceLocation Loc,
214 assert(Loc.isValid() && "Invalid location");
215 std::pair<FileID,unsigned> V = SourceMgr->getDecomposedLoc(Loc);
238 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str,
240 if (!isRewritable(Loc)) return true;
242 unsigned StartOffs = getLocationOffsetAndFileID(Loc, FID);
279 bool Rewriter::InsertTextAfterToken(SourceLocation Loc, StringRef Str) {
280 if (!isRewritable(Loc)) return true;
282 unsigned StartOffs = getLocationOffsetAndFileID(Loc, FID);
285 StartOffs += getRangeSize(SourceRange(Loc, Loc), rangeOpts)
    [all...]

Completed in 535 milliseconds

<<21222324252627282930>>