Home
last modified time | relevance | path

Searched refs:obtained (Results 1 – 25 of 971) sorted by relevance

12345678910>>...39

/third_party/boost/libs/fiber/doc/
Dmutexes.qbk46 [[Effects:] [The current fiber blocks until ownership can be obtained.]]
60 [[Returns:] [`true` if ownership was obtained for the current fiber, `false`
118 [[Effects:] [The current fiber blocks until ownership can be obtained.]]
132 [[Returns:] [`true` if ownership was obtained for the current fiber, `false`
159 ownership can be obtained, or the specified time is reached. If the specified
161 [[Returns:] [`true` if ownership was obtained for the current fiber, `false`
176 ownership can be obtained, or the specified time is reached. If the specified
178 [[Returns:] [`true` if ownership was obtained for the current fiber, `false`
222 [[Effects:] [The current fiber blocks until ownership can be obtained.]]
233 [[Returns:] [`true` if ownership was obtained for the current fiber, `false`
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_audio.c1180 const SDL_AudioSpec * desired, SDL_AudioSpec * obtained, in open_audio_device() argument
1214 if (!obtained) { in open_audio_device()
1215 obtained = &_obtained; in open_audio_device()
1217 if (!prepare_audiospec(desired, obtained)) { in open_audio_device()
1294 device->spec = *obtained; in open_audio_device()
1323 if (obtained->freq != device->spec.freq) { in open_audio_device()
1325 obtained->freq = device->spec.freq; in open_audio_device()
1330 if (obtained->format != device->spec.format) { in open_audio_device()
1332 obtained->format = device->spec.format; in open_audio_device()
1337 if (obtained->channels != device->spec.channels) { in open_audio_device()
[all …]
/third_party/openssl/
DNOTES.DJGPP17 All of these can be obtained from the usual DJGPP mirror sites or
22 OpenSSL. This can be obtained from "http://www.watt-32.net/".
48 obtained from "http://www.rahul.net/dkaufman/index.html".
/third_party/openssl/doc/man3/
DSSL_CTX_set_tlsext_use_srtp.pod68 server can be obtained by calling SSL_get_srtp_profiles(). This returns a stack
73 any) can be obtained (on the client or the server) by calling
79 keying material (on both the client and server) should be obtained via a call to
82 length of keying material obtained should be equal to two times the sum of the
DBN_CTX_start.pod31 When BN_CTX_end() is called, the B<BIGNUM> pointers obtained from
42 can be obtained by L<ERR_get_error(3)>.
DBN_copy.pod36 B<dest> should be a newly allocated BIGNUM obtained via a call to BN_new(). It
53 the new B<BIGNUM>, and NULL on error. The error codes can be obtained
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_common.py31 obtained = actual[expected_key]
32 return obtained == expected_value
/third_party/boost/libs/asio/doc/requirements/
DDynamicBuffer_v2.qbk71 mutable buffer sequences previously obtained using `data()` are
81 emptied. All constant or mutable buffer sequences previously obtained
89 is emptied. All constant or mutable buffer sequences previously obtained
DDynamicBuffer_v1.qbk69 required. All constant or mutable buffer sequences previously obtained
81 previously obtained using `data()` or `prepare()` are invalidated.]
88 All constant or mutable buffer sequences previously obtained using `data()`
/third_party/boost/libs/sort/doc/
Dlinux_single.qbk18 The results obtained with GCC 6.3 on Linux, in the benchmark_numbers with integers are:
24 benchmark/single/benchmark_numbers.cpp : This benchmark shows the results obtained with several kin…
64 The next results are obtained from more complex benchmarks, not include in the library because the…
/third_party/boost/libs/core/doc/
Ddefault_allocator.qbk111 [[Remarks][The storage is obtained by calling `::operator new`.]]
112 [[Throws][`std::bad_alloc` if the storage cannot be obtained.]]]]]
116 [`p` shall be a pointer value obtained from `allocate()`. `n` shall equal the
/third_party/boost/libs/numeric/odeint/doc/concepts/
Dstepper.qbk76 … , t , dt )`] [`void`] [Performs one step of step size `dt`. The newly obtained state is written …
78 … , t , dt )`] [`void`] [Performs one step of step size `dt`. The newly obtained state is written …
80 …tep( sys , in , t , out , dt )`] [`void`] [Performs one step. The newly obtained state is written …
Derror_stepper.qbk89 …x , t , dt )`] [`void`] [Performs one step of step size `dt`. The newly obtained state is written …
90 … [Performs one step of step size `dt` with error estimation. The newly obtained state is written …
91 …dt , xerr )`] [`void`] [Performs one step of step size `dt`. The newly obtained state is written …
/third_party/EGL/extensions/NV/
DEGL_NV_stream_fifo_next.txt81 image frame that would be obtained if an acquire operation were
89 the image frame that would be obtained if an acquire operation were
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_fifo_next.txt81 image frame that would be obtained if an acquire operation were
89 the image frame that would be obtained if an acquire operation were
/third_party/boost/libs/thread/doc/
Dtime.qbk33 required. Typically, this will be obtained by adding a duration to the current time, obtained with …
/third_party/openssl/doc/man7/
DX25519.pod22 A context for the B<X25519> algorithm can be obtained by calling:
26 For the B<X448> algorithm a context can be obtained by calling:
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_audio.h293 SDL_AudioSpec * obtained);
357 obtained,
/third_party/libunwind/src/ia64/
DNOTES56 Note that there is some procedure info that needs to be obtained
65 to be obtained right after running the unwind script for func.
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_audio.c702 SDL_AudioSpec desired, obtained; in audio_openCloseAndGetAudioStatus() local
724 …id = SDL_OpenAudioDevice((const char *)device, 0, &desired, &obtained, SDL_AUDIO_ALLOW_ANY_CHANGE); in audio_openCloseAndGetAudioStatus()
760 SDL_AudioSpec desired, obtained; in audio_lockUnlockOpenAudioDevice() local
782 …id = SDL_OpenAudioDevice((const char *)device, 0, &desired, &obtained, SDL_AUDIO_ALLOW_ANY_CHANGE); in audio_lockUnlockOpenAudioDevice()
922 SDL_AudioSpec desired, obtained; in audio_openCloseAudioDeviceConnected() local
944 …id = SDL_OpenAudioDevice((const char *)device, 0, &desired, &obtained, SDL_AUDIO_ALLOW_ANY_CHANGE); in audio_openCloseAudioDeviceConnected()
/third_party/boost/libs/beast/doc/qbk/07_concepts/
DDynamicBuffer.qbk99 obtained using `data()` or `prepare()` are invalidated.
111 mutable buffer sequences previously obtained using `data()` or
121 obtained using `data()` or `prepare()` are invalidated.
/third_party/mbedtls/.github/ISSUE_TEMPLATE/
Dbug_report.md19 Compiler and options (if you used a pre-built binary, please indicate how you obtained it):
/third_party/iptables/extensions/
Dlibxt_TCPOPTSTRIP.man6 by symbolic name. The list of recognized options can be obtained by calling
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_swap_control.txt81 associated with the current context can be obtained by calling
105 obtained.
/third_party/openGLES/extensions/EXT/
DWGL_EXT_swap_control.txt81 associated with the current context can be obtained by calling
105 obtained.

12345678910>>...39