Searched refs:loc (Results 126 - 150 of 860) sorted by relevance

1234567891011>>

/external/bison/src/
H A Dsymlist.h85 /** Create a list containing \c sym at \c loc. */
86 symbol_list *symbol_list_sym_new (symbol *sym, location loc);
88 /** Create a list containing \c type_name at \c loc. */
89 symbol_list *symbol_list_type_new (uniqstr type_name, location loc);
91 /** Create a list containing a \c <*> at \c loc. */
92 symbol_list *symbol_list_default_tagged_new (location loc);
93 /** Create a list containing a \c <> at \c loc. */
94 symbol_list *symbol_list_default_tagless_new (location loc);
116 uniqstr symbol_list_n_type_name_get (symbol_list *l, location loc, int n);
121 /** Set the \c \%destructor for \c node as \c code at \c loc
[all...]
H A Dsymtab.h119 symbol *symbol_from_uniqstr (const uniqstr key, location loc);
122 symbol *symbol_get (const char *key, location loc);
127 symbol *dummy_symbol_get (location loc);
136 void symbol_make_alias (symbol *sym, symbol *str, location loc);
141 void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
161 void symbol_precedence_set (symbol *sym, int prec, assoc a, location loc);
164 void symbol_class_set (symbol *sym, symbol_class class, location loc,
168 void symbol_user_token_number_set (symbol *sym, int user_number, location loc);
H A Dscan-gram.l48 code_start = scanner_cursor = loc->start; \
53 #define YY_USER_ACTION location_compute (loc, &scanner_cursor, yytext, yyleng);
80 static unsigned long int scan_integer (char const *p, int base, location loc);
149 "," warn_at (*loc, _("stray ',' treated as white space"));
153 token_start = loc->start;
161 handle_syncline (yytext + sizeof "#line " - 1, *loc);
222 complain_at (*loc, _("invalid directive: %s"), quote (yytext));
233 id_loc = *loc;
239 val->integer = scan_integer (yytext, 10, *loc);
243 val->integer = scan_integer (yytext, 16, *loc);
[all...]
/external/clang/bindings/python/tests/cindex/
H A Dtest_tokens.py34 loc = tokens[1].location
35 ok_(isinstance(loc, SourceLocation))
36 eq_(loc.line, 1)
37 eq_(loc.column, 5)
38 eq_(loc.offset, 4)
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dnet_dropmonitor.py25 loc = int(line.split()[0], 16)
27 kallsyms.append((loc, name))
31 loc = int(sloc)
33 # Invariant: kallsyms[i][0] <= loc for all 0 <= i <= start
34 # kallsyms[i][0] > loc for all end <= i < len(kallsyms)
38 if loc < kallsyms[pivot][0]:
43 # Now (start == -1 or kallsyms[start][0] <= loc)
44 # and (start == len(kallsyms) - 1 or loc < kallsyms[start + 1][0])
47 return (name, loc - symloc)
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DFramesTest.java49 Location loc; field in class:FramesTest.FrameStruct
50 FrameStruct(long frameID, Location loc) { argument
52 this.loc = loc;
89 methodName = getMethodName(frame.loc.classID, frame.loc.methodID);
90 classSignature = getClassSignature(frame.loc.classID);
94 + "(" + frame.loc.index + ")");
143 methodName = getMethodName(frame.loc.classID, frame.loc
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDirectiveHandler.cpp41 void TDirectiveHandler::handleError(const pp::SourceLocation& loc, argument
44 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, msg, "", "");
47 void TDirectiveHandler::handlePragma(const pp::SourceLocation& loc, argument
78 mDiagnostics.report(pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name);
83 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc,
88 void TDirectiveHandler::handleExtension(const pp::SourceLocation& loc, argument
97 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc,
106 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc,
112 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc,
146 mDiagnostics.writeInfo(severity, loc,
150 handleVersion(const pp::SourceLocation& loc, int version) argument
[all...]
/external/chromium_org/base/metrics/
H A Dstats_counters.cc24 int* loc = GetPtr(); local
25 if (loc)
26 *loc = value;
30 int* loc = GetPtr(); local
31 if (loc)
32 (*loc) += value;
/external/chromium_org/v8/src/
H A Dmessages.h26 const v8::internal::MessageLocation* loc) :
27 type_(type), args_(args), loc_(loc) { }
30 const v8::internal::MessageLocation* loc() const { return loc_; } function in class:V8Message
73 MessageLocation* loc,
79 MessageLocation* loc,
83 const MessageLocation* loc,
24 V8Message(char* type, v8::internal::Handle<v8::internal::JSArray> args, const v8::internal::MessageLocation* loc) argument
/external/libunwind/src/ia64/
H A Dunwind_i.h161 ia64_getfp (struct cursor *c, unw_word_t loc, unw_fpreg_t *val) argument
163 if (IA64_IS_NULL_LOC (loc))
168 *val = *(unw_fpreg_t *) IA64_GET_ADDR (loc);
173 ia64_putfp (struct cursor *c, unw_word_t loc, unw_fpreg_t val) argument
175 unw_fpreg_t *addr = (unw_fpreg_t *) IA64_GET_ADDR (loc);
177 if (IA64_IS_NULL_LOC (loc))
192 ia64_get (struct cursor *c, unw_word_t loc, unw_word_t *val) argument
194 if (IA64_IS_NULL_LOC (loc))
199 *val = *(unw_word_t *) IA64_GET_ADDR (loc);
204 ia64_put (struct cursor *c, unw_word_t loc, unw_word_ argument
270 ia64_getfp(struct cursor *c, ia64_loc_t loc, unw_fpreg_t *val) argument
299 ia64_putfp(struct cursor *c, ia64_loc_t loc, unw_fpreg_t val) argument
333 ia64_get(struct cursor *c, ia64_loc_t loc, unw_word_t *val) argument
369 ia64_put(struct cursor *c, ia64_loc_t loc, unw_word_t val) argument
[all...]
/external/skia/src/gpu/
H A DGrAtlas.cpp52 static inline void adjust_for_offset(SkIPoint16* loc, const SkIPoint16& offset) { argument
53 loc->fX += offset.fX;
54 loc->fY += offset.fY;
58 SkIPoint16* loc) {
60 if (!fRects->addRect(width, height, loc)) {
78 dataPtr += fBytesPerPixel*plotWidth*loc->fY;
79 dataPtr += fBytesPerPixel*loc->fX;
87 fDirtyRect.join(loc->fX, loc->fY, loc
57 addSubImage(int width, int height, const void* image, SkIPoint16* loc) argument
207 addToAtlas(GrAtlas* atlas, int width, int height, const void* image, SkIPoint16* loc) argument
[all...]
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp134 void insert(SourceLocation loc, StringRef text);
135 void insertAfterToken(SourceLocation loc, StringRef text);
141 void replaceText(SourceLocation loc, StringRef text,
151 bool canInsert(SourceLocation loc);
152 bool canInsertAfterToken(SourceLocation loc);
155 bool canReplaceText(SourceLocation loc, StringRef text);
157 void commitInsert(SourceLocation loc, StringRef text);
158 void commitInsertAfterToken(SourceLocation loc, StringRef text);
162 void commitReplaceText(SourceLocation loc, StringRef text,
168 void addInsertion(SourceLocation loc, StringRe
285 insert(SourceLocation loc, StringRef text) argument
295 insertAfterToken(SourceLocation loc, StringRef text) argument
338 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
382 canInsert(SourceLocation loc) argument
395 canInsertAfterToken(SourceLocation loc) argument
417 canReplaceText(SourceLocation loc, StringRef text) argument
436 commitInsert(SourceLocation loc, StringRef text) argument
440 commitInsertAfterToken(SourceLocation loc, StringRef text) argument
479 commitReplaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
505 addInsertion(SourceLocation loc, StringRef text) argument
559 SourceLocation loc = I->first; local
591 getLocForEndOfToken(SourceLocation loc, SourceManager &SM, Preprocessor &PP) argument
625 insert(SourceLocation loc, StringRef text) argument
629 insertAfterToken(SourceLocation loc, StringRef text) argument
655 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
676 report(SourceLocation loc, unsigned diagId, SourceRange range) argument
683 reportError(StringRef message, SourceLocation loc, SourceRange range) argument
688 reportWarning(StringRef message, SourceLocation loc, SourceRange range) argument
693 reportNote(StringRef message, SourceLocation loc, SourceRange range) argument
[all...]
/external/stlport/test/unit/
H A Dmoney_facets_test.cpp52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl ) argument
54 _money_put_get2(loc, loc, rl);
57 void LocaleTest::_money_put_get2( const locale& loc, const locale& streamLoc, const ref_monetary* prl ) argument
60 CPPUNIT_ASSERT( has_facet<money_put<char> >(loc) );
61 money_put<char> const& fmp = use_facet<money_put<char> >(loc);
62 CPPUNIT_ASSERT( has_facet<money_get<char> >(loc) );
63 money_get<char> const& fmg = use_facet<money_get<char> >(loc);
74 CPPUNIT_ASSERT( (has_facet<moneypunct<char, true> >(loc)) );
75 moneypunct<char, true> const& intl_fmp = use_facet<moneypunct<char, true> >(loc);
279 _money_put_X_bug( const locale& loc, const ref_monetary* prl ) argument
421 locale loc; local
[all...]
H A Dcollate_facets_test.cpp37 locale loc("fr_FR");
39 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
40 collate<char> const& col = use_facet<collate<char> >(loc);
55 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
56 collate<char> const& col = use_facet<collate<char> >(loc);
65 sort(strs, strs + 4, loc);
86 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
103 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurrimp.h26 uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
/external/chromium_org/third_party/icu/source/io/
H A Dlocbund.h41 * @param loc The locale of the ULocaleBundle.
42 * @return A pointer to a ULocaleBundle, or 0 if <TT>loc</TT> was invalid.
45 u_locbund_init(ULocaleBundle *result, const char *loc);
49 * @param loc The locale of the ULocaleBundle.
50 * @return A pointer to a ULocaleBundle, or 0 if <TT>loc</TT> was invalid.
53 u_locbund_new(const char *loc);*/
/external/chromium_org/third_party/skia/tests/
H A DGpuRectanizerTest.cpp25 SkIPoint16 loc; local
27 REPORTER_ASSERT(reporter, rectanizer->addRect(50, 50, &loc));
38 SkIPoint16 loc; local
39 if (!rectanizer->addRect(rects[i].fWidth, rects[i].fHeight, &loc)) {
/external/clang/include/clang/Edit/
H A DEditsReceiver.h25 virtual void insert(SourceLocation loc, StringRef text) = 0;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.h24 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
/external/icu/icu4c/source/i18n/
H A Ducurrimp.h26 uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
/external/icu/icu4c/source/io/
H A Dlocbund.h41 * @param loc The locale of the ULocaleBundle.
42 * @return A pointer to a ULocaleBundle, or 0 if <TT>loc</TT> was invalid.
45 u_locbund_init(ULocaleBundle *result, const char *loc);
49 * @param loc The locale of the ULocaleBundle.
50 * @return A pointer to a ULocaleBundle, or 0 if <TT>loc</TT> was invalid.
53 u_locbund_new(const char *loc);*/
/external/libunwind/src/mips/
H A Dinit.h33 c->dwarf.loc[i] = DWARF_REG_LOC (&c->dwarf, UNW_MIPS_R0 + i);
35 c->dwarf.loc[i] = DWARF_NULL_LOC;
37 c->dwarf.loc[UNW_MIPS_PC] = DWARF_REG_LOC (&c->dwarf, UNW_MIPS_PC);
39 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_MIPS_PC], &c->dwarf.ip);
/external/skia/tests/
H A DGpuRectanizerTest.cpp25 SkIPoint16 loc; local
27 REPORTER_ASSERT(reporter, rectanizer->addRect(50, 50, &loc));
38 SkIPoint16 loc; local
39 if (!rectanizer->addRect(rects[i].fWidth, rects[i].fHeight, &loc)) {
/external/bison/examples/calc++/
H A Dlocation.hh155 ** \param loc a reference to the location to redirect
161 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc) argument
163 position last = loc.end - 1;
164 ostr << loc.begin;
166 && (!loc.begin.filename
167 || *loc.begin.filename != *last.filename))
169 else if (loc.begin.line != last.line)
171 else if (loc.begin.column != last.column)
/external/libunwind/src/x86_64/
H A DGstash_frame.c40 DWARF_GET_LOC(d->loc[d->ret_addr_column]),
41 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]),
42 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP]));
54 && DWARF_GET_LOC(d->loc[d->ret_addr_column]) == d->cfa-8
87 assert (DWARF_GET_LOC(d->loc[RIP]) - uc == UC_MCONTEXT_GREGS_RIP);
88 assert (DWARF_GET_LOC(d->loc[RBP]) - uc == UC_MCONTEXT_GREGS_RBP);
89 assert (DWARF_GET_LOC(d->loc[RSP]) - uc == UC_MCONTEXT_GREGS_RSP);

Completed in 623 milliseconds

1234567891011>>