Searched defs:loc (Results 251 - 275 of 485) sorted by relevance

<<11121314151617181920

/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp236 virtual void next(const SkPoint& loc, int u, int v, SkPath* dst) const SK_OVERRIDE {
237 const_cast<SkShape2DPathEffect*>(this)->addPath(loc, u, v, dst);
246 void addPath(const SkPoint& loc, int u, int v, SkPath* dst) { argument
247 fLoc = loc;
/external/clang/include/clang/Basic/
H A DSourceLocation.h197 SourceRange(SourceLocation loc) : B(loc), E(loc) {} argument
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h144 static DelayedDiagnostic makeForbiddenType(SourceLocation loc, argument
151 DD.Loc = loc;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h125 explicit ExplodedNode(const ProgramPoint &loc, ProgramStateRef state, argument
127 : Location(loc), State(state), Succs(IsSink) {
H A DSVals.h466 namespace loc { namespace in namespace:clang::ento
554 } // end ento::loc namespace
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp124 SourceLocation trans::findLocationAfterSemi(SourceLocation loc, argument
126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
136 SourceLocation trans::findSemiAfterLocation(SourceLocation loc, argument
140 if (loc.isMacroID()) {
141 if (!Lexer::isAtEndOfMacroExpansion(loc, SM, Ctx.getLangOpts(), &loc))
144 loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOpts());
147 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
/external/clang/lib/Sema/
H A DSemaAttr.cpp518 SourceLocation loc = Stack->back().second; local
520 D->addAttr(VisibilityAttr::CreateImplicit(Context, type, loc));
529 static void PushPragmaVisibility(Sema &S, unsigned type, SourceLocation loc) { argument
535 Stack->push_back(std::make_pair(type, loc));
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp211 SVal originalV = State->getSVal(loc::MemRegionVal(originalR));
212 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV);
482 if (Optional<loc::MemRegionVal> M =
483 InitVal.getAs<loc::MemRegionVal>()) {
899 SVal loc = state->getSVal(Ex, LCtx); local
903 evalLoad(Tmp, U, Ex, Pred, state, loc);
967 state = state->BindExpr(U, LCtx, loc);
974 evalStore(Dst3, U, U, *I, state, loc, Result);
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp480 int loc = glGetAttribLocation(program, "a_position"); local
481 glEnableVertexAttribArray(loc);
482 glVertexAttribPointer(loc, 2, GL_FLOAT, GL_FALSE, 0, &m_positions[0]);
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java1254 * loc is a location in text1, compute and return the equivalent location in
1258 * @param loc Location within text1.
1261 public int diff_xIndex(LinkedList<Diff> diffs, int loc) { argument
1276 if (chars1 > loc) {
1289 return last_chars2 + (loc - last_chars1);
1511 * Locate the best instance of 'pattern' in 'text' near 'loc'.
1515 * @param loc The location to search around.
1518 public int match_main(String text, String pattern, int loc) { argument
1524 loc = Math.max(0, Math.min(loc, tex
1550 match_bitap(String text, String pattern, int loc) argument
1654 match_bitapScore(int e, int x, int loc, String pattern) argument
[all...]
/external/icu/icu4c/source/common/
H A Ducase.cpp822 int32_t loc=ucase_getCaseLocale(locale, locCache); local
830 if( loc==UCASE_LOC_LITHUANIAN &&
876 } else if(loc==UCASE_LOC_TURKISH && c==0x130) {
885 } else if(loc==UCASE_LOC_TURKISH && c==0x307 && isPrecededBy_I(csp, iter, context)) {
894 } else if(loc==UCASE_LOC_TURKISH && c==0x49 && !isFollowedByDotAbove(csp, iter, context)) {
966 int32_t loc=ucase_getCaseLocale(locale, locCache); local
968 if(loc==UCASE_LOC_TURKISH && c==0x69) {
981 } else if(loc==UCASE_LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(csp, iter, context)) {
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c894 const char *loc = NULL; local
910 loc = PREFERRED[i][0];
911 pref = ucurr_getKeywordValuesForLocale("currency", loc, TRUE, &status);
922 log_err("ERROR: locale %s got keywords #%d %s expected %s\n", loc, j, value, PREFERRED[i][j+1]);
929 log_err("ERROR getting keyword value for locale \"%s\"\n", loc);
934 log_err("FAIL: size of locale \"%s\" %d does not match expected size %d\n", loc, size, EXPECTED_SIZE[i]);
938 log_err("FAIL: Preferred values for locale \"%s\" does not match expected.\n", loc);
943 all = ucurr_getKeywordValuesForLocale("currency", loc, FALSE, &status);
953 log_err("Locale %s have %s not in ALL\n", loc, value);
959 log_err("ERROR getting \"all\" keyword value for locale \"%s\"\n", loc);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp1687 UnicodeString loc("<<%main, %other>,<en, Main, Other>,<fr, leMain, leOther>,<de, 'das Main', 'etwas anderes'>>");
1695 RuleBasedNumberFormat formatter0(rules, loc, perror, status);
1779 UnicodeString loc(goodLocs[i]);
1780 RuleBasedNumberFormat fmt(rules, loc, perror, status);
1789 UnicodeString loc(badLocs[i]);
1790 RuleBasedNumberFormat fmt(rules, loc, perror, status);
1817 const Locale* loc = &locales[i]; local
1822 if (strcmp(loc->getLanguage(), parseLocales[k]) == 0) {
1831 RuleBasedNumberFormat* f = new RuleBasedNumberFormat((URBNFRuleSetTag)j, *loc, status);
1833 errln(UnicodeString(loc
[all...]
H A Dsvccoll.cpp64 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); local
65 if (loc != US_FOO && loc != US) {
66 errln(UnicodeString("requested locale for en_US_FOO is not en_US_FOO nor en_US but ") + loc.getName());
68 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
69 if (loc != US) {
70 errln(UnicodeString("valid locale for en_US_FOO is not en_US but ") + loc.getName());
72 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
73 if (loc != US) {
74 errln(UnicodeString("actual locale for en_US_FOO is not en_US but ") + loc
285 createCollator(const Locale& loc) argument
415 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); local
[all...]
/external/llvm/lib/AsmParser/
H A DLLParser.h359 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) argument
360 : Loc(loc), V(v), Attrs(attrs) {}
/external/llvm/lib/Support/
H A Draw_ostream.cpp480 off_t loc = ::lseek(FD, 0, SEEK_CUR); local
481 if (loc == (off_t)-1)
484 pos = static_cast<uint64_t>(loc);
/external/ltrace/
H A Dread_config_file.c69 struct locus *loc,
75 struct locus *loc,
80 struct locus *loc,
84 static int parse_enum(struct protolib *plib, struct locus *loc,
155 parse_ident(struct locus *loc, char **str) argument
160 report_error(loc->filename, loc->line_no, "bad identifier");
204 parse_int(struct locus *loc, char **str, long *ret) argument
209 report_error(loc->filename, loc
220 check_nonnegative(struct locus *loc, long l) argument
231 check_int(struct locus *loc, long l) argument
243 parse_char(struct locus *loc, char **str, char expected) argument
259 parse_zero(struct locus *loc, char **str, int *ownp) argument
305 parse_argnum(struct locus *loc, char **str, int *ownp, int zero) argument
416 parse_typedef(struct protolib *plib, struct locus *loc, char **str) argument
485 parse_struct(struct protolib *plib, struct locus *loc, char **str, struct arg_type_info *info, int *forwardp) argument
538 unshare_type_info(struct locus *loc, struct arg_type_info **infop, int *ownp) argument
556 parse_string(struct protolib *plib, struct locus *loc, char **str, struct arg_type_info **retp, int *ownp) argument
661 build_printf_pack(struct locus *loc, struct param **packp, size_t param_num) argument
712 parse_alias(struct protolib *plib, struct locus *loc, char **str, struct arg_type_info **retp, int *ownp, struct param **extra_param, size_t param_num) argument
748 parse_array(struct protolib *plib, struct locus *loc, char **str, struct arg_type_info *info) argument
788 parse_enum(struct protolib *plib, struct locus *loc, char **str, struct arg_type_info **retp, int *ownp) argument
886 parse_nonpointer_type(struct protolib *plib, struct locus *loc, char **str, struct param **extra_param, size_t param_num, int *ownp, int *forwardp) argument
983 parse_type(struct protolib *plib, struct locus *loc, char **str, struct param **extra_param, size_t param_num, int *ownp, int *forwardp) argument
1017 parse_lens(struct protolib *plib, struct locus *loc, char **str, struct param **extra_param, size_t param_num, int *ownp, int *forwardp) argument
1095 struct locus *loc = data; local
1110 process_line(struct protolib *plib, struct locus *loc, char *buf) argument
1264 struct locus loc = { path, 0 }; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmask.c285 VGint offsets[4], loc[4]; local
292 offsets, loc))
297 debug_printf("Locati = [%d, %d, %d, %d]\n", loc[0],
298 loc[1], loc[2], loc[3]);
321 loc[0], loc[1], loc[2], loc[
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h154 YYLTYPE loc; /* location of the initial #if/#elif/... */ member in struct:skip_node
/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp733 CvSubdiv2DPointLocation loc; local
750 loc = cvSubdiv2DLocate( subdiv, pt, &edge, &point );
752 switch( loc )
/external/oprofile/libpp/
H A Dcallgraph_container.cpp232 file_location & loc = sym.sample.file_loc; local
233 if (b.get_linenr(i, start, filename, loc.linenr))
234 loc.filename = debug_names.create(filename);
/external/pixman/pixman/
H A Dpixman-glyph.c121 glyph_t **loc; local
130 loc = &cache->glyphs[idx++ & HASH_MASK];
131 } while (*loc && *loc != TOMBSTONE);
133 if (*loc == TOMBSTONE)
137 *loc = glyph;
/external/qemu/util/
H A Dqemu-option.c522 Location loc; member in struct:QemuOpts
709 loc_save(&opts->loc);
726 loc_restore(&opts->loc);
964 Location loc; local
968 loc_push_none(&loc);
970 loc_restore(&opts->loc);
975 loc_pop(&loc);
/external/skia/include/views/
H A DSkView.h77 /** Set the view's width and height. These must both be >= 0. This does not affect the view's loc */
97 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); } argument
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp236 virtual void next(const SkPoint& loc, int u, int v, SkPath* dst) const SK_OVERRIDE {
237 const_cast<SkShape2DPathEffect*>(this)->addPath(loc, u, v, dst);
246 void addPath(const SkPoint& loc, int u, int v, SkPath* dst) { argument
247 fLoc = loc;

Completed in 411 milliseconds

<<11121314151617181920