/cts/tests/tests/openglperf/ |
Android.mk | 44 # Make the replica island app and copy it to CTS out dir.
|
/external/llvm/test/CodeGen/Thumb2/ |
constant-islands-new-island-padding.ll | 10 ; Check that the constant island pass moves the float constant pool entry inside
|
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/ |
eyes-only.conf | 110 # Bouvet Island - bit 236 111 ~c236=BV # Bouvet Island 112 ~c236=BVT # Bouvet Island 299 # Heard Island and McDonald Islands - bit 296 300 ~c296=HM # Heard Island and McDonald Islands 301 ~c296=HMD # Heard Island and McDonald Islands 368 # Christmas Island - bit 254 369 ~c254=KT # Christmas Island 370 ~c254=CXR # Christmas Island 476 # Norfolk Island - bit 36 [all...] |
rel.conf | 116 # Bouvet Island - bit 236 117 ~c200,~c236=BV # Bouvet Island 118 ~c200,~c236=BVT # Bouvet Island 305 # Heard Island and McDonald Islands - bit 296 306 ~c200,~c296=HM # Heard Island and McDonald Islands 307 ~c200,~c296=HMD # Heard Island and McDonald Islands 374 # Christmas Island - bit 254 375 ~c200,~c254=KT # Christmas Island 376 ~c200,~c254=CXR # Christmas Island 482 # Norfolk Island - bit 36 [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 902 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), 904 island != island_end; 905 ++island) { 906 if ((*island).size() > stubGroupSize()) { 911 if ((*island).numOfStubs() == 0) { 915 Fragment* exit = &*(*island).end(); 916 if (exit == (*island).begin()->getParent()->end()) { 920 if (((*island).offset() + (*island).size()) > exit->getOffset()) { 922 (invalid_frags.back()->getParent() != (*island).getParent())) [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 603 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), 605 island != island_end; 606 ++island) { 607 if ((*island).size() > stubGroupSize()) { 612 if ((*island).numOfStubs() == 0) { 616 Fragment* exit = &*(*island).end(); 617 if (exit == (*island).begin()->getParent()->end()) { 621 if (((*island).offset() + (*island).size()) > exit->getOffset()) { 623 (invalid_frags.back()->getParent() != (*island).getParent())) [all...] |
/external/replicaisland/res/values/ |
wanda.xml | 31 Why hello there! You?re not another one of this island?s crazy creations, are you? Let me guess: you must be the handiwork of Dr. Kabochanomizu. We?re supposed to be on opposing teams but I personally don?t see what all the fuss is about. If we find it first then it?s ours, if you find it first then it?s yours. 39 Good luck finding The Source. My team is looking for it too, but so far no luck. Enjoy the island, but watch out: it?s pretty weird in some parts. 108 Mr. Rokudou told us that this whole island, every little bit of it, is something that The Source manufactured. The eggheads don?t know why it makes stuff, or how it chooses to grow the things it does, but they think it has something to do with influences from outside sources. <small>Mr. Rokudou calls it ?proximity influence remanifestation,? whatever that means</small>. 112 Anyway, nobody knows exactly where The Source comes from, but it hasn?t been here for very long. This island is less than two hundred years old, and people have been visiting it for at least the last fifty. I?ve seen evidence of early explorers--old diaries and stuff. But nobody knows what The Source is doing, or who made it, or why it?s sitting out here in the middle of the ocean, growing this weirdo island. 167 Despite all of the weird bugs and stuff here, I actually kind of like this island. It?s like a theme park: just weird enough to be fun but just normal enough to pass as natural. Kyle was telling me if we find The Source, we?ll be able to control it and make it grow whatever we want. 171 But a part of me doesn?t want to find it; I kind of like how this island has grown this way on its own, without some person directing its focus. Like, it doesn?t need to be manipulated to create something beautiful.
|
rokudou.xml | 32 The Source has a way of affecting people. Other teams I sent to this island in the past have vanished without a trace. The few that made it back returned with fatal health problems. That?s why an inorganic like you is so perfect for this job. Make no mistake, The Source is a natural occurrence--nature?s next logical step. I theorize that it may actually be a tiny piece of a larger whole, a body that created the entire universe! But there will be plenty of time for academics once we have obtained The Source; for now we must concentrate on finding it.
|
/frameworks/base/packages/InputDevices/res/values-ca/ |
strings.xml | 31 <string name="keyboard_layout_icelandic" msgid="5836645650912489642">"Islandès"</string>
|
/frameworks/base/packages/InputDevices/res/values-gl-rES/ |
strings.xml | 31 <string name="keyboard_layout_icelandic" msgid="5836645650912489642">"Islandés"</string>
|
/frameworks/base/packages/InputDevices/res/values-pt/ |
strings.xml | 31 <string name="keyboard_layout_icelandic" msgid="5836645650912489642">"Islandês"</string>
|
/frameworks/base/packages/InputDevices/res/values-pt-rBR/ |
strings.xml | 31 <string name="keyboard_layout_icelandic" msgid="5836645650912489642">"Islandês"</string>
|
/frameworks/base/packages/InputDevices/res/values-pt-rPT/ |
strings.xml | 31 <string name="keyboard_layout_icelandic" msgid="5836645650912489642">"Islandês"</string>
|
/external/timezonepicker-support/ |
zone.tab | 35 AQ -7750+16636 Antarctica/McMurdo McMurdo Station, Ross Island 37 AQ -6734-06808 Antarctica/Rothera Rothera Station, Adelaide Island 38 AQ -6448-06406 Antarctica/Palmer Palmer Station, Anvers Island 61 AU -3133+15905 Australia/Lord_Howe Lord Howe Island 62 AU -5430+15857 Antarctica/Macquarie Macquarie Island 64 AU -3956+14352 Australia/Currie Tasmania - King Island 147 CL -2709-10926 Pacific/Easter Easter Island & Sala y Gomez 347 RU +4658+14242 Asia/Sakhalin Moscow+07 - Sakhalin Island 397 UM +1917+16637 Pacific/Wake Wake Island 426 US +550737-1313435 America/Metlakatla Metlakatla Time - Annette Island [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 834 BranchIsland& island = *ii; local 835 if (island.size() > stubGroupSize()) { 840 if (island.numOfStubs() == 0) { 844 Fragment* exit = &*island.end(); 845 if (exit == island.begin()->getParent()->end()) { 849 if ((island.offset() + island.size()) > exit->getOffset()) { 851 (invalid_frags.back()->getParent() != island.getParent())) { 873 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), 875 island != island_end [all...] |
/external/c-ares/ |
acountry.c | 285 { 248, "ax", "?land Island" }, 313 { 74, "bv", "Bouvet Island" }, 329 { 162, "cx", "Christmas Island" }, 443 { 574, "nf", "Norfolk Island" },
|
/external/chromium-trace/catapult/third_party/polymer/components/core-dropdown/ |
demo.html | 209 {name: 'Bouvet Island', code: 'BV'}, 225 {name: 'Christmas Island', code: 'CX'}, 274 {name: 'Heard Island and Mcdonald Islands', code: 'HM'}, 341 {name: 'Norfolk Island', code: 'NF'},
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown/ |
demo.html | 225 {name: 'Bouvet Island', code: 'BV'}, 241 {name: 'Christmas Island', code: 'CX'}, 290 {name: 'Heard Island and Mcdonald Islands', code: 'HM'}, 357 {name: 'Norfolk Island', code: 'NF'},
|
/external/libedit/ |
configure.ac | 13 # http://invisible-island.net/ncurses/ncurses.faq.html#config_leaks.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILNIDevice.h | 28 // The AMDGPUNIDevice is the base class for all Northern Island series of
|
AMDILSIDevice.h | 28 // The AMDGPUSIDevice is the base class for all Northern Island series of
|
/frameworks/base/packages/InputDevices/res/values-es/ |
strings.xml | 31 <string name="keyboard_layout_icelandic" msgid="5836645650912489642">"Islandés"</string>
|
/frameworks/base/packages/InputDevices/res/values-es-rUS/ |
strings.xml | 31 <string name="keyboard_layout_icelandic" msgid="5836645650912489642">"Islandés"</string>
|
/frameworks/base/packages/InputDevices/res/values-lt/ |
strings.xml | 31 <string name="keyboard_layout_icelandic" msgid="5836645650912489642">"Island? k."</string>
|
/external/mesa3d/docs/ |
sourcetree.html | 95 <li><b>radeonsi</b> - Driver for AMD Southern Island. 97 <li><b>r600</b> - Driver for ATI/AMD R600 - Northern Island.
|