HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 301 - 325 of 14820) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenHeapBuffer.py 16 def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None):
19 def getOutputBufferDeclarations(self, name, constmode=False, outmode=False):
28 def getargsCheck(self, name):
37 def passOutput(self, name):
41 def mkvalueArgs(self, name):
44 def cleanup(self, name):
53 def passOutput(self, name):
61 def passOutput(self, name):
70 def passOutput(self, name):
83 def getInputBufferDeclarations(self, name, constmode=False):
    [all...]
  /external/autotest/server/cros/ap_configurators/
ap_configurator.py 14 def __init__(self, PDU):
18 def __str__(self):
25 def __init__(self):
34 def dhcp_delay(self):
40 def ssid(self):
46 def name(self):
52 def configuration_success(self):
58 def configuration_success(self, value):
69 def configurator_type(self):
75 def short_name(self)
    [all...]
  /external/flatbuffers/tests/FlatBuffers.Test/
TestTable.cs 32 public bool GetSlot(int slot, bool def)
38 return def;
43 public sbyte GetSlot(int slot, sbyte def)
49 return def;
54 public byte GetSlot(int slot, byte def)
60 return def;
65 public short GetSlot(int slot, short def)
71 return def;
76 public ushort GetSlot(int slot, ushort def)
82 return def;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_AsString.h 31 inline static const char *asString(OMX_AUDIO_CODINGTYPE i, const char *def = "??") {
62 default: return def;
66 inline static const char *asString(OMX_AUDIO_PCMMODETYPE i, const char *def = "??") {
71 default: return def;
75 inline static const char *asString(OMX_AUDIO_CHANNELTYPE i, const char *def = "??") {
87 default: return def;
91 inline static const char *asString(OMX_AUDIO_CHANNELMODETYPE i, const char *def = "??") {
97 default: return def;
101 inline static const char *asString(OMX_AUDIO_AACPROFILETYPE i, const char *def = "??") {
114 default: return def;
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
DeflaterOutputStream.java 47 protected Deflater def; field in class:DeflaterOutputStream
67 * @param def the compressor ("deflater")
80 Deflater def,
84 if (out == null || def == null) {
89 this.def = def;
100 * the 4-argument constructor DeflaterOutputStream(out, def, size, false).
103 * @param def the compressor ("deflater")
107 public DeflaterOutputStream(OutputStream out, Deflater def, int size) {
108 this(out, def, size, false)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
outstanding_bugs.py 17 def test_main():
test_netrc.py 8 def tearDown(self):
11 def make_nrc(self, test_data):
20 def test_default(self):
29 def test_macros(self):
42 def _test_passwords(self, nrc, passwd):
46 def test_password_with_leading_hash(self):
51 def test_password_with_trailing_hash(self):
56 def test_password_with_internal_hash(self):
61 def _test_comment(self, nrc, passwd='pass'):
66 def test_comment_before_machine_line(self):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Identification.py 25 def __init__(self):
35 def GetFileName(self, FileFullPath, FileRelativePath):
42 def GetFileFullPath(self, FileName, FileRelativePath):
49 def GetFileRelativePath(self, FileName, FileFullPath):
  /external/autotest/client/cros/cellular/mbim_compliance/
entity.py 15 def __init__(self, device_context):
  /external/autotest/client/cros/video/
native_html5_player.py 16 def inject_source_file(self):
26 def is_video_ready(self):
36 def is_javascript_ready(self):
47 def play(self):
55 def pause(self):
63 def paused(self):
72 def ended(self):
81 def currentTime(self):
89 def seek_to(self, t):
100 def has_video_finished_seeking(self)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
device.py 18 def __init__(self, name, guid):
23 def name(self):
27 def guid(self):
31 def GetAllConnectedDevices(cls, blacklist):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/discoverable_classes/
discover_dummyclass.py 8 def __init__(self):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
system_stub_test_module.py 6 def TestOpen(file_path):
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
importer.py 8 def __init__(self, model, trace_data, import_order):
14 def GetSupportedPart():
17 def ImportEvents(self):
22 def FinalizeImport(self):
  /external/chromium-trace/catapult/telemetry/telemetry/value/
improvement_direction.py 8 def IsValid(improvement_direction):
  /external/sonivox/jet_tools/JetCreator/
img_Paste.py 8 def getData():
30 def getBitmap():
33 def getImage():
37 def getIcon():
  /frameworks/base/services/core/java/com/android/server/connectivity/
MockableSystemProperties.java 27 public int getInt(String key, int def) {
28 return SystemProperties.getInt(key, def);
31 public boolean getBoolean(String key, boolean def) {
32 return SystemProperties.getBoolean(key, def);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
outstanding_bugs.py 17 def test_main():
test_netrc.py 8 def tearDown(self):
11 def make_nrc(self, test_data):
20 def test_default(self):
29 def test_macros(self):
42 def _test_passwords(self, nrc, passwd):
46 def test_password_with_leading_hash(self):
51 def test_password_with_trailing_hash(self):
56 def test_password_with_internal_hash(self):
61 def _test_comment(self, nrc, passwd='pass'):
66 def test_comment_before_machine_line(self)
    [all...]

Completed in 558 milliseconds

<<11121314151617181920>>