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

<<21222324252627282930>>

  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 311 locale loc(locale::classic(), &codec);
313 istr.imbue(loc);
346 locale loc(locale::classic(), &codec);
348 istr.imbue(loc);
388 locale loc("");
391 if (has_facet<cdecvt_type>(loc)) {
392 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc);
435 locale loc("");
438 if (has_facet<cdecvt_type>(loc)) {
439 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc);
    [all...]
locale_test.h 88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* );
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 311 locale loc(locale::classic(), &codec);
313 istr.imbue(loc);
346 locale loc(locale::classic(), &codec);
348 istr.imbue(loc);
388 locale loc("");
391 if (has_facet<cdecvt_type>(loc)) {
392 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc);
435 locale loc("");
438 if (has_facet<cdecvt_type>(loc)) {
439 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc);
    [all...]
locale_test.h 88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* );
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MeetingInfo.java 27 public static final String MEETING_LOCATION = "LOC";
  /external/icu4c/i18n/
regexcmp.cpp 474 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
498 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
720 fRXPat->fCompiledPat->addElement(0, *fStatus); // Continue Loc. To be filled later.
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java 128 DynamicArray<Number> locArray = ((DynamicArray<Number>) targetStructure.getFieldValue("loc"));
129 Vector3f loc = new Vector3f(locArray.get(0).floatValue(), locArray.get(1).floatValue(), locArray.get(2).floatValue()); local
136 float y = loc.y;
137 loc.y = loc.z;
138 loc.z = -y;
149 Transform result = new Transform(loc, rot);
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 5 # for variable-loc.ll
18 .file "test/DebugInfo/SystemZ/variable-loc.ll"
47 .loc 2 18 0 # :18:0
64 .loc 2 22 3 prologue_end # :22:3
69 .loc 2 23 9 # :23:9
75 .loc 2 24 3 # :24:3
80 .loc 2 26 3 # :26:3
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.c 285 VGint offsets[4], loc[4]; local
292 offsets, loc))
297 debug_printf("Locati = [%d, %d, %d, %d]\n", loc[0],
298 loc[1], loc[2], loc[3]);
321 loc[0], loc[1], loc[2], loc[3]
    [all...]
  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 166 static bool isRewritable(SourceLocation Loc) {
167 return Loc.isFileID();
190 /// using the indentation of the source line in position \p Loc.
191 bool InsertText(SourceLocation Loc, StringRef Str,
199 bool InsertTextAfter(SourceLocation Loc, StringRef Str) {
200 return InsertText(Loc, Str);
205 bool InsertTextAfterToken(SourceLocation Loc, StringRef Str);
212 bool InsertTextBefore(SourceLocation Loc, StringRef Str) {
213 return InsertText(Loc, Str, false);
294 unsigned getLocationOffsetAndFileID(SourceLocation Loc, FileID &FID) const
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 71 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
258 unsigned selfFlags = getSelfFlags(state->getSVal(argV.castAs<Loc>()), C);
289 addSelfFlag(state, state->getSVal(argV.castAs<Loc>()), prevFlags, C);
315 addSelfFlag(state, state->getSVal(location.castAs<Loc>()), SelfFlag_Self,
320 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S,
327 if ((isSelfVar(loc, C)) &&
335 if (SymbolRef sym = loc.getAsSymbol())
421 if (!location.getAs<loc::MemRegionVal>())
424 loc::MemRegionVal MRV = location.castAs<loc::MemRegionVal>()
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 285 VGint offsets[4], loc[4]; local
292 offsets, loc))
297 debug_printf("Locati = [%d, %d, %d, %d]\n", loc[0],
298 loc[1], loc[2], loc[3]);
321 loc[0], loc[1], loc[2], loc[3]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 203 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/
test_pydoc.py 203 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...]
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.cpp 462 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
485 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
698 fRXPat->fCompiledPat->addElement(0, *fStatus); // Continue Loc. To be filled later.
753 // 1. STO_INP_LOC data-loc
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 28 .loc 1 33 0
40 .loc 1 37 0
44 .loc 1 38 0
54 .loc 1 59 0
66 .loc 1 42 0
73 .loc 1 44 0
76 .loc 1 42 0
79 .loc 1 44 0
85 .loc 1 50 0
93 .loc 1 49
    [all...]
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 50 FullSourceLoc Loc(SM.getExpansionLoc(L), const_cast<SourceManager&>(SM));
54 extend ? Lexer::MeasureTokenLength(Loc, SM, LangOpts) - 1 : 0;
58 << Loc.getExpansionLineNumber() << "</integer>\n";
60 << Loc.getExpansionColumnNumber() + offset << "</integer>\n";
62 << GetFID(FM, SM, Loc) << "</integer>\n";
Transforms.h 89 SourceLocation Loc;
166 /// \brief 'Loc' is the end of a statement range. This returns the location
170 SourceLocation findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx);
172 /// \brief 'Loc' is the end of a statement range. This returns the location
176 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx);
  /external/clang/lib/Basic/
SourceLocation.cpp 27 if (Loc.isValid()) {
28 Loc.print(OS, SM);
40 OS << "<invalid loc>";
120 bool FullSourceLoc::isBeforeInTranslationUnitThan(SourceLocation Loc) const {
122 return SrcMgr->isBeforeInTranslationUnit(*this, Loc);
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 178 /// getLocationNo - Return the location number that matches Loc.
207 // Add a singular (Idx,Idx) -> Loc mapping.
372 OS << " Loc" << i << '=';
449 // DBG_VALUE loc, offset, variable
645 const MachineOperand &Loc = locations[LocNo];
647 if (!Loc.isReg()) {
653 if (TargetRegisterInfo::isVirtualRegister(Loc.getReg())) {
656 if (LIS.hasInterval(Loc.getReg())) {
657 LI = &LIS.getInterval(Loc.getReg());
668 unsigned Unit = *MCRegUnitIterator(Loc.getReg(), &TRI)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm 28 .loc 1 33 0
40 .loc 1 37 0
43 .loc 1 38 0
50 .loc 1 39 0
55 .loc 1 42 0
61 .loc 1 44 0
65 .loc 1 45 0
71 .loc 1 46 0
76 .loc 1 50 0
89 .loc 1 52
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 114 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V, bool notifyChanges) const {
125 ProgramStateRef ProgramState::bindDefault(SVal loc, SVal V) const {
127 const MemRegion *R = loc.castAs<loc::MemRegionVal>().getRegion();
149 Values.push_back(loc::MemRegionVal(*I));
154 ConstValues.push_back(loc::MemRegionVal(*I));
235 ProgramStateRef ProgramState::killBinding(Loc LV) const {
236 assert(!LV.getAs<loc::MemRegionVal>() && "Use invalidateRegion instead.");
265 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType())
272 SVal ProgramState::getSVal(Loc location, QualType T) const
    [all...]
  /external/grub/stage2/
fs.h 387 #define blkmap(fs, map, loc) \
388 (((map)[(loc) / NBBY] >> ((loc) % NBBY)) & (0xff >> (NBBY - (fs)->fs_frag)))
401 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \
402 ((loc) & ~(fs)->fs_bmask)
403 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \
404 ((loc) & ~(fs)->fs_fmask)
405 #define lblkno(fs, loc) /* calculates (loc / fs->fs_bsize) */
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 486 if (result->word.stem.loc.handle == NULL) {
490 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle);
499 if (GET_LOCATION_OPERATION(result->word.stem.loc.status) != NJ_CUR_OP_COMP) {
544 if (result->word.stem.loc.handle == NULL) {
548 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle);
896 word->stem.loc.handle = NULL;
897 word->stem.loc.type = NJ_DIC_H_TYPE_NORMAL;
898 word->stem.loc.current = 0
    [all...]
  /system/core/libpixelflinger/codeflinger/
mips_disassem.c 178 db_addr_t mips_disassem(db_addr_t loc, char *di_buffer, int alt_dis_format);
182 * Disassemble instruction 'insn' nominally at 'loc'.
183 * 'loc' may in fact contain a breakpoint instruction.
186 db_disasm_insn(int insn, db_addr_t loc, bool altfmt)
376 print_addr(loc + 4 + ((short)i.IType.imm << 2));
461 print_addr((loc & 0xF0000000) | (i.JType.target << 2));
539 // mips_disassem(loc+4);
540 // return (loc + 8);
542 return (loc + 4);
546 print_addr(db_addr_t loc)
    [all...]

Completed in 641 milliseconds

<<21222324252627282930>>