Home
last modified time | relevance | path

Searched refs:loc_id (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/data/
DSpecialLocales.txt4 # loc_id ; type ; comment
6 # loc_id is an explicit id, and does NOT include sublocales unless it is followed by *
/external/libcxx/utils/libcxx/test/
Dtarget_info.py63 for loc_id, windows_loc_name in locales:
64 loc_name = windows_loc_name if is_windows else loc_id
66 features.add('locale.{0}'.format(loc_id))
/external/perf_data_converter/src/
Dperf_data_converter.cc513 uint64 loc_id = profile->location_size(); in AddOrGetLocation() local
514 loc->set_id(loc_id); in AddOrGetLocation()
526 loc_map[addr] = loc_id; in AddOrGetLocation()
527 return loc_id; in AddOrGetLocation()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc522 uint64 loc_id = pprof_profile_->AddLocation(node, root); in Format() local
523 call_ids->push_back(loc_id); in Format()