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

  /external/chromium_org/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;');
  /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-pt2.cpp 166 struct evil { struct in namespace:PR17019
167 evil(F de) { // expected-note {{'de' declared here}} function in struct:PR17019::evil
171 ~evil() {
177 evil<int> Q(0); // expected-note {{in instantiation of member function}}
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
ObserverListTest.java 89 FooRemover evil = new FooRemover(observerList, c); local
100 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);

Completed in 254 milliseconds