Searched refs:loc (Results 1 - 25 of 126) sorted by relevance

123456

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest__locale.py30 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...]
H A Dtest_pydoc.py203 loc = doc.getdocloc(pydoc_mod) or ""
204 if loc:
205 loc = "<br><a href=\"" + loc + "\">Module Docs</a>"
206 return output.strip(), loc
211 loc = doc.getdocloc(pydoc_mod) or ""
212 if loc:
213 loc = "\nMODULE DOCS\n " + loc + "\n"
220 return output.strip(), loc
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest__locale.py30 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...]
H A Dtest_pydoc.py203 loc = doc.getdocloc(pydoc_mod) or ""
204 if loc:
205 loc = "<br><a href=\"" + loc + "\">Module Docs</a>"
206 return output.strip(), loc
211 loc = doc.getdocloc(pydoc_mod) or ""
212 if loc:
213 loc = "\nMODULE DOCS\n " + loc + "\n"
220 return output.strip(), loc
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
H A Dlocale83 inline bool isspace (_CharT c, const locale& loc)
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
87 inline bool isprint (_CharT c, const locale& loc)
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
91 inline bool iscntrl (_CharT c, const locale& loc)
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
95 inline bool isupper (_CharT c, const locale& loc)
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
99 inline bool islower (_CharT c, const locale& loc)
100 { return (use_facet<ctype<_CharT> >(loc))
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
H A Dlocale83 inline bool isspace (_CharT c, const locale& loc)
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
87 inline bool isprint (_CharT c, const locale& loc)
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
91 inline bool iscntrl (_CharT c, const locale& loc)
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
95 inline bool isupper (_CharT c, const locale& loc)
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
99 inline bool islower (_CharT c, const locale& loc)
100 { return (use_facet<ctype<_CharT> >(loc))
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
H A Dlocale83 inline bool isspace (_CharT c, const locale& loc)
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
87 inline bool isprint (_CharT c, const locale& loc)
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
91 inline bool iscntrl (_CharT c, const locale& loc)
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
95 inline bool isupper (_CharT c, const locale& loc)
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
99 inline bool islower (_CharT c, const locale& loc)
100 { return (use_facet<ctype<_CharT> >(loc))
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
H A Dlocale83 inline bool isspace (_CharT c, const locale& loc)
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
87 inline bool isprint (_CharT c, const locale& loc)
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
91 inline bool iscntrl (_CharT c, const locale& loc)
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
95 inline bool isupper (_CharT c, const locale& loc)
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
99 inline bool islower (_CharT c, const locale& loc)
100 { return (use_facet<ctype<_CharT> >(loc))
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
H A Dlocale83 inline bool isspace (_CharT c, const locale& loc)
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
87 inline bool isprint (_CharT c, const locale& loc)
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
91 inline bool iscntrl (_CharT c, const locale& loc)
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
95 inline bool isupper (_CharT c, const locale& loc)
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
99 inline bool islower (_CharT c, const locale& loc)
100 { return (use_facet<ctype<_CharT> >(loc))
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/
H A Dlocale83 inline bool isspace (_CharT c, const locale& loc)
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
87 inline bool isprint (_CharT c, const locale& loc)
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
91 inline bool iscntrl (_CharT c, const locale& loc)
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
95 inline bool isupper (_CharT c, const locale& loc)
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
99 inline bool islower (_CharT c, const locale& loc)
100 { return (use_facet<ctype<_CharT> >(loc))
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/
H A Dlocale83 inline bool isspace (_CharT c, const locale& loc)
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
87 inline bool isprint (_CharT c, const locale& loc)
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
91 inline bool iscntrl (_CharT c, const locale& loc)
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
95 inline bool isupper (_CharT c, const locale& loc)
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
99 inline bool islower (_CharT c, const locale& loc)
100 { return (use_facet<ctype<_CharT> >(loc))
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
H A Dlocale83 inline bool isspace (_CharT c, const locale& loc)
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
87 inline bool isprint (_CharT c, const locale& loc)
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
91 inline bool iscntrl (_CharT c, const locale& loc)
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
95 inline bool isupper (_CharT c, const locale& loc)
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
99 inline bool islower (_CharT c, const locale& loc)
100 { return (use_facet<ctype<_CharT> >(loc))
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dopts.h240 unsigned int lang_mask, int kind, location_t loc,
314 location_t loc,
322 location_t loc, diagnostic_context *dc);
327 unsigned int lang_mask, int kind, location_t loc,
338 location_t loc,
343 bool imply, location_t loc,
360 location_t loc,
367 location_t loc,
372 location_t loc);
377 location_t loc,
[all...]
H A Dtree-flow-inline.h184 location_t loc; local
189 loc = gimple_location (stmt);
190 if (loc == UNKNOWN_LOCATION)
193 return LOCATION_LINE (loc);
257 linknode->loc.stmt = stmt;
287 linknode->loc.stmt = stmt;
400 *stmt = ptr->next->loc.stmt;
499 gimple_phi_arg_set_location (gimple gs, size_t i, source_location loc) argument
501 gimple_phi_arg (gs, i)->locus = loc;
1063 imm->iter_node.loc
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dopts.h240 unsigned int lang_mask, int kind, location_t loc,
314 location_t loc,
322 location_t loc, diagnostic_context *dc);
327 unsigned int lang_mask, int kind, location_t loc,
338 location_t loc,
343 bool imply, location_t loc,
360 location_t loc,
367 location_t loc,
372 location_t loc);
377 location_t loc,
[all...]
H A Dtree-flow-inline.h184 location_t loc; local
189 loc = gimple_location (stmt);
190 if (loc == UNKNOWN_LOCATION)
193 return LOCATION_LINE (loc);
257 linknode->loc.stmt = stmt;
287 linknode->loc.stmt = stmt;
400 *stmt = ptr->next->loc.stmt;
499 gimple_phi_arg_set_location (gimple gs, size_t i, source_location loc) argument
501 gimple_phi_arg (gs, i)->locus = loc;
1063 imm->iter_node.loc
[all...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dopts.h240 unsigned int lang_mask, int kind, location_t loc,
314 location_t loc,
322 location_t loc, diagnostic_context *dc);
327 unsigned int lang_mask, int kind, location_t loc,
338 location_t loc,
343 bool imply, location_t loc,
360 location_t loc,
367 location_t loc,
372 location_t loc);
377 location_t loc,
[all...]
H A Dtree-flow-inline.h184 location_t loc; local
189 loc = gimple_location (stmt);
190 if (loc == UNKNOWN_LOCATION)
193 return LOCATION_LINE (loc);
257 linknode->loc.stmt = stmt;
287 linknode->loc.stmt = stmt;
400 *stmt = ptr->next->loc.stmt;
499 gimple_phi_arg_set_location (gimple gs, size_t i, source_location loc) argument
501 gimple_phi_arg (gs, i)->locus = loc;
1063 imm->iter_node.loc
[all...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dopts.h240 unsigned int lang_mask, int kind, location_t loc,
314 location_t loc,
322 location_t loc, diagnostic_context *dc);
327 unsigned int lang_mask, int kind, location_t loc,
338 location_t loc,
343 bool imply, location_t loc,
360 location_t loc,
367 location_t loc,
372 location_t loc);
377 location_t loc,
[all...]
H A Dtree-flow-inline.h184 location_t loc; local
189 loc = gimple_location (stmt);
190 if (loc == UNKNOWN_LOCATION)
193 return LOCATION_LINE (loc);
257 linknode->loc.stmt = stmt;
287 linknode->loc.stmt = stmt;
400 *stmt = ptr->next->loc.stmt;
499 gimple_phi_arg_set_location (gimple gs, size_t i, source_location loc) argument
501 gimple_phi_arg (gs, i)->locus = loc;
1063 imm->iter_node.loc
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dmonetary.h49 __locale_t loc,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dmonetary.h49 __locale_t loc,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dmonetary.h49 __locale_t loc,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
H A Dufs_fs.h240 #define ufs_blkoff(loc) ((loc) & uspi->s_qbmask)
241 #define ufs_fragoff(loc) ((loc) & uspi->s_qfmask)
243 #define ufs_lblkno(loc) ((loc) >> uspi->s_bshift)
244 #define ufs_numfrags(loc) ((loc) >> uspi->s_fshift)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
H A Dufs_fs.h240 #define ufs_blkoff(loc) ((loc) & uspi->s_qbmask)
241 #define ufs_fragoff(loc) ((loc) & uspi->s_qfmask)
243 #define ufs_lblkno(loc) ((loc) >> uspi->s_bshift)
244 #define ufs_numfrags(loc) ((loc) >> uspi->s_fshift)

Completed in 423 milliseconds

123456