Searched defs:loc (Results 1 - 25 of 485) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/valgrind/main/perf/
H A Dtinycc.c2347 /* loc : local variable index
2352 static long rsym, anon_sym, ind, loc;
5967 loc = 0;
5999 loc -= 4;
6001 gen_modrm(fastcall_regs[param_index], VT_LOCAL, NULL, loc);
6002 param_addr = loc;
6072 v = (-loc + 3) & -4;
10264 loc = (loc - size) & -align;
10267 sv.c.ul = loc;
2350 static long rsym, anon_sym, ind, loc; variable
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_main.c112 CodeLoc loc; /* Source location that these counts pertain to */ member in struct:__anon32354
125 const CodeLoc* b = &(((const LineCC*)vcc)->loc);
260 CodeLoc loc; local
265 loc.file = file;
266 loc.fn = fn;
267 loc.line = line;
269 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc);
273 lineCC->loc.file = get_perm_string(loc.file);
274 lineCC->loc
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h89 UChar* loc; /* location expr, in mallocville */ member in union:__anon32441::__anon32442::__anon32447::__anon32448
93 Word nLoc; /* number of bytes in .pos.loc if >= 0, or -1
H A Dreaddwarf.c2032 Addr loc; member in struct:__anon32467
2055 VG_(printf)("0x%llx: ", (ULong)ctx->loc);
2083 /* ctx->loc = 0;
2144 This is taken to be just after ctx's loc advances; hence the
2145 summary is up to but not including the current loc. This works
2295 if (loc_start >= ctx->loc)
2297 if (ctx->loc - loc_start > 10000000 /* let's say */)
2301 si->len = (UInt)(ctx->loc - loc_start);
2350 if (loc_start >= ctx->loc)
2352 if (ctx->loc
3435 Addr loc; local
[all...]
H A Dreaddwarf3.c627 Cursor loc; local
636 init_Cursor( &loc, cc->escn_debug_loc, 0, cc->barf,
638 set_position_of_Cursor( &loc, debug_loc_offset );
641 debug_loc_offset, (ULong)get_DiCursor_from_Cursor(&loc).ioff );
658 UWord w1 = get_UWord( &loc );
659 UWord w2 = get_UWord( &loc );
684 len = (UWord)get_UShort( &loc );
701 UChar byte = get_UChar( &loc );
2769 fieldE.Te.Field.pos.loc
2802 ML_(dinfo_free)(fieldE.Te.Field.pos.loc);
[all...]
H A Dstorage.c317 static void addLoc ( struct _DebugInfo* di, DiLoc* loc )
323 vg_assert(loc->size > 0);
339 di->loctab[di->loctab_used] = *loc;
378 DiLoc loc; local
453 loc.addr = this;
454 loc.size = (UShort)size;
455 loc.lineno = lineno;
456 loc.filename = filename;
457 loc.dirname = dirname;
463 addLoc ( di, &loc );
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c700 typedef struct { int val; int loc; } Ty; member in struct:__anon33089
702 f(base + offsetof(Ty,loc), sizeof(int));
706 typedef struct { long val; int loc; } Ty; member in struct:__anon33090
708 f(base + offsetof(Ty,loc), sizeof(int));
712 typedef struct { double val; int loc; } Ty; member in struct:__anon33091
714 f(base + offsetof(Ty,loc), sizeof(int));
718 typedef struct { short val; int loc; } Ty; member in struct:__anon33092
720 f(base + offsetof(Ty,loc), sizeof(int));
724 typedef struct { float val; int loc; } Ty; member in struct:__anon33093
726 f(base + offsetof(Ty,loc), sizeo
730 typedef struct { long double val; int loc; } Ty; member in struct:__anon33094
[all...]
/external/tcpdump/
H A Dgmt2local.c49 register struct tm *gmt, *loc; local
56 loc = localtime(&t);
57 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
58 (loc->tm_min - gmt->tm_min) * 60;
65 dir = loc->tm_year - gmt->tm_year;
67 dir = loc->tm_yday - gmt->tm_yday;
H A Dprint-isakmp.c412 hexprint(netdissect_options *ndo, caddr_t loc, size_t len) argument
417 p = (u_char *)loc;
423 rawprint(netdissect_options *ndo, caddr_t loc, size_t len) argument
425 ND_TCHECK2(*loc, len);
427 hexprint(ndo, loc, len);
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c217 * locale loc expected either locale name indeed (platform-specific)
222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf ) argument
227 if( loc[0]=='L' && loc[1]=='C' && loc[2]=='_') {
228 expr = strstr( (char*)loc, category );
238 return loc;
241 char const*_Locale_extract_ctype_name(const char *loc, char *buf, argument
243 { return __Extract_locale_name( loc, "LC_CTYPE=", buf ); }
245 char const*_Locale_extract_numeric_name(const char *loc, cha argument
249 _Locale_extract_time_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
253 _Locale_extract_collate_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
257 _Locale_extract_monetary_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
261 _Locale_extract_messages_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
[all...]
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c239 static char const* __Extract_locale_name(const char* loc, const char* category, char* buf);
1628 char const* __Extract_locale_name(const char* loc, const char* category, char* buf) { argument
1632 if (loc[0] == 'L' && loc[1] == 'C' && loc[2] == '_') {
1633 expr = strstr((char*)loc, category);
1645 return loc;
/external/stlport/src/
H A Dios.cpp122 locale ios_base::imbue(const locale& loc) { argument
123 if (loc != _M_locale) {
125 _M_locale = loc;
H A Dlocale_impl.cpp695 _STLP_DECLSPEC _Locale_impl* _STLP_CALL _get_Locale_impl(_Locale_impl *loc) argument
697 _STLP_ASSERT( loc != 0 );
698 loc->_M_incr();
699 return loc;
702 void _STLP_CALL _release_Locale_impl(_Locale_impl *& loc) argument
704 _STLP_ASSERT( loc != 0 );
705 if (loc->_M_decr() == 0) {
706 if (*loc != *_Stl_classic_locale)
707 delete loc;
709 loc
714 _copy_Nameless_Locale_impl(_Locale_impl *loc) argument
[all...]
/external/stlport/test/unit/
H A Dctype_facets_test.cpp27 void LocaleTest::_ctype_facet( const locale& loc) argument
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...]
H A Dfstream_test.cpp438 locale loc; local
442 loc = tmp;
453 s.imbue(loc);
463 s.imbue(loc);
H A Dlocale_test.cpp33 locale loc; local
38 loc = tmp;
46 CPPUNIT_MESSAGE( loc.name().c_str() );
47 (inst.*__test)(loc);
59 locale loc(static_cast<char const*>(0));
69 locale loc("yasli_language");
81 locale loc(very_large_locale_name.c_str());
95 locale loc(very_large_locale_name.c_str());
108 locale loc(very_large_locale_name.c_str());
120 locale loc("
170 _locale_init_problem( const locale& loc) argument
253 locale loc; local
290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); local
306 locale loc = loc2.combine<numpunct<char> >(loc1); local
[all...]
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 Dnum_facets_test.cpp34 void LocaleTest::_num_put_get( const locale& loc, const ref_locale* prl ) { argument
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_locale
[all...]
H A Dtime_facets_test.cpp25 void LocaleTest::_time_put_get( const locale& loc )
29 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) );
30 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
34 ostr.imbue(loc);
49 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) );
50 const time_get_facet& tmg = use_facet<time_get_facet>(loc);
52 io.imbue(loc);
71 ostrX.imbue(loc);
111 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) );
112 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
198 locale loc; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c58504 int loc = seekResult; /* -1: before desired location +1: after */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c58524 int loc = seekResult; /* -1: before desired location +1: after */ local
[all...]
/external/srec/tools/grxmlcompile/
H A Dnetw_dump.cpp47 int loc; local
60 loc = forwardList[ii];
61 switch ( arc[loc]->inputLabel ) {
63 outfile << arc[loc]->fromId << std::endl;
66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl;
78 // if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) {
79 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) {
81 ss << arc[loc]->inputLabel;
84 outfile << arc[loc]
99 int loc; local
186 int loc; local
269 int loc; local
341 int loc; local
[all...]
H A Dsub_base.cpp143 int loc; local
147 loc= forwardList[ii];
148 // loc= ii;
149 arc[loc]->Print();
156 int loc; local
160 loc= forwardList[ii];
161 // loc= ii;
162 arc[loc]->PrintText();
/external/skia/samplecode/
H A DSampleRegion.cpp230 static void drawstr(SkCanvas* canvas, const char text[], const SkPoint& loc, argument
236 canvas->drawText(text, strlen(text), loc.fX, loc.fY, paint);

Completed in 618 milliseconds

1234567891011>>