Searched refs:city (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSupplierData.java27 private String city; field in class:SupplierData
29 public SupplierData(String name, int status, String city) { argument
33 this.city = city;
48 return city;
55 " city=" + city + ']';
H A DPartData.java27 private String city; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
34 this.city = city;
54 return city;
62 " city=" + city + ']';
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSupplierData.java28 private String city; field in class:SupplierData
30 public SupplierData(String name, int status, String city) { argument
34 this.city = city;
49 return city;
56 " city=" + city + ']';
H A DPartData.java28 private String city; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
35 this.city = city;
55 return city;
63 " city=" + city + ']';
H A DSupplier.java26 private String city; field in class:Supplier
28 public Supplier(String number, String name, int status, String city) { argument
33 this.city = city;
53 return city;
61 " city=" + city + ']';
H A DPart.java27 private String city; field in class:Part
30 String city) {
36 this.city = city;
61 return city;
70 " city=" + city + ']';
29 Part(String number, String name, String color, Weight weight, String city) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSupplierData.java27 private String city; field in class:SupplierData
29 public SupplierData(String name, int status, String city) { argument
33 this.city = city;
48 return city;
55 " city=" + city + ']';
H A DPartData.java27 private String city; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
34 this.city = city;
54 return city;
62 " city=" + city + ']';
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSupplierData.java28 private String city; field in class:SupplierData
30 public SupplierData(String name, int status, String city) { argument
34 this.city = city;
49 return city;
56 " city=" + city + ']';
H A DPartData.java28 private String city; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
35 this.city = city;
55 return city;
63 " city=" + city + ']';
H A DSupplier.java26 private String city; field in class:Supplier
28 public Supplier(String number, String name, int status, String city) { argument
33 this.city = city;
53 return city;
61 " city=" + city + ']';
H A DPart.java27 private String city; field in class:Part
30 String city) {
36 this.city = city;
61 return city;
70 " city=" + city + ']';
29 Part(String number, String name, String color, Weight weight, String city) argument
H A DSampleDatabase.java94 // Open the SecondaryDatabase for the city index of the supplier store,
97 // the same city, and more than one shipment may exist for the same
191 * Return the supplier-by-city index.
226 * Construct the city key extractor.
237 * Extract the city key from a supplier key/value pair. The city key
245 String city = supplierData.getCity();
246 if (city != null) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSupplier.java36 private String city; field in class:Supplier
38 public Supplier(String number, String name, int status, String city) { argument
43 this.city = city;
72 return city;
80 " city=" + city + ']';
H A DPart.java36 private String city; field in class:Part
39 String city) {
45 this.city = city;
79 return city;
88 " city=" + city + ']';
38 Part(String number, String name, String color, Weight weight, String city) argument
H A DSampleDatabase.java94 // Open the SecondaryDatabase for the city index of the supplier store,
97 // the same city, and more than one shipment may exist for the same
191 * Return the supplier-by-city index.
226 * Construct the city key extractor.
237 * Extract the city key from a supplier key/value pair. The city key
245 String city = supplier.getCity();
246 if (city != null) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSupplier.java35 static final String CITY_KEY = "city";
40 private String city; field in class:Supplier
42 public Supplier(String number, String name, int status, String city) { argument
47 this.city = city;
67 return city;
75 " city=" + city + ']';
93 if (this.city != null) {
94 keyOutput.writeString(this.city);
[all...]
H A DPart.java39 private String city; field in class:Part
42 String city) {
48 this.city = city;
73 return city;
82 " city=" + city + ']';
41 Part(String number, String name, String color, Weight weight, String city) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSupplier.java35 static final String CITY_KEY = "city";
40 private String city; field in class:Supplier
42 public Supplier(String number, String name, int status, String city) { argument
47 this.city = city;
76 return city;
84 " city=" + city + ']';
108 if (this.city != null) {
109 keyOutput.writeString(this.city);
[all...]
H A DPart.java39 private String city; field in class:Part
42 String city) {
48 this.city = city;
82 return city;
91 " city=" + city + ']';
41 Part(String number, String name, String color, Weight weight, String city) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A DRU_isp_list.js350 var city=new Array(
2819 if(city[i]<htm_city)
2821 else if(city[i]==htm_city )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DVendor.java10 private String city; field in class:Vendor
26 city = data;
58 return city;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dgettingstarted_common.h46 char city[MAXFIELD]; /* City */ member in struct:vendor
H A Dexample_database_read.c268 printf("\t\t%s, %s\n", my_vendor.city, my_vendor.state);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp212 << " " << my_vendor.city << ", "

Completed in 197 milliseconds

12