/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_function.cpp | 120 /* FIXME: 'loc' is incorrect (as of 2011-01-21). It is always 123 YYLTYPE loc = actual_ast->get_location(); local 128 _mesa_glsl_error(&loc, state, 148 _mesa_glsl_error(&loc, state, 160 _mesa_glsl_error(&loc, state, 167 _mesa_glsl_error(&loc, state, 186 YYLTYPE *loc, exec_list *actual_parameters, 396 YYLTYPE *loc, 401 _mesa_glsl_error(loc, state, "no matching function for call to `%s'", str); 417 _mesa_glsl_error(loc, state, "%s%s", prefix, str) 1220 YYLTYPE loc = type->get_location(); local 1485 YYLTYPE loc = id->get_location(); local [all...] |
/external/clang/lib/Sema/ |
Sema.cpp | 204 bool Sema::makeUnavailableInSystemHeader(SourceLocation loc, 215 if (!Context.getSourceManager().isInSystemHeader(loc)) 221 fn->addAttr(new (Context) UnavailableAttr(loc, Context, msg)); 943 SourceLocation loc = locref; local [all...] |
/external/mesa3d/src/glsl/ |
ast_function.cpp | 120 /* FIXME: 'loc' is incorrect (as of 2011-01-21). It is always 123 YYLTYPE loc = actual_ast->get_location(); local 128 _mesa_glsl_error(&loc, state, 148 _mesa_glsl_error(&loc, state, 160 _mesa_glsl_error(&loc, state, 167 _mesa_glsl_error(&loc, state, 186 YYLTYPE *loc, exec_list *actual_parameters, 396 YYLTYPE *loc, 401 _mesa_glsl_error(loc, state, "no matching function for call to `%s'", str); 417 _mesa_glsl_error(loc, state, "%s%s", prefix, str) 1220 YYLTYPE loc = type->get_location(); local 1485 YYLTYPE loc = id->get_location(); local [all...] |
/dalvik/vm/compiler/codegen/ |
Ralloc.h | 79 extern RegLocation dvmCompilerEvalLoc(CompilationUnit *cUnit, RegLocation loc, 85 RegLocation loc); 89 RegLocation loc); 161 RegLocation loc);
|
/dalvik/vm/compiler/codegen/mips/ |
Ralloc.h | 83 extern RegLocation dvmCompilerEvalLoc(CompilationUnit *cUnit, RegLocation loc, 89 RegLocation loc); 93 RegLocation loc); 165 RegLocation loc);
|
/external/bison/src/ |
scan-gram.h | 35 # define GRAM_LEX_DECL int gram_lex (GRAM_STYPE *val, location *loc)
|
/external/chromium/chrome/browser/extensions/ |
external_extension_provider_impl.cc | 196 Extension::Location loc = Extension::INVALID; 198 loc = download_location_; 201 loc = crx_location_; 216 *location = loc;
|
/external/chromium_org/chrome/test/base/ |
view_event_test_base.h | 69 // ui_controls::SendMouseMoveNotifyWhenDone(loc.x + 10, loc.y, 72 // ScheduleMouseMoveInBackground(loc.x, loc.y);
|
/external/chromium_org/third_party/angle/src/compiler/ |
ValidateLimitations.h | 34 void error(TSourceLoc loc, const char *reason, const char* token);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
currpinf.h | 174 * @param loc the new locale to set 178 void setLocale(const Locale& loc, UErrorCode& status); 197 void initialize(const Locale& loc, UErrorCode& status); 199 void setupCurrencyPluralPattern(const Locale& loc, UErrorCode& status);
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
evp_pkey.c | 201 X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc) 203 return X509at_get_attr(key->attributes, loc); 206 X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc) 208 return X509at_delete_attr(key->attributes, loc);
|
/external/chromium_org/third_party/skia/include/effects/ |
SkBicubicImageFilter.h | 42 SkBitmap* result, SkIPoint* loc) SK_OVERRIDE;
|
SkMergeImageFilter.h | 32 SkBitmap* result, SkIPoint* loc) SK_OVERRIDE;
|
SkRectShaderImageFilter.h | 41 SkBitmap* result, SkIPoint* loc) SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/src/core/ |
SkImageFilter.cpp | 96 SkBitmap* result, SkIPoint* loc) { 98 SkASSERT(loc); 103 return (proxy && proxy->filterImage(this, src, ctm, result, loc)) || 104 this->onFilterImage(proxy, src, ctm, result, loc);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrRectanizer.h | 34 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
|
/external/chromium_org/ui/base/l10n/ |
l10n_util_collator.h | 70 icu::Locale loc(locale.c_str()); 71 scoped_ptr<icu::Collator> collator(icu::Collator::createInstance(loc, error)); 127 icu::Locale loc(locale.c_str()); 128 scoped_ptr<icu::Collator> collator(icu::Collator::createInstance(loc, error));
|
/external/clang/include/clang/AST/ |
CommentSema.h | 64 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { 65 return Diags.Report(Loc, DiagID); 159 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc, 162 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
|
/external/clang/include/clang/Edit/ |
EditsReceiver.h | 25 virtual void insert(SourceLocation loc, StringRef text) = 0;
|
/external/clang/lib/ARCMigrate/ |
TransProtectedScope.cpp | 190 bool isInRange(SourceLocation Loc, SourceRange R) { 191 if (Loc.isInvalid()) 193 return !SM.isBeforeInTranslationUnit(Loc, R.getBegin()) && 194 SM.isBeforeInTranslationUnit(Loc, R.getEnd());
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
AnalyzerStatsChecker.cpp | 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); 94 if (!Loc.isValid()) 102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn();
|
/external/clang/test/CodeGen/ |
debug-info-iv.c | 30 //CHECK: .loc 2 31
|
/external/clang/test/Rewriter/ |
rewrite-modern-block.mm | 56 z w(int loc, int len);
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 616 CXSourceLocation Loc; 620 Loc = clang_getCursorLocation(Ovl); 621 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 626 CXSourceLocation Loc = clang_getCursorLocation(Referenced); 627 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 734 CXSourceLocation Loc = clang_getCursorLocation(SpecializationOf); 736 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 749 CXSourceLocation Loc = clang_getCursorLocation(overridden[I]); 750 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 838 CXSourceLocation Loc = clang_getCursorLocation(Cursor) [all...] |
/external/icu4c/i18n/unicode/ |
currpinf.h | 172 * @param loc the new locale to set 176 void setLocale(const Locale& loc, UErrorCode& status); 195 void initialize(const Locale& loc, UErrorCode& status); 197 void setupCurrencyPluralPattern(const Locale& loc, UErrorCode& status);
|