HomeSort by relevance Sort by last modified time
    Searched defs:locs (Results 1 - 22 of 22) sorted by null

  /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/chromium_org/third_party/icu/source/test/intltest/
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]);
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;
numfmtst.cpp 1430 const Locale* locs = NumberFormat::getAvailableLocales(locCount); local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 45 int locs[circles * 2]; local
51 locs[c * 2] = abs(130 - (step + c * 9) % 261);
52 locs[c * 2 + 1] = abs(170 - (step + c * 11) % 341);
69 x += locs[c * 2] * 200 / 130.0f;
70 y += locs[c * 2 + 1] * 200 / 170.0f;
113 SkPoint locs[stars]; local
125 locs[s].fX = (int) (step * (1.3f * (s + 1) / stars) + s * 121) % (starW * 2);
126 if (locs[s].fX > starW) {
127 locs[s].fX = starW * 2 - locs[s].fX
    [all...]
  /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
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 109 Vector<ReportLocation*> locs; member in class:__tsan::ReportDesc
  /external/icu/icu4c/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 96 const char *locs [40] = { "en_US_VALLEYGIRL", local
125 for(j=0;locs[j];j++) {
126 logln(UnicodeString("Creating calendar of locale ") + locs[j]);
128 c = Calendar::createInstance(locs[j], status);
129 CHECK(status, "creating '" + UnicodeString(locs[j]) + "' calendar");
133 dataerrln(UnicodeString(locs[j]) + UnicodeString("Calendar type ") + c->getType() + " instead of " + types[j]);
    [all...]
numfmtst.cpp 1704 const Locale* locs = NumberFormat::getAvailableLocales(locCount); local
    [all...]
  /external/skia/experimental/Intersection/
EdgeDemo.cpp 45 int locs[circles * 2]; local
51 locs[c * 2] = abs(130 - (step + c * 9) % 261);
52 locs[c * 2 + 1] = abs(170 - (step + c * 11) % 341);
69 x += locs[c * 2] * 200 / 130.0f;
70 y += locs[c * 2 + 1] * 200 / 170.0f;
113 SkPoint locs[stars]; local
125 locs[s].fX = (int) (step * (1.3f * (s + 1) / stars) + s * 121) % (starW * 2);
126 if (locs[s].fX > starW) {
127 locs[s].fX = starW * 2 - locs[s].fX
    [all...]
  /external/elfutils/0.153/libdw/
libdwP.h 312 void *locs; member in struct:Dwarf_CU
  /external/chromium_org/third_party/icu/source/common/
uresbund.c 2669 UEnumeration *locs = NULL; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 1418 UEnumeration *locs= NULL; local
    [all...]
  /external/icu/icu4c/source/common/
uresbund.cpp 2717 UEnumeration *locs = NULL; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 1416 UEnumeration *locs= NULL; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 887 milliseconds