/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
easy_template_test.py | 19 def _RunTest(self, template, expected, template_dict): 31 def testEmpty(self): 34 def testNewlines(self): 37 def testNoInterpolation(self): 44 def testSimpleInterpolation(self): 50 def testLineContinuations(self): 54 def testIfStatement(self): 64 def testForStatement(self): 74 def testListVariables(self): 83 def testListInterpolation(self) [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
treeslice.py | 13 def __init__(self, tree, start, stop): 18 def __repr__(self): 22 def __contains__(self, key): 28 def _inrange(self, key): 35 def __getitem__(self, key): 43 def _subslice(self, start, stop): 44 def newstart(): 52 def newstop(): 62 def keys(self): 66 def values(self) [all...] |
/external/chromium_org/third_party/pexpect/ |
screen.py | 46 def constrain (n, min, max): 64 def __init__ (self, r=24,c=80): 78 def __str__ (self): 85 def dump (self): 92 def pretty (self): 101 def fill (self, ch=SPACE): 105 def fill_region (self, rs,cs, re,ce, ch=SPACE): 119 def cr (self): 126 def lf (self): 137 def crlf (self) [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
inspector_timeline.py | 13 def __init__(self, tab): 16 def __enter__(self): 19 def __exit__(self, *args): 22 def __init__(self, inspector_backend): 29 def timeline_model(self): 32 def Start(self): 43 def Stop(self): 53 def _SendSyncRequest(self, req, timeout=60): 59 def _OnNotification(self, msg): 65 def _OnEventRecorded(self, msg) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
Bastion.py | 47 def __init__(self, get, name): 60 def __repr__(self): 70 def __getattr__(self, name): 87 def Bastion(object, filter = lambda name: name[:1] != '_', 117 def get1(name, object=object, filter=filter): 125 def get2(name, get1=get1): 134 def _test(): 137 def __init__(self): 139 def add(self, n): 141 def _add(self, n) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 15 def bz2_encode(input,errors='strict'): 29 def bz2_decode(input,errors='strict'): 49 def encode(self, input, errors='strict'): 51 def decode(self, input, errors='strict'): 55 def __init__(self, errors='strict'): 60 def encode(self, input, final=False): 67 def reset(self): 71 def __init__(self, errors='strict'): 76 def decode(self, input, final=False): 82 def reset(self) [all...] |
zlib_codec.py | 14 def zlib_encode(input,errors='strict'): 28 def zlib_decode(input,errors='strict'): 48 def encode(self, input, errors='strict'): 50 def decode(self, input, errors='strict'): 54 def __init__(self, errors='strict'): 59 def encode(self, input, final=False): 66 def reset(self): 70 def __init__(self, errors='strict'): 75 def decode(self, input, final=False): 82 def reset(self) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
_exceptions.py | 19 def __init__(self, msg, exception=None): 26 def getMessage(self): 30 def getException(self): 34 def __str__(self): 38 def __getitem__(self, ix): 59 def __init__(self, msg, exception, locator): 72 def getColumnNumber(self): 77 def getLineNumber(self): 81 def getPublicId(self): 85 def getSystemId(self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
Bastion.py | 47 def __init__(self, get, name): 60 def __repr__(self): 70 def __getattr__(self, name): 87 def Bastion(object, filter = lambda name: name[:1] != '_', 117 def get1(name, object=object, filter=filter): 125 def get2(name, get1=get1): 134 def _test(): 137 def __init__(self): 139 def add(self, n): 141 def _add(self, n) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 15 def bz2_encode(input,errors='strict'): 29 def bz2_decode(input,errors='strict'): 49 def encode(self, input, errors='strict'): 51 def decode(self, input, errors='strict'): 55 def __init__(self, errors='strict'): 60 def encode(self, input, final=False): 67 def reset(self): 71 def __init__(self, errors='strict'): 76 def decode(self, input, final=False): 82 def reset(self) [all...] |
zlib_codec.py | 14 def zlib_encode(input,errors='strict'): 28 def zlib_decode(input,errors='strict'): 48 def encode(self, input, errors='strict'): 50 def decode(self, input, errors='strict'): 54 def __init__(self, errors='strict'): 59 def encode(self, input, final=False): 66 def reset(self): 70 def __init__(self, errors='strict'): 75 def decode(self, input, final=False): 82 def reset(self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
_exceptions.py | 19 def __init__(self, msg, exception=None): 26 def getMessage(self): 30 def getException(self): 34 def __str__(self): 38 def __getitem__(self, ix): 59 def __init__(self, msg, exception, locator): 72 def getColumnNumber(self): 77 def getLineNumber(self): 81 def getPublicId(self): 85 def getSystemId(self) [all...] |
/external/chromium_org/chrome/browser/extensions/ |
PRESUBMIT_test.py | 14 def __init__(self): 17 def info(self, message): 20 def debug(self, message): 24 def __init__(self): 31 def AffectedFiles(self, include_deletes=None): 37 def __init__(self, message, items=None, long_text=''): 43 def __init__(self, message, items, long_text=''): 48 def __init__(self, message, items, long_text=''): 53 def __init__(self, message, items, long_text=''): 59 def __init__(self, local_path, old_contents, new_contents) [all...] |
/external/chromium_org/third_party/WebKit/Tools/lldb/ |
lldb_webkit.py | 35 def __lldb_init_module(debugger, dict): 45 def WTFString_SummaryProvider(valobj, dict): 50 def WTFStringImpl_SummaryProvider(valobj, dict): 55 def WTFAtomicString_SummaryProvider(valobj, dict): 59 def WTFVector_SummaryProvider(valobj, dict): 64 def WTFHashTable_SummaryProvider(valobj, dict): 69 # def WTFVector_SummaryProvider(valobj, dict): 70 # def WTFCString_SummaryProvider(valobj, dict): 71 # def WebCoreKURLGooglePrivate_SummaryProvider(valobj, dict): 72 # def WebCoreQualifiedName_SummaryProvider(valobj, dict) [all...] |
/external/libvpx/libvpx/ |
args.c | 35 a.def = NULL; 39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { 47 if (def->short_name 48 && strlen(arg.argv[0]) == strlen(def->short_name) + 1 49 && !strcmp(arg.argv[0] + 1, def->short_name)) { 52 arg.val = def->has_val ? arg.argv[1] : NULL; 53 arg.argv_step = def->has_val ? 2 : 1; 54 } else if (def->long_name) { 55 const size_t name_len = strlen(def->long_name); 59 && !strncmp(arg.argv[0] + 2, def->long_name, name_len 107 const struct arg_def *def = *defs; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_property.py | 21 def __init__(self): 25 def spam(self): 30 def spam(self, value): 34 def spam(self): 40 def spam(self): 45 def spam(self, value): 49 def spam(self): 54 def _get_spam(self): 60 def spam(self): 66 def spam(self) [all...] |
test_enumerate.py | 8 def __init__(self, seqn): 10 def __getitem__(self, i): 15 def __init__(self, seqn): 18 def __iter__(self): 20 def next(self): 28 def __init__(self, seqn): 31 def __iter__(self): 37 def __init__(self, seqn): 40 def next(self): 48 def __init__(self, seqn) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_property.py | 21 def __init__(self): 25 def spam(self): 30 def spam(self, value): 34 def spam(self): 40 def spam(self): 45 def spam(self, value): 49 def spam(self): 54 def _get_spam(self): 60 def spam(self): 66 def spam(self) [all...] |
test_enumerate.py | 8 def __init__(self, seqn): 10 def __getitem__(self, i): 15 def __init__(self, seqn): 18 def __iter__(self): 20 def next(self): 28 def __init__(self, seqn): 31 def __iter__(self): 37 def __init__(self, seqn): 40 def next(self): 48 def __init__(self, seqn) [all...] |
/external/chromium_org/chrome/browser/resources/ |
test_presubmit.py | 25 def setUp(self): 33 def GetHighlight(self, line, error): 39 def ShouldFailConstCheck(self, line): 46 def ShouldPassConstCheck(self, line): 51 def testConstFails(self): 67 def testConstPasses(self): 98 def ShouldFailChromeSendCheck(self, line): 105 def ShouldPassChromeSendCheck(self, line): 112 def testChromeSendFails(self): 120 def testChromeSendPasses(self) [all...] |
/external/chromium_org/chrome/test/chromedriver/client/ |
chromedriver.py | 39 def _ExceptionForResponse(response): 63 def __init__(self, server_url, chrome_binary=None, android_package=None, 95 def _WrapValue(self, value): 109 def _UnwrapValue(self, value): 125 def ExecuteCommand(self, command, params={}): 133 def GetWindowHandles(self): 136 def SwitchToWindow(self, handle_or_name): 139 def GetCurrentWindowHandle(self): 142 def CloseWindow(self): 145 def Load(self, url) [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
mock.py | 48 def __init__(self): 52 def write(self, data): 57 def written_data(self): 70 def __init__(self, read_data): 82 def readline(self): 92 def read(self, length): 100 def _read_up_to(self, end_index): 114 def __init__(self): 118 def readline(self): 127 def read(self, length) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 90 def Manager(): 102 def Pipe(duplex=True): 109 def cpu_count(): 138 def freeze_support(): 147 def get_logger(): 154 def log_to_stderr(level=None): 161 def allow_connection_pickling(): 171 def Lock(): 178 def RLock(): 185 def Condition(lock=None) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
support.py | 8 def test_hash(self): 33 def test_eq(self): 39 def test_ne(self): 46 def __init__(self, log): 50 def startTest(self, test): 54 def startTestRun(self): 58 def stopTest(self, test): 62 def stopTestRun(self): 66 def addFailure(self, *args): 70 def addSuccess(self, *args) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 90 def Manager(): 102 def Pipe(duplex=True): 109 def cpu_count(): 138 def freeze_support(): 147 def get_logger(): 154 def log_to_stderr(level=None): 161 def allow_connection_pickling(): 171 def Lock(): 178 def RLock(): 185 def Condition(lock=None) [all...] |