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

1 2 34 5 6 7 8 91011>>

  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 75 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,
82 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
89 virtual void emitCodeContext(SourceLocation Loc,
95 virtual void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
97 virtual void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
100 virtual void emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc,
111 void emitIncludeStack(SourceLocation Loc, PresumedLoc PLoc,
113 void emitIncludeStackRecursively(SourceLocation Loc, const SourceManager &SM);
114 void emitImportStack(SourceLocation Loc, const SourceManager &SM);
115 void emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 37 lconv *localeconv_l( locale_t loc );
39 mbstate_t *__restrict__ ps, locale_t loc);
41 size_t len, mbstate_t *__restrict__ ps, locale_t loc );
43 locale_t loc);
45 size_t n, mbstate_t *__restrict__ ps, locale_t loc);
47 size_t nms, size_t len, mbstate_t *__restrict__ ps, locale_t loc);
49 size_t nwc, size_t len, mbstate_t *__restrict__ ps, locale_t loc);
50 wint_t btowc_l( int c, locale_t loc );
51 int wctob_l( wint_t c, locale_t loc );
71 islower_l(int c, _locale_t loc)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__locale.py 30 def accept(loc):
31 a = loc.split(".")
33 candidate_locales = [loc for loc in candidate_locales if accept(loc)]
71 for loc in candidate_locales:
73 setlocale(LC_NUMERIC, loc)
78 self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc)
82 for loc in candidate_locales:
84 setlocale(LC_NUMERIC, loc)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__locale.py 30 def accept(loc):
31 a = loc.split(".")
33 candidate_locales = [loc for loc in candidate_locales if accept(loc)]
71 for loc in candidate_locales:
73 setlocale(LC_NUMERIC, loc)
78 self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc)
82 for loc in candidate_locales:
84 setlocale(LC_NUMERIC, loc)
    [all...]
  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 676 extern RegLocation dvmCompilerUpdateLoc(CompilationUnit *cUnit, RegLocation loc)
