HomeSort by relevance Sort by last modified time
    Searched refs:evil (Results 1 - 16 of 16) sorted by null

  /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/clang/test/SemaCXX/
typo-correction.cpp 453 struct evil { struct in namespace:PR17019
454 evil(F de) { // expected-note {{'de' declared here}} function in struct:PR17019::evil
458 ~evil() {
464 evil<int> Q(0); // expected-note {{in instantiation of member function}}
  /external/libmojo/base/android/javatests/src/org/chromium/base/
ObserverListTest.java 91 FooRemover evil = new FooRemover(observerList, c); local
101 observerList.addObserver(evil);
111 // evil removed c from the observerList before it got any callbacks.
126 FooAdder evil = new FooAdder(observerList, c); local
128 observerList.addObserver(evil);
  /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/libchrome/base/json/
json_reader_unittest.cc 466 std::string evil(1000000, '[');
467 evil.append(std::string(1000000, ']'));
468 EXPECT_FALSE(JSONReader::Read(evil));
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 41 /// The methods in this class are somewhat evil, and should not be tampered with lightly.
  /prebuilts/go/darwin-x86/src/html/template/
css_test.go 233 {`@import url evil.css`, "ZgotmplZ"},
escape_test.go 555 `{{"10$"}}<{{"script src,evil.org/pwnd.js"}}...`,
556 `10$&lt;script src,evil.org/pwnd.js...`,
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
css_test.go 233 {`@import url evil.css`, "ZgotmplZ"},
escape_test.go 555 `{{"10$"}}<{{"script src,evil.org/pwnd.js"}}...`,
556 `10$&lt;script src,evil.org/pwnd.js...`,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 697 // non-evil student). Instead, first verify the root and see
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
mop_test.go 1921 The evil that men do lives after them;
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 697 // non-evil student). Instead, first verify the root and see
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
mop_test.go 1921 The evil that men do lives after them;
  /external/mksh/src/
Build.sh 407 /* evil apo'stroph in comment test */
626 # Evil hack
632 # Evil OS
    [all...]

Completed in 441 milliseconds