HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 976 - 1000 of 7993) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def".
45 def capwords(s, sep=None):
61 def maketrans(fromstr, tostr):
91 def __init__(self, primary, secondary):
95 def __getitem__(self, key):
112 def __init__(cls, name, bases, dct):
131 def __init__(self, template):
136 def _invalid(self, mo):
148 def substitute(self, *args, **kws)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 26 def hexstr(s):
43 def _conditional_import_module(self, module_name):
52 def __init__(self, *args, **kwargs):
64 def _test_algorithm_via_hashlib_new(data=None, _alg=algorithm):
98 def test_hash_array(self):
105 def test_algorithms_attribute(self):
110 def test_unknown_hash(self):
114 def test_get_builtin_constructor(self):
133 def test_hexdigest(self):
138 def test_large_update(self)
    [all...]
test_isinstance.py 28 def test_class_has_no_bases(self):
30 def getclass(self):
36 def getbases(self):
44 def test_bases_raises_other_than_attribute_error(self):
46 def getbases(self):
51 def getclass(self):
56 def getbases(self):
64 def test_dont_mask_non_attribute_error(self):
68 def getbases(self):
76 def test_mask_attribute_error(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def".
45 def capwords(s, sep=None):
61 def maketrans(fromstr, tostr):
91 def __init__(self, primary, secondary):
95 def __getitem__(self, key):
112 def __init__(cls, name, bases, dct):
131 def __init__(self, template):
136 def _invalid(self, mo):
148 def substitute(self, *args, **kws)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 26 def hexstr(s):
43 def _conditional_import_module(self, module_name):
52 def __init__(self, *args, **kwargs):
64 def _test_algorithm_via_hashlib_new(data=None, _alg=algorithm):
98 def test_hash_array(self):
105 def test_algorithms_attribute(self):
110 def test_unknown_hash(self):
114 def test_get_builtin_constructor(self):
133 def test_hexdigest(self):
138 def test_large_update(self)
    [all...]
test_isinstance.py 28 def test_class_has_no_bases(self):
30 def getclass(self):
36 def getbases(self):
44 def test_bases_raises_other_than_attribute_error(self):
46 def getbases(self):
51 def getclass(self):
56 def getbases(self):
64 def test_dont_mask_non_attribute_error(self):
68 def getbases(self):
76 def test_mask_attribute_error(self)
    [all...]
  /external/chromium_org/third_party/protobuf/python/
mox.py 79 def __init__(self, expected_methods):
96 def __str__(self):
109 def __init__(self, unexpected_method, expected):
125 def __str__(self):
133 def __init__(self, unknown_method_name):
145 def __str__(self):
158 def __init__(self):
164 def CreateMock(self, class_to_mock):
179 def CreateMockAnything(self):
189 def ReplayAll(self)
    [all...]
  /external/protobuf/python/
mox.py 79 def __init__(self, expected_methods):
96 def __str__(self):
109 def __init__(self, unexpected_method, expected):
125 def __str__(self):
133 def __init__(self, unknown_method_name):
145 def __str__(self):
158 def __init__(self):
164 def CreateMock(self, class_to_mock):
179 def CreateMockAnything(self):
189 def ReplayAll(self)
    [all...]
  /development/tools/axl/
axl.py 32 def __init__(self):
35 def write(self, data):
39 def dataReceived(self, data):
42 def connectionMade(self):
46 def connectionLost(self, reason):
49 def sendResponse(self, response):
62 def connectionMade(self):
69 def dataReceived(self, data):
76 def dataReceived(self, data):
83 def dataReceived(self, data)
    [all...]
  /device/samsung/manta/
releasetools.py 20 def FullOTA_InstallEnd(info):
28 def IncrementalOTA_VerifyEnd(info):
45 def IncrementalOTA_InstallEnd(info):
60 def WriteBootloader(info, bootloader_img):
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
extras.py 46 def toDOT(*args, **kwargs):
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testbase.py 4 def __repr__(self):
10 def broken(reason, *exceptions):
13 def wrapper(test_method):
14 def replacement(*args, **kwargs):
  /external/chromium_org/build/android/pylib/base/
base_test_runner.py 27 def __init__(self, device_serial, tool, push_deps=True,
52 def _PushTestServerPortInfoToDevice(self):
59 def RunTest(self, test):
71 def InstallTestPackage(self):
75 def PushDataDeps(self):
79 def SetUp(self):
96 def TearDown(self):
102 def LaunchTestHttpServer(self, document_root, port=None,
121 def _ForwardPorts(self, port_pairs):
125 def _UnmapPorts(self, port_pairs)
    [all...]
  /external/chromium_org/build/android/pylib/device/
adb_wrapper.py 23 def _VerifyLocalFileExists(path):
39 def __init__(self, device_serial):
50 def _RunAdbCmd(cls, arg_list, timeout=None, retries=None, check_error=True):
65 def _DeviceAdbCmd(self, arg_list, timeout, retries, check_error=True):
82 def __eq__(self, other):
93 def __str__(self):
101 def __repr__(self):
106 def GetDevices(cls, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES):
121 def GetDeviceSerial(self):
129 def Push(self, local, remote, timeout=60*5, retries=_DEFAULT_RETRIES)
    [all...]
device_blacklist.py 14 def ReadBlacklist():
27 def WriteBlacklist(blacklist):
37 def ExtendBlacklist(devices):
48 def ResetBlacklist():
  /external/chromium_org/build/android/pylib/perf/
thermal_throttle.py 16 def IsSupported(device):
20 def __init__(self, device):
24 def BecameThrottled(log_line):
28 def BecameUnthrottled(log_line):
32 def GetThrottlingTemperature(log_line):
36 def GetCurrentTemperature(self):
45 def IsSupported(device):
48 def __init__(self, device):
52 def BecameThrottled(log_line):
56 def BecameUnthrottled(log_line)
    [all...]
  /external/chromium_org/build/android/pylib/utils/
repo_utils.py 8 def GetGitHeadSHA1(in_directory):
  /external/chromium_org/build/ios/
PRESUBMIT.py 15 def _CheckWhitelistSorted(input_api, output_api):
28 def _CommonChecks(input_api, output_api):
34 def CheckChangeOnUpload(input_api, output_api):
39 def CheckChangeOnCommit(input_api, output_api):
  /external/chromium_org/build/util/lib/common/
unittest_util.py 23 def __init__(self, stream, descriptions, verbosity):
27 def _GetTestURI(self, test):
32 def getDescription(self, test):
35 def startTest(self, test):
39 def addSuccess(self, test):
43 def addError(self, test, err):
48 def addFailure(self, test, err):
53 def getRetestFilter(self):
63 def __init__(self, verbosity=1):
67 def _makeResult(self)
    [all...]
  /external/chromium_org/chrome/app/
PRESUBMIT.py 13 def _CheckNoProductNameInGeneratedResources(input_api, output_api):
37 def _CommonChecks(input_api, output_api):
43 def CheckChangeOnUpload(input_api, output_api):
46 def CheckChangeOnCommit(input_api, output_api):
  /external/chromium_org/chrome/browser/policy/test/
asn1der.py 17 def Data(tag, data):
31 def Integer(value):
51 def Bitstring(value):
61 def Sequence(values):
  /external/chromium_org/chrome/common/extensions/docs/server2/
empty_dir_file_system.py 14 def Read(self, paths, skip_not_found=False):
23 def Refresh(self):
26 def Stat(self, path):
31 def GetIdentity(self):
fake_fetchers.py 24 def _ReadTestData(*path, **read_args):
29 def _ListDir(self, path):
32 def _IsDir(self, path):
35 def _Stat(self, path):
40 def fetch(self, url):
45 def fetch(self, url):
51 def _ExtractPathFromSvnUrl(url):
56 def fetch(self, url):
79 def fetch(self, url):
109 def fetch(self, url)
    [all...]
features_bundle_test.py 161 def setUp(self):
165 def testManifestFeatures(self):
209 def testPermissionFeatures(self):
247 def testAPIFeatures(self):
features_utility_test.py 12 def testFromJson(self):
60 def testFeatureList(self):
104 def testFilter(self):
120 def testMergeFeatures(self):

Completed in 554 milliseconds

<<31323334353637383940>>