HomeSort by relevance Sort by last modified time
    Searched refs:locs (Results 26 - 50 of 149) sorted by null

12 3 4 5 6

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
filter.go 57 var locs []*Location
60 locs = append(locs, loc)
63 if len(locs) == 0 {
67 sample.Location = locs
161 func focusedAndNotIgnored(locs []*Location, m map[uint64]bool) bool {
163 for _, loc := range locs {
legacy_profile.go 115 locs := make([]*Location, 0, len(fields))
131 locs = append(locs, loc)
134 Location: locs,
153 var locs []*Location
160 l.ID = uint64(len(locs) + 1)
161 locs = append(locs, l)
165 p.Location = locs
420 locs := make(map[uint64]*Location
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webui_test.go 202 locs := []*profile.Location{
218 Location: []*profile.Location{locs[2], locs[1], locs[0]},
222 Location: []*profile.Location{locs[1], locs[0]},
226 Location: locs,
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
filter.go 57 var locs []*Location
60 locs = append(locs, loc)
63 if len(locs) == 0 {
67 sample.Location = locs
161 func focusedAndNotIgnored(locs []*Location, m map[uint64]bool) bool {
163 for _, loc := range locs {
legacy_profile.go 115 locs := make([]*Location, 0, len(fields))
131 locs = append(locs, loc)
134 Location: locs,
153 var locs []*Location
160 l.ID = uint64(len(locs) + 1)
161 locs = append(locs, l)
165 p.Location = locs
420 locs := make(map[uint64]*Location
    [all...]
  /external/python/cpython2/Lib/test/
test_inspect.py 658 def assertEqualCallArgs(self, func, call_params_string, locs=None):
659 locs = dict(locs or {}, func=func)
660 r1 = eval('func(%s)' % call_params_string, None, locs)
662 locs)
665 def assertEqualException(self, func, call_param_string, locs=None):
666 locs = dict(locs or {}, func=func)
668 eval('func(%s)' % call_param_string, None, locs)
675 locs)
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 230 locs := locations[v.Type]
231 // Mark all positions in locs used by interfering values.
232 for i := 0; i < len(locs); i++ {
243 for i = 0; i < len(locs); i++ {
250 if i == len(locs) {
252 locs = append(locs, LocalSlot{N: f.fe.Auto(v.Pos, v.Type), Type: v.Type, Off: 0})
253 locations[v.Type] = locs
256 loc := locs[i]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackalloc.go 230 locs := locations[v.Type]
231 // Mark all positions in locs used by interfering values.
232 for i := 0; i < len(locs); i++ {
243 for i = 0; i < len(locs); i++ {
250 if i == len(locs) {
252 locs = append(locs, LocalSlot{N: f.fe.Auto(v.Pos, v.Type), Type: v.Type, Off: 0})
253 locations[v.Type] = locs
256 loc := locs[i]
  /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/elfutils/tests/
varlocs.c 402 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/
dtfmtrtperf.h 64 DateTimeRoundTripFunction(int locs)
66 nLocales = locs;
  /external/compiler-rt/lib/tsan/rtl/
tsan_debugging.cc 74 *loc_count = rep->locs.Size();
114 CHECK_LT(idx, rep->locs.Size());
115 ReportLocation *loc = rep->locs[idx];
tsan_report.cc 58 , 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]);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
ConfigurationV25.java 21 private static String localesToResourceQualifier(List<Locale> locs) {
23 for (int i = 0; i < locs.size(); i++) {
24 final Locale loc = locs.get(i);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.cpp 562 recordLocation(uint16_t *locs, uint8_t *masks,
568 case TGSI_SEMANTIC_POSITION: locs[SV_POSITION] = addr; break;
569 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break;
570 case TGSI_SEMANTIC_VERTEXID: locs[SV_VERTEX_ID] = addr; break;
571 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break;
572 case TGSI_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break;
573 case TGSI_SEMANTIC_VIEWPORT_INDEX: locs[SV_VIEWPORT_INDEX] = addr; break;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationServiceTest.java 329 Locale locs[] = Collator.getAvailableLocales(); local
330 if (!assertTrue("getAvailableLocales != null", locs!=null)) return -1;
331 checkArray(msg, locs, null);
337 //assertTrue("getAvailableLocales().length == getAvailableULocales().length", locs.length == ulocs.length);
338 return locs.length;
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationServiceTest.java 326 Locale locs[] = Collator.getAvailableLocales(); local
327 if (!assertTrue("getAvailableLocales != null", locs!=null)) return -1;
328 checkArray(msg, locs, null);
334 //assertTrue("getAvailableLocales().length == getAvailableULocales().length", locs.length == ulocs.length);
335 return locs.length;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 92 extern char *locs;
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolz/
symbolz_test.go 103 func checkSymbolized(locs []*profile.Location, wantSymbolized bool) error {
104 for _, loc := range locs {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolz/
symbolz_test.go 103 func checkSymbolized(locs []*profile.Location, wantSymbolized bool) error {
104 for _, loc := range locs {
  /bootable/recovery/updater/
blockimg.cpp 591 RangeSet locs; local
595 locs = RangeSet(std::vector<Range>{ Range{ 0, src.blocks() } });
601 locs = RangeSet::Parse(params.tokens[pos++]);
602 CHECK_EQ(src.blocks(), locs.blocks());
608 size_t buffer_index = locs.GetBlockNumber(i);
982 // Source contains packed data, which we want to move to the locations given in locs in the dest
984 static void MoveRange(std::vector<uint8_t>& dest, const RangeSet& locs,
988 size_t start = locs.blocks();
990 for (auto it = locs.crbegin(); it != locs.crend(); it++)
1046 RangeSet locs = RangeSet::Parse(params.tokens[params.cpos++]); local
1069 RangeSet locs = RangeSet::Parse(tokens[1]); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
CompactDecimalFormatTest.java 594 ULocale[] locs = new ULocale[] { local
611 for (int i=0; i<locs.length; i++) {
612 ULocale loc = locs[i];
627 ULocale[] locs = ULocale.getAvailableLocales(); local
628 for (ULocale loc : locs) {
653 ULocale[] locs = {new ULocale("en"), new ULocale("it"), new ULocale("en_US_POSIX"), new ULocale("en-IN")}; local
655 for (int i=0; i<locs.length; i++) {
656 ULocale loc = locs[i];
    [all...]

Completed in 714 milliseconds

12 3 4 5 6