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

<<61626364656667686970>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGenerator.py 18 def __init__(self, name, condition=None, callname=None, modifiers=None):
30 def setprefix(self, prefix):
33 def checkgenerate(self):
36 def generate(self):
49 def functionheader(self):
56 def functionbody(self):
59 def functiontrailer(self):
62 def reference(self, name = None):
76 def docstring(self):
79 def __cmp__(self, other):
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 30 def __init__(self, test, time):
37 def create_success(test, time):
42 def create_failure(test, time, failure):
49 def create_error(test, time, error):
55 def print_report(self, stream):
72 def _print_error(self, stream, tagname, error):
93 def __init__(self, classname):
101 def startTest(self, test):
107 def stopTest(self, test):
118 def addError(self, test, err)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 67 OMX_PARAM_PORTDEFINITIONTYPE def; local
68 InitOMXParams(&def);
70 def.nPortIndex = 0;
71 def.eDir = OMX_DirInput;
72 def.nBufferCountMin = kNumBuffers;
73 def.nBufferCountActual = def.nBufferCountMin;
74 def.nBufferSize = kNumSamplesPerFrame * sizeof(int16_t);
75 def.bEnabled = OMX_TRUE;
76 def.bPopulated = OMX_FALSE
    [all...]
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 60 OMX_PARAM_PORTDEFINITIONTYPE def; local
61 InitOMXParams(&def);
63 def.nPortIndex = 0;
64 def.eDir = OMX_DirInput;
65 def.nBufferCountMin = kNumBuffers;
66 def.nBufferCountActual = def.nBufferCountMin;
67 def.nBufferSize = 8192;
68 def.bEnabled = OMX_TRUE;
69 def.bPopulated = OMX_FALSE
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 70 OMX_PARAM_PORTDEFINITIONTYPE def; local
71 InitOMXParams(&def);
73 def.nPortIndex = 0;
74 def.eDir = OMX_DirInput;
75 def.nBufferCountMin = kNumBuffers;
76 def.nBufferCountActual = def.nBufferCountMin;
77 def.nBufferSize = 8192;
78 def.bEnabled = OMX_TRUE;
79 def.bPopulated = OMX_FALSE
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 8 ## def tearDown(self):
12 def callback(self, *args):
16 def check_type(self, typ, arg):
35 def test_byte(self):
39 def test_ubyte(self):
42 def test_short(self):
46 def test_ushort(self):
49 def test_int(self):
53 def test_uint(self):
56 def test_long(self)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
factory.py 28 def __init__(self, *args, **kwargs):
31 def dict_factory(cursor, row):
38 def __init__(self, *args, **kwargs):
43 def setUp(self):
46 def tearDown(self):
49 def CheckIsInstance(self):
55 def setUp(self):
58 def tearDown(self):
61 def CheckIsInstance(self):
68 def setUp(self)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_assertions.py 7 def test_AlmostEqual(self):
30 def test_AmostEqualWithDelta(self):
53 def test_assertRaises(self):
54 def _raise(e):
94 def testAssertNotRegexpMatches(self):
110 def setUp(self):
115 def testTest(self):
122 def testTest(self):
128 def testDefault(self):
131 def test_formatMsg(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 8 ## def tearDown(self):
12 def callback(self, *args):
16 def check_type(self, typ, arg):
35 def test_byte(self):
39 def test_ubyte(self):
42 def test_short(self):
46 def test_ushort(self):
49 def test_int(self):
53 def test_uint(self):
56 def test_long(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
factory.py 28 def __init__(self, *args, **kwargs):
31 def dict_factory(cursor, row):
38 def __init__(self, *args, **kwargs):
43 def setUp(self):
46 def tearDown(self):
49 def CheckIsInstance(self):
55 def setUp(self):
58 def tearDown(self):
61 def CheckIsInstance(self):
68 def setUp(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_assertions.py 7 def test_AlmostEqual(self):
30 def test_AmostEqualWithDelta(self):
53 def test_assertRaises(self):
54 def _raise(e):
94 def testAssertNotRegexpMatches(self):
110 def setUp(self):
115 def testTest(self):
122 def testTest(self):
128 def testDefault(self):
131 def test_formatMsg(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 8 ## def tearDown(self):
12 def callback(self, *args):
16 def check_type(self, typ, arg):
35 def test_byte(self):
39 def test_ubyte(self):
42 def test_short(self):
46 def test_ushort(self):
49 def test_int(self):
53 def test_uint(self):
56 def test_long(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 28 def __init__(self, *args, **kwargs):
31 def dict_factory(cursor, row):
38 def __init__(self, *args, **kwargs):
43 def setUp(self):
46 def tearDown(self):
49 def CheckIsInstance(self):
55 def setUp(self):
58 def tearDown(self):
61 def CheckIsInstance(self):
68 def setUp(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 7 def test_AlmostEqual(self):
30 def test_AmostEqualWithDelta(self):
53 def test_assertRaises(self):
54 def _raise(e):
94 def testAssertNotRegexpMatches(self):
110 def setUp(self):
115 def testTest(self):
122 def testTest(self):
128 def testDefault(self):
131 def test_formatMsg(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 8 ## def tearDown(self):
12 def callback(self, *args):
16 def check_type(self, typ, arg):
35 def test_byte(self):
39 def test_ubyte(self):
42 def test_short(self):
46 def test_ushort(self):
49 def test_int(self):
53 def test_uint(self):
56 def test_long(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 28 def __init__(self, *args, **kwargs):
31 def dict_factory(cursor, row):
38 def __init__(self, *args, **kwargs):
43 def setUp(self):
46 def tearDown(self):
49 def CheckIsInstance(self):
55 def setUp(self):
58 def tearDown(self):
61 def CheckIsInstance(self):
68 def setUp(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 7 def test_AlmostEqual(self):
30 def test_AmostEqualWithDelta(self):
53 def test_assertRaises(self):
54 def _raise(e):
94 def testAssertNotRegexpMatches(self):
110 def setUp(self):
115 def testTest(self):
122 def testTest(self):
128 def testDefault(self):
131 def test_formatMsg(self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
test_unparse.py 10 def read_pyfile(filename):
18 def f():
27 def g():
77 def assertASTEqual(self, ast1, ast2):
82 def check_roundtrip(self, code1, filename="internal"):
93 def test_del_statement(self):
96 def test_shifts(self):
100 def test_for_else(self):
103 def test_while_else(self):
106 def test_unary_parens(self):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asynchat.py 64 def __init__ (self, sock=None, map=None):
81 def collect_incoming_data(self, data):
84 def _collect_incoming_data(self, data):
87 def _get_data(self):
92 def found_terminator(self):
95 def set_terminator (self, term):
99 def get_terminator (self):
107 def handle_read (self):
173 def handle_write (self):
176 def handle_close (self):
    [all...]
stringold.py 46 def lower(s):
55 def upper(s):
64 def swapcase(s):
74 def strip(s):
84 def lstrip(s):
93 def rstrip(s):
104 def split(s, sep=None, maxsplit=0):
119 def join(words, sep = ' '):
136 def index(s, *args):
145 def rindex(s, *args):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaDataTable.py 24 def ConvertToSqlString(StringList):
42 def __init__(self, Cursor, Name='', IdBase=0, Temporary=False):
49 def __str__(self):
56 def Create(self, NewTable=True):
72 def Insert(self, *Args):
86 def Query(self):
97 def Drop(self):
107 def GetCount(self):
112 def GetId(self):
124 def InitID(self):
    [all...]
  /external/autotest/server/cros/ap_configurators/
belkin_ap_configurator.py 23 def _security_alert(self, alert):
31 def _open_landing_page(self):
48 def get_supported_bands(self):
53 def get_supported_modes(self):
59 def get_number_of_pages(self):
63 def is_security_mode_supported(self, security_mode):
77 def navigate_to_page(self, page_number):
102 def save_page(self, page_number):
124 def set_ssid(self, ssid):
128 def _set_ssid(self, ssid)
    [all...]
buffalo_wsr_1166dd_ap_configurator.py 28 def get_number_of_pages(self):
33 def is_update_interval_supported(self):
41 def get_supported_modes(self):
49 def get_supported_bands(self):
58 def is_security_mode_supported(self, security_mode):
69 def navigate_to_page(self, page_number):
87 def save_page(self, page_number):
101 def set_mode(self, mode, band=None):
111 def _set_mode(self, mode, band=None):
138 def set_radio(self, enabled=True)
    [all...]
dlink_dir655_ap_configurator.py 22 def _alert_handler(self, alert):
55 def get_number_of_pages(self):
59 def is_update_interval_supported(self):
68 def get_supported_bands(self):
73 def get_supported_modes(self):
81 def is_security_mode_supported(self, security_mode):
96 def navigate_to_page(self, page_number):
119 def login_to_ap(self):
128 def save_page(self, page_number):
149 def set_mode(self, mode, band=None)
    [all...]
medialink_ap_configurator.py 19 def __init__(self, ap_config=None):
26 def _alert_handler(self, alert):
46 def get_number_of_pages(self):
50 def get_supported_bands(self):
56 def get_supported_modes(self):
63 def is_security_mode_supported(self, security_mode):
70 def navigate_to_page(self, page_number):
87 def save_page(self, page_number):
98 def is_update_interval_supported(self):
106 def set_mode(self, mode, band=None)
    [all...]

Completed in 810 milliseconds

<<61626364656667686970>>