/external/mesa3d/scons/ |
x11.py | 31 def generate(env): 44 def exists(env):
|
/external/protobuf/python/google/protobuf/internal/ |
message_listener.py | 50 def Modified(self): 77 def Modified(self):
|
/external/zlib/src/examples/ |
fitblk.c | 70 /* compress from file to def until provided buffer is full or end of 73 local int partcompress(FILE *in, z_streamp def) 80 def->avail_in = fread(raw, 1, RAWLEN, in); 83 def->next_in = raw; 86 ret = deflate(def, flush); 88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); 92 /* recompress from inf's input to def's output; the input for inf and 93 the output for def are set in those structures before calling; 96 local int recompress(z_streamp inf, z_streamp def) 113 def->avail_in = RAWLEN - inf->avail_out 134 z_stream def, inf; \/* zlib deflate and inflate states *\/ local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
badsyntax_future3.py | 5 def f(x): 6 def g(y):
|
badsyntax_future4.py | 5 def f(x): 6 def g(y):
|
badsyntax_future6.py | 5 def f(x): 6 def g(y):
|
badsyntax_future9.py | 5 def f(x): 6 def g(y):
|
test_doctest2.py | 35 def __init__(self): 42 def __str__(self): 56 def nested(self): 62 def getx(self): 71 def setx(self, value): 88 def statm(): 100 def clsm(cls, val): 111 def test_main():
|
test_future1.py | 6 def f(x): 7 def g(y):
|
test_future2.py | 5 def f(x): 6 def g(y):
|
warning_tests.py | 5 def outer(message, stacklevel=1): 8 def inner(message, stacklevel=1):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
badsyntax_future3.py | 5 def f(x): 6 def g(y):
|
badsyntax_future4.py | 5 def f(x): 6 def g(y):
|
badsyntax_future6.py | 5 def f(x): 6 def g(y):
|
badsyntax_future9.py | 5 def f(x): 6 def g(y):
|
test_doctest2.py | 35 def __init__(self): 42 def __str__(self): 56 def nested(self): 62 def getx(self): 71 def setx(self, value): 88 def statm(): 100 def clsm(cls, val): 111 def test_main():
|
test_future1.py | 6 def f(x): 7 def g(y):
|
test_future2.py | 5 def f(x): 6 def g(y):
|
warning_tests.py | 5 def outer(message, stacklevel=1): 8 def inner(message, stacklevel=1):
|
/development/testrunner/test_defs/ |
test_suite.py | 27 def __init__(self): 37 def GetName(self): 40 def SetName(self, name): 44 def GetBuildPath(self): 48 def SetBuildPath(self, build_path): 52 def GetBuildDependencies(self, options): 56 def SetBuildDependencies(self, build_dependencies): 60 def IsContinuous(self): 64 def SetContinuous(self, continuous): 68 def GetSuite(self) [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
fail_on_access_file_system.py | 10 def GetIdentity(self):
|
offline_file_system.py | 11 def __init__(self, fs): 14 def Read(self, paths, binary=False): 17 def Stat(self, path): 20 def GetIdentity(self):
|
patcher.py | 6 def GetPatchedFiles(self, version=None): 12 def GetVersion(self): 18 def Apply(self, paths, file_system, binary, version=None): 24 def GetIdentity(self):
|
/external/chromium_org/native_client_sdk/ |
PRESUBMIT.py | 12 def CommonChecks(input_api, output_api): 31 def CheckChangeOnUpload(input_api, output_api): 35 def CheckChangeOnCommit(input_api, output_api): 39 def GetPreferredTrySlaves(project, change):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
urlfetcher_mock.py | 30 def make_fetcher_cls(urls): 34 def __init__(self, filesystem): 37 def fetch(self, url): 40 def fetch_into_file(self, url):
|