/external/chromium_org/content/public/test/ |
web_contents_tester.cc | 19 WebContentsTester* WebContentsTester::For(WebContents* contents) {
|
test_renderer_host.cc | 34 RenderViewHostTester* RenderViewHostTester::For(RenderViewHost* host) {
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
RC4.py | 1 """Abstract class for RC4.""" 3 from compat import * #For False
|
TripleDES.py | 1 """Abstract class for 3DES.""" 3 from compat import * #For True
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
ast.ml | 5 (* expr - Base type for all expression nodes. *) 7 (* variant for numeric literals like "1.0". *) 10 (* variant for referencing a variable, like "a". *) 13 (* variant for a binary operator. *) 16 (* variant for function calls. *) 19 (* variant for if/then/else. *) 22 (* variant for for/in. *) 23 | For of string * expr * expr * expr option * expr 25 (* proto - This type represents the "prototype" for a function, which capture [all...] |
token.ml | 6 * these others for known things. *) 19 | For | In
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
ast.ml | 5 (* expr - Base type for all expression nodes. *) 7 (* variant for numeric literals like "1.0". *) 10 (* variant for referencing a variable, like "a". *) 13 (* variant for a unary operator. *) 16 (* variant for a binary operator. *) 19 (* variant for function calls. *) 22 (* variant for if/then/else. *) 25 (* variant for for/in. *) 26 | For of string * expr * expr * expr option * exp [all...] |
token.ml | 6 * these others for known things. *) 19 | For | In
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
ast.ml | 5 (* expr - Base type for all expression nodes. *) 7 (* variant for numeric literals like "1.0". *) 10 (* variant for referencing a variable, like "a". *) 13 (* variant for a unary operator. *) 16 (* variant for a binary operator. *) 19 (* variant for function calls. *) 22 (* variant for if/then/else. *) 25 (* variant for for/in. *) 26 | For of string * expr * expr * expr option * exp [all...] |
token.ml | 6 * these others for known things. *) 19 | For | In
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
BaseHTTPServer.py | 4 SimpleHTTPServer for simple implementations of GET, HEAD and POST 33 # Request for Comments: 2616 et al 49 # | rfc931: Any information returned by identd for this person, 51 # | authuser: If user sent a userid for authentication, the user name, 75 import socket # For gethostbyaddr() 138 <path> is a string containing path information for the request, 144 for compatibility with the widest range of clients recommends 149 Similarly, for output, lines ought to be separated by CRLF pairs 198 - rfile is a file object open for reading positioned at the 201 - wfile is a file object open for writing [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
BaseHTTPServer.py | 4 SimpleHTTPServer for simple implementations of GET, HEAD and POST 33 # Request for Comments: 2616 et al 49 # | rfc931: Any information returned by identd for this person, 51 # | authuser: If user sent a userid for authentication, the user name, 75 import socket # For gethostbyaddr() 138 <path> is a string containing path information for the request, 144 for compatibility with the widest range of clients recommends 149 Similarly, for output, lines ought to be separated by CRLF pairs 198 - rfile is a file object open for reading positioned at the 201 - wfile is a file object open for writing [all...] |
/external/chromium_org/third_party/jinja2/ |
nodes.py | 13 :license: BSD, see LICENSE for more details. 23 #: the types we support for context functions 60 """A metaclass for nodes that handles the field and attribute 65 for attr in 'fields', 'attributes': 108 """Baseclass for all Jinja2 nodes. There are a number of nodes available 120 The `environment` attribute is set at the end of the parsing process for 140 for name, arg in izip(self.fields, fields): 142 for attr in self.attributes: 155 for name in self.fields: 169 for field, item in self.iter_fields(exclude, only) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 9 for elt in seq: 12 for elt2 in flatten(elt): 19 return [n for n in flatten(seq) if isinstance(n, Node)] 24 """Abstract base class for ast nodes.""" 28 for n in self.getChildren(): 30 def asList(self): # for backwards compatibility 502 class For(Node): 528 return "For(%s, %s, %s, %s)" % (repr(self.assign), repr(self.list), repr(self.body), repr(self.else_)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 9 for elt in seq: 12 for elt2 in flatten(elt): 19 return [n for n in flatten(seq) if isinstance(n, Node)] 24 """Abstract base class for ast nodes.""" 28 for n in self.getChildren(): 30 def asList(self): # for backwards compatibility 502 class For(Node): 528 return "For(%s, %s, %s, %s)" % (repr(self.assign), repr(self.list), repr(self.body), repr(self.else_)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
Python-ast.h | 116 } For; 405 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
Python-ast.h | 116 } For; 405 #define For(a0, a1, a2, a3, a4, a5, a6) _Py_For(a0, a1, a2, a3, a4, a5, a6)
|
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/misc/common/jython/ |
jython.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/prebuilts/sdk/tools/lib/ |
lombok-ast-0.2.jar | |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.1.jar | |
lombok-ast-0.2.jar | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/ |
lombok-ast-0.2.1.jar | |