678 assert(!loc.wide);
679 if (loc.location == kLocDalvikFrame) {
680 RegisterInfo *infoLo = allocLive(cUnit, loc.sRegLow, kAnyReg);
686 loc.lowReg = infoLo->reg;
687 loc.location = kLocPhysReg;
692 return loc;
697 RegLocation loc)
699 assert(loc.wide);
700 if (loc.location == kLocDalvikFrame)
838 RegLocation loc = cUnit->regLocation[ local
849 RegLocation loc = cUnit->regLocation[SREG(cUnit, getDestSSAName(mir, num))]; local
    [all...]
  /dalvik/vm/compiler/codegen/mips/
RallocUtil.cpp 748 extern RegLocation dvmCompilerUpdateLoc(CompilationUnit *cUnit, RegLocation loc)
750 assert(!loc.wide);
751 if (loc.location == kLocDalvikFrame) {
752 RegisterInfo *infoLo = allocLive(cUnit, loc.sRegLow, kAnyReg);
758 loc.lowReg = infoLo->reg;
759 loc.location = kLocPhysReg;
764 return loc;
769 RegLocation loc)
771 assert(loc.wide);
772 if (loc.location == kLocDalvikFrame)
910 RegLocation loc = cUnit->regLocation[ local
921 RegLocation loc = cUnit->regLocation[SREG(cUnit, getDestSSAName(mir, num))]; local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
DirectiveHandler.cpp 39 void TDirectiveHandler::handleError(const pp::SourceLocation& loc,
42 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, msg, "", "");
45 void TDirectiveHandler::handlePragma(const pp::SourceLocation& loc,
76 mDiagnostics.report(pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name);
81 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc,
86 void TDirectiveHandler::handleExtension(const pp::SourceLocation& loc,
95 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc,
104 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc,
110 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc,
144 mDiagnostics.writeInfo(severity, loc,
    [all...]
DirectiveHandler.h 26 virtual void handleError(const pp::SourceLocation& loc,
29 virtual void handlePragma(const pp::SourceLocation& loc,
33 virtual void handleExtension(const pp::SourceLocation& loc,
37 virtual void handleVersion(const pp::SourceLocation& loc,
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 32 SourceLocation Loc;
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc)
37 : Loc(Loc), RegionLoc(RegionLoc) {}
39 SourceLocation getLoc() const { return Loc; }
86 SourceLocation findConditionalDirectiveRegionLoc(SourceLocation Loc) const;
89 virtual void If(SourceLocation Loc, SourceRange ConditionRange,
91 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
93 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
95 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok
    [all...]
  /external/clang/test/Index/
index-file.cpp 21 // CHECK: [indexDeclaration]: kind: type-alias | name: MyTypeAlias | {{.*}} | loc: 1:7
22 // CHECK: [indexDeclaration]: kind: struct-template-spec | name: TS | {{.*}} | loc: 11:8
23 // CHECK: [indexDeclaration]: kind: function-template-spec | name: tfoo | {{.*}} | loc: 15:6
index-refs.cpp 97 // CHECK: [indexEntityReference]: kind: namespace | name: NS | {{.*}} | loc: 42:17
98 // CHECK-NEXT: [indexEntityReference]: kind: namespace | name: NS | {{.*}} | loc: 43:17
99 // CHECK-NEXT: [indexEntityReference]: kind: namespace | name: Inn | {{.*}} | loc: 43:21
100 // CHECK-NEXT: [indexEntityReference]: kind: namespace | name: NS | {{.*}} | loc: 44:7
101 // CHECK-NEXT: [indexEntityReference]: kind: typedef | name: Foo | {{.*}} | loc: 44:11
103 // CHECK: [indexDeclaration]: kind: c++-class-template | name: TS | {{.*}} | loc: 47:8
104 // CHECK-NEXT: [indexDeclaration]: kind: struct-template-partial-spec | name: TS | USR: c:@SP>1#T@TS>#t0.0#I | {{.*}} | loc: 50:8
105 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt | USR: c:index-refs.cpp@593@SP>1#T@TS>#t0.0#I@T@MyInt | {{.*}} | loc: 51:15 | semantic-container: [TS:50:8] | lexical-container: [TS:50:8]
107 [indexDeclaration]: kind: struct-template-spec | name: TS | USR: c:@S@TS>#I | {{.*}} | loc: 50:8
108 [indexDeclaration]: kind: typedef | name: MyInt | USR: c:index-refs.cpp@593@S@TS>#I@T@MyInt | {{.*}} | loc: 51:15 | semantic-container: [TS:50:8] | lexical-container: [TS:50:8
    [all...]
  /external/icu4c/io/
locbund.h 41 * @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/stlport/test/unit/
num_facets_test.cpp 34 void LocaleTest::_num_put_get( const locale& loc, const ref_locale* prl ) {
36 CPPUNIT_ASSERT( has_facet<numpunct<char> >(loc) );
37 numpunct<char> const& npct = use_facet<numpunct<char> >(loc);
42 fostr.imbue(loc);
52 //cout << "In " << loc.name() << " 1234.56 is written: " << fostr.str() << endl;
105 num_put<char> const& nput = use_facet<num_put<char> >(loc);
135 locale loc; local
141 loc = tmp;
149 CPPUNIT_MESSAGE( loc.name().c_str() );
150 (inst.*__test)(loc, tested_locales + i)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 34 void LocaleTest::_num_put_get( const locale& loc, const ref_locale* prl ) {
36 CPPUNIT_ASSERT( has_facet<numpunct<char> >(loc) );
37 numpunct<char> const& npct = use_facet<numpunct<char> >(loc);
42 fostr.imbue(loc);
52 //cout << "In " << loc.name() << " 1234.56 is written: " << fostr.str() << endl;
105 num_put<char> const& nput = use_facet<num_put<char> >(loc);
135 locale loc; local
141 loc = tmp;
149 CPPUNIT_MESSAGE( loc.name().c_str() );
150 (inst.*__test)(loc, tested_locales + i)
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 34 void LocaleTest::_num_put_get( const locale& loc, const ref_locale* prl ) {
36 CPPUNIT_ASSERT( has_facet<numpunct<char> >(loc) );
37 numpunct<char> const& npct = use_facet<numpunct<char> >(loc);
42 fostr.imbue(loc);
52 //cout << "In " << loc.name() << " 1234.56 is written: " << fostr.str() << endl;
105 num_put<char> const& nput = use_facet<num_put<char> >(loc);
135 locale loc; local
141 loc = tmp;
149 CPPUNIT_MESSAGE( loc.name().c_str() );
150 (inst.*__test)(loc, tested_locales + i)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_ext.c 89 X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc)
91 return(X509v3_get_ext(x->crl->extensions,loc));
94 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc)
96 return(X509v3_delete_ext(x->crl->extensions,loc));
110 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc)
112 return(X509v3_add_ext(&(x->crl->extensions),ex,loc) != NULL);
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
137 return(X509v3_get_ext(x->cert_info->extensions,loc));
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
142 return(X509v3_delete_ext(x->cert_info->extensions,loc));
    [all...]
x509name.c 129 X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
131 if(name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
132 || loc < 0)
135 return(sk_X509_NAME_ENTRY_value(name->entries,loc));
138 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
144 if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
145 || loc < 0)
148 ret=sk_X509_NAME_ENTRY_delete(sk,loc);
151 if (loc == n) return(ret);
154 if (loc != 0
    [all...]
  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-loc-list-32bit.elf.o 
  /external/openssl/crypto/x509/
x509_ext.c 89 X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc)
91 return(X509v3_get_ext(x->crl->extensions,loc));
94 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc)
96 return(X509v3_delete_ext(x->crl->extensions,loc));
110 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc)
112 return(X509v3_add_ext(&(x->crl->extensions),ex,loc) != NULL);
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
137 return(X509v3_get_ext(x->cert_info->extensions,loc));
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
142 return(X509v3_delete_ext(x->cert_info->extensions,loc));
    [all...]
x509name.c 129 X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
131 if(name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
132 || loc < 0)
135 return(sk_X509_NAME_ENTRY_value(name->entries,loc));
138 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
144 if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
145 || loc < 0)
148 ret=sk_X509_NAME_ENTRY_delete(sk,loc);
151 if (loc == n) return(ret);
154 if (loc != 0
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 327 /*@null@*/ dwarf2_loc *loc; local
330 STAILQ_FOREACH(loc, &dsd->locs, link) {
331 /* Find the first bytecode following this loc by looking at
337 * Keep track of last symbol seen prior to the loc.
339 while (bc && bc->line <= loc->vline) {
349 loc->sym = lastsym;
350 loc->bc = bc;
356 const dwarf2_loc *loc,
364 if (state->file != loc->file) {
365 state->file = loc->file
483 dwarf2_loc loc; member in struct:dwarf2_line_bc_info
645 \/*@null@*\/ dwarf2_loc *loc; local
905 dwarf2_loc *loc = yasm_xmalloc(sizeof(dwarf2_loc)); local
    [all...]
  /external/bison/src/
complain.c 40 * \param loc the location, defaulting to the current file,
51 error_message (location *loc,
57 if (loc)
58 pos += location_print (stderr, *loc);
82 if (loc && feature_flag & feature_caret)
83 location_caret (stderr, *loc);
90 #define ERROR_MESSAGE(Loc, Prefix, Message) \
94 error_message (Loc, Prefix, Message, args); \
116 warn_at (location loc, const char *message, ...)
121 ERROR_MESSAGE (&loc, _("warning"), message)
    [all...]
symlist.h 85 /** 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...]
named-ref.c 26 named_ref_new (uniqstr id, location loc)
31 res->loc = loc;
39 return named_ref_new (r->id, r->loc);
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveHandlerBase.h 26 virtual void handleError(const SourceLocation& loc,
30 virtual void handlePragma(const SourceLocation& loc,
34 virtual void handleExtension(const SourceLocation& loc,
38 virtual void handleVersion(const SourceLocation& loc,

Completed in 408 milliseconds

1 2 34 5 6 7 8 91011>>