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

<<61626364656667686970>>

  /external/clang/tools/scan-build-py/libear/
__init__.py 20 def build_libear(compiler, dst_dir):
62 def execute(cmd, *args, **kwargs):
71 def TemporaryDirectory(**kwargs):
82 def __init__(self, src_dir):
87 def set_compiler(self, compiler):
91 def set_language_standard(self, standard):
95 def add_definitions(self, defines):
99 def dl_libraries(self):
102 def shared_library_name(self, name):
105 def shared_library_c_flags(self, release)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
ic.py 37 def __init__(self, data):
40 def __repr__(self):
45 def _decode_default(data, key):
54 def _decode_multistr(data, key):
65 def _decode_fontrecord(data, key):
71 def _decode_boolean(data, key):
74 def _decode_text(data, key):
77 def _decode_charset(data, key):
80 def _decode_appspec(data, key):
84 def _code_default(data, key)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
ic.py 37 def __init__(self, data):
40 def __repr__(self):
45 def _decode_default(data, key):
54 def _decode_multistr(data, key):
65 def _decode_fontrecord(data, key):
71 def _decode_boolean(data, key):
74 def _decode_text(data, key):
77 def _decode_charset(data, key):
80 def _decode_appspec(data, key):
84 def _code_default(data, key)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
support.py 12 def capture_warnings(func):
13 def _capture_warnings(*args, **kw):
21 def setUp(self):
31 def tearDown(self):
36 def _log(self, level, msg, args):
41 def get_logs(self, *levels):
42 def _format(msg, args):
49 def clear_logs(self):
58 def setUp(self):
62 def tearDown(self):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hash.py 13 def same_hash(self, *objlist):
21 def test_numeric_literals(self):
27 def test_coerced_integers(self):
40 def test_coerced_floats(self):
50 def __hash__(self):
54 def __eq__(self, other):
61 def __ne__(self, other):
65 def __cmp__(self, other):
92 def test_default_hash(self):
96 def test_fixed_hash(self):
    [all...]
test_rfc822.py 13 def create_message(self, msg):
16 def test_get(self):
25 def test_setdefault(self):
37 def check(self, msg, results):
67 def test_basic(self):
136 def test_doublecomment(self):
142 def test_twisted(self):
156 def test_commas_in_full_name(self):
166 def test_quoted_name(self):
173 def test_bogus_to_header(self):
    [all...]
test_ftplib.py 34 def __init__(self, conn, baseclass):
39 def handle_read(self):
42 def handle_close(self):
51 def handle_error(self):
59 def __init__(self, conn):
70 def collect_incoming_data(self, data):
73 def found_terminator(self):
92 def handle_error(self):
95 def push(self, data):
98 def cmd_port(self, arg):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenOutput.py 11 def SetOutputFile(file = None, needclose = 0):
31 def SetOutputFileName(filename = None):
45 def GetLevel():
49 def SetLevel(level):
57 def Output(format = "", *args):
60 def VaOutput(format, args):
79 def IndentLevel(by = 1):
89 def DedentLevel(by = 1):
96 def OutIndent(format = "", *args):
104 def OutDedent(format = "", *args):
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 12 def setup
16 def test_size
20 def test_index
24 def test_consume
76 def test_reset
85 def test_look
102 def test_substring
109 def test_seek_forward
117 def test_mark
128 def test_release_las
    [all...]
  /external/autotest/server/cros/ap_configurators/
