HomeSort by relevance Sort by last modified time
    Searched full:locs (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/icu4c/test/intltest/
nmfmapts.cpp 311 StringEnumeration* locs = NumberFormat::getAvailableLocales(); local
317 for (res = locs->snext(status); res; res = locs->snext(status)) {
384 for (res = locs->snext(status); res; res = locs->snext(status)) {
388 locs->reset(status); // now in synch again, we hope
389 for (res = locs->snext(status); res; res = locs->snext(status)) {
393 delete locs;
incaltst.cpp 99 const char *locs [40] = { "en_US_VALLEYGIRL", local
128 for(j=0;locs[j];j++) {
129 logln(UnicodeString("Creating calendar of locale ") + locs[j]);
131 c = Calendar::createInstance(locs[j], status);
132 CHECK(status, "creating '" + UnicodeString(locs[j]) + "' calendar");
136 dataerrln(UnicodeString(locs[j]) + UnicodeString("Calendar type ") + c->getType() + " instead of " + types[j]);
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
OProfileJITEventListenerTest.cpp 93 SourceLocations locs; local
97 locs.push_back(std::make_pair(std::string(i->filename), i->lineno));
99 ReportedDebugFuncs[addr] = locs;
  /external/valgrind/main/exp-sgcheck/tests/
filter_stderr 25 # been built with debugging information, hence source locs are present.
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 27 const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs,
30 TRI(*TM.getRegisterInfo()), Locs(locs), Context(C),
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.cpp 28 SmallVector<CCValAssign, 16> &locs,
31 TRI(*TM.getRegisterInfo()), Locs(locs), Context(c) {
HexagonCallingConvLower.h 52 SmallVector<CCValAssign, 16> &Locs;
59 SmallVector<CCValAssign, 16> &locs, LLVMContext &c);
62 Locs.push_back(V);
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 100 Vector<ReportLocation*> locs; member in class:__tsan::ReportDesc
tsan_report.cc 22 , locs(MBlockReportLoc)
193 for (uptr i = 0; i < rep->locs.Size(); i++)
194 PrintLocation(rep->locs[i]);
tsan_rtl_report.cc 298 rep_->locs.PushBack(loc);
319 rep_->locs.PushBack(loc);
343 rep_->locs.PushBack(loc);
350 rep_->locs.PushBack(loc);
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.h 61 DateTimeRoundTripFunction(int locs)
63 nLocales = locs;
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 161 SmallVector<CCValAssign, 16> &Locs;
174 const TargetMachine &TM, SmallVector<CCValAssign, 16> &locs,
178 Locs.push_back(V);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java 221 List<Vector2f> locs = new ArrayList<Vector2f>(); local
233 locs.add(new Vector2f(locX, locZ));
239 terrain.adjustHeight(locs, heights);
240 //System.out.println("Modified "+locs.size()+" points, took: " + (System.currentTimeMillis() - start)+" ms");
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/elfutils/libdw/
dwarf_end.c 75 tdestroy (p->locs, noop_free);
libdw_findcu.c 140 newp->locs = NULL;
dwarf_getlocation.c 122 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
335 (void) tsearch (newp, &cu->locs, loc_compare);
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 184 // Transfer function dispatch for Non-Locs.
210 // Transfer function dispatch for Locs.
  /frameworks/base/docs/html/about/versions/
android-1.1.jd 19 <li><a href="#locs">UI Localizations</a>
133 <h2 id="locs">UI Localizations</h2>
android-1.5.jd 19 <li><a href="#locs">Locales</a></li>
305 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
android-2.0.1.jd 17 <li><a href="#locs">Locales</a></li>
167 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
android-2.0.jd 17 <li><a href="#locs">Locales</a></li>
156 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
android-2.1.jd 19 <li><a href="#locs">Locales</a></li>
295 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
  /external/clang/lib/Basic/
SourceLocation.cpp 51 // The macro expansion and spelling pos is identical for file locs.

Completed in 1795 milliseconds

1 2 3