|   /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ | 
| multidict.py  | 3 import cgi  namespace  266         if isinstance(value, cgi.FieldStorage):
  | 
| template.py  | 36 import cgi  namespace  325     value = cgi.escape(value, 1)
  | 
|   /external/v8/test/webkit/fast/js/ | 
| number-toString.js  | 33 // From http://bugs.webkit.org/show_bug.cgi?id=5258
  | 
| regexp-ranges-and-escaped-hyphens.js  | 25 'Tests for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=21232">#21232</a>, and related range issues described in bug.'
  | 
| string-split-conformance.js  | 25 'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=68348">String#split is buggy</a>.'
  | 
| regexp-unicode-handling.js  | 26 'Test for proper handling of Unicode RegExps and <a href="http://bugzilla.webkit.org/show_bug.cgi?id=7445">bug 7445</a>: Gmail puts wrong subject in replies.'
  | 
| Object-defineProperty.js  | 212     // Test case from https://bugs.webkit.org/show_bug.cgi?id=38636 225     // Test case from https://bugs.webkit.org/show_bug.cgi?id=48911
  | 
|   /development/samples/SampleSyncAdapter/samplesyncadapter_server/ | 
| dashboard.py  | 22 import cgi  namespace 
  | 
| web_services.py  | 25 import cgi  namespace 
  | 
|   /external/eigen/lapack/ | 
| clarfb.f  | 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/clarfb.f">  12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/clarfb.f">  14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/clarfb.f"> 
  | 
| dlarfb.f  | 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dlarfb.f">  12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dlarfb.f">  14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dlarfb.f"> 
  | 
| slarfb.f  | 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/slarfb.f">  12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/slarfb.f">  14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/slarfb.f"> 
  | 
| zlarfb.f  | 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zlarfb.f">  12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zlarfb.f">  14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zlarfb.f"> 
  | 
|   /external/chromium-trace/trace-viewer/third_party/Paste/paste/ | 
| url.py  | 8 import cgi  namespace  20     return cgi.escape(str(v), 1)
  | 
|   /external/harfbuzz_ng/test/shaping/ | 
| hb_test_tools.py  | 3 import sys, os, re, difflib, unicodedata, errno, cgi  namespace  45 		def escape (s): return cgi.escape (s)
  | 
|   /external/v8/test/webkit/ | 
| date-constructor.js  | 75 // Regression test for Bug 26978 (https://bugs.webkit.org/show_bug.cgi?id=26978)
  | 
| math.js  | 76 // Regression test for Bug 26978 (https://bugs.webkit.org/show_bug.cgi?id=26978)
  | 
|   /external/v8/test/webkit/fast/regex/ | 
| unicodeCaseInsensitive.js  | 24 description("https://bugs.webkit.org/show_bug.cgi?id=82063");
  | 
|   /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ | 
| test_xmlrpc.py  |     [all...] | 
|   /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ | 
| test_xmlrpc.py  |     [all...] | 
|   /external/mesa3d/docs/ | 
| MESA_texture_array.spec  | 79         http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=3;t=011557 80         http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=3;t=000516 81         http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=3;t=011903     [all...] | 
|   /external/lldb/test/pexpect-2.4/examples/ | 
| cgishell.cgi  | 3 """CGI shell server 20 import socket, random, string, traceback, cgi, time, getopt, getpass, threading, resource, signal  namespace  229     """This handles the request if this script was called as a cgi. 238         form = cgi.FieldStorage() 291     This handles things if the script was not called as a CGI 479 //    load_url_to_screen('cgishell.cgi?ajax=serverstart&username=' + escape(username) + '&password=' + escape(password); 483     load_url_to_screen('cgishell.cgi?ajax=refresh&sid=%(SID)s'); 487     load_url_to_screen('cgishell.cgi?ajax=hash&sid=%(SID)s'); 491     load_url_to_screen('cgishell.cgi?ajax=cursor&sid=%(SID)s'); 495     load_url_to_screen('cgishell.cgi?ajax=exit&sid=%(SID)s')     [all...] | 
|   /external/v8/test/mjsunit/ | 
| div-mod.js  | 132     // Details: http://sourceware.org/bugzilla/show_bug.cgi?id=14048
  | 
|   /ndk/sources/cxx-stl/llvm-libc++/ | 
| Android.mk  | 89 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61571 for details
  | 
|   /external/chromium-trace/trace-viewer/third_party/webapp2/ | 
| webapp2.py  | 13 import cgi  namespace  218             if isinstance(param_value[i], cgi.FieldStorage):     [all...] |