Home
last modified time | relevance | path

Searched refs:States (Results 1 – 25 of 163) sorted by relevance

1234567

/external/cldr/tools/java/org/unicode/cldr/util/data/external/
DCities-Over1M.txt4 3 18,252,339 New York United States 8,158,957 11
12 11 12,018,068 Los Angeles United States 3,866,382 41
26 25 8,567,571 Chicago United States 2,871,499 68
43 42 5,260,635 Philadelphia[US-PA] United States 1,465,762 185
44 43 5,215,986 Miami[US-FL] United States 380,540
53 52 4,445,561 Dallas[US-TX] United States 1,228,127 246
58 57 4,212,389 Boston[US-MA] United States 581,046 621
60 59 4,117,892 Houston[US-TX] United States 2,049,949 120
61 60 4,098,329 Washington, D.C. United States 558,891 657
63 62 3,998,529 Atlanta[US-GA] United States 426,338 868
[all …]
Dez_member_states_raw.txt1 Euro-area Member States
2 Non-euro area Member States
3 Member States with an opt-out
Dm49_raw.txt455 United States Virgin Islands
578 United States of America
1095 Micronesia (Federated States of)
1408 Small island developing States
1436 583 Micronesia (Federated States of)
1458 850 United States Virgin Islands
Dalternate_country_names.txt46 FM; Micronesia; Federated States of Micronesia
48 FM; Micronesia; Micronesia, Federated States of
49 FM; ; Micronesia (Federated States of)
157 VI; ; United States of Virgin Islands
195 US;; United States of America
Dfactbook_literacy.txt45 45 United States 99.00
141 141 Micronesia, Federated States of 89.00
Dfactbook_population.txt3 3 United States 326,625,791 …
194 194 Micronesia, Federated States of 104,196 …
Dfactbook_gdp_ppp.txt3 3 United States $19,390,000,000,000 …
216 216 Micronesia, Federated States of $347,000,000 …
DCities-CountryCapitals.txt51 Charlotte Amalie United States Virgin Islands
155 Palikir Federated States of Micronesia
234 Washington, D.C. United States
/external/swiftshader/src/Device/
DSetupProcessor.cpp32 unsigned int SetupProcessor::States::computeHash() in computeHash()
37 for(unsigned int i = 0; i < sizeof(States) / 4; i++) in computeHash()
57 …return memcmp(static_cast<const States*>(this), static_cast<const States*>(&state), sizeof(States)… in operator ==()
DSetupProcessor.hpp36 struct States struct in sw::SetupProcessor
65 struct State : States
DVertexProcessor.cpp38 unsigned int VertexProcessor::States::computeHash() in computeHash()
43 for(unsigned int i = 0; i < sizeof(States) / 4; i++) in computeHash()
63 …return memcmp(static_cast<const States*>(this), static_cast<const States*>(&state), sizeof(States)… in operator ==()
DVertexProcessor.hpp48 struct States struct in sw::VertexProcessor
113 struct State : States
/external/swiftshader/src/Renderer/
DSetupProcessor.cpp32 unsigned int SetupProcessor::States::computeHash() in computeHash()
37 for(unsigned int i = 0; i < sizeof(States) / 4; i++) in computeHash()
57 …return memcmp(static_cast<const States*>(this), static_cast<const States*>(&state), sizeof(States)… in operator ==()
DSetupProcessor.hpp36 struct States struct in sw::SetupProcessor
77 struct State : States
/external/autotest/server/cros/dynamic_suite/
Dsuite.py90 States = enum.Enum('NOT_ATTEMPTED', 'ATTEMPTED', 'RETRIED', variable in RetryHandler
131 'state': self.States.NOT_ATTEMPTED,
154 if old_record['state'] != self.States.NOT_ATTEMPTED:
158 old_record['state'] = self.States.RETRIED
174 if current_state != self.States.NOT_ATTEMPTED:
178 (self.States.get_string(current_state),
179 self.States.get_string(self.States.ATTEMPTED)))
181 self._retry_map[job_id]['state'] = self.States.ATTEMPTED
207 and (self._retry_map[result.id]['state'] == self.States.RETRIED
239 and self._retry_map[result.id]['state'] == self.States.NOT_ATTEMPTED
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/
DUnMacroRegions.txt152 850 United States Virgin Islands
185 840 United States of America
328 583 Micronesia, Federated States of
450 722 Small island developing States
478 583 Micronesia (Federated States of)
506 172 Commonwealth of Independent States
/external/swiftshader/src/D3D8/
DD3D8.rc16 // English (United States) resources
86 #endif // English (United States) resources
/external/nist-sip/
DNOTICE12 * Pursuant to title 15 Untied States Code Section 105, works of NIST
13 * employees are not subject to copyright protection in the United States
DNIST-CONDITIONS-OF-USE.txt12 * Pursuant to title 15 Untied States Code Section 105, works of NIST
13 * employees are not subject to copyright protection in the United States
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp688 MapVector<Value *, BDVState> States; in findBasePointer() local
695 States.insert({Def, BDVState()}); in findBasePointer()
708 if (States.insert(std::make_pair(Base, BDVState())).second) in findBasePointer()
732 for (auto Pair : States) { in findBasePointer()
742 auto I = States.find(baseValue); in findBasePointer()
743 assert(I != States.end() && "lookup failed!"); in findBasePointer()
750 const size_t OldSize = States.size(); in findBasePointer()
757 for (auto Pair : States) { in findBasePointer()
789 BDVState OldState = States[BDV]; in findBasePointer()
792 States[BDV] = NewState; in findBasePointer()
[all …]
/external/python/cpython2/Tools/world/
DREADME23 us originated from United States
29 um: United States Minor Outlying Islands
30 us: United States
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp806 MapVector<Value *, BDVState> States; in findBasePointer() local
813 States.insert({Def, BDVState()}); in findBasePointer()
826 if (States.insert(std::make_pair(Base, BDVState())).second) in findBasePointer()
852 for (auto Pair : States) { in findBasePointer()
862 auto I = States.find(baseValue); in findBasePointer()
863 assert(I != States.end() && "lookup failed!"); in findBasePointer()
870 const size_t OldSize = States.size(); in findBasePointer()
877 for (auto Pair : States) { in findBasePointer()
914 BDVState OldState = States[BDV]; in findBasePointer()
917 States[BDV] = NewState; in findBasePointer()
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
Dwindows-locales.csv196 United States-Dvorak,en,dvorak
197 United States-Dvorak for left hand,en,dvorakl
198 United States-Dvorak for right hand,en,dvorakr
199 United States-International,en,extended
/external/swiftshader/src/D3D9/
DD3D9.rc16 // English (United States) resources
121 #endif // English (United States) resources
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.rc17 // English (United States) resources
125 #endif // English (United States) resources

1234567