/external/clang/lib/StaticAnalyzer/Core/ |
SVals.cpp | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 39 if (Optional<loc::MemRegionVal> RV = getAs<loc::MemRegionVal>()) { 52 if (Optional<loc::MemRegionVal> X = getAs<loc::MemRegionVal>()) { 62 /// \brief If this SVal is a location (subclasses Loc) and wraps a symbol, 74 if (Optional<loc::MemRegionVal> X = getAs<loc::MemRegionVal>()) { 86 Optional<loc::MemRegionVal> X = getAs<loc::MemRegionVal>() [all...] |
SValBuilder.cpp | 33 if (Loc::isLocType(type)) 50 assert(!Loc::isLocType(type)); 58 assert(!Loc::isLocType(type)); 65 assert(!Loc::isLocType(type)); 72 assert(!Loc::isLocType(toTy)); 103 if (Loc::isLocType(T)) 104 return loc::MemRegionVal(MemMgr.getSymbolicRegion(sym)); 134 if (Loc::isLocType(type)) 135 return loc::MemRegionVal(MemMgr.getSymbolicRegion(sym)); 150 if (Loc::isLocType(type) [all...] |
/external/icu4c/common/ |
servlkf.cpp | 50 Locale loc; local 51 lkey.currentLocale(loc); 53 return handleCreate(loc, kind, service, status); 97 Locale loc; local 98 LocaleUtility::initLocaleFromName(id, loc); 99 return loc.getDisplayName(locale, result); 107 LocaleKeyFactory::handleCreate(const Locale& /* loc */,
|
/external/icu4c/io/ |
locbund.cpp | 71 u_locbund_init(ULocaleBundle *result, const char *loc) 78 if (loc == NULL) { 79 loc = uloc_getDefault(); 84 len = (int32_t)strlen(loc); 90 uprv_strcpy(result->fLocale, loc); 98 u_locbund_new(const char *loc) 101 return u_locbund_init(result, loc);
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugLoc.cpp | 29 for (SmallVectorImpl<unsigned char>::const_iterator I3 = I2->Loc.begin(), E3 = I2->Loc.end(); I3 != E3; ++I3) { 41 LocationList &Loc = Locations.back(); 42 Loc.Offset = Offset; 69 E.Loc.reserve(str.size()); 70 std::copy(str.begin(), str.end(), std::back_inserter(E.Loc)); 71 Loc.Entries.push_back(llvm_move(E));
|
/external/clang/lib/Sema/ |
DeclSpec.cpp | 33 static DiagnosticBuilder Diag(DiagnosticsEngine &D, SourceLocation Loc, 35 return D.Report(Loc, DiagID); 178 I.Loc = LocalRangeBegin; 470 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, 507 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID); 525 StorageClassSpecLoc = Loc; 530 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, 537 ThreadStorageClassSpecLoc = Loc; 544 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, 550 TSWLoc = Loc; [all...] |
/external/stlport/test/unit/ |
money_facets_test.cpp | 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl ) 54 _money_put_get2(loc, loc, rl); 57 void LocaleTest::_money_put_get2( const locale& loc, const locale& streamLoc, const ref_monetary* prl ) 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); 421 locale loc; local [all...] |
ctype_facets_test.cpp | 27 void LocaleTest::_ctype_facet( const locale& loc) 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) ); 30 ctype<char> const& ct = use_facet<ctype<char> >(loc); 170 void LocaleTest::_ctype_facet_w( const locale& loc ) 173 CPPUNIT_ASSERT( has_facet<ctype<wchar_t> >(loc) ); 174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc); 322 locale loc; local 328 loc = tmp; 337 CPPUNIT_MESSAGE( loc.name().c_str() ); 338 (inst.*__test)(loc); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
money_facets_test.cpp | 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl ) 54 _money_put_get2(loc, loc, rl); 57 void LocaleTest::_money_put_get2( const locale& loc, const locale& streamLoc, const ref_monetary* prl ) 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); 421 locale loc; local [all...] |
ctype_facets_test.cpp | 27 void LocaleTest::_ctype_facet( const locale& loc) 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) ); 30 ctype<char> const& ct = use_facet<ctype<char> >(loc); 170 void LocaleTest::_ctype_facet_w( const locale& loc ) 173 CPPUNIT_ASSERT( has_facet<ctype<wchar_t> >(loc) ); 174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc); 322 locale loc; local 328 loc = tmp; 337 CPPUNIT_MESSAGE( loc.name().c_str() ); 338 (inst.*__test)(loc); [all...] |
/ndk/tests/device/test-stlport/unit/ |
money_facets_test.cpp | 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl ) 54 _money_put_get2(loc, loc, rl); 57 void LocaleTest::_money_put_get2( const locale& loc, const locale& streamLoc, const ref_monetary* prl ) 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); 421 locale loc; local [all...] |
ctype_facets_test.cpp | 27 void LocaleTest::_ctype_facet( const locale& loc) 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) ); 30 ctype<char> const& ct = use_facet<ctype<char> >(loc); 170 void LocaleTest::_ctype_facet_w( const locale& loc ) 173 CPPUNIT_ASSERT( has_facet<ctype<wchar_t> >(loc) ); 174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc); 322 locale loc; local 328 loc = tmp; 337 CPPUNIT_MESSAGE( loc.name().c_str() ); 338 (inst.*__test)(loc); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_v3.c | 125 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) 127 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) 130 return sk_X509_EXTENSION_value(x,loc); 133 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) 137 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) 139 ret=sk_X509_EXTENSION_delete(x,loc); 144 X509_EXTENSION *ex, int loc) 165 if (loc > n) loc=n [all...] |
/external/openssl/crypto/x509/ |
x509_v3.c | 125 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) 127 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) 130 return sk_X509_EXTENSION_value(x,loc); 133 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) 137 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) 139 ret=sk_X509_EXTENSION_delete(x,loc); 144 X509_EXTENSION *ex, int loc) 165 if (loc > n) loc=n [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_to_hir.cpp | 167 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 179 _mesa_glsl_error(loc, state, 191 _mesa_glsl_error(loc, state, 209 _mesa_glsl_error(loc, state, 252 _mesa_glsl_error(loc, state, 345 _mesa_glsl_error(loc, state, "size mismatch for matrix multiplication"); 352 _mesa_glsl_error(loc, state, "type mismatch"); 359 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 370 _mesa_glsl_error(loc, state, 391 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 899 YYLTYPE loc = expr->get_location(); local 1033 YYLTYPE loc; local 1412 YYLTYPE loc = this->subexpressions[1]->get_location(); local 1857 YYLTYPE loc = array_size->get_location(); local 1908 YYLTYPE loc = this->get_location(); local 2244 YYLTYPE loc = decl->get_location(); local 2474 YYLTYPE loc = this->get_location(); local 2948 YYLTYPE loc = this->get_location(); local 2987 YYLTYPE loc = this->get_location(); local 3113 YYLTYPE loc = void_param->get_location(); local 3165 YYLTYPE loc = this->get_location(); local 3178 YYLTYPE loc = this->get_location(); local 3196 YYLTYPE loc = this->get_location(); local 3207 YYLTYPE loc = this->get_location(); local 3218 YYLTYPE loc = this->get_location(); local 3234 YYLTYPE loc = this->get_location(); local 3241 YYLTYPE loc = this->get_location(); local 3248 YYLTYPE loc = this->get_location(); local 3257 YYLTYPE loc = this->get_location(); local 3270 YYLTYPE loc = this->get_location(); local 3276 YYLTYPE loc = this->get_location(); local 3326 YYLTYPE loc = this->get_location(); local 3344 YYLTYPE loc = this->get_location(); local 3383 YYLTYPE loc = this->get_location(); local 3397 YYLTYPE loc = this->get_location(); local 3414 YYLTYPE loc = this->get_location(); local 3426 YYLTYPE loc = this->get_location(); local 3433 YYLTYPE loc = this->get_location(); local 3499 YYLTYPE loc = this->condition->get_location(); local 3543 YYLTYPE loc = this->test_expression->get_location(); local 3713 YYLTYPE loc = this->test_value->get_location(); local 3727 YYLTYPE loc = this->test_value->get_location(); local 3756 YYLTYPE loc = this->get_location(); local 3789 YYLTYPE loc = condition->get_location(); local 3965 YYLTYPE loc = this->get_location(); local 3977 YYLTYPE loc = decl->get_location(); local 3993 YYLTYPE loc = this->get_location(); local 4043 YYLTYPE loc = this->get_location(); local 4096 YYLTYPE loc = decl_list->get_location(); local 4118 YYLTYPE loc; local [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 167 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 179 _mesa_glsl_error(loc, state, 191 _mesa_glsl_error(loc, state, 209 _mesa_glsl_error(loc, state, 252 _mesa_glsl_error(loc, state, 345 _mesa_glsl_error(loc, state, "size mismatch for matrix multiplication"); 352 _mesa_glsl_error(loc, state, "type mismatch"); 359 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 370 _mesa_glsl_error(loc, state, 391 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 899 YYLTYPE loc = expr->get_location(); local 1033 YYLTYPE loc; local 1412 YYLTYPE loc = this->subexpressions[1]->get_location(); local 1857 YYLTYPE loc = array_size->get_location(); local 1908 YYLTYPE loc = this->get_location(); local 2244 YYLTYPE loc = decl->get_location(); local 2474 YYLTYPE loc = this->get_location(); local 2948 YYLTYPE loc = this->get_location(); local 2987 YYLTYPE loc = this->get_location(); local 3113 YYLTYPE loc = void_param->get_location(); local 3165 YYLTYPE loc = this->get_location(); local 3178 YYLTYPE loc = this->get_location(); local 3196 YYLTYPE loc = this->get_location(); local 3207 YYLTYPE loc = this->get_location(); local 3218 YYLTYPE loc = this->get_location(); local 3234 YYLTYPE loc = this->get_location(); local 3241 YYLTYPE loc = this->get_location(); local 3248 YYLTYPE loc = this->get_location(); local 3257 YYLTYPE loc = this->get_location(); local 3270 YYLTYPE loc = this->get_location(); local 3276 YYLTYPE loc = this->get_location(); local 3326 YYLTYPE loc = this->get_location(); local 3344 YYLTYPE loc = this->get_location(); local 3383 YYLTYPE loc = this->get_location(); local 3397 YYLTYPE loc = this->get_location(); local 3414 YYLTYPE loc = this->get_location(); local 3426 YYLTYPE loc = this->get_location(); local 3433 YYLTYPE loc = this->get_location(); local 3499 YYLTYPE loc = this->condition->get_location(); local 3543 YYLTYPE loc = this->test_expression->get_location(); local 3713 YYLTYPE loc = this->test_value->get_location(); local 3727 YYLTYPE loc = this->test_value->get_location(); local 3756 YYLTYPE loc = this->get_location(); local 3789 YYLTYPE loc = condition->get_location(); local 3965 YYLTYPE loc = this->get_location(); local 3977 YYLTYPE loc = decl->get_location(); local 3993 YYLTYPE loc = this->get_location(); local 4043 YYLTYPE loc = this->get_location(); local 4096 YYLTYPE loc = decl_list->get_location(); local 4118 YYLTYPE loc; local [all...] |
/external/clang/include/clang/AST/ |
StmtObjC.h | 54 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } 56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } 103 void setAtCatchLoc(SourceLocation Loc) { AtCatchLoc = Loc; } 105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } 141 void setAtFinallyLoc(SourceLocation Loc) { AtFinallyLoc = Loc; } [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndfdic.c | 334 word->stem.loc = loctset->loct; 358 NJ_SEARCH_LOCATION *loc; local 369 loc = &word->stem.loc; 370 data = STEM_AREA_TOP_ADDR(loc->handle) + loc->current; 373 area = YOMI_AREA_TOP_ADDR(loc->handle) + DATA_YOMI(data); 375 if (YOMI_INDX_CNT(loc->handle) == 0) { 392 len = convert_to_yomi(loc->handle, area, DATA_YOMI_SIZE(data), stroke, size); 404 NJ_SEARCH_LOCATION *loc; local [all...] |
/external/compiler-rt/lib/ubsan/ |
ubsan_diag.h | 52 Location(SourceLocation Loc) : 53 Kind(LK_Source), SourceLoc(Loc) {} 54 Location(ModuleLocation Loc) : 55 Kind(LK_Module), ModuleLoc(Loc) {} 56 Location(MemoryLocation Loc) : 57 Kind(LK_Memory), MemoryLoc(Loc) {} 118 Location Loc; 187 Diag(Location Loc, DiagLevel Level, const char *Message) 188 : Loc(Loc), Level(Level), Message(Message), NumArgs(0), NumRanges(0) { [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/ |
BresenhamTerrainPicker.java | 100 final Vector2f loc = tracer.getGridLocation(); local 104 checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit); 115 while (loc.x >= -1 && loc.x <= patch.getSize() && 116 loc.y >= -1 && loc.y <= patch.getSize()) { 118 //System.out.print(loc.x+","+loc.y+" : "); 121 if (checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit)) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
svccoll.cpp | 59 Locale loc = frcol->getLocale(ULOC_REQUESTED_LOCALE, status); local 60 if (loc != FR) { 61 errln(UnicodeString("fr collator's requested locale changed to ") + loc.getName()); 63 loc = frcol->getLocale(ULOC_VALID_LOCALE, status); 64 if (loc != FR) { 65 errln(UnicodeString("fr collator's valid locale changed to ") + loc.getName()); 68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); 69 if (loc != US_FOO) { 70 errln(UnicodeString("requested locale for en_US_FOO is not en_US_FOO but ") + loc.getName()); 72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status) 413 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); local [all...] |
/external/icu4c/test/intltest/ |
svccoll.cpp | 59 Locale loc = frcol->getLocale(ULOC_REQUESTED_LOCALE, status); local 60 if (loc != FR) { 61 errln(UnicodeString("fr collator's requested locale changed to ") + loc.getName()); 63 loc = frcol->getLocale(ULOC_VALID_LOCALE, status); 64 if (loc != FR) { 65 errln(UnicodeString("fr collator's valid locale changed to ") + loc.getName()); 68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); 69 if (loc != US_FOO) { 70 errln(UnicodeString("requested locale for en_US_FOO is not en_US_FOO but ") + loc.getName()); 72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status) 413 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/stack/ |
stack.c | 142 int sk_insert(_STACK *st, void *data, int loc) 156 if ((loc >= (int)st->num) || (loc < 0)) 165 for (i=st->num; i>=loc; i--) 169 memmove(&(st->data[loc+1]), 170 &(st->data[loc]), 171 sizeof(char *)*(st->num-loc)); 173 st->data[loc]=data; 190 void *sk_delete(_STACK *st, int loc) 195 if(!st || (loc < 0) || (loc >= st->num)) return NULL [all...] |
/external/openssl/crypto/stack/ |
stack.c | 142 int sk_insert(_STACK *st, void *data, int loc) 156 if ((loc >= (int)st->num) || (loc < 0)) 165 for (i=st->num; i>=loc; i--) 169 memmove(&(st->data[loc+1]), 170 &(st->data[loc]), 171 sizeof(char *)*(st->num-loc)); 173 st->data[loc]=data; 190 void *sk_delete(_STACK *st, int loc) 195 if(!st || (loc < 0) || (loc >= st->num)) return NULL [all...] |
/external/chromium/base/metrics/ |
stats_counters.cc | 24 int* loc = GetPtr(); local 25 if (loc) 26 *loc = value; 30 int* loc = GetPtr(); local 31 if (loc) 32 (*loc) += value;
|