OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TupleType
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
headers.py
8
from types import ListType,
TupleType
validate.py
116
from types import DictType, StringType,
TupleType
, ListType
322
assert_(type(environ['wsgi.version']) is
TupleType
,
388
assert_(type(item) is
TupleType
,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
headers.py
8
from types import ListType,
TupleType
validate.py
116
from types import DictType, StringType,
TupleType
, ListType
322
assert_(type(environ['wsgi.version']) is
TupleType
,
388
assert_(type(item) is
TupleType
,
/external/chromium/base/
callback_old.h
72
typedef Params
TupleType
;
/external/chromium_org/chrome/browser/common/
cancelable_request.h
83
// request->ForwardResult(Frontend::RequestCallbackType::
TupleType
(
650
typedef typename CB::
TupleType
TupleType
; // Tuple of the callback args.
670
void ForwardResult(const
TupleType
& param) {
685
void ForwardResultAsync(const
TupleType
& param) {
700
void ExecuteCallback(const
TupleType
& param) {
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py
38
TupleType
= tuple
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py
38
TupleType
= tuple
Completed in 161 milliseconds