Searched refs:locs (Results 1 - 25 of 47) sorted by relevance

12

/external/llvm/lib/Target/PowerPC/
H A DPPCCCState.h34 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
35 : CCState(CC, isVarArg, MF, locs, C) {}
33 PPCCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) argument
/external/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp313 StringEnumeration* locs = NumberFormat::getAvailableLocales(); local
319 for (res = locs->snext(status); res; res = locs->snext(status)) {
386 for (res = locs->snext(status); res; res = locs->snext(status)) {
390 locs->reset(status); // now in synch again, we hope
391 for (res = locs->snext(status); res; res = locs->snext(status)) {
395 delete locs;
H A Dincaltst.cpp98 const char *locs [40] = { "en_US_VALLEYGIRL", local
127 for(j=0;locs[j];j++) {
128 logln(UnicodeString("Creating calendar of locale ") + locs[j]);
130 c = Calendar::createInstance(locs[j], status);
131 CHECK(status, "creating '" + UnicodeString(locs[j]) + "' calendar");
135 dataerrln(UnicodeString(locs[j]) + UnicodeString("Calendar type ") + c->getType() + " instead of " + types[j]);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormatParseInfoTree.java73 Map<FieldDescriptor, List<TextFormatParseLocation>> locs =
76 locs.put(kv.getKey(), Collections.unmodifiableList(kv.getValue()));
78 this.locationsFromField = Collections.unmodifiableMap(locs);
/external/llvm/lib/Target/Mips/
H A DMipsCCState.h68 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C,
70 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {}
67 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, SpecialCallingConvType SpecialCC = NoSpecialCallingConv) argument
/external/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h42 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
43 : CCState(CC, isVarArg, MF, locs, C) {}
41 SystemZCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h109 Vector<ReportLocation*> locs; member in class:__tsan::ReportDesc
H A Dtsan_debugging.cc74 *loc_count = rep->locs.Size();
114 CHECK_LT(idx, rep->locs.Size());
115 ReportLocation *loc = rep->locs[idx];
H A Dtsan_report.cc58 , locs(MBlockReportLoc)
342 for (uptr i = 0; i < rep->locs.Size(); i++)
343 PrintLocation(rep->locs[i]);
434 for (uptr i = 0; i < rep->locs.Size(); i++)
435 PrintLocation(rep->locs[i]);
H A Dtsan_rtl_report.cc317 rep_->locs.PushBack(loc);
337 rep_->locs.PushBack(loc);
347 rep_->locs.PushBack(loc);
353 rep_->locs.PushBack(loc);
510 for (uptr i = 0; pc_or_addr == 0 && i < rep->locs.Size(); i++)
511 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp);
/external/elfutils/libdw/
H A Ddwarf_end.c56 tdestroy (p->locs, noop_free);
H A Ddwarf_getlocation.c123 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
161 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
185 found = tsearch (newp, &attr->cu->locs, loc_compare);
240 /* Stack allocate at most this many locs. */
604 &cu->locs, block,
676 Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr,
679 unsigned char *readp = locs->d_buf + offset;
680 unsigned char *readendp = locs->d_buf + locs->d_size;
728 return readp - (unsigned char *) locs
674 getlocations_addr(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr, size_t *exprlen) argument
[all...]
H A Dlibdw_findcu.c115 newp->locs = NULL;
/external/elfutils/tests/
H A Dvarlocs.c402 int locs = dwarf_getlocation_addr (&attrval, addr, local
404 if (locs == 0)
406 else if (locs == 1)
411 ", locs (%d): %s", addr, locs, dwarf_errmsg (-1));
696 int locs = dwarf_getlocation_addr (&attr, begin, local
699 assert (locs == 1);
700 locs = dwarf_getlocation_addr (&attr, end - 1,
703 assert (locs == 1);
/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h64 DateTimeRoundTripFunction(int locs) argument
66 nLocales = locs;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp513 recordLocation(uint16_t *locs, uint8_t *masks, argument
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/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationServiceTest.java319 Locale locs[] = Collator.getAvailableLocales();
320 if (!assertTrue("getAvailableLocales != null", locs!=null)) return -1;
321 checkArray(msg, locs, null);
327 //assertTrue("getAvailableLocales().length == getAvailableULocales().length", locs.length == ulocs.length);
328 return locs.length;
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java318 Locale locs[] = Collator.getAvailableLocales();
319 if (!assertTrue("getAvailableLocales != null", locs!=null)) return -1;
320 checkArray(msg, locs, null);
326 //assertTrue("getAvailableLocales().length == getAvailableULocales().length", locs.length == ulocs.length);
327 return locs.length;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCallingConvLower.cpp27 const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs,
30 TRI(*TM.getRegisterInfo()), Locs(locs), Context(C),
26 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs, LLVMContext &C) argument
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp29 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
31 TRI(*MF.getSubtarget().getRegisterInfo()), Locs(locs), Context(C),
28 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) argument
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DCallingConvLower.h173 const TargetMachine &TM, SmallVector<CCValAssign, 16> &locs,
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DGlobalizationPreferences.java1145 List<ULocale> locs = getLocales();
1147 for (int i = 0; i < locs.size(); i++) {
1148 ULocale l = locs.get(i);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DCurrencyTest.java170 Locale[] locs = Currency.getAvailableLocales();
172 for (int i = 0; i < locs.length; ++i) {
173 if (locs[i].equals(fu_FU)) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java1185 List<ULocale> locs = getLocales();
1187 for (int i = 0; i < locs.size(); i++) {
1188 ULocale l = locs.get(i);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCurrencyTest.java169 Locale[] locs = Currency.getAvailableLocales();
171 for (int i = 0; i < locs.length; ++i) {
172 if (locs[i].equals(fu_FU)) {

Completed in 621 milliseconds

12