trendnet654tr_ap_configurator.py 16 def _alert_handler(self, alert):
30 def get_number_of_pages(self):
34 def navigate_to_page(self, page_number):
54 def navigate_to_login_page(self):
71 def save_page(self, page_number):
84 def set_radio(self, enabled=True):
88 def _set_ssid(self, ssid):
93 def _set_channel(self, channel):
100 def set_band(self, band):
104 def _set_mode(self, mode, band=None)
    [all...]
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time_unittest.py 17 def ReplacePlatformProcessorCall(self, f):
26 def ReplaceQPCCheck(self, f):
35 def testInitializeNowFunction_platformNotSupported(self):
39 def testInitializeNowFunction_windows(self):
47 def testInitializeNowFunction_linux(self):
53 def testInitializeNowFunction_mac(self):
60 def testIsQPCUsable_buggyAthlonProcReturnsFalse(self):
65 def BuggyAthlonProc():
71 def testIsQPCUsable_returnsTrueOnWindows(self):
76 def Proc()
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
event_container.py 14 def __init__(self, name, parent):
19 def IsAsyncSlice(t):
26 def IterChildContainers(self):
29 def IterEventsInThisContainer(self, event_type_predicate, event_predicate):
51 def IterAllEvents(self,
75 def GetContainersRecursive(container):
89 def IterAllEventsOfName(self, name, recursive=True):
95 def IterAllSlices(self, recursive=True):
100 def IterAllSlicesInRange(self, start, end, recursive=True):
106 def IterAllSlicesOfName(self, name, recursive=True)
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/
Android.mk 8 libmm-vdec-def := -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
9 libmm-vdec-def += -D__align=__alignx
10 libmm-vdec-def += -Dinline=__inline
11 libmm-vdec-def += -g -O3
12 libmm-vdec-def += -DIMAGE_APPS_PROC
13 libmm-vdec-def += -D_ANDROID_
14 libmm-vdec-def += -DCDECL
15 libmm-vdec-def += -DT_ARM
16 libmm-vdec-def += -DNO_ARM_CLZ
17 libmm-vdec-def += -UENABLE_DEBUG_LO
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
macpath.py 28 def normcase(path):
32 def isabs(s):
42 def join(s, *p):
58 def split(s):
73 def splitext(p):
77 def splitdrive(p):
89 def dirname(s): return split(s)[0]
90 def basename(s): return split(s)[1]
92 def ismount(s):
98 def islink(s)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_rfc822.py 13 def create_message(self, msg):
16 def test_get(self):
25 def test_setdefault(self):
37 def check(self, msg, results):
67 def test_basic(self):
136 def test_doublecomment(self):
142 def test_twisted(self):
156 def test_commas_in_full_name(self):
166 def test_quoted_name(self):
173 def test_bogus_to_header(self)
    [all...]
test_ftplib.py 34 def __init__(self, conn, baseclass):
39 def handle_read(self):
42 def handle_close(self):
51 def handle_error(self):
59 def __init__(self, conn):
70 def collect_incoming_data(self, data):
73 def found_terminator(self):
92 def handle_error(self):
95 def push(self, data):
98 def cmd_port(self, arg)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
macpath.py 28 def normcase(path):
32 def isabs(s):
42 def join(s, *p):
58 def split(s):
73 def splitext(p):
77 def splitdrive(p):
89 def dirname(s): return split(s)[0]
90 def basename(s): return split(s)[1]
92 def ismount(s):
98 def islink(s)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_rfc822.py 13 def create_message(self, msg):
16 def test_get(self):
25 def test_setdefault(self):
37 def check(self, msg, results):
67 def test_basic(self):
136 def test_doublecomment(self):
142 def test_twisted(self):
156 def test_commas_in_full_name(self):
166 def test_quoted_name(self):
173 def test_bogus_to_header(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macpath.py 28 def normcase(path):
32 def isabs(s):
42 def join(s, *p):
58 def split(s):
73 def splitext(p):
77 def splitdrive(p):
89 def dirname(s): return split(s)[0]
90 def basename(s): return split(s)[1]
92 def ismount(s):
98 def islink(s)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 13 def create_message(self, msg):
16 def test_get(self):
25 def test_setdefault(self):
37 def check(self, msg, results):
67 def test_basic(self):
136 def test_doublecomment(self):
142 def test_twisted(self):
156 def test_commas_in_full_name(self):
166 def test_quoted_name(self):
173 def test_bogus_to_header(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macpath.py 28 def normcase(path):
32 def isabs(s):
42 def join(s, *p):
58 def split(s):
73 def splitext(p):
77 def splitdrive(p):
89 def dirname(s): return split(s)[0]
90 def basename(s): return split(s)[1]
92 def ismount(s):
98 def islink(s)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
difference.py 29 def __init__(self, left_policy, right_policy):
38 def left_policy(self):
42 def left_policy(self, policy):
48 def right_policy(self):
52 def right_policy(self, policy):
60 def _reset_diff(self):
65 def _expand_generator(rule_list, Wrapper):
75 def _set_diff(left, right, key=None):
138 def __repr__(self):
141 def __hash__(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 13 def create_message(self, msg):
16 def test_get(self):
25 def test_setdefault(self):
37 def check(self, msg, results):
67 def test_basic(self):
136 def test_doublecomment(self):
142 def test_twisted(self):
156 def test_commas_in_full_name(self):
166 def test_quoted_name(self):
173 def test_bogus_to_header(self)
    [all...]
  /system/extras/simpleperf/scripts/
utils.py 27 def get_script_dir():
31 def is_windows():
35 def log_debug(msg):
39 def log_info(msg):
43 def log_warning(msg):
47 def log_fatal(msg):
51 def get_target_binary_path(arch, binary_name):
63 def get_host_binary_path(binary_name):
83 def __init__(self, adb_path):
87 def run(self, adb_args)
    [all...]
  /test/vts/runners/host/
logger.py 36 def _parse_logline_timestamp(t):
53 def isValidLogLineTimestamp(timestamp):
60 def logLineTimestampComparator(t1, t2):
80 def _get_timestamp(time_format, delta=None):
87 def epochToLogLineTimestamp(epoch_time):
92 def getLogLineTimestamp(delta=None):
107 def getLogFileTimestamp(delta=None):
122 def _initiateTestLogger(log_path, prefix=None, filename=None):
163 def killTestLogger(logger):
175 def isSymlinkSupported()
    [all...]

Completed in 595 milliseconds

<<61626364656667686970>>