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

1 2

  /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/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/chromium_org/third_party/icu/source/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]);
  /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;
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 101 Vector<ReportLocation*> locs; member in class:__tsan::ReportDesc
tsan_report.cc 22 , locs(MBlockReportLoc)
197 for (uptr i = 0; i < rep->locs.Size(); i++)
198 PrintLocation(rep->locs[i]);
tsan_rtl_report.cc 309 rep_->locs.PushBack(loc);
331 rep_->locs.PushBack(loc);
355 rep_->locs.PushBack(loc);
362 rep_->locs.PushBack(loc);
707 ReportLocation *suppress_loc = rep.GetReport()->locs.Size() ?
708 rep.GetReport()->locs[0] : 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 640 def assertEqualCallArgs(self, func, call_params_string, locs=None):
641 locs = dict(locs or {}, func=func)
642 r1 = eval('func(%s)' % call_params_string, None, locs)
644 locs)
647 def assertEqualException(self, func, call_param_string, locs=None):
648 locs = dict(locs or {}, func=func)
650 eval('func(%s)' % call_param_string, None, locs)
657 locs)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 640 def assertEqualCallArgs(self, func, call_params_string, locs=None):
641 locs = dict(locs or {}, func=func)
642 r1 = eval('func(%s)' % call_params_string, None, locs)
644 locs)
647 def assertEqualException(self, func, call_param_string, locs=None):
648 locs = dict(locs or {}, func=func)
650 eval('func(%s)' % call_param_string, None, locs)
657 locs)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
dtfmtrtperf.h 61 DateTimeRoundTripFunction(int locs)
63 nLocales = locs;
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.h 61 DateTimeRoundTripFunction(int locs)
63 nLocales = locs;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 90 /*@reldef@*/ STAILQ_HEAD(dwarf2_lochead, dwarf2_loc) locs; member in struct:dwarf2_section_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 91 extern char *locs;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 91 extern char *locs;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 91 extern char *locs;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 513 recordLocation(uint16_t *locs, uint8_t *masks,
519 case TGSI_SEMANTIC_POSITION: locs[SV_POSITION] = addr; break;
520 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break;
521 case TGSI_SEMANTIC_VERTEXID: locs[SV_VERTEX_ID] = addr; break;
522 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break;
523 case NV50_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break;
524 case NV50_SEMANTIC_VIEWPORTINDEX: locs[SV_VIEWPORT_INDEX] = addr; break;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 513 recordLocation(uint16_t *locs, uint8_t *masks,
519 case TGSI_SEMANTIC_POSITION: locs[SV_POSITION] = addr; break;
520 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break;
521 case TGSI_SEMANTIC_VERTEXID: locs[SV_VERTEX_ID] = addr; break;
522 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break;
523 case NV50_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break;
524 case NV50_SEMANTIC_VIEWPORTINDEX: locs[SV_VIEWPORT_INDEX] = addr; break;
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 51 SmallVectorImpl<CCValAssign> &Locs;
58 SmallVectorImpl<CCValAssign> &locs, LLVMContext &c);
61 Locs.push_back(V);
HexagonCallingConvLower.cpp 28 SmallVectorImpl<CCValAssign> &locs,
30 : CallingConv(CC), IsVarArg(isVarArg), TM(tm), Locs(locs), Context(c) {
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 27 const TargetMachine &tm, SmallVectorImpl<CCValAssign> &locs,
30 TRI(*TM.getRegisterInfo()), Locs(locs), Context(C),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 140 locs = (LOCAL, CELL)
141 test = lambda x: ((x >> SCOPE_OFF) & SCOPE_MASK) in locs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 140 locs = (LOCAL, CELL)
141 test = lambda x: ((x >> SCOPE_OFF) & SCOPE_MASK) in locs

Completed in 2577 milliseconds

1 2