/third_party/boost/libs/geometry/example/data/ |
D | cities.sql | 10 drop table if exists cities; 11 create table cities(id serial primary key, name varchar(25)); table 14 insert into cities(location, name) values(GeometryFromText('POINT( -71.03 42.37)', 4326), 'Boston'); 15 insert into cities(location, name) values(GeometryFromText('POINT( -87.65 41.90)', 4326), 'Chicago'… 16 insert into cities(location, name) values(GeometryFromText('POINT( -95.35 29.97)', 4326), 'Houston'… 17 insert into cities(location, name) values(GeometryFromText('POINT(-118.40 33.93)', 4326), 'Los Ange… 18 insert into cities(location, name) values(GeometryFromText('POINT( -80.28 25.82)', 4326), 'Miami'); 19 insert into cities(location, name) values(GeometryFromText('POINT( -73.98 40.77)', 4326), 'New York… 20 insert into cities(location, name) values(GeometryFromText('POINT(-112.02 33.43)', 4326), 'Phoenix'… 21 insert into cities(location, name) values(GeometryFromText('POINT( -77.04 38.85)', 4326), 'Washingt…
|
/third_party/boost/libs/geometry/example/ |
D | 07_b_graph_route_example.cpp | 150 CityTupleVector& cities) in add_roads_and_connect_cities() argument 176 BOOST_FOREACH(city_type& city, cities) in add_roads_and_connect_cities() 278 std::vector<city_type> cities; in main() local 279 read_wkt<point_type>("data/cities.wkt", cities, box); in main() 288 add_roads_and_connect_cities(graph, roads, cities); in main() 301 BOOST_FOREACH(city_type const& city1, cities) in main() 315 BOOST_FOREACH(city_type const& city2, cities) in main() 363 BOOST_FOREACH(city_type const& city, cities) in main()
|
D | 07_a_graph_route_example.cpp | 165 CityTupleVector& cities) in add_roads_and_connect_cities() argument 191 BOOST_FOREACH(city_type& city, cities) in add_roads_and_connect_cities() 289 std::vector<city_type> cities; in main() local 290 read_wkt<point_type>("data/cities.wkt", cities, box); in main() 301 add_roads_and_connect_cities(graph, roads, cities); in main() 315 BOOST_FOREACH(city_type const& city1, cities) in main() 329 BOOST_FOREACH(city_type const& city2, cities) in main() 377 BOOST_FOREACH(city_type const& city, cities) in main()
|
/third_party/boost/libs/xpressive/test/ |
D | test_symbols.cpp | 278 City cities[] = { in BOOST_TYPEOF_REGISTER_TYPE() local 283 int const nbr_cities = sizeof(cities)/sizeof(*cities); in BOOST_TYPEOF_REGISTER_TYPE() 288 map1[cities[i].name] = cities[i]; in BOOST_TYPEOF_REGISTER_TYPE()
|
/third_party/libphonenumber/resources/geocoding/sr/ |
D | 387.txt | 16 # Translated names are taken from Wikipedia page of respective cities (when
|
/third_party/libphonenumber/resources/geocoding/ru/ |
D | 375.txt | 23 # Provinces were added for smaller cities.
|
/third_party/libphonenumber/resources/geocoding/hr/ |
D | 387.txt | 16 # Translated names are taken from Wikipedia page of respective cities (when
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 226.txt | 18 # Where there are many cities for a prefix, we only kept the more significant
|
/third_party/libphonenumber/resources/geocoding/bs/ |
D | 387.txt | 16 # Translated names are taken from Wikipedia page of respective cities (when
|
/third_party/skia/third_party/externals/icu/filters/ |
D | android_extra.json | 353 // # Remove exemplar cities in timezone data.
|
D | android_small.json | 892 // # Remove exemplar cities in timezone data.
|
D | ios.json | 682 // # Remove exemplar cities in timezone data.
|
D | android.json | 1045 // # Remove exemplar cities in timezone data.
|
D | cast.json | 1360 // # Remove exemplar cities in timezone data.
|
/third_party/tzdata/ |
D | tzselect.8.txt | 20 ask for selection from time zones whose largest cities are
|
D | backzone | 48 # depends on exactly when each of those cities were taken over by the 504 # http://www.thehindu.com/news/cities/chennai/madras-375-when-madras-clocked-the-time/article633939…
|
D | northamerica | 336 # Four cities are involved. The two not mentioned above are Smiths Station 1727 # Some cities in the United States have pushed the deadline back 1742 # the provincial governments and by the postmasters in many cities 1764 # Ontario Used generally in the cities and towns along 1773 # to those cities and towns lying between Quebec city and Windsor, Ont. 1820 # War,... [t]he cities agreed to implement DST during the summer 2049 # (includes the cities of Dawson Creek and Fort St. John) 2349 # cities in Nunavut, Coral Harbor is the only one that I know of that 2668 # > Mexico's border cities to share the same daylight saving schedule as
|
D | asia | 1715 # Since timezones should be called by country and not capital cities, 2649 # when the respective cities were taken over by the Allies after WWII. 3557 # a weekly Dhahran-Cairo service, via the Saudi Arabian cities of Riyadh and
|
/third_party/boost/libs/graph/example/ |
D | Jamfile.v2 | 18 run astar-cities.cpp ;
|
/third_party/skia/third_party/externals/icu/ |
D | README.chromium | 98 e. Filter exemplar cities in timezone data (data/zone).
|
/third_party/flutter/skia/third_party/externals/icu/ |
D | README.chromium | 105 b. Remove exemplar cities in timezone data (data/zone).
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | 2drvb10.txt | 852 9:7. The swords of the enemy have failed unto the end: and their cities 4704 68:36. For God will save Sion, and the cities of Juda shall be built 4707 Sion. . .The catholic church. The cities of Juda, etc., her places of 9537 138:20. Because you say in thought: They shall receive thy cities in 9541 against the servants of God, and think to cast them out of the cities 11609 his spirit, than he that taketh cities. 11763 and judgments are like the bars of cities. 15315 The just man. . .Lot.--Ibid. Pentapolis. . .The land of the five cities, 17245 10:3. An unwise king shall be the ruin of his people: and cities shall 19222 28:17. It hath destroyed the strong cities of the rich, and hath [all …]
|
/third_party/boost/libs/graph_parallel/doc/ |
D | distributed_adjacency_list.rst | 77 the vertices of the graph are cities and the edges are highways, then 157 section, the vertices in the graph represent cities. The distributed
|
/third_party/node/deps/brotli/c/common/ |
D | dictionary.bin | 118 …ed rise inGenesisview ofrising seem tobut in backinghe willgiven agiving cities.flow of Later all …
|
/third_party/skia/third_party/externals/brotli/c/common/ |
D | dictionary.bin | 118 …ed rise inGenesisview ofrising seem tobut in backinghe willgiven agiving cities.flow of Later all …
|