/libcore/luni/src/test/java/libcore/java/util/ |
EvilMapTest.java | 50 Map<String, String> evil = new EvilMap<String, String>(); local 51 evil.put("hi", "there"); 53 HashMap<String, String> map = new HashMap<String, String>(evil); 60 Map<String, String> evil = new EvilMap<String, String>(); local 61 evil.put("hi", "there"); 63 Hashtable<String, String> map = new Hashtable<String, String>(evil); 70 Map<String, String> evil = new EvilMap<String, String>(); local 71 evil.put("hi", "there"); 73 LinkedHashMap<String, String> map = new LinkedHashMap<String, String>(evil); 80 Map<String, String> evil = new EvilMap<String, String>() local 90 Map<String, String> evil = new EvilMap<String, String>(); local 100 Map<String, String> evil = new EvilMap<String, String>(); local [all...] |
/external/v8/test/mjsunit/regress/ |
regress-1624-strict.js | 32 var evil = eval; variable 43 evil('"use strict"; var no_touch = 2;'); 55 evil('var no_touch = 4;'); 73 evil('"use strict"; var no_touch = 6;'); 93 evil('var no_touch = 8;'); 115 evil('"use strict"; var no_touch = 10;'); 137 evil('var no_touch = 12;');
|
regress-1624.js | 31 var evil = eval; variable 42 evil('"use strict"; var no_touch = 2;'); 54 evil('var no_touch = 4;'); 72 evil('"use strict"; var no_touch = 6;'); 92 evil('var no_touch = 8;'); 114 evil('"use strict"; var no_touch = 10;'); 136 evil('var no_touch = 12;');
|
/external/libweave/third_party/chromium/base/ |
observer_list_unittest.cc | 74 Disrupter evil(&observer_list, &c); 84 observer_list.AddObserver(&evil);
|
/external/clang/test/SemaCXX/ |
typo-correction.cpp | 446 struct evil { struct in namespace:PR17019 447 evil(F de) { // expected-note {{'de' declared here}} function in struct:PR17019::evil 451 ~evil() { 457 evil<int> Q(0); // expected-note {{in instantiation of member function}}
|
/external/autotest/client/site_tests/security_HardlinkRestrictions/ |
security_HardlinkRestrictions.py | 133 evil = os.path.join(tmpdir, 'evil') 134 not_evil = os.path.join(tmpdir, 'not-evil') 142 self._can_hardlink(readable.name, evil, user, expected=False) 143 self._can_hardlink(secret.name, evil, user, expected=False) 152 dev_evil = os.path.join(devdir, "evil") 153 dev_not_evil = os.path.join(devdir, "not-evil") 185 if os.path.exists("/tmp/evil-hardlink"): 186 os.unlink("/tmp/evil-hardlink") 187 rc = utils.system("su -c 'ln /etc/shadow /tmp/evil-hardlink' chronos" [all...] |
/external/libchrome/base/ |
observer_list_unittest.cc | 182 Disrupter evil(&observer_list, &c); 192 observer_list.AddObserver(&evil); 217 ThreadSafeDisrupter evil(observer_list.get(), &c); 225 observer_list->AddObserver(&evil);
|
/external/v8/test/webkit/ |
dfg-get-by-val-clobber.js | 45 // Now the evil test. This is constructed to minimize the likelihood that CSE will succeed through
|
dfg-multiply.js | 53 // Now do evil.
|
/external/v8/test/mjsunit/ |
regexp-results-cache.js | 32 The evil that men do lives after them, \
|
/external/libchrome/base/json/ |
json_reader_unittest.cc | 455 std::string evil(1000000, '['); 456 evil.append(std::string(1000000, ']')); 457 root = JSONReader::Read(evil);
|
/external/libweave/third_party/chromium/base/json/ |
json_reader_unittest.cc | 450 std::string evil(1000000, '['); 451 evil.append(std::string(1000000, ']')); 452 root = JSONReader::Read(evil);
|
/external/v8/test/webkit/resources/ |
json2-es5-compat.js | 151 /*jslint evil: true */
|
/external/mksh/src/ |
Build.sh | 407 /* evil apo'stroph in comment test */ 627 # Evil hack 633 # Evil OS [all...] |