Home
last modified time | relevance | path

Searched defs:dict (Results 1 – 25 of 131) sorted by relevance

123456

/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp31 CFMutableDictionaryRef dict = get(); in GetCount() local
40 CFMutableDictionaryRef dict = get(); in GetCountOfKey() local
49 CFMutableDictionaryRef dict = get(); in GetCountOfValue() local
57 CFMutableDictionaryRef dict = get(); in GetKeysAndValues() local
65 CFMutableDictionaryRef dict = get(); in GetValue() local
74 CFMutableDictionaryRef dict = get(); in GetValueIfPresent() local
81 CFMutableDictionaryRef dict = get(); in Dictionary() local
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue() local
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue() local
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8() local
[all …]
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbktptcmd.py8 def function(frame, bp_loc, dict): argument
12 def another_function(frame, bp_loc, extra_args, dict): argument
18 def a_third_function(frame, bp_loc, extra_args, dict): argument
24 def a_list_function(frame, bp_loc, extra_args, dict): argument
30 def empty_extra_args(frame, bp_loc, extra_args, dict): argument
/llvm-project/lldb/examples/summaries/
H A Dobjc.py5 def BOOL_SummaryProvider(valobj, dict): argument
14 def BOOLRef_SummaryProvider(valobj, dict): argument
18 def BOOLPtr_SummaryProvider(valobj, dict): argument
H A Dsp_cp.py11 def __init__(self, valobj, dict): argument
40 def SharedPtr_SummaryProvider(valobj, dict): argument
45 def __init__(self, valobj, dict): argument
72 def ValueObjectSP_SummaryProvider(valobj, dict): argument
78 def __lldb_init_module(debugger, dict): argument
/llvm-project/lldb/test/API/commands/command/script/
H A Ddecorated.py5 def decorated1(debugger, args, exe_ctx, result, dict): argument
13 def decorated2(debugger, args, exe_ctx, result, dict): argument
21 def decorated3(debugger, args, result, dict): argument
29 def _decorated4(debugger, args, exe_ctx, result, dict): argument
H A Dwelcome.py34 def print_wait_impl(debugger, args, result, dict): argument
45 def check_for_synchro(debugger, args, result, dict): argument
52 def takes_exe_ctx(debugger, args, exe_ctx, result, dict): argument
/llvm-project/lldb/examples/summaries/cocoa/
H A DCFArray.py31 def __init__(self, valobj, dict, params): argument
61 def __init__(self, valobj, dict, params): argument
87 def __init__(self, valobj, dict, params): argument
114 def __init__(self, valobj, dict, params): argument
146 def __init__(self, valobj, dict): argument
206 def CFArray_SummaryProvider(valobj, dict): argument
231 def __lldb_init_module(debugger, dict): argument
H A DSelector.py11 def SEL_Summary(valobj, dict): argument
17 def SELPointer_Summary(valobj, dict): argument
H A DNSData.py133 def NSData_SummaryProvider(valobj, dict): argument
157 def NSData_SummaryProvider2(valobj, dict): argument
185 def __lldb_init_module(debugger, dict): argument
H A DCFString.py20 def CFString_SummaryProvider(valobj, dict): argument
38 def CFAttributedString_SummaryProvider(valobj, dict): argument
64 def __lldb_init_module(debugger, dict): argument
74 def __init__(self, valobj, dict): argument
/llvm-project/lldb/test/API/commands/expression/formatters/
H A Dformatters.py4 def foo_SummaryProvider(valobj, dict): argument
37 def foo_SummaryProvider3(valobj, dict, options): argument
/llvm-project/lldb/test/API/commands/target/stop-hooks/
H A Dstop_hook.py5 def __init__(self, target, extra_args, dict): argument
41 def __init__(self, target, extra_args, dict): argument
49 def __init__(self, target, extra_args, dict): argument
/llvm-project/clang/utils/
H A Dclangdiag.py103 def setDiagBreakpoint(frame, bp_loc, dict): argument
171 def the_diag_command(debugger, command, exe_ctx, result, dict): argument
192 def __lldb_init_module(debugger, dict): argument
/llvm-project/lldb/examples/python/
H A Dsources.py15 def info_sources(debugger, command, result, dict): argument
27 def __lldb_init_module(debugger, dict): argument
H A Ddelta.py26 def start_gdb_log(debugger, command, result, dict): argument
57 def parse_time_log(debugger, command, result, dict): argument
H A Dscripted_step.py104 def __init__(self, thread_plan, dict): argument
133 def __init__(self, thread_plan, dict): argument
165 def __init__(self, thread_plan, dict): argument
229 def __init__(self, thread_plan, dict): argument
/llvm-project/clang/test/SemaObjC/
H A Dnsobject-attribute-1.m12 Foo_ref dict; field
14 @property(retain) Foo_ref dict; property
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexExpectProgramState.py17 def frame_from_dict(source: dict) -> StackFrame:
24 def state_from_dict(source: dict) -> ProgramState:
/llvm-project/lldb/test/API/tools/lldb-dap/variables/children/
H A Dformatter.py8 def __init__(self, valobj, dict): argument
32 def __lldb_init_module(debugger, dict): argument
/llvm-project/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py24 def chdir(debugger, args, result, dict): argument
43 def system(debugger, command_line, result, dict): argument
/llvm-project/lldb/examples/customization/bin-utils/
H A Dbinutils.py65 def utob(debugger, command_line, result, dict): argument
97 def itob(debugger, command_line, result, dict): argument
/llvm-project/lldb/examples/darwin/heap_find/
H A Dheap.py922 def find_variable(debugger, command, result, dict): argument
964 def ptr_refs(debugger, command, result, dict): argument
1066 def cstr_refs(debugger, command, result, dict): argument
1170 def malloc_info(debugger, command, result, dict): argument
1330 def section_ptr_refs(debugger, command, result, dict): argument
1423 def objc_refs(debugger, command, result, dict): argument
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/
H A Dftsp.py7 def __init__(self, valobj, dict): argument
36 def __lldb_init_module(debugger, dict): argument
/llvm-project/lldb/examples/synthetic/
H A Dunordered_multi.py7 def __init__(self, valobj, dict): argument
133 def __lldb_init_module(debugger, dict): argument
H A Dgnu_libstdcpp.py9 def ForwardListSummaryProvider(valobj, dict): argument
18 def StdOptionalSummaryProvider(valobj, dict): argument
25 def __init__(self, valobj, dict): argument
61 def __init__(self, valobj, dict): argument
143 __init__(self, valobj, dict, has_prev) global() argument
325 __init__(self, valobj, dict) global() argument
341 __init__(self, valobj, dict) global() argument
502 __init__(self, valobj, dict) global() argument
538 __init__(self, valobj, dict) global() argument
897 VariantSummaryProvider(valobj, dict) global() argument
930 __init__(self, valobj, dict) global() argument
[all...]

123456