Home
last modified time | relevance | path

Searched refs:API (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/openbsd/src/gnu/llvm/lldb/bindings/
Dheaders.swig10 #include "lldb/API/SBAddress.h"
11 #include "lldb/API/SBAttachInfo.h"
12 #include "lldb/API/SBBlock.h"
13 #include "lldb/API/SBBreakpoint.h"
14 #include "lldb/API/SBBreakpointLocation.h"
15 #include "lldb/API/SBBreakpointName.h"
16 #include "lldb/API/SBBroadcaster.h"
17 #include "lldb/API/SBCommandInterpreter.h"
18 #include "lldb/API/SBCommandInterpreterRunOptions.h"
19 #include "lldb/API/SBCommandReturnObject.h"
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
DAPI.t6 use Test2::API qw/context/;
10 $INIT = Test2::API::test2_init_done;
11 $LOADED = Test2::API::test2_load_done;
17 my $CLASS = 'Test2::API';
20 ok(Test2::API->can($_), "$_ method is present") for qw{
59 ok(Test2::API::test2_load_done, "We loaded it");
75 Test2::API::test2_add_callback_exit(
83 my $old = Test2::API::Instance->can('set_exit');
85 *Test2::API::Instance::set_exit = sub {
164 Test2::API::context_do {
[all …]
/openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/
DThreadingSupportAPI.rst2 Threading Support API
14 other. To address this libc++ wraps the underlying threading API in a new and
15 consistent API, which it uses internally to implement threading primitives.
21 External Threading API and the ``<__external_threading>`` header
24 In order to support vendors with custom threading API's libc++ allows the
36 libc++ can be compiled with its internal threading API delegating to an external
39 expected to provide the implementation of the libc++ internal threading API.
43 API but leaves out the implementation.
62 header to provide the internal threading API. This macro overrides
67 internal threading API.
[all …]
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXExtractAPI.cpp85 APISet *API = new APISet(Ctx.getTargetInfo().getTriple(), Lang, in clang_createAPISet() local
88 Ctx, [](SourceLocation Loc) { return true; }, *API); in clang_createAPISet()
94 *out_api = wrap(API); in clang_createAPISet()
101 auto *API = unwrap(api); in clang_getSymbolGraphForUSR() local
103 if (auto SGF = SymbolGraphSerializer::serializeSingleSymbolSGF(usr, *API)) in clang_getSymbolGraphForUSR()
125 APISet API(Ctx.getTargetInfo().getTriple(), Lang, in clang_getSymbolGraphForCursor() local
128 Ctx, [](SourceLocation Loc) { return true; }, API); in clang_getSymbolGraphForCursor()
135 auto *Record = API.findRecordForUSR(USR); in clang_getSymbolGraphForCursor()
146 if (auto SGF = SymbolGraphSerializer::serializeSingleSymbolSGF(USR, API)) in clang_getSymbolGraphForCursor()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
DIPC.pm8 use Test2::API::Instance;
10 use Test2::API qw{
37 sub unimport { Test2::API::test2_ipc_disable() }
42 confess "IPC is disabled" if Test2::API::test2_ipc_disabled();
46 Test2::API::_set_ipc(_make_ipc());
54 my ($driver) = Test2::API::test2_ipc_drivers();
DFormatter.pm13 require Test2::API;
14 Test2::API::test2_formatter_add($class);
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dppphbin79 my %API = map { /^(\w+)\|([^|]*)\|([^|]*)\|(\w*)$/
100 for $f (sort dictionary_order keys %API) {
101 next if $API{$f}{core_only};
102 next if $API{$f}{beyond_depr};
103 next if $API{$f}{inaccessible};
104 next if $API{$f}{experimental};
105 next unless $API{$f}{todo};
106 next if int_parse_version($API{$f}{todo}) <= $int_min_perl;
109 print "$f ", '.'x $repeat, " ", format_version($API{$f}{todo}), "\n";
128 grep { exists $API{$_} } $code =~ /(\w+)/mg;
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
Dno_load_api.t9 # This test is to insure certain objects do not load Test2::API directly or #
10 # indirectly when being required. It is ok for import() to load Test2::API if #
40 Test2/API.pm
41 Test2/API/Instance.pm
42 Test2/API/Context.pm
43 Test2/API/Stack.pm
48 Test2::Tools::Tiny::ok(!@loaded, "Test2::API was not loaded")
Ddisable_ipc_c.t5 use Test2::API qw/test2_ipc_disable/;
9 ok(Test2::API::test2_ipc_disabled, "disabled IPC");
10 ok(!Test2::API::test2_ipc, "No IPC");
Ddisable_ipc_d.t5 use Test2::API qw/context/;
24 ok(Test2::API::test2_ipc_disabled, "disabled IPC");
25 ok(!Test2::API::test2_ipc, "No IPC");
Ddisable_ipc_a.t8 ok(Test2::API::test2_ipc_disabled, "disabled IPC");
9 ok(!Test2::API::test2_ipc, "No IPC");
Ddisable_ipc_b.t8 ok(Test2::API::test2_ipc_disabled, "disabled IPC");
9 ok(!Test2::API::test2_ipc, "No IPC");
/openbsd/src/lib/libfido2/
DNEWS7 ** New API calls:
17 ** New API calls:
34 ** New API calls:
46 ** Fixed detection of Windows's native webauthn API; gh#382.
51 ** Support for Windows's native webauthn API.
53 ** New API calls:
75 ** New API calls:
107 ** New API calls:
124 ** New API calls:
139 ** New API calls:
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
DChanges60 * A few API elements were not properly found, like IVTYPE
71 * Change ppport.h --api-info to not output non-API info unless that is the
223 * (perl #132876) define API macros on if the NEED_ macro is defined.
326 * Add support for the following API
341 * Fix cpan #86975: Deterministically order API elements in POD
369 * added support for the following API
384 * added support for the following API
397 * added support for the following API
427 * added support for the following API
438 * added support for the following API
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
DInterceptResult.pm1 package Test2::API::InterceptResult;
12 use Test2::API::InterceptResult::Squasher;
13 use Test2::API::InterceptResult::Event;
14 use Test2::API::InterceptResult::Hub;
57 my $hub = Test2::API::InterceptResult::Hub->new();
102 my $squasher = Test2::API::InterceptResult::Squasher->new(events => \@out);
DStack.pm1 package Test2::API::Stack;
29 require Test2::API;
30 $hub->format(Test2::API::test2_formatter()->new_root)
33 my $ipc = Test2::API::test2_ipc();
/openbsd/src/gnu/llvm/clang/docs/
DAPINotes.rst2 API Notes: Annotations Without Modifying Headers
6 extra information to the API. You don't want to put that information in the
11 **Incomplete solution:** Redeclare all the interesting parts of the API in your
22 That's API notes.
24 API notes use a YAML-based file format. YAML is a format best explained by
27 from the compiler test suite of API
34 API notes files are found relative to the module map that defines a module,
44 Clang will search for API notes files next to module maps only when passed the
51 - Since they're identified by module name, API notes cannot be used to modify
55 "Versioned" API Notes
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
Dbuilder_does_not_init.t5 use Test2::API::Instance;
9 local *Test2::API::Instance::_finalize = sub { confess "_finalize called\n" };
10 local *Test2::API::Instance::load = sub { confess "load called\n" };
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/
Dpreload_diag_note.t10 require Test2::API;
11 Test2::API::test2_start_preload();
28 Test2::API::test2_stop_preload();
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
DBreakage.t11 use Test2::API::Breakage;
12 my $CLASS = 'Test2::API::Breakage';
22 local *Test2::API::Breakage::upgrade_suggested = sub {
26 local *Test2::API::Breakage::upgrade_required = sub {
30 local *Test2::API::Breakage::known_broken = sub {
DContext.t4 BEGIN { $Test2::API::DO_DEPTH_CHECK = 1 }
7 use Test2::API qw{
97 my $ctx = Test2::API::Context->new(
162 my $ref1 = $hub->add_context_init(sub { die "Bad Arg" unless ref($_[0]) eq 'Test2::API::Context'…
163 my $ref2 = $hub->add_context_release(sub { die "Bad Arg" unless ref($_[0]) eq 'Test2::API::Context'…
164 test2_add_callback_context_init(sub { die "Bad Arg" unless ref($_[0]) eq 'Test2::API::Context'…
165 test2_add_callback_context_release(sub { die "Bad Arg" unless ref($_[0]) eq 'Test2::API::Context'…
193 @{Test2::API::_context_init_callbacks_ref()} = ();
194 @{Test2::API::_context_release_callbacks_ref()} = ();
195 @{Test2::API::_context_acquire_callbacks_ref()} = ();
[all …]
DInterceptResult.t6 use Test2::API::InterceptResult;
8 use Test2::API qw/intercept context/;
10 my $CLASS = 'Test2::API::InterceptResult';
51 ok($up->isa('Test2::API::InterceptResult::Event'), "Upgraded the event");
76 $subup->the_subtest->{children}->[0]->isa('Test2::API::InterceptResult::Event'),
123 ok($two->[0]->isa('Test2::API::InterceptResult::Event'), "Upgraded copy 0");
124 ok($two->[1]->isa('Test2::API::InterceptResult::Event'), "Upgraded copy 1");
136 ok($one->[0]->isa('Test2::API::InterceptResult::Event'), "Upgraded in place 0");
137 ok($one->[1]->isa('Test2::API::InterceptResult::Event'), "Upgraded in place 1");
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
DBuilder.pm18 use Test2::API qw/context release/;
22 if Test2::API::test2_init_done() || Test2::API::test2_load_done();
24 if (USE_THREADS && ! Test2::API::test2_ipc_disabled()) {
28 Test2::API::test2_ipc_enable_polling();
29 Test2::API::test2_no_wait(1);
134 Test2::API::test2_load() unless Test2::API::test2_in_preload();
143 Test2::API::test2_add_callback_post_load(
154 Test2::API::test2_add_callback_context_aquire(sub { $_[0]->{level} += $Level - 1 });
156 Test2::API::test2_add_callback_exit(sub { $Test->_ending(@_) });
158 Test2::API::test2_ipc()->set_no_fatal(1) if Test2::API::test2_has_ipc();
[all …]
/openbsd/src/gnu/llvm/lldb/docs/resources/
Dtest.rst21 * **API tests**: Integration tests that interact with the debugger through the
22 SB API. These are written in Python and use LLDB's ``dotest.py`` testing
59 as the Python API. For example, to test setting a breakpoint, you could do it
60 from the command line driver with ``b main`` or you could use the SB API and do
64 relatively simple. Expressivity is limited compared to the API tests, which
76 you can often get away with a broken or incomplete binary, whereas the API
89 API Tests
92 API tests are located under ``lldb/test/API``. They are run with the
94 compiled with Make. The majority of API tests are end-to-end tests that compile
104 Below is the directory layout of the `example API test
[all …]
/openbsd/src/gnu/llvm/lldb/docs/
Dindex.rst54 shared library. The lldb command line tool links to, and uses this public API.
56 and Unix systems expose it as lldb.so. The entire API is also then exposed
57 through Python script bindings which allow the API to be used within the LLDB
60 for more details on how and where Python can be used with the LLDB API.
62 Sharing the LLDB API allows LLDB to not only be used for debugging, but also
172 Public Python API <python_api>
173 Public C++ API <https://lldb.llvm.org/cpp_reference/namespacelldb.html>
174 Private C++ API <https://lldb.llvm.org/cpp_reference/index.html>

12345678910>>...20