HomeSort by relevance Sort by last modified time
    Searched full:evil (Results 1 - 25 of 1130) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/zlib/google/test/data/
evil_via_absolute_file_name.zip 
  /external/clang/test/CodeGenCXX/
2003-12-08-ArrayOfPtrToMemberFunc.cpp 3 struct Evil {
7 typedef void (Evil::*memfunptr) ();
8 static memfunptr jumpTable[] = { &Evil::fun };
10 void Evil::fun() {
  /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/Analysis/
cxx-method-names.cpp 4 class Evil {
14 void test(Evil &E) {
  /external/chromium_org/third_party/sqlite/
LICENSE 4 May you do good and not evil.
  /external/chromium_org/third_party/sqlite/src/test/
quick.test 2 # May you do good and not evil.
rtree.test 3 # May you do good and not evil.
fts3.test 3 # May you do good and not evil.
tkt1514.test 6 # May you do good and not evil.
veryquick.test 2 # May you do good and not evil.
all.test 6 # May you do good and not evil.
filectrl.test 6 # May you do good and not evil.
  /external/sqlite/dist/
NOTICE 6 May you do good and not evil.
  /external/chromium/chrome/browser/download/
download_util_unittest.cc 43 "http://www.evil.com/my_download.txt",
49 "http://www.evil.com/my_download.txt",
55 "http://www.evil.com/my_download.txt",
61 "http://www.evil.com/my_download.txt",
67 "http://www.evil.com/my_download.txt",
114 {"filename=evil.exe",
115 "http://www.goodguy.com/evil.exe",
117 L"evil.exe"},
124 {"filename=evil.dll",
125 "http://www.goodguy.com/evil.dll"
    [all...]
  /external/chromium/chrome/browser/
shell_integration_unittest.cc 148 // Now we're starting to be more evil...
250 // Now we're starting to be more evil...
251 { "http://evil.com/evil --join-the-b0tnet",
259 "Name=http://evil.com/evil%20--join-the-b0tnet\n"
261 "--app=http://evil.com/evil%20--join-the-b0tnet\n"
262 "StartupWMClass=evil.com__evil%20--join-the-b0tnet\n"
264 { "http://evil.com/evil; rm -rf /; \"; rm -rf $HOME >ownz0red"
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.h 7 ** May you do good and not evil.
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.h 7 ** May you do good and not evil.
  /external/chromium_org/third_party/sqlite/src/ext/icu/
sqliteicu.h 7 ** May you do good and not evil.
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.h 7 ** May you do good and not evil.
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 310 InsertAddChunkHostPrefixUrl(&chunk, 1, "www.evil.com/",
311 "www.evil.com/malware.html");
364 InsertAddChunkHostPrefixUrl(&chunk, 47, "www.evil.com/",
365 "www.evil.com/phishing.html");
419 InsertAddChunkHostPrefixUrl(&chunk, 1, "www.evil.com/",
420 "www.evil.com/malware.html");
514 InsertAddChunkHost2PrefixUrls(&chunk, 1, "www.evil.com/",
515 "www.evil.com/phishing.html",
516 "www.evil.com/malware.html");
523 InsertAddChunkHost2PrefixUrls(&chunk, 2, "www.evil.com/"
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 297 InsertAddChunkHostPrefixUrl(&chunk, 1, "www.evil.com/",
298 "www.evil.com/malware.html");
351 InsertAddChunkHostPrefixUrl(&chunk, 47, "www.evil.com/",
352 "www.evil.com/phishing.html");
398 InsertAddChunkHostPrefixUrl(&chunk, 1, "www.evil.com/",
399 "www.evil.com/malware.html");
461 InsertAddChunkHost2PrefixUrls(&chunk, 1, "www.evil.com/",
462 "www.evil.com/phishing.html",
463 "www.evil.com/malware.html");
470 InsertAddChunkHost2PrefixUrls(&chunk, 2, "www.evil.com/"
    [all...]
  /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;');
  /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;');

Completed in 364 milliseconds

1 2 3 4 5 6 7 8 91011>>